Lines Matching refs:Imm8

1117   unsigned Reg, Imm8;  in getT2AddrModeImm8s4OpValue()  local
1123 Imm8 = 0; in getT2AddrModeImm8s4OpValue()
1133 isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm8, Fixups, STI); in getT2AddrModeImm8s4OpValue()
1141 assert(((Imm8 & 0x3) == 0) && "Not a valid immediate!"); in getT2AddrModeImm8s4OpValue()
1142 uint32_t Binary = (Imm8 >> 2) & 0xff; in getT2AddrModeImm8s4OpValue()
1188 unsigned Imm8 = MO1.getImm(); in getT2AddrModeImm0_1020s4OpValue() local
1189 return (Reg << 8) | Imm8; in getT2AddrModeImm0_1020s4OpValue()
1330 uint32_t Imm8 = ARM_AM::getAM3Offset(Imm); in getAddrMode3OffsetOpValue() local
1333 Imm8 = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getAddrMode3OffsetOpValue()
1334 return Imm8 | (isAdd << 8) | (isImm << 9); in getAddrMode3OffsetOpValue()
1366 uint32_t Imm8 = ARM_AM::getAM3Offset(Imm); in getAddrMode3OpValue() local
1369 Imm8 = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg()); in getAddrMode3OpValue()
1370 return (Rn << 9) | Imm8 | (isAdd << 8) | (isImm << 13); in getAddrMode3OpValue()
1423 unsigned Reg, Imm8; in getAddrMode5OpValue() local
1429 Imm8 = 0; in getAddrMode5OpValue()
1443 EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm8, Fixups, STI); in getAddrMode5OpValue()
1444 isAdd = ARM_AM::getAM5Op(Imm8) == ARM_AM::add; in getAddrMode5OpValue()
1447 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5OpValue()
1463 unsigned Reg, Imm8; in getAddrMode5FP16OpValue() local
1469 Imm8 = 0; in getAddrMode5FP16OpValue()
1483 EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm8, Fixups, STI); in getAddrMode5FP16OpValue()
1484 isAdd = ARM_AM::getAM5Op(Imm8) == ARM_AM::add; in getAddrMode5FP16OpValue()
1487 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5FP16OpValue()