index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibX86
Age
Commit message (
Expand
)
Author
2020-05-07
LibX86: Rename build0FSlash() to build_0f_slash()
Linus Groh
2020-05-04
LibX86: Simplify "register index to string" functions a bit
Andreas Kling
2020-05-04
LibX86: Remove accidental camelCase in some names
Andreas Kling
2020-04-30
LibX86: Disassemble BSWAP
Andreas Kling
2020-04-15
LibX86: Use MakeUnsigned<T> from AK instead of making a custom one
Andreas Kling
2020-04-12
LibX86: Add a way for Instruction::to_string() to symbolicate addresses
Andreas Kling
2020-04-11
LibX86: Decode RDRAND instruction
Andreas Kling
2020-04-11
LibX86: Fix duplicate '+' in SIB byte disassembly
Andreas Kling
2020-04-11
LibX86: When there are multiple REPZ/REPNZ prefixes, the last one wins
Andreas Kling
2020-04-11
LibX86: Tolerate invalid segment register indices when disassembling
Andreas Kling
2020-04-11
LibX86: Disassemble unknown opcodes as "db %#02x"
Andreas Kling
2020-04-11
LibX86: Decode PADDB, PADDW and PADDD
Andreas Kling
2020-04-11
LibX86: Don't choke on invalid LOCK prefixes for now
Andreas Kling
2020-04-11
LibX86: Fix backwards arguments to ENTER imm16,imm8
Andreas Kling
2020-04-11
LibX86: Add 8-bit CMPXCHG and allow LOCK CMPXCHG
Andreas Kling
2020-04-11
LibX86: Support decoding basic MMX instructions like MOVQ
Andreas Kling
2020-04-11
LibX86: Run the instruction decoder in 32-bit mode by default
Andreas Kling
2020-04-11
LibX86: Remove some unnecessary stuff from Disassembler.h
Andreas Kling
2020-04-11
LibX86: Add an X86 instruction decoder library + basic disassembler
Andreas Kling