/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiAluCode.h | 29 XOR = 0x06, enumerator
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | BlendMode.java | 22 XOR(11), enum constant
|
/third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 45 #define XOR(v,w) ((v) ^ (w))
macro [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_mem.h | 105 XOR, enumerator
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 52 #define XOR(v,w) ((v) ^ (w)) macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGLexer.h | 53 XConcat, XADD, XMUL, XAND, XOR, XSRA, XSRL, XSHL, XListConcat, XListSplat, enumerator
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | Pp.cpp | 352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator
|
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.cc | 1779 #define XOR(kType) \ in Word32AtomicXor() macro 1784 #undef XOR in Word32AtomicXor() macro 1876 #define XOR(kType) \ in Word64AtomicXor() macro 1881 #undef XOR in Word64AtomicXor() macro
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativePPC_common.c | 233 #define XOR (HI(31) | LO(316)) macro
|
H A D | sljitNativeRISCV_common.c | 135 #define XOR (F7(0x0) | F3(0x4) | OPC(0x33)) macro
|
H A D | sljitNativeX86_common.c | 267 #define XOR (/* BINARY */ 6 << 3) macro
|
H A D | sljitNativeMIPS_common.c | 282 #define XOR (HI(0) | LO(38)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 448 AND, OR, XOR, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 3674 SDValue XOR = DAG.getNode(ISD::XOR, dl, VTy, SRA, Operand); in LowerINTRINSIC_WO_CHAIN() local [all...] |