Searched refs:CONST_HIGH16 (Results 1 – 6 of 6) sorted by relevance
66 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",994 set(CONST_HIGH16);
55 public static final int CONST_HIGH16 = 0x15; field in DalvOps
149 public static final Dop CONST_HIGH16 = field in Dops150 new Dop(DalvOps.CONST_HIGH16, DalvOps.CONST,975 set(CONST_HIGH16);
146 Opcodes.CONST_HIGH16, Form21s.THE_ONE, true);152 public static final Dop CONST_HIGH16 = field in Dops153 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST,994 set(CONST_HIGH16);
260 literal <<= (opcode == Opcodes.CONST_HIGH16) ? 16 : 48; in FORMAT_21H()272 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48; in FORMAT_21H()