llvm-6502/test/MC/AsmParser/X86
Daniel Dunbar d5e7705a05 MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testing
other functionality on 403.gcc compiled at -O0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98405 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-13 00:47:29 +00:00
..
dg.exp MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby. 2010-01-29 23:32:40 +00:00
x86_32-bit_cat.s Remove the few # TAILCALL comments that snuck in. As they may fail on linux. 2010-02-11 00:18:12 +00:00
x86_32-bit.s MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby. 2010-01-29 23:32:40 +00:00
x86_32-encoding.s MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL 2010-02-10 21:19:28 +00:00
x86_32-mismatched-add.s MC/X86: Add an XFAIL test where we aren't matching the correct instruction 2010-03-13 00:47:25 +00:00
x86_32-new-encoder.s MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testing 2010-03-13 00:47:29 +00:00
x86_64-new-encoder.s make pcrel immediate values relative to the start of the field, 2010-02-16 05:03:17 +00:00
x86_instructions.s MC/X86: Push immediate operands as immediates not expressions when possible. 2010-02-13 00:17:21 +00:00
x86_operands.s MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we avoid fixups for obvious cases like '-(16)'. 2010-02-13 01:28:07 +00:00
x86_word_directive.s