Lines Matching refs:isImm
210 assert(MO.isImm() && "did not expect relocated expression"); in getMachineOpValue()
221 if (MO.isImm()) in getLdStUImm12OpValue()
242 if (MO.isImm()) in getAdrLabelOpValue()
273 if (MO.isImm()) in getAddSubImmOpValue()
295 if (MO.isImm()) in getCondBranchTargetOpValue()
317 if (MO.isImm()) in getLoadLiteralOpValue()
345 if (MO.isImm()) in getMoveWideImmOpValue()
365 if (MO.isImm()) in getTestBranchTargetOpValue()
387 if (MO.isImm()) in getBranchTargetOpValue()
413 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getVecShifterOpValue()
436 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getSIMDShift64OpValue()
444 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getSIMDShift64_32OpValue()
453 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getSIMDShift32OpValue()
462 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getSIMDShift16OpValue()
472 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getFixedPointScaleOpValue()
481 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR64OpValue()
490 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR32OpValue()
499 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR16OpValue()
508 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR8OpValue()
517 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL64OpValue()
526 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL32OpValue()
535 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL16OpValue()
544 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL8OpValue()
554 assert(MO.isImm() && in getMoveVecShifterOpValue()
570 if (UImm16MO.isImm()) in fixMOVZ()