Home | History | Annotate | Download | only in AsmParser

Lines Matching full:immvalue

454   int32_t ImmValue = RawImmValue;
459 IsImm && ((is64Bit() ? 0 : -4096) <= ImmValue && ImmValue < 4096);
462 ValExpr = MCConstantExpr::create(ImmValue, getContext());
492 if (!IsImm || IsEffectivelyImm13 || (ImmValue & 0x3ff)) {