Searched defs:DIV_LONG_2ADDR (Results 1 - 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java787 public static final Dop DIV_LONG_2ADDR = field in class:Dops
788 new Dop(DalvOps.DIV_LONG_2ADDR, DalvOps.DIV_LONG,
1125 set(DIV_LONG_2ADDR);
H A DDalvOps.java224 public static final int DIV_LONG_2ADDR = 0xbe; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java790 public static final Dop DIV_LONG_2ADDR = field in class:Dops
791 new Dop(Opcodes.DIV_LONG_2ADDR, Opcodes.DIV_LONG,
1128 set(DIV_LONG_2ADDR);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java786 public static final Info DIV_LONG_2ADDR = field in class:OpcodeInfo
787 new Info(Opcodes.DIV_LONG_2ADDR, "div-long/2addr",
1130 set(DIV_LONG_2ADDR);
H A DOpcodes.java225 public static final int DIV_LONG_2ADDR = 0xbe; field in class:Opcodes

Completed in 157 milliseconds