Home
last modified time | relevance | path

Searched refs:PTEST (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtin-types.def1150 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V2DF_V2DF, PTEST)
1151 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V2DI_V2DI, PTEST)
1152 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V4DF_V4DF, PTEST)
1153 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V4DI_V4DI, PTEST)
1154 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V4SF_V4SF, PTEST)
1155 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V8SF_V8SF, PTEST)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtin-types.def1160 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V2DF_V2DF, PTEST)
1161 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V2DI_V2DI, PTEST)
1162 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V4DF_V4DF, PTEST)
1163 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V4DI_V4DI, PTEST)
1164 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V4SF_V4SF, PTEST)
1165 DEF_FUNCTION_TYPE_ALIAS (INT_FTYPE_V8SF_V8SF, PTEST)
/netbsd-src/sys/arch/m68k/m68k/
H A Dbusaddrerr.s224 ptestr %d0,%a0@,#0 | only PTEST #0 can detect transparent
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dsimd.d377 PTEST = 0x660F3817, in version() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve.md230 ;; SVE provides a PTEST instruction for testing the active lanes of a
243 ;; of a PTEST use the condition code mode CC_NZC.
245 ;; PTEST is always a .B operation (i.e. it always operates on VNx16BI).
257 ;; that a separate PTEST would. It's important for code quality that we
264 ;; WHILELO sets the flags in the same way as a PTEST with a .S PTRUE
267 ;; We therefore need to represent PTEST operations in a way that
296 ;; of a PTEST. We therefore want to be able to combine integer comparison
298 ;; that (as noted above) the PTEST is always a .B operation and so can place
301 ;; For example, when applying a separate PTEST to the result of a full-vector
302 ;; .H comparison, the PTEST must be predicated on a .H PTRUE instead of a
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve.md230 ;; SVE provides a PTEST instruction for testing the active lanes of a
243 ;; of a PTEST use the condition code mode CC_NZC.
245 ;; PTEST is always a .B operation (i.e. it always operates on VNx16BI).
257 ;; that a separate PTEST would. It's important for code quality that we
264 ;; WHILELO sets the flags in the same way as a PTEST with a .S PTRUE
267 ;; We therefore need to represent PTEST operations in a way that
296 ;; of a PTEST. We therefore want to be able to combine integer comparison
298 ;; that (as noted above) the PTEST is always a .B operation and so can place
301 ;; For example, when applying a separate PTEST to the result of a full-vector
302 ;; .H comparison, the PTEST must be predicated on a .H PTRUE instead of a
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h425 PTEST, enumerator
H A DX86.td425 "Prefer AVX512 mask registers over PTEST/MOVMSK">;
H A DX86InstrFragmentsSIMD.td294 def X86ptest : SDNode<"X86ISD::PTEST", SDTX86CmpPTest>;
H A DX86ISelLowering.cpp22149 return DAG.getNode(X86ISD::PTEST, DL, MVT::i32, V, V); in LowerVectorAllZero()
25699 unsigned TestOpc = X86ISD::PTEST; in LowerINTRINSIC_WO_CHAIN()
31443 NODE_NAME_CASE(PTEST) in getTargetNodeName()
42271 if (EFLAGS.getOpcode() != X86ISD::PTEST && in combinePTESTCC()
42463 return DAG.getNode(X86ISD::PTEST, SDLoc(EFLAGS), MVT::i32, V, V); in combineSetCCMOVMSK()
48357 SDValue PT = DAG.getNode(X86ISD::PTEST, DL, MVT::i32, BCCmp, BCCmp); in combineVectorSizedSetCCEquality()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h323 PTEST, enumerator
H A DAArch64SVEInstrInfo.td257 def AArch64ptest : SDNode<"AArch64ISD::PTEST", SDT_AArch64PTest>;
H A DAArch64ISelLowering.cpp2034 MAKE_CASE(AArch64ISD::PTEST) in getTargetNodeName()
13803 SDValue Test = DAG.getNode(AArch64ISD::PTEST, DL, MVT::Other, Pg, Op); in getPTest()