From 45eb0a425bb134d41e47a90e73ec5279c23bbc27 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 24 Feb 2012 00:34:46 +0000 Subject: Add a 2-word-multiply operator Currently no NCGs support it --- compiler/cmm/CmmMachOp.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler/cmm/CmmMachOp.hs') diff --git a/compiler/cmm/CmmMachOp.hs b/compiler/cmm/CmmMachOp.hs index 3deb4feb99..d9484a6644 100644 --- a/compiler/cmm/CmmMachOp.hs +++ b/compiler/cmm/CmmMachOp.hs @@ -442,7 +442,8 @@ data CallishMachOp | MO_S_QuotRem Width | MO_U_QuotRem Width - | MO_Add2 Width + | MO_Add2 Width + | MO_U_Mul2 Width | MO_WriteBarrier | MO_Touch -- Keep variables live (when using interior pointers) -- cgit v1.2.1