1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Userland/Libraries/LibX86
Simon Wanner 4041ea835c LibX86: Add OP_regW_immW
This is a variation of OP_reg32_imm32 that turns into
"OP_reg64_imm64" with a REX.W prefix.
2022-11-26 12:50:38 +01:00
..
CMakeLists.txt Everywhere: Explicitly link all binaries against the LibC target 2022-11-01 14:49:09 +00:00
Disassembler.h LibX86: Add {Address,Operand}Size::Size64 2022-11-26 12:50:38 +01:00
ELFSymbolProvider.h LibX86: Take load base address into consideration during disassembly 2021-10-25 12:14:26 +02:00
Instruction.cpp LibX86: Add OP_regW_immW 2022-11-26 12:50:38 +01:00
Instruction.h LibX86: Add OP_regW_immW 2022-11-26 12:50:38 +01:00
Interpreter.h LibX86: Fix weird formatting in Interpreter.h 2022-04-07 16:50:34 +02:00