]> Git Repo - qemu.git/commit
Fix order of CVT.PS.S operands
authorRichard Sandiford <[email protected]>
Mon, 27 Aug 2012 08:53:29 +0000 (09:53 +0100)
committerAurelien Jarno <[email protected]>
Mon, 27 Aug 2012 10:03:18 +0000 (12:03 +0200)
commit13d24f49720a3e7b35a21222ef182c8513f139db
treedcebaa9518ae4273ac02d5c8280ee1fa73d78139
parentd22d7289877ecd3ef86570f6f6d0574da40711dc
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-mips/translate.c
This page took 0.025377 seconds and 4 git commands to generate.