Update Pseudocode.cs

This commit is contained in:
LDj3SNuD 2018-04-25 02:39:50 +02:00 committed by GitHub
parent 91e0d6a2f5
commit 9510c9a13c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -253,6 +253,11 @@ namespace Ryujinx.Tests.Cpu.Tester
}
#endregion
#region "instrs/countop/"
// #CountOp
public enum CountOp {CountOp_CLZ, CountOp_CLS, CountOp_CNT};
#endregion
#region "instrs/extendreg/"
/* #impl-aarch64.DecodeRegExtend.1 */
public static ExtendType DecodeRegExtend(Bits op)