Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java193 public static final int DIV_LONG = 0x9e; field in Opcodes
DOpcodeInfo.java658 public static final Info DIV_LONG = field in OpcodeInfo
659 new Info(Opcodes.DIV_LONG, "div-long",
1098 set(DIV_LONG);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java192 public static final int DIV_LONG = 0x9e; field in DalvOps
DDops.java659 public static final Dop DIV_LONG = field in Dops
660 new Dop(DalvOps.DIV_LONG, DalvOps.DIV_LONG,
788 new Dop(DalvOps.DIV_LONG_2ADDR, DalvOps.DIV_LONG,
1093 set(DIV_LONG);
DRopToDop.java120 MAP.put(Rops.DIV_LONG, Dops.DIV_LONG_2ADDR); in MAP.put() argument
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java662 public static final Dop DIV_LONG = field in Dops
663 new Dop(Opcodes.DIV_LONG, Opcodes.DIV_LONG,
791 new Dop(Opcodes.DIV_LONG_2ADDR, Opcodes.DIV_LONG,
792 Opcodes.DIV_LONG, Form12x.THE_ONE, true);
1096 set(DIV_LONG);
DRopToDop.java291 MAP.put(Rops.DIV_LONG, Dops.DIV_LONG_2ADDR); in MAP.put() argument
/dalvik/dx/src/com/android/dx/rop/code/
DRops.java265 public static final Rop DIV_LONG = field in Rops
1503 DIV_LONG, DIV_FLOAT, DIV_DOUBLE); in opDiv()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRops.java265 public static final Rop DIV_LONG = field in Rops
1503 DIV_LONG, DIV_FLOAT, DIV_DOUBLE); in opDiv()