Searched refs:CMPG_DOUBLE (Results 1 – 9 of 9) sorted by relevance
92 public static final int CMPG_DOUBLE = 0x30; field in Opcodes
254 public static final Info CMPG_DOUBLE = field in OpcodeInfo255 new Info(Opcodes.CMPG_DOUBLE, "cmpg-double",997 set(CMPG_DOUBLE);
82 public static final int CMPG_DOUBLE = 0x30; field in DalvOps
186 MAP.put(Rops.CMPG_DOUBLE, Dops.CMPG_DOUBLE); in MAP.put() argument
255 public static final Dop CMPG_DOUBLE = field in Dops256 new Dop(DalvOps.CMPG_DOUBLE, DalvOps.CMPG_DOUBLE,992 set(CMPG_DOUBLE);
357 MAP.put(Rops.CMPG_DOUBLE, Dops.CMPG_DOUBLE); in MAP.put() argument
258 public static final Dop CMPG_DOUBLE = field in Dops259 new Dop(Opcodes.CMPG_DOUBLE, Opcodes.CMPG_DOUBLE,995 set(CMPG_DOUBLE);
524 public static final Rop CMPG_DOUBLE = field in Rops1701 case Type.BT_DOUBLE: return CMPG_DOUBLE; in opCmpg()