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
/
Instruction.h
Age
Commit message (
Expand
)
Author
2020-08-06
AK: Rename MakeUnsigned::type to MakeUnsigned::Type.
asynts
2020-08-04
LibX86: Remove unused private fields m_segment, m_handler
Nico Weber
2020-07-30
LibX86: Disassemble most remaining FPU instructions
Nico Weber
2020-07-28
LibX86: Disassemble most FPU instructions starting with D9
Nico Weber
2020-07-26
LibX86: Support disassembling a few FPU opcodes better
Nico Weber
2020-07-21
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
Andreas Kling
2020-07-15
LibX86: Don't cache whether instruction have a sub-opcode
Andreas Kling
2020-07-15
LibX86+UserspaceEmulator: Don't store a32 in MemoryOrRegisterReference
Andreas Kling
2020-07-15
LibX86: Don't store the prefix/imm1/imm2 byte counts individually
Andreas Kling
2020-07-15
LibX86: Remove Instruction::m_handler
Andreas Kling
2020-07-13
LibX86+UserspaceEmulator: Devirtualize and inline more instruction code
Andreas Kling
2020-07-13
LibX86: Don't build_opcode_table_if_needed() every instruction decode
Andreas Kling
2020-07-13
LibX86: Apply aggressive inlining to Instruction decoding functions
Andreas Kling
2020-07-13
LibX86: ALWAYS_INLINE some Instruction members
Andreas Kling
2020-07-11
UserspaceEmulator+LibX86: Implement the LEA instruction
Andreas Kling
2020-07-10
UserspaceEmulator+LibX86: Implement all the forms of XOR
Andreas Kling
2020-07-10
LibX86: Add a templatized way to resolve ModR/M memory references
Andreas Kling
2020-07-10
LibX86: Store Instruction's segment prefix as Optional<SegmentRegister>
Andreas Kling
2020-07-09
UserspaceEmulator: Tidy up SoftCPU's general purpose registers
Andreas Kling
2020-07-07
LibX86: Expose some more things on X86::Instruction
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: Tolerate invalid segment register indices when disassembling
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: Add an X86 instruction decoder library + basic disassembler
Andreas Kling