Searched refs:isConstantMemOff (Results 1 – 1 of 1) sorted by relevance
1284 bool isConstantMemOff() const { in isConstantMemOff() function in __anon775249370211::MipsOperand1298 (isConstantMemOff() && in isMemWithSimmOffset()1313 (isConstantMemOff() && isIntN(PtrBits, getConstantMemOff()))) in isMemWithPtrSizeOffset()1325 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmOffsetSP()1330 return isMem() && isConstantMemOff() && isUInt<Bits>(getConstantMemOff()) in isMemWithUimmWordAlignedOffsetSP()1336 return isMem() && isConstantMemOff() && isInt<Bits>(getConstantMemOff()) in isMemWithSimmWordAlignedOffsetGP()