Searched refs:IF_LTZ (Results 1 – 9 of 9) sorted by relevance
142 case DalvOps.IF_LTZ: return Dops.IF_GEZ; in getOppositeTest()143 case DalvOps.IF_GEZ: return Dops.IF_LTZ; in getOppositeTest()
92 public static final int IF_LTZ = 0x3a; field in DalvOps
297 public static final Dop IF_LTZ = field in Dops298 new Dop(DalvOps.IF_LTZ, DalvOps.IF_LTZ,1012 set(IF_LTZ);
92 MAP.put(Rops.IF_LTZ_INT, Dops.IF_LTZ); in MAP.put() argument
165 case Opcodes.IF_LTZ: return Dops.IF_GEZ; in getOppositeTest()166 case Opcodes.IF_GEZ: return Dops.IF_LTZ; in getOppositeTest()
300 public static final Dop IF_LTZ = field in Dops301 new Dop(Opcodes.IF_LTZ, Opcodes.IF_LTZ,1023 set(IF_LTZ);
265 MAP.put(Rops.IF_LTZ_INT, Dops.IF_LTZ); in MAP.put() argument
102 public static final int IF_LTZ = 0x3a; field in Opcodes
294 public static final Info IF_LTZ = field in OpcodeInfo295 new Info(Opcodes.IF_LTZ, "if-ltz",1023 set(IF_LTZ);