HomeSort by relevance Sort by last modified time
    Searched full:if_ge (Results 26 - 50 of 65) sorted by null

12 3

  /external/valgrind/main/none/tests/s390x/
crj.c 13 void if_ge(void) { printf("greater or equal\n"); } function
86 "brasl 14,if_ge\n\t"
116 "brasl 14,if_ge\n\t"
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 159 case Opcodes.IF_LT: return Dops.IF_GE;
160 case Opcodes.IF_GE: return Dops.IF_LT;
Dops.java 278 public static final Dop IF_GE =
279 new Dop(Opcodes.IF_GE, Opcodes.IF_GE,
    [all...]
RopToDop.java 97 // Opcodes.IF_GE
273 MAP.put(Rops.IF_GE_INT, Dops.IF_GE);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java 159 case Opcodes.IF_LT: return Dops.IF_GE;
160 case Opcodes.IF_GE: return Dops.IF_LT;
Dops.java 281 public static final Dop IF_GE =
282 new Dop(Opcodes.IF_GE, Opcodes.IF_GE,
    [all...]
RopToDop.java 97 // Opcodes.IF_GE
273 MAP.put(Rops.IF_GE_INT, Dops.IF_GE);
  /external/v8/src/
regexp-macro-assembler-tracer.cc 355 int comparand, Label* if_ge) {
357 register_index, comparand, LabelToInt(if_ge));
358 assembler_->IfRegisterGE(register_index, comparand, if_ge);
regexp-macro-assembler-tracer.h 76 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
regexp-macro-assembler-irregexp.h 105 virtual void IfRegisterGE(int register_index, int comparand, Label* if_ge);
regexp-macro-assembler.h 137 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge) = 0;
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 71 public static final int IF_GE = 10;
323 case IF_GE: return "if-ge";
389 case RegOps.IF_GE:
392 return RegOps.IF_GE;
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 71 public static final int IF_GE = 10;
323 case IF_GE: return "if-ge";
389 case RegOps.IF_GE:
392 return RegOps.IF_GE;
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 71 public static final int IF_GE = 10;
323 case IF_GE: return "if-ge";
389 case RegOps.IF_GE:
392 return RegOps.IF_GE;
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 88 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 275 public static final Dop IF_GE =
276 new Dop(DalvOps.IF_GE, DalvOps.IF_GE,
    [all...]
DalvOps.java 87 public static final int IF_GE = 0x35;
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 90 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
  /external/v8/src/mips/
regexp-macro-assembler-mips.h 92 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 86 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 285 case RegOps.IF_GE:
317 case RegOps.IF_GE:
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 285 case RegOps.IF_GE:
317 case RegOps.IF_GE:
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 274 public static final Info IF_GE =
275 new Info(Opcodes.IF_GE, "if-ge",
    [all...]
Opcodes.java 97 public static final int IF_GE = 0x35;
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 274 public static final Info IF_GE =
275 new Info(Opcodes.IF_GE, "if-ge",
    [all...]

Completed in 368 milliseconds

12 3