Searched refs:DIV_DOUBLE (Results 1 - 7 of 7) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java729 public static final Dop DIV_DOUBLE = field in class:Dops
730 new Dop(Opcodes.DIV_DOUBLE, Opcodes.DIV_DOUBLE,
858 new Dop(Opcodes.DIV_DOUBLE_2ADDR, Opcodes.DIV_DOUBLE,
859 Opcodes.DIV_DOUBLE, Form12x.THE_ONE, true);
1271 set(DIV_DOUBLE);
H A DRopToDop.java294 MAP.put(Rops.DIV_DOUBLE, Dops.DIV_DOUBLE_2ADDR);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java209 public static final int DIV_DOUBLE = 0xae; field in class:Opcodes
H A DOpcodeInfo.java722 public static final Info DIV_DOUBLE = field in class:OpcodeInfo
723 new Info(Opcodes.DIV_DOUBLE, "div-double",
1270 set(DIV_DOUBLE);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java274 public static final Rop DIV_DOUBLE = field in class:Rops
1503 DIV_LONG, DIV_FLOAT, DIV_DOUBLE);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java202 DIV_DOUBLE((byte)0xae, "div-double", ReferenceType.none, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java923 case DIV_DOUBLE:
1429 case DIV_DOUBLE:

Completed in 66 milliseconds