Home
last modified time | relevance | path

Searched defs:vxor (Results 1 – 25 of 124) sorted by relevance

12345

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/VE/
H A DVXOR.s8 vxor %v11, %s20, %v22 label
12 vxor %vix, %vix, %vix label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DVXOR.s8 vxor %v11, %s20, %v22 label
12 vxor %vix, %vix, %vix label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/VE/
H A DVXOR.s8 vxor %v11, %s20, %v22 label
12 vxor %vix, %vix, %vix label
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/VE/
H A DVXOR.s8 vxor %v11, %s20, %v22 label
12 vxor %vix, %vix, %vix label
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DVXOR.s8 vxor %v11, %s20, %v22 label
12 vxor %vix, %vix, %vix label
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/VE/
H A DVXOR.s8 vxor %v11, %s20, %v22 label
12 vxor %vix, %vix, %vix label
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DVXOR.s8 vxor %v11, %s20, %v22 label
12 vxor %vix, %vix, %vix label
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/VE/
H A DVXOR.s8 vxor %v11, %s20, %v22 label
12 vxor %vix, %vix, %vix label
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/fflas_simd/
H A Dsimd512.inl69 … static INLINE CONST vect_t vxor(const vect_t a, const vect_t b) { return _mm512_xor_si512(b, a); } function
H A Dsimd128.inl93 static INLINE CONST vect_t vxor(const vect_t a, const vect_t b) { return _mm_xor_si128(b, a); } function
H A Dsimd256.inl138 … static INLINE CONST vect_t vxor(const vect_t a, const vect_t b) { return _mm256_xor_si256(b, a); } function
H A Dsimd256_double.inl347 static INLINE CONST vect_t vxor(const vect_t a, const vect_t b) { return _mm256_xor_pd(a, b); } function
H A Dsimd256_float.inl363 static INLINE CONST vect_t vxor(const vect_t a, const vect_t b) { return _mm256_xor_ps(a, b); } function
H A Dsimd128_double.inl330 static INLINE CONST vect_t vxor(const vect_t a, const vect_t b) { return _mm_xor_pd(a, b); } function
H A Dsimd128_float.inl349 static INLINE CONST vect_t vxor(const vect_t a, const vect_t b) { return _mm_xor_ps(a, b); } function
/dports/security/highwayhash/highwayhash-bdd572de8cfa3a1fbef6ba32307c2629db7c4773/highwayhash/
H A Dvector_test_target.cc133 const V<T> vxor = v3 ^ v2; in TestMembersAndBinaryOperatorsExceptShifts() local
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dopencl_DES_kernel_params.h43 #define vxor(dst, a, b) \ macro
H A Dpseudo_intrinsics.h90 #define vxor(x, y) (vtype)veorq_u32((x).v32, (y).v32) macro
144 #define vxor(x, y) (vtype)vec_xor((x).v32, (y).v32) macro
212 #define vxor _mm512_xor_si512 macro
355 #define vxor _mm256_xor_si256 macro
506 #define vxor _mm_xor_si128 macro
H A Dopencl_lm_kernel_params.h43 #define vxor(dst, a, b) \ macro
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc2406 __ vxor(kScratchSimd128Reg, kScratchSimd128Reg, kScratchSimd128Reg); in AssembleArchInstruction() local
2734 __ vxor(dst, i.InputSimd128Register(0), src); in AssembleArchInstruction() local
2747 __ vxor(dst, dst, dst); in AssembleArchInstruction() local
2815 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction() local
2825 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction() local
2842 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction() local
2859 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction() local
2871 __ vxor(kScratchSimd128Reg, kScratchSimd128Reg, kScratchSimd128Reg); in AssembleArchInstruction() local
3675 __ vxor(dst, dst, dst); in AssembleArchInstruction() local
3690 __ vxor(dst, dst, dst); in AssembleArchInstruction() local
[all …]
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-crypto/
H A Dpseudo_intrinsics.h125 #define vxor veorq_u32 macro
187 #define vxor(x, y) (vtype) vec_xor((x).v32, (y).v32) macro
242 #define vxor _mm512_xor_si512 macro
441 #define vxor _mm256_xor_si256 macro
577 #define vxor _mm_xor_si128 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc2482 __ vxor(kScratchDoubleReg, kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2507 __ vxor(kScratchDoubleReg, kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2519 __ vxor(kScratchDoubleReg, kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2894 __ vxor(dst, i.InputSimd128Register(0), src); in AssembleArchInstruction() local
2899 __ vxor(dst, dst, dst); in AssembleArchInstruction() local
2983 __ vxor(tempFPReg1, src, kScratchDoubleReg); in AssembleArchInstruction() local
3004 __ vxor(tempFPReg1, src, kScratchDoubleReg); in AssembleArchInstruction() local
3025 __ vxor(tempFPReg1, src, kScratchDoubleReg); in AssembleArchInstruction() local
3039 __ vxor(kScratchDoubleReg, kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
3248 __ vxor(tempFPReg1, tempFPReg1, tempFPReg1); in AssembleArchInstruction() local
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/Tests/RSP Opcodes/
H A DRSP Opcodes.asm62 vxor v1,v1,v1[7w] label
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/Tests/RSP Opcodes/
H A DRSP Opcodes.asm62 vxor v1,v1,v1[7w] label
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/armips/Tests/RSP Opcodes/
H A DRSP Opcodes.asm62 vxor v1,v1,v1[7w] label

12345