Searched refs:printMemOffs8 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ATTInstPrinter.h | 100 void printMemOffs8(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printMemOffs8() function
|
H A D | X86IntelInstPrinter.h | 118 void printMemOffs8(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printMemOffs8() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrOperands.td | 287 def offset16_8 : X86MemOffsOperand<i16imm, "printMemOffs8", 293 def offset32_8 : X86MemOffsOperand<i32imm, "printMemOffs8", 301 def offset64_8 : X86MemOffsOperand<i64imm, "printMemOffs8",
|