target-mips: Use local float status pointer across MSA macros
authorMaciej W. Rozycki <macro@codesourcery.com>
Tue, 2 Dec 2014 17:51:12 +0000 (17:51 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 16 Dec 2014 12:45:20 +0000 (12:45 +0000)
commit1a4d570017bf35d99340781ecb59dd3772464031
tree842d852f075eefc15cc8aba7820b5c3b3ab9e4c9
parentbb962386b82c1b0e9e12fdb6b9bb62106bf1f822
target-mips: Use local float status pointer across MSA macros

Reduce line wrapping throughout MSA helper macros by using a local float
status pointer rather than referring to the float status through the
environment each time.  No functional change.

Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/msa_helper.c