Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp652 const MachineOperand &DispOp = MI.getOperand(MemOpNo + X86::AddrDisp); in expandMI() local
655 if (Base && DispOp.isImm() && isInt<8>(DispOp.getImm())) in expandMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp516 void X86MCCodeEmitter::emitImmediate(const MCOperand &DispOp, SMLoc Loc, in emitImmediate() argument
523 if (DispOp.isImm()) { in emitImmediate()
528 emitConstant(DispOp.getImm() + ImmOffset, Size, CB); in emitImmediate()
531 Expr = MCConstantExpr::create(DispOp.getImm(), Ctx); in emitImmediate()
533 Expr = DispOp.getExpr(); in emitImmediate()