]> git.proxmox.com Git - qemu.git/commit - tcg/mips/tcg-target.h
tcg: Split rem requirement from div requirement
authorRichard Henderson <rth@twiddle.net>
Tue, 12 Mar 2013 05:41:47 +0000 (22:41 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 9 Jul 2013 14:14:09 +0000 (07:14 -0700)
commitca675f46e695bd49a1c21a5e82c6b8c77ee12edf
tree5c23738b2e2462a15e55fb5a963dd44a0df82eb6
parentcc7772bdbe4cb0ff1bac538bda86260b871d8b1a
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>
12 files changed:
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/hppa/tcg-target.h
tcg/ia64/tcg-target.h
tcg/mips/tcg-target.h
tcg/ppc/tcg-target.h
tcg/ppc64/tcg-target.h
tcg/sparc/tcg-target.h
tcg/tcg-op.h
tcg/tcg-opc.h
tcg/tcg.h
tcg/tci/tcg-target.h