Home | History | Annotate | Download | only in X86

Lines Matching refs:PTEST

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