Initial JIT support for ARM by Raul Fernandes Herbster.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2007-08-07 01:37:15 +00:00
parent a996d52e37
commit 0ff94f7fcc
9 changed files with 888 additions and 274 deletions

View File

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