A64: Implement SQABS' vector variant.

This commit is contained in:
Lioncash
2018-09-04 22:54:20 -04:00
committed by MerryMage
parent 0507e47420
commit bda5d14c7f
2 changed files with 16 additions and 1 deletions

View File

@@ -573,7 +573,7 @@ INST(SADDLP, "SADDLP", "0Q001
//INST(CLS_asimd, "CLS (vector)", "0Q001110zz100000010010nnnnnddddd")
INST(CNT, "CNT", "0Q001110zz100000010110nnnnnddddd")
INST(SADALP, "SADALP", "0Q001110zz100000011010nnnnnddddd")
//INST(SQABS_2, "SQABS", "0Q001110zz100000011110nnnnnddddd")
INST(SQABS_2, "SQABS", "0Q001110zz100000011110nnnnnddddd")
INST(CMGT_zero_2, "CMGT (zero)", "0Q001110zz100000100010nnnnnddddd")
INST(CMEQ_zero_2, "CMEQ (zero)", "0Q001110zz100000100110nnnnnddddd")
INST(CMLT_2, "CMLT (zero)", "0Q001110zz100000101010nnnnnddddd")