A64: Implement TBL and TBX

This commit is contained in:
MerryMage
2018-08-18 21:09:12 +01:00
parent 89d08c7d61
commit 0c18b85c27
4 changed files with 44 additions and 4 deletions

View File

@@ -511,8 +511,8 @@ INST(FMUL_elt_2, "FMUL (by element)", "01011
//INST(FMULX_elt_2, "FMULX (by element)", "011111111zLMmmmm1001H0nnnnnddddd")
// Data Processing - FP and SIMD - SIMD Table Lookup
//INST(TBL, "TBL", "0Q001110000mmmmm0LL000nnnnnddddd")
//INST(TBX, "TBX", "0Q001110000mmmmm0LL100nnnnnddddd")
INST(TBL, "TBL", "0Q001110000mmmmm0LL000nnnnnddddd")
INST(TBX, "TBX", "0Q001110000mmmmm0LL100nnnnnddddd")
// Data Processing - FP and SIMD - SIMD Permute
INST(UZP1, "UZP1", "0Q001110zz0mmmmm000110nnnnnddddd")