1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 14:42:07 +00:00
serenity/Userland/Libraries/LibX86
Hendiadyoin1 5ffe23e4f3 AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Doing these as custom classes might be faster, especially when writing
them in SSE, but this would cause a lot of Code duplication and due to
the nature of constexprs and the intelligence of the compiler they might
be using SSE/MMX either way
2021-06-11 18:14:11 +04:30
..
CMakeLists.txt AK+LibX86: Generalize u128/256 to AK::UFixedBigInt 2021-06-11 18:14:11 +04:30
Disassembler.h
ELFSymbolProvider.h
Instruction.cpp
Instruction.h
Interpreter.h