Home
last modified time | relevance | path

Searched defs:XOR (Results 1 – 21 of 21) 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_enum_value_upper.proto69 XOR = 63; enumerator
Dtest_reserved_message_upper.proto68 message XOR {} message
Dtest_reserved_enum_upper.proto68 enum XOR { ZERO64 = 0; } enum
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto155 XOR = 5; // NO_PROTO3 enumerator
/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/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_gds.h125 XOR, 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h448 AND, OR, XOR, enumerator
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeSPARC_common.c180 #define XOR (OPC1(0x2) | OPC3(0x03)) macro
DsljitNativePPC_common.c226 #define XOR (HI(31) | LO(316)) macro
DsljitNativeMIPS_common.c252 #define XOR (HI(0) | LO(38)) macro
DsljitNativeX86_common.c259 #define XOR (/* BINARY */ 6 << 3) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h342 OR, XOR, AND, enumerator
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js441 XOR: {}, property
/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/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts4008 XOR: PathOp; property
/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