From f02d60632fba813e03fedf69fc1cd47f5cf4b712 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Wed, 29 Jun 1994 00:22:36 +0000 Subject: [PATCH] (smul_highpart_optab, umul_highpart_optab): New variables. From-SVN: r7597 --- gcc/expr.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.30.2