Searched refs:CMPL_DOUBLE (Results 1 – 7 of 7) sorted by relevance
91 public static final int CMPL_DOUBLE = 0x2f; field in Opcodes
250 public static final Info CMPL_DOUBLE = field in OpcodeInfo251 new Info(Opcodes.CMPL_DOUBLE, "cmpl-double",1152 set(CMPL_DOUBLE);
356 MAP.put(Rops.CMPL_DOUBLE, Dops.CMPL_DOUBLE); in MAP.put() argument
257 public static final Dop CMPL_DOUBLE = field in Dops258 new Dop(Opcodes.CMPL_DOUBLE, Opcodes.CMPL_DOUBLE,1153 set(CMPL_DOUBLE);
515 public static final Rop CMPL_DOUBLE = field in Rops1685 case Type.BT_DOUBLE: return CMPL_DOUBLE; in opCmpl()
675 case CMPL_DOUBLE:
91 …CMPL_DOUBLE(0x2f, "cmpl-double", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcod… enumConstant