aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/opcode.def
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-09-07 00:54:31 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-09-07 00:58:33 +0200
commit24bdaac6682c36f5f7878321e8f9eb02c0993572 (patch)
tree3a42a487bf2c06da52b270d6e6784d16f806828e /opcode.def
parent7524a9a874a75a477e9ddf2268ebccc2d3ee87ea (diff)
parent814cda15f647c14e0892deef3c57d73417e87b34 (diff)
downloadsparse-dev-24bdaac6682c36f5f7878321e8f9eb02c0993572.tar.gz
Merge branch 'linear-fma' into next
* add support for a new instruction: OP_FMA * teach sparse to linearize __builtin_fma()
Diffstat (limited to 'opcode.def')
-rw-r--r--opcode.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode.def b/opcode.def
index 2583e2f4..7959efaf 100644
--- a/opcode.def
+++ b/opcode.def
@@ -91,6 +91,7 @@ OPCODE(SLICE, BADOP, BADOP, BADOP, 1, OPF_TARGET)
/* Select - three input values */
OPCODE(SEL, BADOP, BADOP, BADOP, 3, OPF_TARGET)
+OPCODE(FMADD, BADOP, BADOP, BADOP, 3, OPF_TARGET)
/* Memory */
OPCODE(LOAD, BADOP, BADOP, BADOP, 1, OPF_TARGET)