drc: rework smc checks again
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / assem_arm64.c
2022-08-10 notazdrc: rework smc checks again
2022-08-10 notazdrc: fix wrong masking in set_jump_target
2022-08-02 notazdrc: patch up some potential issues on the switch
2022-07-18 notazdrc: some more libnx support
2022-07-14 notazdrc: some libnx support
2022-02-24 notazdrc: more precise invalidation checking for the invstub...
2022-02-24 notazdrc: rework block tracking
2022-02-23 notazdrc: get rid of SPAN
2022-02-07 notazdrc: try to make some passes not as slow, part 2
2022-02-07 notazdrc: rm unneeded &63 masking
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-11-28 notazdrc: rework cycle counting
2021-11-28 notazdrc: prefer callee-saved regs on alloc
2021-11-28 notazdrc: get rid of RAM_FIXED, revive ROREG
2021-11-24 notazdrc: add a hack for f1 games
2021-11-22 notazdrc: reduce memory usage
2021-11-22 notazdrc: minor adjustments
2021-11-20 notazdrc,interpreter: add mul/div stalls
2021-11-20 notazdrc: try to make gte stall handling less bloaty
2021-11-20 notazdrc/gte: add some stall handling
2021-11-18 notazdrc: use a separate var for game hacks
2021-11-16 notazdrc: adjust timing to be closer to the interpreter
2021-11-14 notazdrc: update cache flushing
2021-11-14 notazdrc: new far call mechanism
2021-11-14 notazdrc: something works on arm64
2021-11-14 notazdrc: arm64 wip
2021-11-14 notazdrc: some more general cleanup
2021-11-14 notazdrc: arm64 wip
2021-11-14 notazdrc: starting arm64 support