summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibX86/Instruction.h
AgeCommit message (Expand)Author
2021-07-22LibX86: Add missing MovD and MovQ instructionsHendiadyoin1
2021-07-22LibX86: Use names closer to the spec for the ModrmHendiadyoin1
2021-06-30Debugger: Compile on x86_64Hendiadyoin1
2021-05-31LibX86: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-01LibX86+UserspaceEmulator: Add MMX insns prototypesHendiadyoin1
2021-04-23UE+LibX86: Support bigger reads and writesHendiadyoin1
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-03-09LibX86: Don't use "if (foo) [[unlikely]] { }" for now (to please clang)Andreas Kling
2021-03-09UserspaceEmulator+LibX86: Sprinkle some [[unlikely]] and ALWAYS_INLINEAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-02LibX86: Don't assert just because insn has no immediate bytesAndreas Kling
2021-01-31LibX86: sanity check for Instruction read sizeThomas Mangin
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling