Home | History | Annotate | Download | only in X86

Lines Matching refs:PTEST

14483 // Check whether an OR'd tree is PTEST-able.
14558 // Cast all vectors into TestVT for PTEST.
14562 // If more than one full vectors are evaluated, OR them first before PTEST.
14571 return DAG.getNode(X86ISD::PTEST, DL, MVT::i32,
17959 // ptest and testp intrinsics. The intrinsic these come from are designed to
17960 // return an integer value, not just an instruction so lower it to the ptest
18018 unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST;
22220 case X86ISD::PTEST: return "X86ISD::PTEST";