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
295 public static final Dop IF_LTZ = field in Dops296 new Dop(DalvOps.IF_LTZ, DalvOps.IF_LTZ,1002 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()
298 public static final Dop IF_LTZ = field in Dops299 new Dop(Opcodes.IF_LTZ, Opcodes.IF_LTZ,1005 set(IF_LTZ);
263 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",1007 set(IF_LTZ);