Searched refs:DIV_LONG (Results 1 – 9 of 9) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | Opcodes.java | 193 public static final int DIV_LONG = 0x9e; field in Opcodes
|
D | OpcodeInfo.java | 658 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/ |
D | DalvOps.java | 192 public static final int DIV_LONG = 0x9e; field in DalvOps
|
D | Dops.java | 659 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);
|
D | RopToDop.java | 120 MAP.put(Rops.DIV_LONG, Dops.DIV_LONG_2ADDR); in MAP.put() argument
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | Dops.java | 662 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);
|
D | RopToDop.java | 291 MAP.put(Rops.DIV_LONG, Dops.DIV_LONG_2ADDR); in MAP.put() argument
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | Rops.java | 265 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/ |
D | Rops.java | 265 public static final Rop DIV_LONG = field in Rops 1503 DIV_LONG, DIV_FLOAT, DIV_DOUBLE); in opDiv()
|