mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
A64: Implement SADDLV
This commit is contained in:
parent
a1bc8ddb53
commit
e5d80e998e
2 changed files with 49 additions and 30 deletions
|
|
@ -659,7 +659,7 @@ INST(FCMLE_4, "FCMLE (zero)", "0Q101
|
|||
//INST(FSQRT_2, "FSQRT (vector)", "0Q1011101z100001111110nnnnnddddd")
|
||||
|
||||
// Data Processing - FP and SIMD - SIMD across lanes
|
||||
//INST(SADDLV, "SADDLV", "0Q001110zz110000001110nnnnnddddd")
|
||||
INST(SADDLV, "SADDLV", "0Q001110zz110000001110nnnnnddddd")
|
||||
//INST(SMAXV, "SMAXV", "0Q001110zz110000101010nnnnnddddd")
|
||||
//INST(SMINV, "SMINV", "0Q001110zz110001101010nnnnnddddd")
|
||||
INST(ADDV, "ADDV", "0Q001110zz110001101110nnnnnddddd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue