Home | History | Annotate | Download | only in sljit

Lines Matching refs:UDIV

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