commit | 762e22edcd021035e1dbcf0dbc31b4794c5c1027 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Feb 18 18:47:35 2015 -0800 |
committer | Richard Henderson <rth@twiddle.net> | Tue Feb 14 08:15:00 2017 +1100 |
tree | 3f2fb564feb01629b7f125ce88ee928ee25729b2 | |
parent | cc5de49ebe5b2881b88b22c13410f13657b472e0 [diff] |
target/openrisc: Fix madd Note that the specification for lf.madd.s is confused. It's the only mention of supposed FPMADDHI/FPMADDLO special registers. On the other hand, or1ksim implements a somewhat normal non-fused multiply and add. Mirror that. Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>