Home
last modified time | relevance | path

Searched refs:DIV_DOUBLE (Results 1 – 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java209 public static final int DIV_DOUBLE = 0xae; field in Opcodes
DOpcodeInfo.java722 public static final Info DIV_DOUBLE = field in OpcodeInfo
723 new Info(Opcodes.DIV_DOUBLE, "div-double",
1114 set(DIV_DOUBLE);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java208 public static final int DIV_DOUBLE = 0xae; field in DalvOps
DDops.java723 public static final Dop DIV_DOUBLE = field in Dops
724 new Dop(DalvOps.DIV_DOUBLE, DalvOps.DIV_DOUBLE,
852 new Dop(DalvOps.DIV_DOUBLE_2ADDR, DalvOps.DIV_DOUBLE,
1109 set(DIV_DOUBLE);
DRopToDop.java122 MAP.put(Rops.DIV_DOUBLE, Dops.DIV_DOUBLE_2ADDR); in MAP.put() argument
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java726 public static final Dop DIV_DOUBLE = field in Dops
727 new Dop(Opcodes.DIV_DOUBLE, Opcodes.DIV_DOUBLE,
855 new Dop(Opcodes.DIV_DOUBLE_2ADDR, Opcodes.DIV_DOUBLE,
856 Opcodes.DIV_DOUBLE, Form12x.THE_ONE, true);
1112 set(DIV_DOUBLE);
DRopToDop.java293 MAP.put(Rops.DIV_DOUBLE, Dops.DIV_DOUBLE_2ADDR); in MAP.put() argument
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRops.java274 public static final Rop DIV_DOUBLE = field in Rops
1503 DIV_LONG, DIV_FLOAT, DIV_DOUBLE); in opDiv()
/dalvik/dx/src/com/android/dx/rop/code/
DRops.java274 public static final Rop DIV_DOUBLE = field in Rops
1503 DIV_LONG, DIV_FLOAT, DIV_DOUBLE); in opDiv()