A64: Implement TRN1

This commit is contained in:
Lioncash
2018-04-13 12:54:21 -04:00
committed by MerryMage
parent 52cad2d9d0
commit 30e158f8d0
2 changed files with 37 additions and 1 deletions

View File

@@ -515,7 +515,7 @@ INST(USRA_1, "USRA", "01111
// Data Processing - FP and SIMD - SIMD Permute
//INST(UZP1, "UZP1", "0Q001110zz0mmmmm000110nnnnnddddd")
//INST(TRN1, "TRN1", "0Q001110zz0mmmmm001010nnnnnddddd")
INST(TRN1, "TRN1", "0Q001110zz0mmmmm001010nnnnnddddd")
INST(ZIP1, "ZIP1", "0Q001110zz0mmmmm001110nnnnnddddd")
//INST(UZP2, "UZP2", "0Q001110zz0mmmmm010110nnnnnddddd")
//INST(TRN2, "TRN2", "0Q001110zz0mmmmm011010nnnnnddddd")