commit | ca675f46e695bd49a1c21a5e82c6b8c77ee12edf | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Mar 11 22:41:47 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jul 09 07:14:09 2013 -0700 |
tree | 5c23738b2e2462a15e55fb5a963dd44a0df82eb6 | |
parent | cc7772bdbe4cb0ff1bac538bda86260b871d8b1a [diff] |
tcg: Split rem requirement from div requirement There are several hosts with only a "div" insn. Remainder is computed manually from the quotient and inputs. We can do this generically. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>