summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeInstrInfo.h
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-10-27 00:23:01 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-10-27 00:23:01 +0000
commita06038369b830bb83742b6b39775f39dd9e69ae2 (patch)
tree3a183f442074e9a5e183229467d337ad2c06ff35 /lib/Target/MBlaze/MBlazeInstrInfo.h
parentc1d30212e911d1e55ff6b25bffefb503708883c3 (diff)
downloadllvm-a06038369b830bb83742b6b39775f39dd9e69ae2.tar.gz
llvm-a06038369b830bb83742b6b39775f39dd9e69ae2.tar.bz2
llvm-a06038369b830bb83742b6b39775f39dd9e69ae2.tar.xz
Adding disassembler to the MicroBlaze backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MBlaze/MBlazeInstrInfo.h')
-rw-r--r--lib/Target/MBlaze/MBlazeInstrInfo.h35
1 files changed, 20 insertions, 15 deletions
diff --git a/lib/Target/MBlaze/MBlazeInstrInfo.h b/lib/Target/MBlaze/MBlazeInstrInfo.h
index eda16cc5e1..d2cc921fc0 100644
--- a/lib/Target/MBlaze/MBlazeInstrInfo.h
+++ b/lib/Target/MBlaze/MBlazeInstrInfo.h
@@ -138,21 +138,26 @@ namespace MBlazeII {
// PseudoFrm - This represents an instruction that is a pseudo instruction
// or one that has not been implemented yet. It is illegal to code generate
// it, but tolerated for intermediate implementation stages.
- Pseudo = 0,
-
- RegRegReg = 1,
- RegRegImm = 2,
- RegImmReg = 3,
- FSL = 4,
- FSLD = 5,
- FSLT = 6,
- FSLTD = 7,
- Reg = 8,
- Imm = 9,
- RegReg = 10,
- RegImm = 11,
-
- FormMask = 63
+ FPseudo = 0,
+ FRRR,
+ FRRI,
+ FCRR,
+ FCRI,
+ FRCR,
+ FRCI,
+ FCCR,
+ FCCI,
+ FRRCI,
+ FRRC,
+ FRCX,
+ FRCS,
+ FCRCS,
+ FCRCX,
+ FCX,
+ FCR,
+ FRIR,
+ FC,
+ FormMask = 63
//===------------------------------------------------------------------===//
// MBlaze Specific MachineOperand flags.