Commit 0f56fdd
committed
[ARMv7] Expand ARM, Thumb, and NEON lifting coverage
Add LLIL support for a broad set of previously unimplemented or partially
implemented ARMv7, Thumb2, VFP, and NEON instructions.
Cover system, control, synchronization, hint, and coprocessor operations,
including MRS, MSR, VMSR, VMRS, SMC, HVC, CPS/CPSID/CPSIE, CLREX,
DMB, DSB, ISB, PLD, SETEND, SRS/RFE, STC/LDC variants, and related
intrinsics.
Add integer, DSP, saturation, CRC, multiply, and packed arithmetic lifting,
including CRC32 variants, QADD/QSUB forms, SSAT/USAT forms, SMMUL/SMMLA,
SMLA/SMLAL variants, SXT/UXT variants, REV/RBIT/SEL, packed add/sub
variants, UQASX/UQSAX, and Thumb writeback/control-transfer cases.
Expand VFP/NEON support for vector moves, arithmetic, comparisons,
conversions, shifts, narrowing/widening operations, structured loads/stores,
table lookup, reductions, duplicate/reverse/ext operations, and fused
multiply forms, wiring new intrinsics and metadata where needed.
Extend ARM/Thumb decoder support where required, including CRC32 Thumb
variants, and add focused ARM and Thumb lift tests for the new coverage.1 parent f49bc8f commit 0f56fdd
9 files changed
Lines changed: 8623 additions & 1660 deletions
File tree
- arch/armv7
- armv7_disasm
- thumb2_disasm
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
51 | 77 | | |
52 | 78 | | |
53 | 79 | | |
| |||
77 | 103 | | |
78 | 104 | | |
79 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
80 | 112 | | |
81 | 113 | | |
82 | 114 | | |
| |||
1081 | 1113 | | |
1082 | 1114 | | |
1083 | 1115 | | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
1084 | 1119 | | |
1085 | 1120 | | |
1086 | 1121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
| |||
0 commit comments