Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1358 isShiftedInt<Bits, ShiftAmount>(getConstantMemOff()))) in isMemWithSimmOffset()
1372 (isConstantMemOff() && isIntN(PtrBits, getConstantMemOff()))) in isMemWithPtrSizeOffset()
1384 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmOffsetSP()
1389 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmWordAlignedOffsetSP()
1390 && (getConstantMemOff() % 4 == 0) && getMemBase()->isRegIdx() in isMemWithUimmWordAlignedOffsetSP()
1395 return isMem() && isConstantMemOff() && isInt<Bits>(getConstantMemOff()) in isMemWithSimmWordAlignedOffsetGP()
1396 && (getConstantMemOff() % 4 == 0) && getMemBase()->isRegIdx() in isMemWithSimmWordAlignedOffsetGP()
1494 int64_t getConstantMemOff() const { in getConstantMemOff() function in __anon019647a70211::MipsOperand