Searched defs:DIV_LONG (Results 1 - 7 of 7) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java659 public static final Dop DIV_LONG = field in class:Dops
660 new Dop(DalvOps.DIV_LONG, DalvOps.DIV_LONG,
788 new Dop(DalvOps.DIV_LONG_2ADDR, DalvOps.DIV_LONG,
1093 set(DIV_LONG);
H A DDalvOps.java192 public static final int DIV_LONG = 0x9e; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java662 public static final Dop DIV_LONG = field in class: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);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java658 public static final Info DIV_LONG = field in class:OpcodeInfo
659 new Info(Opcodes.DIV_LONG, "div-long",
1098 set(DIV_LONG);
H A DOpcodes.java193 public static final int DIV_LONG = 0x9e; field in class:Opcodes
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRops.java265 public static final Rop DIV_LONG = field in class:Rops
1503 DIV_LONG, DIV_FLOAT, DIV_DOUBLE);
/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java265 public static final Rop DIV_LONG = field in class:Rops
1503 DIV_LONG, DIV_FLOAT, DIV_DOUBLE);

Completed in 360 milliseconds