mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 18:02:57 +00:00
Implemented thumb1_ROR_reg
This commit is contained in:
@@ -29,6 +29,7 @@ OPCODE(IsZero, T::U1, T::U32
|
||||
OPCODE(LogicalShiftLeft, T::U32, T::U32, T::U8, T::U1 )
|
||||
OPCODE(LogicalShiftRight, T::U32, T::U32, T::U8, T::U1 )
|
||||
OPCODE(ArithmeticShiftRight, T::U32, T::U32, T::U8, T::U1 )
|
||||
OPCODE(RotateRight, T::U32, T::U32, T::U8, T::U1 )
|
||||
OPCODE(AddWithCarry, T::U32, T::U32, T::U32, T::U1 )
|
||||
OPCODE(SubWithCarry, T::U32, T::U32, T::U32, T::U1 )
|
||||
OPCODE(And, T::U32, T::U32, T::U32 )
|
||||
|
||||
Reference in New Issue
Block a user