A64: Implement FCMLA's indexed element variant

With this, all of the instructions introduced with ARMv8.3-CompNum have
an implementation.
This commit is contained in:
Lioncash
2019-04-11 16:44:15 -04:00
committed by MerryMage
parent e7361148db
commit 6c2c68bce6
2 changed files with 90 additions and 1 deletions

View File

@@ -896,7 +896,7 @@ INST(UDOT_elt, "UDOT (by element)", "0Q101
//INST(SQRDMLSH_elt_2, "SQRDMLSH (by element)", "0Q101111zzLMmmmm1111H0nnnnnddddd")
//INST(FMULX_elt_3, "FMULX (by element)", "0Q10111100LMmmmm1001H0nnnnnddddd")
INST(FMULX_elt_4, "FMULX (by element)", "0Q1011111zLMmmmm1001H0nnnnnddddd")
//INST(FCMLA_elt, "FCMLA (by element)", "0Q101111zzLMmmmm0rr1H0nnnnnddddd")
INST(FCMLA_elt, "FCMLA (by element)", "0Q101111zzLMmmmm0rr1H0nnnnnddddd")
// Data Processing - FP and SIMD - Cryptographic three register
INST(SM3TT1A, "SM3TT1A", "11001110010mmmmm10ii00nnnnnddddd")