mips: Improve macro parenthesization
authorEric Blake <eblake@redhat.com>
Tue, 19 Sep 2017 14:13:07 +0000 (09:13 -0500)
committerYongbok Kim <yongbok.kim@imgtec.com>
Thu, 21 Sep 2017 12:25:41 +0000 (13:25 +0100)
commit2a2be359c4335607c7f746cf27c412c08ab89aff
treefc91b907a3befd431541637c407b77142a829354
parentc4c8146cfd0fc3f95418fbc82a2eded594675022
mips: Improve macro parenthesization

Although none of the existing macro call-sites were broken,
it's always better to write macros that properly parenthesize
arguments that can be complex expressions, so that the intended
order of operations is not broken.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Yongbok Kim <yongbok.kim@imgtec.com>
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
target/mips/dsp_helper.c