Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 encoding bug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58800 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2008-11-06 08:47:38 +00:00
parent 4c3a1d8d2b
commit d87293ce78
6 changed files with 228 additions and 234 deletions

View File

@@ -101,15 +101,13 @@ def ARMInstrInfo : InstrInfo {
let TSFlagsFields = ["AddrModeBits",
"SizeFlag",
"IndexModeBits",
"Opcode",
"isUnaryDataProc",
"Form"];
let TSFlagsShifts = [0,
4,
7,
9,
13,
14];
10];
}
//===----------------------------------------------------------------------===//