mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-11 03:56:28 +00:00
A64/translate: Amend I() to also handle u8 and u16 immediates
This is necessary for instructions like SRSHR, and other related instructions.
This commit is contained in:
@@ -44,7 +44,7 @@ struct TranslatorVisitor final {
|
||||
boost::optional<BitMasks> DecodeBitMasks(bool N, Imm<6> immr, Imm<6> imms, bool immediate);
|
||||
u64 AdvSIMDExpandImm(bool op, Imm<4> cmode, Imm<8> imm8);
|
||||
|
||||
IR::U32U64 I(size_t bitsize, u64 value);
|
||||
IR::UAny I(size_t bitsize, u64 value);
|
||||
IR::UAny X(size_t bitsize, Reg reg);
|
||||
void X(size_t bitsize, Reg reg, IR::U32U64 value);
|
||||
IR::U32U64 SP(size_t bitsize);
|
||||
|
||||
Reference in New Issue
Block a user