Update Pseudocode.cs
This commit is contained in:
parent
91e0d6a2f5
commit
9510c9a13c
1 changed files with 5 additions and 0 deletions
|
@ -253,6 +253,11 @@ namespace Ryujinx.Tests.Cpu.Tester
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region "instrs/countop/"
|
||||||
|
// #CountOp
|
||||||
|
public enum CountOp {CountOp_CLZ, CountOp_CLS, CountOp_CNT};
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region "instrs/extendreg/"
|
#region "instrs/extendreg/"
|
||||||
/* #impl-aarch64.DecodeRegExtend.1 */
|
/* #impl-aarch64.DecodeRegExtend.1 */
|
||||||
public static ExtendType DecodeRegExtend(Bits op)
|
public static ExtendType DecodeRegExtend(Bits op)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue