Home
last modified time | relevance | path

Searched defs:XOR (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h79 XOR, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h29 XOR = 0x06, global() enumerator
/freebsd/crypto/openssh/
H A Dchacha.c41 #define XOR(v,w) ((v) ^ (w)) macro
/freebsd/contrib/unbound/compat/
H A Dchacha_private.h41 #define XOR(v,w) ((v) ^ (w)) macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.h33 #define XOR(a, b) _mm256_xor_si256(a, b) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h43 #define XOR(v,w) ((v) ^ (w)) macro
/freebsd/sys/crypto/chacha20/
H A Dchacha.c43 #define XOR(v,w) ((v) ^ (w)) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp56 const MCInstrDesc &XOR = TII->get(PPC::XOR8); in PairedCopy() local
H A DPPCISelDAGToDAG.cpp6480 SDValue XOR = Op.getOperand(0); in combineToCMPB() local
6498 SDValue XOR = Op.getOperand(0); in combineToCMPB() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c31 #define XOR(v, w) ((v) ^ (w)) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c93 #define XOR(src, acc) acc.e ^= src.e macro
H A Dvdev_raidz_math_sse2.c88 #define XOR(r...) \ macro
H A Dvdev_raidz_math_avx2.c93 #define XOR(r...) \ macro
H A Dvdev_raidz_math_avx512bw.c96 #define XOR(r...) \ macro
H A Dvdev_raidz_math_ssse3.c94 #define XOR(r...) \ macro
H A Dvdev_raidz_math_avx512f.c102 #define XOR(r...) \ macro
H A Dvdev_raidz_math_powerpc_altivec_common.h203 #define XOR(r...) \ macro
H A Dvdev_raidz_math_aarch64_neon_common.h206 #define XOR(r...) \ macro
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h119 XOR, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h710 XOR, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h406 XOR, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4509 SDValue XOR = N0.getOperand(1); in trySelectXAR() local
4546 SDValue XOR = N0.getOperand(0); in trySelectXAR() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h906 XOR, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4138 SDValue XOR = DAG.getNode(ISD::XOR, dl, VTy, SRA, Operand); in LowerINTRINSIC_WO_CHAIN() local
13447 SDValue XOR = N->getOperand(0); in PerformVSELECTCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7792 SDValue XOR = DAG.getNode(ISD::XOR, DL, XLenVT, CondV, in lowerSELECT() local

12