Lines Matching refs:isImm

219   assert(MO.isImm() && "did not expect relocated expression");  in getMachineOpValue()
230 if (MO.isImm()) in getLdStUImm12OpValue()
251 if (MO.isImm()) in getAdrLabelOpValue()
282 if (MO.isImm()) in getAddSubImmOpValue()
304 if (MO.isImm()) in getCondBranchTargetOpValue()
326 if (MO.isImm()) in getLoadLiteralOpValue()
354 if (MO.isImm()) in getMoveWideImmOpValue()
374 if (MO.isImm()) in getTestBranchTargetOpValue()
396 if (MO.isImm()) in getBranchTargetOpValue()
422 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getVecShifterOpValue()
445 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getSIMDShift64OpValue()
453 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getSIMDShift64_32OpValue()
462 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getSIMDShift32OpValue()
471 assert(MO.isImm() && "Expected an immediate value for the shift amount!"); in getSIMDShift16OpValue()
481 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getFixedPointScaleOpValue()
490 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR64OpValue()
499 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR32OpValue()
508 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR16OpValue()
517 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftR8OpValue()
526 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL64OpValue()
535 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL32OpValue()
544 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL16OpValue()
553 assert(MO.isImm() && "Expected an immediate value for the scale amount!"); in getVecShiftL8OpValue()
563 assert(MO.isImm() && in getMoveVecShifterOpValue()
579 if (UImm16MO.isImm()) in fixMOVZ()