Searched refs:REM_LONG (Results 1 - 9 of 9) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
H A D | Opcodes.java | 194 public static final int REM_LONG = 0x9f; field in class:Opcodes
|
H A D | OpcodeInfo.java | 662 public static final Info REM_LONG = field in class:OpcodeInfo 663 new Info(Opcodes.REM_LONG, "rem-long", 1099 set(REM_LONG);
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | Dops.java | 663 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 D | DalvOps.java | 193 public static final int REM_LONG = 0x9f; field in class:DalvOps
|
H A D | RopToDop.java | 124 MAP.put(Rops.REM_LONG, Dops.REM_LONG_2ADDR);
|
/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | Dops.java | 666 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);
|
H A D | RopToDop.java | 295 MAP.put(Rops.REM_LONG, Dops.REM_LONG_2ADDR);
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
H A D | Rops.java | 284 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 D | Rops.java | 284 public static final Rop REM_LONG = field in class:Rops 1516 REM_LONG, REM_FLOAT, REM_DOUBLE);
|
Completed in 81 milliseconds