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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java903 public static final Dop DIV_INT_LIT8 = field in class:Dops
904 new Dop(DalvOps.DIV_INT_LIT8, DalvOps.DIV_INT,
1154 set(DIV_INT_LIT8);
H A DDalvOps.java253 public static final int DIV_INT_LIT8 = 0xdb; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java906 public static final Dop DIV_INT_LIT8 = field in class:Dops
907 new Dop(Opcodes.DIV_INT_LIT8, Opcodes.DIV_INT,
1157 set(DIV_INT_LIT8);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java902 public static final Info DIV_INT_LIT8 = field in class:OpcodeInfo
903 new Info(Opcodes.DIV_INT_LIT8, "div-int/lit8",
1159 set(DIV_INT_LIT8);
H A DOpcodes.java254 public static final int DIV_INT_LIT8 = 0xdb; field in class:Opcodes

Completed in 61 milliseconds