Home | History | Annotate | Download | only in sljit

Lines Matching refs:SDIV

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