Searched refs:PCMPEQQ (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 231 PCMPEQB, PCMPEQW, PCMPEQD, PCMPEQQ, enumerator
|
D | X86InstrFragmentsSIMD.td | 98 def X86pcmpeqq : SDNode<"X86ISD::PCMPEQQ", SDTIntBinOp, [SDNPCommutative]>;
|
D | X86GenFastISel.inc | 2980 // FastEmit functions for X86ISD::PCMPEQQ. 3697 …case X86ISD::PCMPEQQ: return FastEmit_X86ISD_PCMPEQQ_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|
D | X86ISelLowering.cpp | 8543 case MVT::v2i64: EQOpc = X86ISD::PCMPEQQ; GTOpc = X86ISD::PCMPGTQ; break; in LowerVSETCC() 8566 if (Opc == X86ISD::PCMPEQQ && !Subtarget->hasSSE41() && !Subtarget->hasAVX()) in LowerVSETCC() 10692 case X86ISD::PCMPEQQ: return "X86ISD::PCMPEQQ"; in getTargetNodeName()
|
D | X86InstrSSE.td | 5801 defm PCMPEQQ : SS41I_binop_rm_int<0x29, "pcmpeqq", int_x86_sse41_pcmpeqq>;
|
D | X86GenDAGISel.inc | 45591 /*SwitchOpcode*/ 23|128,1/*151*/, TARGET_VAL(X86ISD::PCMPEQQ),// ->95345
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 6873 defm PCMPEQQ : SS48I_binop_rm<0x29, "pcmpeqq", X86pcmpeq, v2i64, VR128,
|