Searched refs:IsImm (Results 1 – 3 of 3) sorted by relevance
610 bool IsImm = Inst.getOperand(1).isImm(); in expandSET() local611 int64_t RawImmValue = IsImm ? MCValOp.getImm() : 0; in expandSET()626 IsImm && ((is64Bit() ? 0 : -4096) <= ImmValue && ImmValue < 4096); in expandSET()628 if (IsImm) in expandSET()659 if (!IsImm || IsEffectivelyImm13 || (ImmValue & 0x3ff)) { in expandSET()685 bool IsImm = MCValOp.isImm(); in expandSETX() local686 int64_t ImmValue = IsImm ? MCValOp.getImm() : 0; in expandSETX()688 const MCExpr *ValExpr = IsImm ? MCConstantExpr::create(ImmValue, getContext()) in expandSETX()692 if (IsImm && isInt<13>(ImmValue)) { in expandSETX()717 if (IsImm && isUInt<32>(ImmValue)) in expandSETX()
316 let Inst{13} = 0; // IsImm331 let Inst{13} = 1; // IsImm
124 bool IsImm = false; in simplifyX86immShift() local138 IsImm = true; in simplifyX86immShift()161 IsImm = true; in simplifyX86immShift()184 IsImm = true; in simplifyX86immShift()212 if (IsImm) { in simplifyX86immShift()