Searched refs:getMemOff (Results 1 – 2 of 2) sorted by relevance
360 const MCExpr *getMemOff() const { in getMemOff() function in __anonc75c7c080211::SparcOperand386 case k_MemoryImm: assert(getMemOff() != nullptr); in print()388 << "+" << *getMemOff() in print()440 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
1272 const MCExpr *Expr = getMemOff(); in addMemOperands()1281 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()1346 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()1356 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()1361 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()1371 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithPtrSizeOffset()1375 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithPtrSizeOffset()1489 const MCExpr *getMemOff() const { in getMemOff() function in __anonb0f64e280211::MipsOperand1495 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()