A64: Implement scalar variant of SQSHL (immediate)

This can be handled in terms of the vector variant for the time being.
This commit is contained in:
Lioncash
2019-04-09 10:13:02 -04:00
committed by MerryMage
parent d5c47fbe29
commit 3649dc6d9a
2 changed files with 17 additions and 1 deletions

View File

@@ -512,7 +512,7 @@ INST(SSRA_1, "SSRA", "01011
INST(SRSHR_1, "SRSHR", "010111110IIIIiii001001nnnnnddddd")
INST(SRSRA_1, "SRSRA", "010111110IIIIiii001101nnnnnddddd")
INST(SHL_1, "SHL", "010111110IIIIiii010101nnnnnddddd")
//INST(SQSHL_imm_1, "SQSHL (immediate)", "010111110IIIIiii011101nnnnnddddd")
INST(SQSHL_imm_1, "SQSHL (immediate)", "010111110IIIIiii011101nnnnnddddd")
INST(SQSHRN_1, "SQSHRN, SQSHRN2", "010111110IIIIiii100101nnnnnddddd")
//INST(SQRSHRN_1, "SQRSHRN, SQRSHRN2", "010111110IIIIiii100111nnnnnddddd")
INST(SCVTF_fix_1, "SCVTF (vector, fixed-point)", "010111110IIIIiii111001nnnnnddddd")