Home | History | Annotate | Download | only in sljit

Lines Matching refs:SDIV

110 #define SDIV 0x9ac00c00
1237 FAIL_IF(push_inst(compiler, ((op == SLJIT_SDIV ? SDIV : UDIV) ^ inv_bits) | RD(SLJIT_R0) | RN(SLJIT_R0) | RM(SLJIT_R1)));