Implement eret and deret(return from exception) instructions for Mips. Test examples...
authorVladimir Medic <Vladimir.Medic@imgtec.com>
Wed, 17 Jul 2013 14:05:19 +0000 (14:05 +0000)
committerVladimir Medic <Vladimir.Medic@imgtec.com>
Wed, 17 Jul 2013 14:05:19 +0000 (14:05 +0000)
commit16f385f90f481195bfcf6b139ced4cee033bb887
tree971d4f72b0bf0fca2858ffdade72ab7140fd47be
parentc88ac4a344bdb5b3ade5c24d67e1227c4d3a8978
Implement eret and deret(return from exception) instructions for Mips. Test examples are given.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186507 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.td
test/MC/Mips/mips-control-instructions.s [new file with mode: 0644]
test/MC/Mips/mips_directives.s