Searched refs:DIV_DOUBLE_2ADDR (Results 1 – 6 of 6) sorted by relevance
241 public static final int DIV_DOUBLE_2ADDR = 0xce; field in Opcodes
850 public static final Info DIV_DOUBLE_2ADDR = field in OpcodeInfo851 new Info(Opcodes.DIV_DOUBLE_2ADDR, "div-double/2addr",1302 set(DIV_DOUBLE_2ADDR);
857 public static final Dop DIV_DOUBLE_2ADDR = field in Dops858 new Dop(Opcodes.DIV_DOUBLE_2ADDR, Opcodes.DIV_DOUBLE,1303 set(DIV_DOUBLE_2ADDR);
294 MAP.put(Rops.DIV_DOUBLE, Dops.DIV_DOUBLE_2ADDR); in MAP.put() argument
939 case DIV_DOUBLE_2ADDR:
241 …DIV_DOUBLE_2ADDR(0xce, "div-double/2addr", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTIN… enumConstant