llvm-6502/test/MC/AsmParser/X86
Daniel Dunbar 77e2dd7bb2 X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same
instruction, we only want to allow the one for the current subtarget.
 - This also fixes suffix matching for jmp instructions, because it eliminates
   the ambiguity between 'jmpl' and 'jmpq'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108746 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-19 20:44:16 +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 Fix assembly parsing and encoding of the pushf and popf family of 2010-05-20 16:16:00 +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 Add AVX 256-bit compare instructions and a bunch of testcases 2010-07-13 22:06:38 +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 X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same 2010-07-19 20:44:16 +00:00
x86_64-encoding.s Add AVX 256-bit compare instructions and a bunch of testcases 2010-07-13 22:06:38 +00:00
x86_64-imm-widths.s 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
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 X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same 2010-07-19 20:44:16 +00:00
x86_64-operands.s Teach the x86 mc assembler that %dr6 = %db6, this implements 2010-06-24 07:29:18 +00:00
x86_64-suffix-matching.s MC/X86: Extend suffix matching hack to match 'q' suffix. 2010-05-12 00:54:20 +00:00
x86_instructions.s X86-64: Mark WINCALL and more tail call instructions as code gen only. 2010-07-19 07:21:07 +00:00
x86_operands.s Revert r103137, fix for $ in labels. It looks like we can't actually handle this 2010-05-06 14:46:38 +00:00
x86_word_directive.s Move ARM and X86 specific AsmParser tests into separate subdirectories, and only 2009-09-21 00:05:30 +00:00