mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
drc: support ms ABI
This commit is contained in:
parent
48c9e01be8
commit
fda2f31020
3 changed files with 99 additions and 28 deletions
|
@ -436,6 +436,9 @@ static int emith_xbranch(int cond, void *target, int is_call)
|
|||
#define emith_tst_r_r(d, s) \
|
||||
EOP_TST_REG(A_COND_AL,d,s,A_AM1_LSL,0)
|
||||
|
||||
#define emith_tst_r_r_ptr(d, s) \
|
||||
emith_tst_r_r(d, s)
|
||||
|
||||
#define emith_teq_r_r(d, s) \
|
||||
EOP_TEQ_REG(A_COND_AL,d,s,A_AM1_LSL,0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue