Beginning of expanding all current mips16 macro/pseudo instruction sequences.
authorReed Kotler <rkotler@mips.com>
Mon, 18 Feb 2013 00:59:04 +0000 (00:59 +0000)
committerReed Kotler <rkotler@mips.com>
Mon, 18 Feb 2013 00:59:04 +0000 (00:59 +0000)
commitda4afa72f7cbe2801f3876eda33416aa3ba42987
tree6d925707f9fe4a4cc33b8886535346ce2f1d769d
parent774ec7ba05606925966899d7dbe30453a3a2a877
Beginning of expanding all current mips16 macro/pseudo instruction sequences.
This expansion will be moved to expandISelPseudos as soon as I can figure
out how to do that. There are other instructions which use this
ExpandFEXT_T8I816_ins and as soon as I have finished expanding them all,
I will delete the macro asm string text so it has no way to be used
in the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175413 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16InstrInfo.td
test/CodeGen/Mips/seleq.ll [new file with mode: 0644]