mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/arm: Convert VSUB to decodetree
Convert the VSUB instruction to decodetree. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
ce28b30371
commit
8fec9a1192
3 changed files with 16 additions and 5 deletions
|
@ -132,3 +132,8 @@ VADD_sp ---- 1110 0.11 .... .... 1010 .0.0 .... \
|
|||
vm=%vm_sp vn=%vn_sp vd=%vd_sp
|
||||
VADD_dp ---- 1110 0.11 .... .... 1011 .0.0 .... \
|
||||
vm=%vm_dp vn=%vn_dp vd=%vd_dp
|
||||
|
||||
VSUB_sp ---- 1110 0.11 .... .... 1010 .1.0 .... \
|
||||
vm=%vm_sp vn=%vn_sp vd=%vd_sp
|
||||
VSUB_dp ---- 1110 0.11 .... .... 1011 .1.0 .... \
|
||||
vm=%vm_dp vn=%vn_dp vd=%vd_dp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue