Home
last modified time | relevance | path

Searched refs:IF_GE (Results 1 – 10 of 10) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java71 public static final int IF_GE = 10; field in RegOps
323 case IF_GE: return "if-ge"; in opName()
389 case RegOps.IF_GE: in flippedIfOpcode()
392 return RegOps.IF_GE; in flippedIfOpcode()
DRops.java140 new Rop(RegOps.IF_GE, Type.VOID, StdTypeList.INT, Rop.BRANCH_IF,
180 new Rop(RegOps.IF_GE, Type.VOID, StdTypeList.INT_INT, Rop.BRANCH_IF,
1134 case RegOps.IF_GE: return opIfGe(sources); in ropFor()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDop.java159 case Opcodes.IF_LT: return Dops.IF_GE; in getOppositeTest()
160 case Opcodes.IF_GE: return Dops.IF_LT; in getOppositeTest()
DDops.java281 public static final Dop IF_GE = field in Dops
282 new Dop(Opcodes.IF_GE, Opcodes.IF_GE,
1159 set(IF_GE);
DRopToDop.java273 MAP.put(Rops.IF_GE_INT, Dops.IF_GE); in MAP.put() argument
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java97 public static final int IF_GE = 0x35; field in Opcodes
DOpcodeInfo.java274 public static final Info IF_GE = field in OpcodeInfo
275 new Info(Opcodes.IF_GE, "if-ge",
1158 set(IF_GE);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSCCP.java285 case RegOps.IF_GE: in simulateBranch()
317 case RegOps.IF_GE: in simulateBranch()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java683 case IF_GE:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java97 IF_GE(0x35, "if-ge", ReferenceType.NONE, Format.Format22t, Opcode.CAN_CONTINUE), enumConstant