llvm-project/llvm/test/MC/Mips/mips64r5
Simon Atanasyan e80c3ce9cc [mips] Support 64-bit offsets for lb/sb/ld/sd/lld ... instructions
The `MipsAsmParser::loadImmediate` can load immediates of various sizes
into a register. Idea of this change is to use `loadImmediate` in the
`MipsAsmParser::expandMemInst` method to load offset into a register and
then call required load/store instruction.

The patch removes separate `expandLoadInst` and `expandStoreInst`
methods and does everything in the `expandMemInst` method to escape code
duplication.

Differential Revision: https://reviews.llvm.org/D47316

llvm-svn: 333774
2018-06-01 16:37:53 +00:00
..
abi-bad.s
abiflags.s
invalid-mips64.s
invalid-mips64r2.s
invalid-mips64r3.s
invalid.s [mips] Support 64-bit offsets for lb/sb/ld/sd/lld ... instructions 2018-06-01 16:37:53 +00:00
valid-xfail.s [mips] Correct c.cond.fmt instruction definition. 2017-01-16 13:55:58 +00:00
valid.s [mips] Support 64-bit offsets for lb/sb/ld/sd/lld ... instructions 2018-06-01 16:37:53 +00:00