mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target/arm: Convert MOVW, MOVT
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190904193059.26202-28-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
2c7c4e0904
commit
8f4451274b
3 changed files with 48 additions and 56 deletions
|
@ -73,6 +73,12 @@ MOV_rxri .... 000 1101 . 0000 .... ..... .. 0 .... @s_rxr_shi
|
|||
BIC_rrri .... 000 1110 . .... .... ..... .. 0 .... @s_rrr_shi
|
||||
MVN_rxri .... 000 1111 . 0000 .... ..... .. 0 .... @s_rxr_shi
|
||||
|
||||
%imm16 16:4 0:12
|
||||
@mov16 ---- .... .... .... rd:4 ............ &ri imm=%imm16
|
||||
|
||||
MOVW .... 0011 0000 .... .... ............ @mov16
|
||||
MOVT .... 0011 0100 .... .... ............ @mov16
|
||||
|
||||
# Data-processing (register-shifted register)
|
||||
|
||||
@s_rrr_shr ---- ... .... s:1 rn:4 rd:4 rs:4 . shty:2 . rm:4 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue