aboutsummaryrefslogtreecommitdiff
path: root/src/long_mode/vex.rs
AgeCommit message (Expand)Author
2021-03-21fix potential successful decodes with Opcode::Invalidiximeow
2021-03-21add missing vpmaxuw, remove nonsense avx moviximeow
2021-03-21complete CET support, add UINTR, add missing VORP{S,D}, other cleanupiximeow
2021-03-21rewrite 0f-based instruction handlingiximeow
2020-08-09no more incomplete decoder for vex instructionsiximeow
2020-08-09support four-reg operand forms, new testsiximeow
2020-08-09vinserti128iximeow
2020-08-09vextractf128iximeow
2020-08-09vpsrlqiximeow
2020-08-09vpminswiximeow
2020-08-09vpermq (avx2)iximeow
2020-08-09vpsrlw avxiximeow
2020-08-09missing avx instriximeow
2020-08-09probably notiximeow
2020-05-23add SHA, BMI1, and BMI2, complete XSAVE extension supportiximeow
2020-02-22support most avx operand codesiximeow
2020-01-15make space for non-64bit modesiximeow