mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-13 20:52:56 +00:00
IR: Add ReplicateBit microinstruction
This commit is contained in:
@@ -159,6 +159,8 @@ OPCODE(CountLeadingZeros32, U32, U32
|
||||
OPCODE(CountLeadingZeros64, U64, U64 )
|
||||
OPCODE(ExtractRegister32, U32, U32, U32, U8 )
|
||||
OPCODE(ExtractRegister64, U64, U64, U64, U8 )
|
||||
OPCODE(ReplicateBit32, U32, U32, U8 )
|
||||
OPCODE(ReplicateBit64, U64, U64, U8 )
|
||||
OPCODE(MaxSigned32, U32, U32, U32 )
|
||||
OPCODE(MaxSigned64, U64, U64, U64 )
|
||||
OPCODE(MaxUnsigned32, U32, U32, U32 )
|
||||
|
||||
Reference in New Issue
Block a user