OSDN Git Service

llvm-mc: Match a few X86 instructions.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 02:32:59 +0000 (02:32 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 02:32:59 +0000 (02:32 +0000)
commita027d222e18ea9028e9e12ae2f5cd566889b599a
tree520976211ef5f223e4b7c597af8842a87d8f0271
parent933c762371fe8cc6e2ef5d00d6866f4924852fed
llvm-mc: Match a few X86 instructions.
 - This is "experimental" code, I am feeling my way around and working out the
   best way to do things (and learning tblgen in the process). Comments welcome,
   but keep in mind this stuff will change radically.

 - This is enough to match "subb" and friends, but not much else. The next step is to
   automatically generate the matchers for individual operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77657 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/AsmParser/x86_instructions.s [new file with mode: 0644]
test/MC/AsmParser/x86_operands.s
utils/TableGen/AsmMatcherEmitter.cpp