Home
last modified time | relevance | path

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

/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DBlendMode.java22 XOR(11), enumConstant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAluCode.h29 XOR = 0x06, enumerator
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_upper.proto68 message XOR {} message
Dtest_reserved_enum_value_upper.proto69 XOR = 63; enumerator
Dtest_reserved_enum_upper.proto68 enum XOR { ZERO64 = 0; } enum
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_mem.h105 XOR, enumerator
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto155 XOR = 5; // NO_PROTO3 enumerator
/third_party/FreeBSD/crypto/openssh/openbsd-compat/
Dchacha_private.h45 #define XOR(v,w) ((v) ^ (w)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h53 XConcat, XADD, XMUL, XAND, XOR, XSRA, XSRL, XSHL, XListConcat, XListSplat, enumerator
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c52 #define XOR(v,w) ((v) ^ (w)) macro
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator
/third_party/node/deps/v8/src/compiler/
Dmachine-operator.cc1779 #define XOR(kType) \ in Word32AtomicXor() macro
1876 #define XOR(kType) \ in Word64AtomicXor() macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h448 AND, OR, XOR, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h342 OR, XOR, AND, enumerator
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_common.c135 #define XOR (F7(0x0) | F3(0x4) | OPC(0x33)) macro
DsljitNativePPC_common.c233 #define XOR (HI(31) | LO(316)) macro
DsljitNativeX86_common.c267 #define XOR (/* BINARY */ 6 << 3) macro
DsljitNativeMIPS_common.c282 #define XOR (HI(0) | LO(38)) macro
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h345 XOR = 0x2bU << 15, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp5409 SDValue XOR = Op.getOperand(0); in combineToCMPB() local
5427 SDValue XOR = Op.getOperand(0); in combineToCMPB() local
/third_party/skia/modules/canvaskit/
Dexterns.js916 XOR: {}, property
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h541 XOR = ((4U << 3) + 6), enumerator
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts4008 XOR: PathOp; property
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h548 XOR = ((4U << 3) + 6), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3674 SDValue XOR = DAG.getNode(ISD::XOR, dl, VTy, SRA, Operand); in LowerINTRINSIC_WO_CHAIN() local