Searched refs:RSUB_INT_LIT8 (Results 1 – 6 of 6) sorted by relevance
253 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",1181 set(RSUB_INT_LIT8);
251 public static final int RSUB_INT_LIT8 = 0xd9; field in DalvOps
905 public static final Dop RSUB_INT_LIT8 = field in Dops906 new Dop(DalvOps.RSUB_INT_LIT8, DalvOps.RSUB_INT,1162 set(RSUB_INT_LIT8);
900 public static final Dop RSUB_INT_LIT8 = field in Dops901 new Dop(Opcodes.RSUB_INT_LIT8, Opcodes.RSUB_INT,1181 set(RSUB_INT_LIT8);
326 MAP.put(Rops.SUB_CONST_INT, Dops.RSUB_INT_LIT8); in MAP.put() argument