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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java663 public static final Dop REM_LONG = field in class:Dops
664 new Dop(DalvOps.REM_LONG, DalvOps.REM_LONG,
792 new Dop(DalvOps.REM_LONG_2ADDR, DalvOps.REM_LONG,
1094 set(REM_LONG);
H A DDalvOps.java193 public static final int REM_LONG = 0x9f; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java666 public static final Dop REM_LONG = field in class:Dops
667 new Dop(Opcodes.REM_LONG, Opcodes.REM_LONG,
795 new Dop(Opcodes.REM_LONG_2ADDR, Opcodes.REM_LONG,
796 Opcodes.REM_LONG, Form12x.THE_ONE, true);
1097 set(REM_LONG);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java662 public static final Info REM_LONG = field in class:OpcodeInfo
663 new Info(Opcodes.REM_LONG, "rem-long",
1099 set(REM_LONG);
H A DOpcodes.java194 public static final int REM_LONG = 0x9f; field in class:Opcodes
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRops.java284 public static final Rop REM_LONG = field in class:Rops
1516 REM_LONG, REM_FLOAT, REM_DOUBLE);
/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java284 public static final Rop REM_LONG = field in class:Rops
1516 REM_LONG, REM_FLOAT, REM_DOUBLE);

Completed in 755 milliseconds