Home
last modified time | relevance | path

Searched refs:getConstantMemOff (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1346 isShiftedInt<Bits, ShiftAmount>(getConstantMemOff()))) in isMemWithSimmOffset()
1360 (isConstantMemOff() && isIntN(PtrBits, getConstantMemOff()))) in isMemWithPtrSizeOffset()
1372 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmOffsetSP()
1377 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmWordAlignedOffsetSP()
1378 && (getConstantMemOff() % 4 == 0) && getMemBase()->isRegIdx() in isMemWithUimmWordAlignedOffsetSP()
1383 return isMem() && isConstantMemOff() && isInt<Bits>(getConstantMemOff()) in isMemWithSimmWordAlignedOffsetGP()
1384 && (getConstantMemOff() % 4 == 0) && getMemBase()->isRegIdx() in isMemWithSimmWordAlignedOffsetGP()
1482 int64_t getConstantMemOff() const { in getConstantMemOff() function in __anon03c4d4620211::MipsOperand