This patch implements jalx instruction for Mips architecture.This instruction execute...
authorVladimir Medic <Vladimir.Medic@imgtec.com>
Mon, 3 Mar 2014 13:12:59 +0000 (13:12 +0000)
committerVladimir Medic <Vladimir.Medic@imgtec.com>
Mon, 3 Mar 2014 13:12:59 +0000 (13:12 +0000)
commitafa6150f04d2f2498fade39a2deee901966c9e11
treef027f8d8c7a411bbe796dbce572990b601e049a7
parent75c86c9e9ad1b5e4f31fd78b819ef9e45caa5b6b
This patch implements jalx instruction for Mips architecture.This instruction executes a procedure call within the current 256 MB-aligned region and change the ISA Mode from MIPS32 to microMIPS32 or MIPS16e. Usage samples for assembler and dissasembler are provided as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202706 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsInstrInfo.td
test/MC/Disassembler/Mips/mips32.txt
test/MC/Disassembler/Mips/mips32_le.txt
test/MC/Disassembler/Mips/mips32r2.txt
test/MC/Disassembler/Mips/mips32r2_le.txt
test/MC/Mips/mips-jump-instructions.s