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
Age
Commit message (
Expand
)
Author
2020-12-06
fix some 32-bit thumb2 instructions, hook up .w, `s`, and a few typos
iximeow
2020-12-06
add thumb/thumb2 decoding
iximeow
2020-03-15
armv7 support through neon, some still missing (mainly coproc instrs)
iximeow
2020-02-23
bring more armv7 tests back to the land of the living
iximeow
2020-02-17
strh/ldrh/strht/ldrht and some misc cleanup
iximeow
2020-02-17
entirely replace armv7 operands
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
armv7 test cases
iximeow
2020-01-12
decode blx
iximeow
2020-01-12
fix issue with incorrectly decoding register shifts
iximeow
2020-01-12
add armv8/a64 support
iximeow
2020-01-12
found some decode errors
iximeow
2020-01-12
fix test breakages
iximeow
2020-01-12
fix decode issue with stm/ldm/b, add tests, add display impl
iximeow