Lines Matching refs:subcode
1578 void immediate_arithmetic_op(byte subcode, Register dst, Immediate src);
1579 void immediate_arithmetic_op(byte subcode, const Operand& dst, Immediate src);
1581 void immediate_arithmetic_op_8(byte subcode,
1584 void immediate_arithmetic_op_8(byte subcode,
1588 void immediate_arithmetic_op_16(byte subcode,
1591 void immediate_arithmetic_op_16(byte subcode,
1595 void immediate_arithmetic_op_32(byte subcode,
1598 void immediate_arithmetic_op_32(byte subcode,
1603 void shift(Register dst, Immediate shift_amount, int subcode);
1604 void shift_32(Register dst, Immediate shift_amount, int subcode);
1606 void shift(Register dst, int subcode);
1607 void shift_32(Register dst, int subcode);