Home
last modified time | relevance | path

Searched hist:d81c20404e2254e2f56d649c978c7fd6b28c3394 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dint_helper.cdiff d81c20404e2254e2f56d649c978c7fd6b28c3394 Wed Jan 30 14:36:32 CST 2019 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macros

The current implementations make use of the endian-specific macros MRGLO/MRGHI
and also reference HI_IDX and LO_IDX directly to calculate array offsets.

Rework the implementation to use the Vsr* macros so that these per-endian
references can be removed.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>