mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
expand the testing of the narrowing shift right instructions. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -598,9 +598,10 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
|
||||
IMM("t2adrlabel");
|
||||
IMM("shift_imm");
|
||||
IMM("neon_vcvt_imm32");
|
||||
IMM("nsr16_imm");
|
||||
IMM("nsr32_imm");
|
||||
IMM("nsr64_imm");
|
||||
IMM("shr_imm8");
|
||||
IMM("shr_imm16");
|
||||
IMM("shr_imm32");
|
||||
IMM("shr_imm64");
|
||||
|
||||
MISC("brtarget", "kOperandTypeARMBranchTarget"); // ?
|
||||
MISC("uncondbrtarget", "kOperandTypeARMBranchTarget"); // ?
|
||||
|
Reference in New Issue
Block a user