Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1072 isShiftedInt<Bits, ShiftAmount>(getConstantMemOff()))) in isMemWithSimmOffset()
1082 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmOffsetSP()
1086 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmWordAlignedOffsetSP()
1087 && (getConstantMemOff() % 4 == 0) && getMemBase()->isRegIdx() in isMemWithUimmWordAlignedOffsetSP()
1091 return isMem() && isConstantMemOff() && isInt<Bits>(getConstantMemOff()) in isMemWithSimmWordAlignedOffsetGP()
1092 && (getConstantMemOff() % 4 == 0) && getMemBase()->isRegIdx() in isMemWithSimmWordAlignedOffsetGP()
1204 int64_t getConstantMemOff() const { in getConstantMemOff() function in __anond0efcad40311::MipsOperand