llvm-project/llvm/test/MC/Disassembler/Mips/msa
Daniel Sanders 0f596814e9 [mips][msa] Remove copy_u.d and move copy_u.w to MSA64.
Summary:
The forwards compatibility strategy employed by MIPS is to consider registers
to be infinitely sign-extended. Then on ISA's with a wider register, the result
of existing instructions are sign-extended to register width and zero-extended
counterparts are added. copy_u.w on MSA32 and copy_u.w on MSA64 violate this
strategy and we have therefore corrected the MSA specs to fix this.

We still keep track of sign/zero-extension during legalization but we now
match copy_s.[wd] where required.

No change required to clang since __builtin_msa_copy_u_[wd] will map to
copy_s.[wd] where appropriate for the target.

Reviewers: vkalintiris

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D13472

llvm-svn: 250887
2015-10-21 09:58:54 +00:00
..
test_2r.txt
test_2r_msa64.txt [mips] Move disassembler test (test_2r_msa64) into correct folder. 2014-05-12 16:59:34 +00:00
test_2rf.txt
test_3r.txt
test_3rf.txt
test_bit.txt
test_ctrlregs.txt [mips] Move disassembler test (Mips MSA test_ctrlregs) into correct folder. 2014-05-12 16:16:59 +00:00
test_dlsa.txt [mips] Move disassembler tests (Mips MSA test_lsa, test_dlsa) into correct folder. 2014-05-12 16:20:46 +00:00
test_elm.txt [mips][msa] Remove copy_u.d and move copy_u.w to MSA64. 2015-10-21 09:58:54 +00:00
test_elm_insert.txt [mips] Move disassembler tests (Mips MSA test_elm*) into correct folder. 2014-05-12 16:23:45 +00:00
test_elm_insert_msa64.txt [mips] Move disassembler tests (Mips MSA test_elm*) into correct folder. 2014-05-12 16:23:45 +00:00
test_elm_insve.txt [mips] Move disassembler tests (Mips MSA test_elm*) into correct folder. 2014-05-12 16:23:45 +00:00
test_elm_msa64.txt [mips][msa] Remove copy_u.d and move copy_u.w to MSA64. 2015-10-21 09:58:54 +00:00
test_i5.txt [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct folder. 2014-05-12 16:26:53 +00:00
test_i8.txt [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct folder. 2014-05-12 16:26:53 +00:00
test_i10.txt [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct folder. 2014-05-12 16:26:53 +00:00
test_lsa.txt [mips] Move disassembler tests (Mips MSA test_lsa, test_dlsa) into correct folder. 2014-05-12 16:20:46 +00:00
test_mi10.txt [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct folder. 2014-05-12 16:26:53 +00:00
test_vec.txt [mips] Move disassembler test (Mips MSA test_vec) into correct folder. 2014-05-12 16:31:45 +00:00