Commit f02d6063 by Torbjorn Granlund

(smul_highpart_optab, umul_highpart_optab): New variables.

From-SVN: r7597
parent af309004
...@@ -276,6 +276,8 @@ extern rtx (*const insn_gen_function[]) (); ...@@ -276,6 +276,8 @@ extern rtx (*const insn_gen_function[]) ();
extern optab add_optab; extern optab add_optab;
extern optab sub_optab; extern optab sub_optab;
extern optab smul_optab; /* Signed and floating-point multiply */ extern optab smul_optab; /* Signed and floating-point multiply */
extern optab smul_highpart_optab; /* Signed multiply, return high word */
extern optab umul_highpart_optab;
extern optab smul_widen_optab; /* Signed multiply with result extern optab smul_widen_optab; /* Signed multiply with result
one machine mode wider than args */ one machine mode wider than args */
extern optab umul_widen_optab; extern optab umul_widen_optab;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment