llvm-6502/test/MC/AsmParser
Daniel Dunbar 62e4c671b6 MC/X86: Subdivide immediates a bit more, so that we properly recognize immediates based on the width of the target instruction. For example:
addw $0xFFFF, %ax
should match the same as
  addw $-1, %ax
but we used to match it to the longer encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104453 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-22 21:02:33 +00:00
..
ARM
X86 MC/X86: Subdivide immediates a bit more, so that we properly recognize immediates based on the width of the target instruction. For example: 2010-05-22 21:02:33 +00:00
assignment.s llvm-mc: Support reassignment of variables in one special case, when the 2010-05-17 17:46:23 +00:00
conditional_asm.s
dg.exp
directive_abort.s
directive_align.s
directive_ascii.s
directive_comm.s
directive_darwin_section.s
directive_desc.s
directive_file.s
directive_fill.s
directive_include.s
directive_lcomm.s
directive_line.s
directive_loc.s
directive_lsym.s
directive_org.s
directive_set.s
directive_space.s
directive_subsections_via_symbols.s
directive_symbol_attrs.s
directive_tbss.s More data/parsing support for tls directives. Add a few more testcases 2010-05-17 22:53:55 +00:00
directive_tdata.s More data/parsing support for tls directives. Add a few more testcases 2010-05-17 22:53:55 +00:00
directive_thread_init_func.s More data/parsing support for tls directives. Add a few more testcases 2010-05-17 22:53:55 +00:00
directive_tlv.s More data/parsing support for tls directives. Add a few more testcases 2010-05-17 22:53:55 +00:00
directive_values.s
directive_zerofill.s fix rdar://7965971 and a fixme: use ParseIdentifier in 2010-05-13 00:10:34 +00:00
exprs-invalid.s
exprs.s implement mc asmparser support for '.', which gets the 2010-04-14 04:40:28 +00:00
hello.s
labels.s Revert r103137, fix for $ in labels. It looks like we can't actually handle this 2010-05-06 14:46:38 +00:00
variables-invalid.s
variables.s