Searched refs:CONST_HIGH16 (Results 1 – 6 of 6) sorted by relevance
65 public static final int CONST_HIGH16 = 0x15; field in Opcodes
146 public static final Info CONST_HIGH16 = field in OpcodeInfo147 new Info(Opcodes.CONST_HIGH16, "const/high16",970 set(CONST_HIGH16);
55 public static final int CONST_HIGH16 = 0x15; field in DalvOps
147 public static final Dop CONST_HIGH16 = field in Dops148 new Dop(DalvOps.CONST_HIGH16, DalvOps.CONST,965 set(CONST_HIGH16);
144 Opcodes.CONST_HIGH16, Form21s.THE_ONE, true);150 public static final Dop CONST_HIGH16 = field in Dops151 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST,968 set(CONST_HIGH16);
236 literal <<= (opcode == Opcodes.CONST_HIGH16) ? 16 : 48; in FORMAT_21H()247 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48; in FORMAT_21H()