[mips][msa] Remove copy_u.d and move copy_u.w to MSA64.Summary:The forwards compatibility strategy employed by MIPS is to consider registersto be infinitely sign-extended. Then on ISA's with a wi
[mips][msa] Remove copy_u.d and move copy_u.w to MSA64.Summary:The forwards compatibility strategy employed by MIPS is to consider registersto be infinitely sign-extended. Then on ISA's with a wider register, the resultof existing instructions are sign-extended to register width and zero-extendedcounterparts are added. copy_u.w on MSA32 and copy_u.w on MSA64 violate thisstrategy and we have therefore corrected the MSA specs to fix this.We still keep track of sign/zero-extension during legalization but we nowmatch copy_s.[wd] where required.No change required to clang since __builtin_msa_copy_u_[wd] will map tocopy_s.[wd] where appropriate for the target.Reviewers: vkalintirisSubscribers: llvm-commitsDifferential Revision: http://reviews.llvm.org/D13472llvm-svn: 250887
show more ...
[mips] Move disassembler test (test_2r_msa64) into correct folder.llvm-svn: 208594
[mips] Move disassembler test (Mips MSA test_vec) into correct folder.llvm-svn: 208592
[mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct folder.llvm-svn: 208590
[mips] Move disassembler tests (Mips MSA test_elm*) into correct folder.llvm-svn: 208589
[mips] Move disassembler tests (Mips MSA test_lsa, test_dlsa) into correct folder.llvm-svn: 208588
[mips] Move disassembler test (Mips MSA test_ctrlregs) into correct folder.llvm-svn: 208587
[mips] Move disassembler test (Mips MSA test_bit) into correct folder.llvm-svn: 208586
[mips] Move disassembler tests (Mips MSA test_2r, test_2rf, test_3r, test_3rf) intocorrect folder.llvm-svn: 208584