HomeSort by relevance Sort by last modified time
    Searched full:iand (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/mesa3d/src/compiler/nir/
nir_opt_algebraic.py 76 (('umod', a, '#b(is_pos_power_of_two)'), ('iand', a, ('isub', b, 1))),
199 (('imul', ('b2i', a), ('b2i', b)), ('b2i', ('iand', a, b))),
200 (('fmul', ('b2f', a), ('b2f', b)), ('b2f', ('iand', a, b))),
202 (('iand', 'a@bool', 1.0), ('b2f', a)),
218 (('iand', a, a), a),
219 (('iand', a, ~0), a),
220 (('iand', a, 0), 0),
229 (('iand', ('inot', a), ('inot', b)), ('inot', ('ior', a, b))),
230 (('ior', ('inot', a), ('inot', b)), ('inot', ('iand', a, b))),
238 (('iand', 0xff, ('ushr', a, 24)), ('ushr', a, 24))
    [all...]
  /dalvik/dx/tests/102-verify-nonwide-math/
op_iand.j 24 iand
run 41 oneop iand
expected.txt 28 iand: expected failure occurred
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 164 "iand", /* 126*/
Opcode.java 123 int IAND = 126;
370 -1, // iand, 126
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 98 case ByteOps.IAND:
ByteOps.java 153 public static final int IAND = 0x7e;
481 "7e - iand;" +
  /dalvik/dx/tests/032-bb-live-code/
blort.j 286 iand
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_operator.py 468 def __iand__ (self, other): return "iand"
483 self.assertEqual(operator.iand (c, 5), "iand")
498 self.assertEqual(operator.__iand__ (c, 5), "iand")
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 163 false, // iand
371 false, // iand
580 2, // iand
789 1, // iand
  /external/python/cpython2/Lib/test/
test_operator.py 477 def __iand__ (self, other): return "iand"
492 self.assertEqual(operator.iand (c, 5), "iand")
507 self.assertEqual(operator.__iand__ (c, 5), "iand")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_operator.py 468 def __iand__ (self, other): return "iand"
483 self.assertEqual(operator.iand (c, 5), "iand")
498 self.assertEqual(operator.__iand__ (c, 5), "iand")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_operator.py 468 def __iand__ (self, other): return "iand"
483 self.assertEqual(operator.iand (c, 5), "iand")
498 self.assertEqual(operator.__iand__ (c, 5), "iand")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_operator.py 468 def __iand__ (self, other): return "iand"
483 self.assertEqual(operator.iand (c, 5), "iand")
498 self.assertEqual(operator.__iand__ (c, 5), "iand")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_operator.py 468 def __iand__ (self, other): return "iand"
483 self.assertEqual(operator.iand (c, 5), "iand")
498 self.assertEqual(operator.__iand__ (c, 5), "iand")
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 187 iand
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 218 testInsn(IAND, true);
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 180 009d: iand
small-class.txt 184 7e # 009d: iand
  /libcore/ojluni/src/main/native/
classfile_constants.h 478 1, /* iand */ \
  /prebuilts/jdk/jdk8/darwin-x86/include/
classfile_constants.h 478 1, /* iand */ \
  /prebuilts/jdk/jdk8/linux-x86/include/
classfile_constants.h 478 1, /* iand */ \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
operator.c 415 spam2(iand,__iand__, "a = iand(a, b) -- Same as a &= b.")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
operator.c 289 spam2(iand,__iand__, "a = iand(a, b) -- Same as a &= b.")

Completed in 1340 milliseconds

1 2 3 4 5