HomeSort by relevance Sort by last modified time
    Searched defs:RegOps (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 52 /** the opcode; one of the constants in {@link RegOps} */
83 * @param opcode the opcode; one of the constants in {@link RegOps}
131 * @param opcode the opcode; one of the constants in {@link RegOps}
151 * @param opcode the opcode; one of the constants in {@link RegOps}
170 * @param opcode the opcode; one of the constants in {@link RegOps}
186 * @param opcode the opcode; one of the constants in {@link RegOps}
205 * @param opcode the opcode; one of the constants in {@link RegOps}
254 sb.append(RegOps.opName(opcode));
372 case RegOps.AND:
373 case RegOps.OR
    [all...]
RegOps.java 31 public final class RegOps {
302 private RegOps() {
384 case RegOps.IF_EQ:
385 case RegOps.IF_NE:
387 case RegOps.IF_LT:
388 return RegOps.IF_GT;
389 case RegOps.IF_GE:
390 return RegOps.IF_LE;
391 case RegOps.IF_LE:
392 return RegOps.IF_GE
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 93 milliseconds