llvm-6502/test/MC
Daniel Dunbar e9f0fb4179 MC/X86: Chris pointed that 'as' isn't consistent in accepting the long form of
instructions which have no direct register usage.

Darwin 'as' accepts:
  add $0, (%rax)
but rejects
  mov $0, (%rax)
for example.

Given that, only accept suffix matches which match exactly one form. We still
need to emit nice diagnostics for failures...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103015 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-04 17:31:02 +00:00
..
AsmParser MC/X86: Chris pointed that 'as' isn't consistent in accepting the long form of 2010-05-04 17:31:02 +00:00
Disassembler Thumb instructions which have reglist operands at the end and predicate operands 2010-04-21 01:01:19 +00:00
MachO