aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/arm
AgeCommit message (Collapse)Author
2021-07-02Always look up verify_dirty literals from offsetsHEADtrimui-sneonloop
Literals are deduplicated, so there's no guarantee they will be stored next to each other, even if they're written sequentially. verify_dirty and get_bounds must use the offsets on each instruction, instead of assuming values are stored sequentially.
2020-08-04Add header guardsnegativeExponent
2017-05-03Merge https://github.com/notaz/pcsx_rearmedtwinaphex
2016-09-27Rearrange files for new_dynarectwinaphex