index
:
yaxpeax-arm
neon
no-gods-no-
yaxpeax arm decoder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
armv8
Age
Commit message (
Expand
)
Author
2021-11-20
more simd support
iximeow
2021-11-07
floating point mov, several data processing ops, compare
iximeow
2021-10-31
SIMD load/store (multiple structure)
iximeow
2021-10-30
support ldp/stp/others, preindex writeback is optional
iximeow
2021-10-30
support simd load/store (single structure)
iximeow
2021-10-26
add many test cases from openblas, ldnp, stnp
iximeow
2021-10-24
normalize a bit more consistently in instruction display
iximeow
2021-10-21
data processing (three source)
iximeow
2021-10-21
data processing instructions (one source)
iximeow
2021-10-21
ccm{n,p}
iximeow
2021-09-28
fix various armv8 and armv8 panics that should be Err.
iximeow
2021-09-26
fix unimplemented code paths panicking as unreachable
iximeow
2021-07-06
update yaxpeax_arch and bump version to 0.1.0
0.1.0
iximeow
2020-02-05
bump yaxpeax-arch to 0.0.3, make tests stable-friendly
0.0.2
iximeow
2020-01-18
some of the work to get yaxpeax-arm no-std
iximeow
2020-01-12
match changes in arch to have Resulty decode, instead of Option
iximeow
2020-01-12
update arm to revised decoder trait
iximeow
2020-01-12
add armv8/a64 support
iximeow