ladybird/Userland/DevTools/UserspaceEmulator
Itamar 108a8e4c88 LibX86: Only pass ProcessorMode to Instruction constructor
We previously passed both OperandSize and AddressSize to the
constructor.

Both values were only ever 32-bit at construction.
We used AddressSize::Size64 to signify Long mode which was needlessly
complicated.
2022-12-11 22:06:30 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Emulator.cpp LibX86: Only pass ProcessorMode to Instruction constructor 2022-12-11 22:06:30 +01:00
Emulator.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Emulator_syscalls.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
EmulatorControl.h
main.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
MallocTracer.cpp
MallocTracer.h
MmapRegion.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MmapRegion.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Range.cpp
Range.h
RangeAllocator.cpp
RangeAllocator.h
Region.cpp
Region.h
Report.h
SimpleRegion.cpp
SimpleRegion.h
SoftCPU.cpp UserspaceEmulator: Implement MOV_RM16_seg 2022-12-07 13:18:48 +01:00
SoftCPU.h UserspaceEmulator: Implement MOV_seg_RM32 and MOV_seg_RM16 2022-12-07 13:18:48 +01:00
SoftFPU.cpp AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places 2022-10-04 23:35:07 +01:00
SoftFPU.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SoftMMU.cpp
SoftMMU.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
SoftVPU.cpp Everywhere: Fix a variety of typos 2022-09-14 04:46:49 +00:00
SoftVPU.h
ValueWithShadow.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00