llvm-project/llvm/test/MC/Disassembler/X86
Craig Topper d10a200ceb [X86] Remove the suffix on vcvt[u]si2ss/sd register variants in assembly printing.
We require d/q suffixes on the memory form of these instructions to disambiguate the memory size.
We don't require it on the register forms, but need to support parsing both with and without it.

Previously we always printed the d/q suffix on the register forms, but it's redundant and
inconsistent with gcc and objdump.

After this patch we should support the d/q for parsing, but not print it when its unneeded.

llvm-svn: 360085
2019-05-06 21:39:51 +00:00
..
amd3dnow.txt
avx-512.txt [X86] Properly disassemble gather/scatter instructions where xmm4/ymm4/zmm4 are used as the index. 2018-06-06 19:15:15 +00:00
avx512bf16-att.txt [X86] Move files to correct directories after D60552 2019-05-06 09:24:36 +00:00
avx512bf16-intel.txt [X86] Move files to correct directories after D60552 2019-05-06 09:24:36 +00:00
avx512bf16vl-att.txt [X86] Move files to correct directories after D60552 2019-05-06 09:24:36 +00:00
avx512bf16vl-intel.txt [X86] Move files to correct directories after D60552 2019-05-06 09:24:36 +00:00
fp-stack.txt [X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two arguments where on is %st. 2019-02-04 17:28:18 +00:00
gather-novsib.txt
hex-immediates.txt
intel-syntax-32.txt
intel-syntax.txt
invalid-EVEX-R2.txt [X86][Disassembler] Make it an error to set EVEX.R' to 0 when modrm.reg encodes a GPR. 2018-06-01 06:11:29 +00:00
invalid-VEX-vvvv-32.txt [X86] Make sure the check for VEX.vvvv being all ones on instructions that don't use it doesn't ignore a bit in 32-bit mode. 2018-06-01 01:23:52 +00:00
invalid-VEX-vvvv.txt
lit.local.cfg
marked-up.txt
missing-sib.txt
moffs.txt
padlock.txt
prefixes-i386.txt
prefixes-x86_64.txt
prefixes.txt [X86][Disassembler] Fix LOCK prefix disassembler support 2018-07-05 23:32:42 +00:00
simple-tests.txt
truncated-input.txt
x86-16.txt [X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two arguments where on is %st. 2019-02-04 17:28:18 +00:00
x86-32.txt [X86] Teach the disassembler to use %eiz/%riz instead of NoRegister when the SIB byte is present, but doesn't encode an index register and there was another shorter encoding that would achieve the same result. 2018-06-27 19:03:36 +00:00
x86-64-avx512bf16-att.txt [X86] Move files to correct directories after D60552 2019-05-06 09:24:36 +00:00
x86-64-avx512bf16-intel.txt [X86] Move files to correct directories after D60552 2019-05-06 09:24:36 +00:00
x86-64-avx512bf16vl-att.txt [X86] Move files to correct directories after D60552 2019-05-06 09:24:36 +00:00
x86-64-avx512bf16vl-intel.txt [X86] Move files to correct directories after D60552 2019-05-06 09:24:36 +00:00
x86-64-err.txt
x86-64.txt [X86] Remove the suffix on vcvt[u]si2ss/sd register variants in assembly printing. 2019-05-06 21:39:51 +00:00