This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-06 21:05:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bae9f69d37
llvm-6502
/
test
/
MC
/
X86
History
Craig Topper
bae9f69d37
Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the disassembler tables. Add PINSRWrr64i to complement the AVX version.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@192565
91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-14 01:21:22 +00:00
..
AlignedBundling
[tests] Cleanup initialization of test suffixes.
2013-08-16 00:37:11 +00:00
3DNow.s
2011-09-06-NoNewline.s
address-size.s
avx512-encodings.s
Add XOP disassembler support. Fixes PR13933.
2013-10-03 05:17:48 +00:00
fde-reloc.s
gnux32-dwarf-gen.s
intel-syntax-2.s
Add newline.
2012-09-10 23:09:27 +00:00
intel-syntax-encoding.s
intel-syntax-hex.s
intel-syntax.s
Fixing Intel format of the vshufpd instruction.
2013-09-27 01:44:23 +00:00
lit.local.cfg
[tests] Cleanup initialization of test suffixes.
2013-08-16 00:37:11 +00:00
padlock.s
shuffle-comments.s
x86_64-avx-clmul-encoding.s
x86_64-avx-encoding.s
Remove some instructions that existed to provide aliases to the assembler. Can be done with InstAlias instead. Unfortunately, this was causing printer to use 'vmovq' or 'vmovd' based on what was parsed. To cleanup the inconsistencies convert all 'vmovd' with 64-bit registers to 'vmovq', but provide an alias so that 'vmovd' will still parse.
2013-10-08 05:53:50 +00:00
x86_64-bmi-encoding.s
x86_64-encoding.s
Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the disassembler tables. Add PINSRWrr64i to complement the AVX version.
2013-10-14 01:21:22 +00:00
x86_64-fma3-encoding.s
x86_64-fma4-encoding.s
x86_64-hle-encoding.s
x86_64-imm-widths.s
x86_64-rand-encoding.s
x86_64-rtm-encoding.s
x86 -- add the XTEST instruction
2013-03-25 18:59:43 +00:00
x86_64-sse4a.s
x86_64-tbm-encoding.s
Adding intrinsics to the llvm backend for TBM instruction set.
2013-09-27 18:38:42 +00:00
x86_64-xop-encoding.s
x86_directives.s
x86_errors.s
x86_long_nop.s
x86_nop.s
x86_operands.s
x86-32-avx.s
x86-32-coverage.s
x86-32-fma3.s
move X86 subdir up a level
2010-10-01 04:32:20 +00:00
x86-32-ms-inline-asm.s
x86-32.s
x86-64.s
Remove some instructions that existed to provide aliases to the assembler. Can be done with InstAlias instead. Unfortunately, this was causing printer to use 'vmovq' or 'vmovd' based on what was parsed. To cleanup the inconsistencies convert all 'vmovd' with 64-bit registers to 'vmovq', but provide an alias so that 'vmovd' will still parse.
2013-10-08 05:53:50 +00:00