Lines Matching refs:getImm
193 return static_cast<unsigned>(MO.getImm()); in getMachineOpValue()
204 ImmVal = static_cast<uint32_t>(MO.getImm()); in getLdStUImm12OpValue()
225 return MO.getImm(); in getAdrLabelOpValue()
250 assert(AArch64_AM::getShiftType(MO1.getImm()) == AArch64_AM::LSL && in getAddSubImmOpValue()
252 unsigned ShiftVal = AArch64_AM::getShiftValue(MO1.getImm()); in getAddSubImmOpValue()
256 return MO.getImm() | (ShiftVal == 0 ? 0 : (1 << 12)); in getAddSubImmOpValue()
278 return MO.getImm(); in getCondBranchTargetOpValue()
300 return MO.getImm(); in getLoadLiteralOpValue()
316 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); in getMemExtendOpValue()
317 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue()
328 return MO.getImm(); in getMoveWideImmOpValue()
348 return MO.getImm(); in getTestBranchTargetOpValue()
370 return MO.getImm(); in getBranchTargetOpValue()
397 switch (MO.getImm()) { in getVecShifterOpValue()
420 return 64 - MO.getImm(); in getFixedPointScaleOpValue()
429 return 64 - MO.getImm(); in getVecShiftR64OpValue()
438 return 32 - MO.getImm(); in getVecShiftR32OpValue()
447 return 16 - MO.getImm(); in getVecShiftR16OpValue()
456 return 8 - MO.getImm(); in getVecShiftR8OpValue()
465 return MO.getImm() - 64; in getVecShiftL64OpValue()
474 return MO.getImm() - 32; in getVecShiftL32OpValue()
483 return MO.getImm() - 16; in getVecShiftL16OpValue()
492 return MO.getImm() - 8; in getVecShiftL8OpValue()
503 unsigned ShiftVal = AArch64_AM::getShiftValue(MO.getImm()); in getMoveVecShifterOpValue()