target/ppc: eliminate use of EL_IDX macros from int_helper.c
commit730d2ca3f0a79cf598b1142c94c83876561594d8
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 30 Jan 2019 20:36:35 +0000 (30 20:36 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 4 Feb 2019 07:44:19 +0000 (4 18:44 +1100)
tree9b081c8459d53f11b800008b71d2bcd942c6fd8e
parent3c385a93b3fdc5972adbf03fd87a9cf091d0f098
target/ppc: eliminate use of EL_IDX macros from int_helper.c

These macros can be eliminated by instead using the relavant Vsr* macros in
the few locations where they appear.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/int_helper.c