From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Evans Date: Wed, 18 Oct 2017 20:08:24 +0000 Subject: [OpenRISC] [PATCH v6 1/6] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd]) Message-ID: <001a1145b8884e0915055bd7cdf0@google.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: openrisc@lists.librecores.org Stafford Horne writes: > From: Peter Gavin > > * sim/common/ChangeLog: > > 2016-05-21 Peter Gavin > Stafford Horne > > * cgen-accfp.c (remsf, remdf): New function. > (cgen_init_accurate_fpu): Add remsf and remdf. > * cgen-fpu.h (cgen_fp_ops): Add remsf, remdf, remxf and remtf. > * sim-fpu.c (sim_fpu_rem): New function. > * sim-fpu.h (sim_fpu_status_invalid_irx): New enum. > (sim_fpu_rem): New function. > (sim_fpu_print_status): Add case for sim_fpu_status_invalid_irx. LGTM