Searched refs:RSUB_INT_LIT8 (Results 1 – 6 of 6) sorted by relevance
252 public static final int RSUB_INT_LIT8 = 0xd9; field in Opcodes
894 public static final Info RSUB_INT_LIT8 = field in OpcodeInfo895 new Info(Opcodes.RSUB_INT_LIT8, "rsub-int/lit8",1157 set(RSUB_INT_LIT8);
251 public static final int RSUB_INT_LIT8 = 0xd9; field in DalvOps
895 public static final Dop RSUB_INT_LIT8 = field in Dops896 new Dop(DalvOps.RSUB_INT_LIT8, DalvOps.RSUB_INT,1152 set(RSUB_INT_LIT8);
898 public static final Dop RSUB_INT_LIT8 = field in Dops899 new Dop(Opcodes.RSUB_INT_LIT8, Opcodes.RSUB_INT,1155 set(RSUB_INT_LIT8);
320 MAP.put(Rops.SUB_CONST_INT, Dops.RSUB_INT_LIT8); in MAP.put() argument