1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:38:10 +00:00
serenity/Userland/Libraries/LibX86
Hendiadyoin1 7ba2e5e3e7 LibX86: Add CMPXCHG8B, RDRAND and RDSEED
With this we can run following script with no errors:
```sh
for /usr/lib/*.so {
    disasm "$it" > /dev/zero
}
```
2022-04-06 18:30:22 +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 LibX86: Add CMPXCHG8B, RDRAND and RDSEED 2022-04-06 18:30:22 +02:00
Instruction.h LibX86: Add CMPXCHG8B, RDRAND and RDSEED 2022-04-06 18:30:22 +02:00
Interpreter.h LibX86: Add CMPXCHG8B, RDRAND and RDSEED 2022-04-06 18:30:22 +02:00