Searched refs:Imm5 (Results 1 – 4 of 4) sorted by relevance
400 uint32_t Imm5; in encodeOperand() local402 Imm5 = ShAmt->getShAmtImm(); in encodeOperand()407 Imm5 = static_cast<uint32_t>(Val); in encodeOperand()410 Value = encodeShiftRotateImm5(Rm, FlexReg->getShiftOp(), Imm5); in encodeOperand()843 constexpr IValueT Imm5 = 0; in emitType01() local844 Src1Value = encodeShiftRotateImm5(Src1Value, OperandARM32::kNoShift, Imm5); in emitType01()
1217 unsigned Imm5 = MO1.getImm(); in getAddrModeISOpValue() local1218 return ((Imm5 & 0x1f) << 3) | Rn; in getAddrModeISOpValue()
1393 unsigned Imm5 = MO1.getImm(); in getAddrModeISOpValue() local1394 return ((Imm5 & 0x1f) << 3) | Rn; in getAddrModeISOpValue()
1401 unsigned Imm5 = MO1.getImm(); in getAddrModeISOpValue() local1402 return ((Imm5 & 0x1f) << 3) | Rn; in getAddrModeISOpValue()