llvm-project/llvm/unittests/MC
Maksim Panchenko 8f6512fea0 [X86][Disassembler] Fix displacement operand size for symbolizer
On 64-bit X86, 0x66 operand-size override prefix will change the size of
the instruction operand, e.g. from 32 bits to 16 bits, but it will not
modify the size of the displacement operand used for memory addressing,
which will always be 32 bits.

Reviewed By: skan, rafauler

Differential Revision: https://reviews.llvm.org/D126726
2022-06-13 00:14:43 -07:00
..
AMDGPU Cleanup includes: LLVMTarget 2022-03-10 10:00:29 +01:00
SystemZ [MC] Make MCAsmInfo::isAcceptableChar reflect MCAsmInfo::doesAllowAtInName 2022-03-29 14:01:32 -07:00
X86 [X86][Disassembler] Fix displacement operand size for symbolizer 2022-06-13 00:14:43 -07:00
CMakeLists.txt [MC] Fix buildbots with shared lib builds 2021-09-30 14:42:15 -07:00
Disassembler.cpp
DwarfLineTableHeaders.cpp [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
DwarfLineTables.cpp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
MCDisassemblerTest.cpp
MCInstPrinter.cpp Cleanup LLVMMC headers 2022-02-09 11:09:17 +01:00
StringTableBuilderTest.cpp
TargetRegistry.cpp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00