Searched refs:PTEST (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 246 PTEST, enumerator
|
D | X86InstrFragmentsSIMD.td | 107 def X86ptest : SDNode<"X86ISD::PTEST", SDTX86CmpPTest>;
|
D | X86GenFastISel.inc | 3186 // FastEmit functions for X86ISD::PTEST. 3707 case X86ISD::PTEST: return FastEmit_X86ISD_PTEST_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|
D | X86ISelLowering.cpp | 9307 unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST; in LowerINTRINSIC_WO_CHAIN() 10710 case X86ISD::PTEST: return "X86ISD::PTEST"; in getTargetNodeName()
|
D | X86GenDAGISel.inc | 28622 /*SwitchOpcode*/ 21|128,1/*149*/, TARGET_VAL(X86ISD::PTEST),// ->58990
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 365 PTEST, enumerator
|
D | X86SchedHaswell.td | 1554 // PTEST. 1561 def : InstRW<[WritePTESTr], (instregex "(V?)PTEST(Y?)rr")>; 1569 def : InstRW<[WritePTESTr], (instregex "(V?)PTEST(Y?)rm")>;
|
D | X86InstrFragmentsSIMD.td | 270 def X86ptest : SDNode<"X86ISD::PTEST", SDTX86CmpPTest>;
|
/external/valgrind/ |
D | NEWS | 1867 279071 JDK creates PTEST with redundant REX.W prefix
|