Searched defs:XOR (Results 1 - 16 of 16) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DBinaryOp.java30 * <p>Bit operations ({@link #AND}, {@link #OR}, {@link #XOR}, {@link
90 XOR() { method in enum:BinaryOp
/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
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java110 public static final int XOR = 22; field in class:RegOps
335 case XOR: return "xor";
/external/dropbear/libtommath/
H A Dbn.tex973 AND, XOR and OR directly. These operations are very quick.
1088 \subsection{AND, OR and XOR Operations}
1090 While AND, OR and XOR operations are not typical ``bignum functions'' they can be useful in several instances. The
1100 Which compute $c = a \odot b$ where $\odot$ is one of OR, AND or XOR.
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcpp.c335 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator in enum:eval_prec
368 { '^', XOR, op_xor },
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h307 AND, OR, XOR, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp315 case X86ISD::XOR:
322 case ISD::XOR: {
1641 XOR, enumerator in enum:AtomicOpc
1727 Op = XOR;
2098 case ISD::XOR: {
2120 // This only matters for OR and XOR, AND is unaffected.
2151 case ISD::XOR: Op = X86::XOR32ri8; break;
2162 case ISD::XOR: Op = CstVT==MVT::i8? X86::XOR64ri8 : X86::XOR64ri32; break;
H A DX86ISelLowering.h52 /// FXOR - Bitwise logical XOR of floating point values. This corresponds
253 INC, DEC, OR, XOR, AND, enumerator in enum:llvm::X86ISD::NodeType
/external/qemu/tcg/ppc/
H A Dtcg-target.c353 #define XOR XO31(316) macro
1140 tcg_out32 (s, XOR | SAB (arg1, 0, 0));
1146 tcg_out32 (s, XOR | SAB (arg1, 0, arg2));
1171 tcg_out32 (s, XOR | SAB (arg1, 0, 0));
1177 tcg_out32 (s, XOR | SAB (arg1, 0, arg2));
1472 tcg_out32 (s, XOR | SAB (args[1], args[0], 0));
1476 tcg_out32 (s, XOR | SAB (args[1], args[0], args[2]));
/external/qemu/tcg/ppc64/
H A Dtcg-target.c343 #define XOR XO31(316) macro
1068 tcg_out32 (s, XOR | SAB (arg1, 0, 0));
1074 tcg_out32 (s, XOR | SAB (arg1, 0, arg2));
1106 tcg_out32 (s, XOR | SAB (arg1, 0, 0));
1112 tcg_out32 (s, XOR | SAB (arg1, 0, arg2));
1363 tcg_out32 (s, XOR | SAB (args[1], args[0], 0));
1367 tcg_out32 (s, XOR | SAB (args[1], args[0], args[2]));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 261 milliseconds