Home | History | Annotate | Download | only in AsmParser

Lines Matching full:is32bit

3186   bool Is32Bit = isInt<32>(ImmValue) || isUInt<32>(ImmValue);
3198 if (!loadImmediate(ImmValue, DstReg, Mips::NoRegister, Is32Bit, false, Inst.getLoc(), Instructions)) {