Searched refs:XOR (Results 1 - 25 of 199) sorted by relevance

12345678

/external/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h30 XOR = 0x06, enumerator in enum:llvm::LPAC::AluCode
91 case XOR:
112 .Case("xor", XOR)
133 case ISD::XOR:
134 return AluCode::XOR;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp322 result[0] = XOR(OR(src[0], dst[0]), VIMMED1(0xFFFFFFFF));
323 result[1] = XOR(OR(src[1], dst[1]), VIMMED1(0xFFFFFFFF));
324 result[2] = XOR(OR(src[2], dst[2]), VIMMED1(0xFFFFFFFF));
325 result[3] = XOR(OR(src[3], dst[3]), VIMMED1(0xFFFFFFFF));
331 result[0] = AND(XOR(src[0], VIMMED1(0xFFFFFFFF)), dst[0]);
332 result[1] = AND(XOR(src[1], VIMMED1(0xFFFFFFFF)), dst[1]);
333 result[2] = AND(XOR(src[2], VIMMED1(0xFFFFFFFF)), dst[2]);
334 result[3] = AND(XOR(src[3], VIMMED1(0xFFFFFFFF)), dst[3]);
339 result[0] = XOR(src[0], VIMMED1(0xFFFFFFFF));
340 result[1] = XOR(sr
[all...]
/external/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderBitVector.h28 bool XOR(const CBC_QRCoderBitVector* other);
H A DBC_QRCoderBitVector.cpp86 bool CBC_QRCoderBitVector::XOR(const CBC_QRCoderBitVector* other) { function in class:CBC_QRCoderBitVector
/external/proguard/src/proguard/evaluation/value/
H A DCompositeIntegerValue.java41 public static final byte XOR = '^'; field in class:CompositeIntegerValue
H A DCompositeLongValue.java41 public static final byte XOR = '^'; field in class:CompositeLongValue
H A DSpecificLongValue.java229 new CompositeLongValue(other, CompositeLongValue.XOR, this);
/external/turbine/java/com/google/turbine/parse/
H A DToken.java80 XOR("^"), enum constant in enum:Token
/external/valgrind/none/tests/mips64/
H A Dlogical_instructions.c7 OR, ORI, XOR, XORI enumerator in enum:__anon29709
80 case XOR:
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DBinaryOp.java30 * <p>Bit operations ({@link #AND}, {@link #OR}, {@link #XOR}, {@link
97 XOR() { method in enum:BinaryOp
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
H A DASTParserConstants.java230 int XOR = 136; field in interface:ASTParserConstants
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
H A DASTParserConstants.java230 int XOR = 111; field in interface:ASTParserConstants
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp107 case ISD::XOR:
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DAssignExpr.java59 XOR("^="), enum constant in enum:AssignExpr.Operator
89 case XOR:
90 return Optional.of(BinaryExpr.Operator.XOR);
H A DBinaryExpr.java54 XOR("^"), enum constant in enum:BinaryExpr.Operator
86 case XOR:
87 return Optional.of(AssignExpr.Operator.XOR);
/external/selinux/checkpolicy/
H A Dpolicy_scan.l172 XOR { return(XOR); }
277 "^" { return (XOR); }
/external/smali/dexlib2/src/main/ragel/
H A DSyntheticAccessorFSM.rl53 public static final int XOR = SyntheticAccessorResolver.XOR_ASSIGNMENT;
148 mathOp = XOR;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DSyntheticAccessorFSM.java202 public static final int XOR = SyntheticAccessorResolver.XOR_ASSIGNMENT; field in class:SyntheticAccessorFSM
424 mathOp = XOR;
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_32.c177 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
193 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
194 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
250 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
269 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
270 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
324 EMIT_LOGICAL(XORI, XOR);
H A DsljitNativeMIPS_64.c269 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
285 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
286 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
342 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
361 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
362 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(OVERFLOW_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
419 EMIT_LOGICAL(XORI, XOR);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp64 // Implement vselect in terms of XOR, AND, OR when blend is not supported
153 case ISD::XOR:
266 // Implement VSELECT in terms of XOR, AND, OR
276 // AND,OR,XOR, we will have to scalarize the op.
278 !TLI.isOperationLegalOrCustom(ISD::XOR, VT) ||
292 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DTokenTypes.java206 case XOR:
H A DJavaToken.java373 XOR(122), enum constant in enum:JavaToken.Kind
444 return XOR;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h307 AND, OR, XOR, enumerator in enum:llvm::ISD::NodeType
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h328 AND, OR, XOR, enumerator in enum:llvm::ISD::NodeType

Completed in 4796 milliseconds

12345678