mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target/ppc: Implement xxpermx instruction
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br> Message-Id: <20220225210936.1749575-33-matheus.ferst@eldorado.org.br> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
d31b2c1940
commit
41c2877f52
4 changed files with 51 additions and 0 deletions
|
@ -54,6 +54,11 @@
|
|||
...... ..... ..... ..... ..... .. .... \
|
||||
&8RR_XX4 xt=%8rr_xx_xt xa=%8rr_xx_xa xb=%8rr_xx_xb xc=%8rr_xx_xc
|
||||
|
||||
&8RR_XX4_uim3 xt xa xb xc uim3
|
||||
@8RR_XX4_uim3 ...... .. .... .. ............... uim3:3 \
|
||||
...... ..... ..... ..... ..... .. .... \
|
||||
&8RR_XX4_uim3 xt=%8rr_xx_xt xa=%8rr_xx_xa xb=%8rr_xx_xb xc=%8rr_xx_xc
|
||||
|
||||
### Fixed-Point Load Instructions
|
||||
|
||||
PLBZ 000001 10 0--.-- .................. \
|
||||
|
@ -194,3 +199,6 @@ XXBLENDVH 000001 01 0000 -- ------------------ \
|
|||
100001 ..... ..... ..... ..... 01 .... @8RR_XX4
|
||||
XXBLENDVB 000001 01 0000 -- ------------------ \
|
||||
100001 ..... ..... ..... ..... 00 .... @8RR_XX4
|
||||
|
||||
XXPERMX 000001 01 0000 -- --------------- ... \
|
||||
100010 ..... ..... ..... ..... 00 .... @8RR_XX4_uim3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue