commit | 13d24f49720a3e7b35a21222ef182c8513f139db | [log] [tgz] |
---|---|---|
author | Richard Sandiford <rdsandiford@googlemail.com> | Mon Aug 27 09:53:29 2012 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Aug 27 12:03:18 2012 +0200 |
tree | dcebaa9518ae4273ac02d5c8280ee1fa73d78139 | |
parent | d22d7289877ecd3ef86570f6f6d0574da40711dc [diff] |
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>