Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h184 const MCExpr *getMemDisp() const { in getMemDisp() function
421 if (auto *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in isDispImm8()
433 getMemBaseReg() == X86::SI) && isa<MCConstantExpr>(getMemDisp()) && in isSrcIdx()
434 cast<MCConstantExpr>(getMemDisp())->getValue() == 0; in isSrcIdx()
454 isa<MCConstantExpr>(getMemDisp()) && in isDstIdx()
455 cast<MCConstantExpr>(getMemDisp())->getValue() == 0; in isDstIdx()
662 addExpr(Inst, getMemDisp()); in addMemOperands()
669 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addAbsMemOperands()
672 Inst.addOperand(MCOperand::createExpr(getMemDisp())); in addAbsMemOperands()
689 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getMemDisp())) in addMemOffsOperands()
[all …]