index
:
yaxpeax-x86
master
no-gods-no-
opts
x86-generic
yaxpeax x86 decoder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
Age
Commit message (
Expand
)
Author
2023-07-04
incidental cleanup, see if inlining in evex helps/hurts (it hurts)
iximeow
2021-12-17
write `apply_disp_scale` in a mode-agnostic way
iximeow
2021-12-17
do not panic on negative compressed displacements, i mean it!!
iximeow
2021-08-22
bump to yaxpeax-arch 0.2.7 and proper field description support
1.1.0
iximeow
2021-08-21
provide decoder annotation for evex prefix
iximeow
2021-08-21
extend annotation reporting to 32- and 16-bit modes, kinda
iximeow
2021-07-04
support vpscatter{dd,dq,qd,qq}
iximeow
2021-07-04
support avx512 registers >=16
iximeow
2021-07-03
be more strict about denying invalid operands
iximeow
2021-07-03
instructions with evex-coded registers may have registers other than 0
iximeow
2021-07-03
enforce reserved evex prefix bits
iximeow
2021-07-03
vbroadcastsd requires W
iximeow
2021-07-03
reject instructions when their opcode is `Invalid`
iximeow
2021-07-02
fix several strict rejection for several
iximeow
2021-07-01
reallocate OperandCode, convert disparate registers to array
iximeow
2021-06-29
fix several lingering mem_size discrepancies
iximeow
2021-06-28
remove unused evex variants from generated code
iximeow
2021-06-27
protected-mode avx512
iximeow
2021-06-27
all tests now passing for long mode
iximeow
2021-06-26
add long-mode avx512 support, except for compressed displacements
iximeow