Searched refs:CMPPS (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | TODO | 20 CMPPS
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 228 CMPPD, CMPPS, enumerator
|
D | X86InstrFragmentsSIMD.td | 93 def X86cmpps : SDNode<"X86ISD::CMPPS", SDTX86VFCMP>;
|
D | X86GenFastISel.inc | 3761 // FastEmit functions for X86ISD::CMPPS. 4076 …case X86ISD::CMPPS: return FastEmit_X86ISD_CMPPS_rri(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill, im…
|
D | X86ISelLowering.cpp | 8472 unsigned Opc = EltVT == MVT::f32 ? X86ISD::CMPPS : X86ISD::CMPPD; in LowerVSETCC() 10688 case X86ISD::CMPPS: return "X86ISD::CMPPS"; in getTargetNodeName()
|
D | X86InstrSSE.td | 2132 defm CMPPS : sse12_cmp_packed<VR128, f128mem, int_x86_sse_cmp_ps,
|
D | X86GenDAGISel.inc | 42719 /*SwitchOpcode*/ 75|128,1/*203*/, TARGET_VAL(X86ISD::CMPPS),// ->89513
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 2490 defm CMPPS : sse12_cmp_packed<VR128, f128mem, SSECC, int_x86_sse_cmp_ps,
|