Searched refs:OR_LONG_2ADDR (Results 1 - 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java228 public static final int OR_LONG_2ADDR = 0xc1; field in class:Opcodes
H A DOpcodeInfo.java798 public static final Info OR_LONG_2ADDR = field in class:OpcodeInfo
799 new Info(Opcodes.OR_LONG_2ADDR, "or-long/2addr",
1133 set(OR_LONG_2ADDR);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java227 public static final int OR_LONG_2ADDR = 0xc1; field in class:DalvOps
H A DDops.java799 public static final Dop OR_LONG_2ADDR = field in class:Dops
800 new Dop(DalvOps.OR_LONG_2ADDR, DalvOps.OR_LONG,
1128 set(OR_LONG_2ADDR);
H A DRopToDop.java134 MAP.put(Rops.OR_LONG, Dops.OR_LONG_2ADDR);
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java802 public static final Dop OR_LONG_2ADDR = field in class:Dops
803 new Dop(Opcodes.OR_LONG_2ADDR, Opcodes.OR_LONG,
1131 set(OR_LONG_2ADDR);
H A DRopToDop.java191 // Opcodes.OR_LONG_2ADDR
306 MAP.put(Rops.OR_LONG, Dops.OR_LONG_2ADDR);

Completed in 36 milliseconds