[mips] The register names depend on the ABI being N32/N64 rather than the arch being...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 26 Mar 2014 11:39:07 +0000 (11:39 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 26 Mar 2014 11:39:07 +0000 (11:39 +0000)
commit968ea7b82c313c182dd5b4f40b7cef5365b70d81
treea3ded4ea4ecbb8a94466ab95bbf160193fb8f1dc
parent2b84dba718eff66da8039fe335891a8c6658d737
[mips] The register names depend on the ABI being N32/N64 rather than the arch being mips64

Summary: Added test cases for O32 and N32 on MIPS64.

Reviewers: matheusalmeida

Reviewed By: matheusalmeida

Differential Revision: http://llvm-reviews.chandlerc.com/D3175

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204796 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
test/MC/Mips/mips-register-names-o32.s [new file with mode: 0644]
test/MC/Mips/mips-register-names.s [deleted file]
test/MC/Mips/mips64-register-names-n32-n64.s [new file with mode: 0644]
test/MC/Mips/mips64-register-names-o32.s [new file with mode: 0644]
test/MC/Mips/mips64-register-names.s [deleted file]