mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
95717dbb11
Unfortunately, this isn't easy to fix since there's no simple way to figure out from the disassembler tables whether the W-bit is being used to select a 64-bit GPR or if its a required part of the opcode. The fix implemented here just looks for "64" in the instruction name and ignores the W-bit in 32-bit mode if its present. Fixes PR21169. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219194 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
avx-512.txt | ||
fp-stack.txt | ||
hex-immediates.txt | ||
intel-syntax-32.txt | ||
intel-syntax.txt | ||
invalid-cmp-imm.txt | ||
invalid-VEX-vvvv.txt | ||
lit.local.cfg | ||
marked-up.txt | ||
missing-sib.txt | ||
moffs.txt | ||
padlock.txt | ||
prefixes.txt | ||
simple-tests.txt | ||
truncated-input.txt | ||
x86-16.txt | ||
x86-32.txt | ||
x86-64.txt |