mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 06:28:13 +01:00
opcodes: Add 64-bit CountLeadingZeroes opcode
This commit is contained in:
parent
4c4efb2213
commit
b612782445
4 changed files with 43 additions and 3 deletions
|
|
@ -115,7 +115,8 @@ OPCODE(ZeroExtendWordToLong, T::U64, T::U32
|
|||
OPCODE(ByteReverseWord, T::U32, T::U32 )
|
||||
OPCODE(ByteReverseHalf, T::U16, T::U16 )
|
||||
OPCODE(ByteReverseDual, T::U64, T::U64 )
|
||||
OPCODE(CountLeadingZeros, T::U32, T::U32 )
|
||||
OPCODE(CountLeadingZeros32, T::U32, T::U32 )
|
||||
OPCODE(CountLeadingZeros64, T::U64, T::U64 )
|
||||
|
||||
// Saturated instructions
|
||||
OPCODE(SignedSaturatedAdd, T::U32, T::U32, T::U32 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue