index
:
yaxpeax-arm
neon
no-gods-no-
yaxpeax arm decoder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
armv7
/
mod.rs
Age
Commit message (
Expand
)
Author
2 hours
fix some lingering warnings
iximeow
2026-07-28
untangle some nonconforming ld/st forms
iximeow
2026-07-28
differential testing wip
iximeow
2026-07-28
Do not add an 's' when outputing opcodes that always set flags
Grond
2026-07-28
Decode the correct number of operands for TST/TEQ (immediate/register)
Grond
2026-07-28
Simplify decoding of register-shifted-register data-processing instructions
Grond
2026-07-28
Decode the correct number of operands for CMP/CMN (immediate/register)
Grond
2026-07-28
Fix the handling of reserved bits in uncommon loads/stores
Grond
2026-07-28
Check all of the appropriate bits when parsing op1 for CDP2/MCR2/MRC2
Grond
2026-07-28
Implement the RRX immediate shift type
Grond
2026-07-28
Fix the handling of arithmetic register shifts with zero immediates
Grond
2026-02-22
support A1 encoding of several coprocessor instructions + SVC
rva3
2026-02-22
properly display coprocessor higher than 9
rva3
2023-01-31
fix 24-bit branch immediate decoding
jam1garner
2022-01-02
get test situation in order
iximeow