| commit | b6d6aa2d22d8f883c988ed89d6e0d2a141268bf4 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Fri Jul 31 02:32:59 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Fri Jul 31 02:32:59 2009 +0000 |
| tree | 85185cbb81cb4d24961008504d291f694508d4f4 | |
| parent | ef50e9978389fc61904b02df0d56d0a13b4dac60 [diff] |
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. llvm-svn: 77657