Searched defs:OR_INT_LIT16 (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java889 public static final Dop OR_INT_LIT16 = field in class:Dops
890 new Dop(Opcodes.OR_INT_LIT16, Opcodes.OR_INT,
923 Opcodes.OR_INT_LIT16, Form22b.THE_ONE, true);
1311 set(OR_INT_LIT16);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java882 public static final Info OR_INT_LIT16 = field in class:OpcodeInfo
883 new Info(Opcodes.OR_INT_LIT16, "or-int/lit16",
1310 set(OR_INT_LIT16);
H A DOpcodes.java249 public static final int OR_INT_LIT16 = 0xd6; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java242 OR_INT_LIT16((byte)0xd6, "or-int/lit16", ReferenceType.none, Format.Format22s, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 322 milliseconds