llvm-6502/test/MC/AsmParser/X86
Kevin Enderby b46b03b36f Fixed the encoding problems of the crc32 instructions. All had the Operand size
override prefix and only the r/m16 forms should have had that.  Also for variant
one, the AT&T syntax, added suffixes to all forms.  Also added the missing
64-bit form for 'CRC32 r64, r/m8'.  Plus added test cases for all forms and
tweaked one test case to add the needed suffixes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98980 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-19 20:04:42 +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 Fixed the encoding problems of the crc32 instructions. All had the Operand size 2010-03-19 20:04:42 +00:00
x86_32-bit.s xfail these tests temporarily to get teh buildbots back to happy land. 2010-03-14 07:32:48 +00:00
x86_32-encoding.s Fixed the encoding problems of the crc32 instructions. All had the Operand size 2010-03-19 20:04:42 +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-encoding.s Fixed the encoding problems of the crc32 instructions. All had the Operand size 2010-03-19 20:04:42 +00:00
x86_64-incl_decl.s MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a 2010-03-18 20:06:02 +00:00
x86_64-new-encoder.s MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen only" so they don't get selected by the asm matcher. 2010-03-19 18:07:48 +00:00
x86_64-operands.s MC/X86_64: Fix matching of leaq. 2010-03-13 19:31:44 +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