diff options
| author | Nathan Froyd <froydnj@codesourcery.com> | 2009-08-25 08:20:00 -0700 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-08-25 18:05:27 +0200 |
| commit | fa31af0e63c5629d0bdc63eb87c1e44abd4fdb9e (patch) | |
| tree | 324fc5ca7a833a786d9202e9d29178246648680c /hw/cs4231.c | |
| parent | 4e6f6d4c20252c6900f01787559b97a559c0b402 (diff) | |
| download | focaccia-qemu-fa31af0e63c5629d0bdc63eb87c1e44abd4fdb9e.tar.gz focaccia-qemu-fa31af0e63c5629d0bdc63eb87c1e44abd4fdb9e.zip | |
target-mips: fix conditional moves off fp condition codes
Conditional moves off fp condition codes were using the result of
get_fp_bit to isolate and test the relevant condition code. However,
get_fp_bit returns the bit number of the condition code, not a
bitmask. (Compare the use of get_fp_bit in gen_compute_branch1, for
instance.)
Fixed by shifting a bitmask into place using the result of get_fp_bit in
the relevant functions (gen_mov{ci,cf_s,cf_d,cf_ps}).
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/cs4231.c')
0 files changed, 0 insertions, 0 deletions