Searched refs:Is32BitImm (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp230 bool Is32BitImm, bool IsAddress, SMLoc IDLoc,
239 bool expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc,
2694 /// @param Is32BitImm Is ImmValue 32-bit or 64-bit?
2699 unsigned SrcReg, bool Is32BitImm,
2704 if (!Is32BitImm && !isGP64bit()) {
2709 if (Is32BitImm) {
2722 unsigned AdduOp = !Is32BitImm ? Mips::DADDu : Mips::ADDu;
2746 if (IsAddress && !Is32BitImm) {
2774 if (!Is32BitImm && !isInt<32>(ImmValue)) {
2805 if (Is32BitImm) {
2698 loadImmediate(int64_t ImmValue, unsigned DstReg, unsigned SrcReg, bool Is32BitImm, bool IsAddress, SMLoc IDLoc, MCStreamer &Out, const MCSubtargetInfo *STI) argument
2862 expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc, MCStreamer &Out, const MCSubtargetInfo *STI) argument
3729 bool Is32BitImm = isInt<32>(OffsetOp.getImm()); local
[all...]

Completed in 113 milliseconds