[mips] [IAS] Add support for the DLA pseudo-instruction and fix problems with DLI
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 17 Aug 2015 10:11:55 +0000 (10:11 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 17 Aug 2015 10:11:55 +0000 (10:11 +0000)
commit07c9aff2104933759a0ddee19a56aa046243861a
tree610a073b546b7e92397085eef66a2156f3e6261d
parent426b44f1fad190137b80d216fa137fb2b7fd8f2a
[mips] [IAS] Add support for the DLA pseudo-instruction and fix problems with DLI

Summary: It is the same as LA, except that it can also load 64-bit addresses and it only works on 64-bit MIPS architectures.

Reviewers: tomatabacu, seanbruno, vkalintiris

Subscribers: brooks, seanbruno, emaste, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245208 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
lib/Target/Mips/Mips64InstrInfo.td
test/MC/Mips/macro-dla.s [new file with mode: 0644]
test/MC/Mips/macro-dli.s [new file with mode: 0644]
test/MC/Mips/macro-la-bad.s
test/MC/Mips/macro-la.s
test/MC/Mips/mips64-expansions.s