HomeSort by relevance Sort by last modified time
    Searched refs:XOR (Results 26 - 50 of 224) sorted by null

12 3 4 5 6 7 8 9

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 200 public static final int XOR = SyntheticAccessorResolver.XOR_ASSIGNMENT;
416 mathOp = XOR;
  /external/pcre/dist/sljit/
sljitNativeMIPS_32.c 177 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);
sljitNativeMIPS_64.c 269 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);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
IconTest.java 187 icon.setTintMode(PorterDuff.Mode.XOR);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 111 drawRgn(canvas, Color.BLUE, "Xor", Region.Op.XOR);
Xfermodes.java 85 new PorterDuffXfermode(PorterDuff.Mode.XOR),
95 "DstOut", "SrcATop", "DstATop", "Xor",
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 311 /// Bitwise operators - logical and, logical or, logical xor.
312 AND, OR, XOR,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 126 OP12(XOR)
  /external/proguard/src/proguard/evaluation/value/
SpecificLongValue.java 129 public LongValue xor(LongValue other) method in class:SpecificLongValue
131 return other.xor(this);
225 public LongValue xor(SpecificLongValue other) method in class:SpecificLongValue
229 new CompositeLongValue(other, CompositeLongValue.XOR, this);
SpecificIntegerValue.java 174 public IntegerValue xor(IntegerValue other) method in class:SpecificIntegerValue
176 return other.xor(this);
310 public IntegerValue xor(SpecificIntegerValue other) method in class:SpecificIntegerValue
314 new CompositeIntegerValue(other, CompositeIntegerValue.XOR, this);
  /external/v8/src/mips/
constants-mips.cc 242 case XOR:
  /external/v8/src/mips64/
constants-mips64.cc 259 case XOR:
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
XfermodeActivity.java 108 drawRects(canvas, Mode.XOR);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java 111 put(PorterDuff.Mode.XOR, new int[] {
214 put(PorterDuff.Mode.XOR, new int[] {
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionIteratorTest.java 143 region.op(rect, Region.Op.XOR);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java 374 case RegOps.XOR:
  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 374 case RegOps.XOR:
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java 153 PorterDuff.Mode.XOR
  /developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java 153 PorterDuff.Mode.XOR
  /development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/
DrawableTintingFragment.java 153 PorterDuff.Mode.XOR
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rop.java 374 case RegOps.XOR:
  /frameworks/base/graphics/java/android/graphics/
Region.java 40 XOR(3),
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 101 /// \brief Implement vselect in terms of XOR, AND, OR when blend is not
274 case ISD::XOR:
706 // using XOR AND OR. The selector bit is broadcasted.
720 // AND,OR,XOR, we will have to scalarize the op.
725 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand ||
752 SDValue NotMask = DAG.getNode(ISD::XOR, DL, MaskTy, Mask, AllOnes);
    [all...]
TargetLowering.cpp 292 case ISD::XOR:
298 if (Op.getOpcode() == ISD::XOR &&
499 case ISD::XOR:
510 // These bits cannot contribute to the result of the 'xor'.
547 // for XOR, we prefer to force bits to 1 if they will make a -1.
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 769 enum Op { AND = 0, OR = 1, XOR = 2 };
    [all...]

Completed in 534 milliseconds

12 3 4 5 6 7 8 9