drc: support ms ABI

This commit is contained in:
notaz 2018-01-07 01:20:00 +02:00
parent 48c9e01be8
commit fda2f31020
3 changed files with 99 additions and 28 deletions

View file

@ -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)