Home | History | Annotate | Download | only in sljit

Lines Matching refs:UDIV

173 #define UDIV		(OPC1(0x2) | OPC3(0x0e))
805 FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));