aboutsummaryrefslogtreecommitdiff
path: root/src/protected_mode/vex.rs
AgeCommit message (Expand)Author
2023-07-23fix inconsistently-poreted memory access size of vcvt{,t}{sd,si}iximeow
2023-07-16forward changes along to 32-bit decoder...iximeow
2021-08-22bump to yaxpeax-arch 0.2.7 and proper field description support1.1.0iximeow
2021-08-21report barebones decoder annotation for vex-coded instructionsiximeow
2021-08-21extend annotation reporting to 32- and 16-bit modes, kindaiximeow
2021-07-04handle vzeroupper/vzeroall, reject vzero* with nonzero vvvviximeow
2021-07-04fix several incorrect tests and docs in 64- and 32-bit modesiximeow
2021-07-03update protected_mode to match long_mode docs, apisiximeow
2021-07-03be more strict about denying invalid operandsiximeow
2021-07-02`Nothing` operand code must be decoded with operand_count=0iximeow
2021-07-01reallocate OperandCode, convert disparate registers to arrayiximeow
2021-07-01update yaxpeax-x86 to yaxpeax-arch 0.1.0 interfacesiximeow
2021-06-29fix several lingering mem_size discrepanciesiximeow
2021-06-28clean up protected mode vex-related warningsiximeow
2021-06-28remove a few operand casesiximeow
2021-06-28round out x86_32 support - avx2, avx, memory sizesiximeow
2021-06-28protected mode memory sizesiximeow
2021-06-27protected-mode avx512iximeow
2021-03-22port long-mode decoder updates to protected-modeiximeow
2020-08-09port updates to protected-mode decoderiximeow
2020-05-23add SHA, BMI1, and BMI2, complete XSAVE extension supportiximeow
2020-03-22yaxpeax-x86 decodes in 32-bit mode nowiximeow