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

/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp184 bool Is32BitImm, bool IsAddress, SMLoc IDLoc,
191 bool expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc,
2142 /// @param Is32BitImm Is ImmValue 32-bit or 64-bit?
2147 unsigned SrcReg, bool Is32BitImm,
2152 if (!Is32BitImm && !isGP64bit()) {
2157 if (Is32BitImm) {
2170 unsigned AdduOp = !Is32BitImm ? Mips::DADDu : Mips::ADDu;
2194 if (IsAddress && !Is32BitImm) {
2223 if (!Is32BitImm && !isInt<32>(ImmValue)) {
2254 if (Is32BitImm) {
2146 loadImmediate(int64_t ImmValue, unsigned DstReg, unsigned SrcReg, bool Is32BitImm, bool IsAddress, SMLoc IDLoc, MCStreamer &Out, const MCSubtargetInfo *STI) argument
2311 expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc, MCStreamer &Out, const MCSubtargetInfo *STI) argument
[all...]

Completed in 90 milliseconds