mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
tcg/arm: Implement minimal vector operations
Implementing dup2, add, sub, and, or, xor as the minimal set. This allows us to actually enable neon in the header file. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
213e8d8473
commit
d74b86ed4a
4 changed files with 204 additions and 8 deletions
|
@ -30,6 +30,9 @@ C_O1_I2(r, r, rIN)
|
|||
C_O1_I2(r, r, ri)
|
||||
C_O1_I2(r, rZ, rZ)
|
||||
C_O1_I2(w, w, w)
|
||||
C_O1_I2(w, w, wO)
|
||||
C_O1_I2(w, w, wV)
|
||||
C_O1_I2(w, w, wZ)
|
||||
C_O1_I4(r, r, r, rI, rI)
|
||||
C_O1_I4(r, r, rIN, rIK, 0)
|
||||
C_O2_I1(r, r, l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue