Searched refs:printi128mem (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.h | 64 void printi128mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi128mem() function
|
D | X86ATTInstPrinter.h | 61 void printi128mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi128mem() function
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.h | 72 void printi128mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi128mem() function
|
D | X86ATTInstPrinter.h | 72 void printi128mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi128mem() function
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 355 def i128mem : X86MemOperand<"printi128mem", X86Mem128AsmOperand>; 369 def vx128mem : X86VMemOperand<VR128, "printi128mem", X86Mem128_RC128Operand>; 371 def vy128mem : X86VMemOperand<VR256, "printi128mem", X86Mem128_RC256Operand>; 375 def vx128xmem : X86VMemOperand<VR128X, "printi128mem", X86Mem128_RC128XOperand>; 377 def vy128xmem : X86VMemOperand<VR256, "printi128mem", X86Mem128_RC256XOperand>;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenAsmWriter.inc | 4166 printi128mem(MI, 2, O); 4171 printi128mem(MI, 1, O); 4248 printi128mem(MI, 0, O); 4380 printi128mem(MI, 1, O); 4391 printi128mem(MI, 2, O); 4489 printi128mem(MI, 0, O);
|
D | X86GenAsmWriter1.inc | 4095 printi128mem(MI, 0, O); 4292 printi128mem(MI, 2, O); 4296 printi128mem(MI, 1, O); 6009 case X86::VPXORrm: printi128mem(MI, 2, O); break; 6076 case X86::VPCLMULQDQrm: printi128mem(MI, 2, O); break;
|
D | X86InstrInfo.td | 274 def i128mem : X86MemOperand<"printi128mem">;
|