Home | History | Annotate | Download | only in X86

Lines Matching refs:PTEST

9248   // ptest and testp intrinsics. The intrinsic these come from are designed to
9249 // return an integer value, not just an instruction so lower it to the ptest
9307 unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST;
10710 case X86ISD::PTEST: return "X86ISD::PTEST";