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

1 2 3 4 5 6 7

  /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/
build 35 oneop iand
expected.txt 14 iand: expected failure occurred
op_iand.j 24 iand
run 40 oneop iand
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
InsnNode.java 74 * ISHL, LSHL, ISHR, LSHR, IUSHR, LUSHR, IAND, LAND, IOR, LOR, IXOR,
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 164 "iand", /* 126*/
Opcode.java 123 int IAND = 126;
370 -1, // iand, 126
  /external/python/cpython3/Lib/
operator.py 14 'delitem', 'eq', 'floordiv', 'ge', 'getitem', 'gt', 'iadd', 'iand',
342 def iand(a, b): function
452 __iand__ = iand
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 99 case ByteOps.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.27/gas/testsuite/gas/pj/
ops.s 187 iand
  /external/annotation-tools/asmx/core/org/objectweb/asm/
Opcodes.class 
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
Interpreter.java 118 * LUSHR, IAND, LAND, IOR, LOR, IXOR, LXOR, LCMP, FCMPL, FCMPG, DCMPL,
  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
AbstractVisitor.java 69 + "ISHR,LSHR,IUSHR,LUSHR,IAND,LAND,IOR,LOR,IXOR,LXOR,IINC,I2L,"
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 218 testInsn(IAND, true);
  /external/python/cpython3/Lib/test/
test_operator.py 435 def __iand__ (self, other): return "iand"
450 self.assertEqual(operator.iand (c, 5), "iand")
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 180 009d: iand

Completed in 2118 milliseconds

1 2 3 4 5 6 7