mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-20 08:18:42 +00:00
Arm64Emitter: Add BFXIL
This commit is contained in:
parent
b22073ef59
commit
be6aec9932
2 changed files with 9 additions and 0 deletions
|
@ -770,6 +770,7 @@ public:
|
|||
void SBFM(ARM64Reg Rd, ARM64Reg Rn, u32 immr, u32 imms);
|
||||
void UBFM(ARM64Reg Rd, ARM64Reg Rn, u32 immr, u32 imms);
|
||||
void BFI(ARM64Reg Rd, ARM64Reg Rn, u32 lsb, u32 width);
|
||||
void BFXIL(ARM64Reg Rd, ARM64Reg Rn, u32 lsb, u32 width);
|
||||
void UBFIZ(ARM64Reg Rd, ARM64Reg Rn, u32 lsb, u32 width);
|
||||
|
||||
// Extract register (ROR with two inputs, if same then faster on A67)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue