From: Torbjorn Granlund Date: Wed, 29 Jun 1994 00:22:36 +0000 (+0000) Subject: (smul_highpart_optab, umul_highpart_optab): New variables. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f02d60632fba813e03fedf69fc1cd47f5cf4b712;p=gcc.git (smul_highpart_optab, umul_highpart_optab): New variables. From-SVN: r7597 --- diff --git a/gcc/expr.h b/gcc/expr.h index 7abeb73c752..3b3ce5d2a8a 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -276,6 +276,8 @@ extern rtx (*const insn_gen_function[]) (); extern optab add_optab; extern optab sub_optab; 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 one machine mode wider than args */ extern optab umul_widen_optab;