mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
sh2 drc, add powerpc64le backend
This commit is contained in:
parent
dae0d04dbf
commit
8bb489470a
10 changed files with 127 additions and 130 deletions
|
@ -1138,6 +1138,8 @@ static inline void emith_pool_adjust(int tcache_offs, int move_offs)
|
|||
EOP_MOV_REG_ASR(d,d,32 - (bits)); \
|
||||
} while (0)
|
||||
|
||||
#define emith_uext_ptr(r) /**/
|
||||
|
||||
#define emith_do_caller_regs(mask, func) do { \
|
||||
u32 _reg_mask = (mask) & 0x500f; \
|
||||
if (_reg_mask) { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue