Searched refs:DIV_LONG (Results 1 – 9 of 9) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | Opcodes.java | 194 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", 1122 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 | 669 public static final Dop DIV_LONG = field in Dops 670 new Dop(DalvOps.DIV_LONG, DalvOps.DIV_LONG, 798 new Dop(DalvOps.DIV_LONG_2ADDR, DalvOps.DIV_LONG, 1103 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 | 664 public static final Dop DIV_LONG = field in Dops 665 new Dop(Opcodes.DIV_LONG, Opcodes.DIV_LONG, 793 new Dop(Opcodes.DIV_LONG_2ADDR, Opcodes.DIV_LONG, 794 Opcodes.DIV_LONG, Form12x.THE_ONE, true); 1122 set(DIV_LONG);
|
D | RopToDop.java | 297 MAP.put(Rops.DIV_LONG, Dops.DIV_LONG_2ADDR); in MAP.put() argument
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | Rops.java | 266 public static final Rop DIV_LONG = field in Rops 1516 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()
|