1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test/MC/AsmParser/X86
Chris Lattner 8530ba626c add encoder support and tests for rdtscp
llvm-svn: 96076
2010-02-13 03:42:24 +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-new-encoder.s add encoder support and tests for rdtscp 2010-02-13 03:42:24 +00:00
x86_64-new-encoder.s rip out the 'heinous' x86 MCCodeEmitter implementation. 2010-02-13 00:49:29 +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