Age | Commit message (Expand) | Author |
---|---|---|
2020-12-06 | add ldc/sdc instructions and a slew of 32b thumb2 tests | iximeow |
2020-12-06 | support more mul/div variants | iximeow |
2020-12-06 | thumb parallel addition and subtraction | iximeow |
2020-12-06 | fill out more missing thumb2 decoder | iximeow |
2020-12-06 | fix more incomplete cases, report arm instruction length properly | iximeow |
2020-12-06 | remove "Incomplete" opcode from arm7 non-thumb decoder | iximeow |
2020-12-06 | fix selection from wrong instr word, clean up .w suffixes | iximeow |
2020-12-06 | fix regimm masks | iximeow |
2020-12-06 | numerous one-off mis-specializations, most of ld/prefetch hints | iximeow |
2020-12-06 | fix off by one in a mask for data-processing (shifted register) | iximeow |
2020-12-06 | fix incorrect operand selection | iximeow |
2020-12-06 | use bitvec in thumb decoder | iximeow |
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 |