sh2 drc, add powerpc64le backend

This commit is contained in:
kub 2020-06-19 00:14:28 +02:00
parent dae0d04dbf
commit 8bb489470a
10 changed files with 127 additions and 130 deletions

View file

@ -622,6 +622,8 @@ enum { xAX = 0, xCX, xDX, xBX, xSP, xBP, xSI, xDI, // x86-64,i386 common
emith_asr(d, d, 32 - (bits)); \
} while (0)
#define emith_uext_ptr(r) /**/
#define emith_setc(r) do { \
assert(is_abcdx(r)); \
EMIT_REX_IF(0, 0, r); \