Home | History | Annotate | Download | only in sljit

Lines Matching defs:SDIV

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