ladybird/Userland/Libraries/LibX86
sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars
This prevents us from needing a sv suffix, and potentially reduces the
need to run generic code for a single character (as contains,
starts_with, ends_with etc. for a char will be just a length and
equality check).

No functional changes.
2022-07-12 23:11:35 +02:00
..
CMakeLists.txt AK+LibX86: Generalize u128/256 to AK::UFixedBigInt 2021-06-11 18:14:11 +04:30
Disassembler.h LibX86: Stub out Disassembler::next() for x86_64 2021-08-02 17:11:47 +02:00
ELFSymbolProvider.h LibX86: Take load base address into consideration during disassembly 2021-10-25 12:14:26 +02:00
Instruction.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Instruction.h LibX86: Convert register names to StringViews 2022-07-12 23:11:35 +02:00
Interpreter.h LibX86: Fix weird formatting in Interpreter.h 2022-04-07 16:50:34 +02:00