Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.h70 void printi64mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi64mem() function
DX86ATTInstPrinter.h72 void printi64mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi64mem() function
/external/llvm/lib/Target/X86/
DX86InstrInfo.td318 def i64mem : X86MemOperand<"printi64mem", X86Mem64AsmOperand>;
334 def vx64mem : X86VMemOperand<VR128, "printi64mem", X86MemVX64Operand>;
335 def vy64mem : X86VMemOperand<VR256, "printi64mem", X86MemVY64Operand>;
340 def vy64xmem : X86VMemOperand<VR256X, "printi64mem", X86MemVY64XOperand>;
342 def vz64mem : X86VMemOperand<VR512, "printi64mem", X86MemVZ64Operand>;
375 let PrintMethod = "printi64mem";