mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 06:28:13 +01:00
A64: Implement REV16 (vector)
This commit is contained in:
parent
6177c2c63d
commit
6ad1bce5e0
2 changed files with 17 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ INST(INS_elt, "INS (element)", "01101
|
|||
|
||||
// Data Processing - FP and SIMD - SIMD Two-register misc
|
||||
//INST(REV64_asimd, "REV64", "0Q001110zz100000000010nnnnnddddd")
|
||||
//INST(REV16_asimd, "REV16 (vector)", "0Q001110zz100000000110nnnnnddddd")
|
||||
INST(REV16_asimd, "REV16 (vector)", "0Q001110zz100000000110nnnnnddddd")
|
||||
//INST(SADDLP, "SADDLP", "0Q001110zz100000001010nnnnnddddd")
|
||||
//INST(SUQADD_2, "SUQADD", "0Q001110zz100000001110nnnnnddddd")
|
||||
//INST(CLS_asimd, "CLS (vector)", "0Q001110zz100000010010nnnnnddddd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue