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

1 2

  /dalvik/dx/tests/102-verify-nonwide-math/
op_ishr.j 24 ishr
run 48 oneop ishr
expected.txt 42 ishr: expected failure occurred
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 160 "ishr", /* 122*/
Opcode.java 166 int ISHR = 122;
366 -1, // ishr, 122
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 159 false, // ishr
368 2, // ishr
577 1, // ishr
InstructionConstants.java 358 "ishr",
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 95 case ByteOps.ISHR:
ByteOps.java 149 public static final int ISHR = 0x7a;
476 "7a - ishr;" +
Simulator.java 338 case ByteOps.ISHR:
RopperMachine.java 813 case ByteOps.ISHR: {
    [all...]
BytecodeArray.java 592 case ByteOps.ISHR:
    [all...]
  /dalvik/dx/tests/032-bb-live-code/
blort.j 282 ishr
expected.txt 403 008c: ishr
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 176 0099: ishr
small-class.txt 180 7a # 0099: ishr
  /dalvik/docs/
java-bytecode.html 142 <tr><td>0x7a</td><td>122</td><td>ishr</td></tr>
  /external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodes.java 353 "ishr", // 0x7A 122
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 388 case ISHR:
    [all...]
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp     [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 943 RSHIFT, NOP, NOP, LSHR, ISHR,
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 308 bool isHR() const;
    [all...]
RenderObject.cpp 260 bool RenderObject::isHR() const
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 

Completed in 772 milliseconds

1 2