]> git.ipfire.org Git - thirdparty/qemu.git/commit
Fix order of CVT.PS.S operands
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 27 Aug 2012 08:53:29 +0000 (09:53 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 28 Aug 2012 06:50:03 +0000 (01:50 -0500)
commitbc4321e754e8fadac0d8173c73719700a8c98d4a
treef37d5f773d71d14a6e9bd7a2a9c0c4e236b01281
parent9a32fb28244272f4e57145646a5f4b67edb6e111
Fix order of CVT.PS.S operands

The FS input to CVT.PS.S is the high half and FT is the low half.
tcg_gen_concat_i32_i64 takes the low half first, so the operands
were in the wrong order.

Signed-off-by: Richard Sandiford <rdsandiford@googlemail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 13d24f49720a3e7b35a21222ef182c8513f139db)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-mips/translate.c