Home
last modified time | relevance | path

Searched refs:SLJIT_DIV_UW (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.h788 #define SLJIT_DIV_UW (SLJIT_OP0_BASE + 6) macro
789 #define SLJIT_DIV_U32 (SLJIT_DIV_UW | SLJIT_I32_OP)
H A DsljitNativeSPARC_common.c798 case SLJIT_DIV_UW: in sljit_emit_op0()
800 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
802 if ((op | 0x2) == SLJIT_DIV_UW) in sljit_emit_op0()
810 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0… in sljit_emit_op0()
811 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
H A DsljitNativeMIPS_common.c1037 case SLJIT_DIV_UW: in sljit_emit_op0()
1039 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1047 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1),… in sljit_emit_op0()
1049 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1… in sljit_emit_op0()
1051 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1),… in sljit_emit_op0()
1055 …return (op >= SLJIT_DIV_UW) ? SLJIT_SUCCESS : push_inst(compiler, MFHI | D(SLJIT_R1), DR(SLJIT_R1)… in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c1172 case SLJIT_DIV_UW: in sljit_emit_op0()
1174 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1182 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
1200 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
H A DsljitNativeX86_common.c731 case SLJIT_DIV_UW: in sljit_emit_op0()
747 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
750 if ((op | 0x2) == SLJIT_DIV_UW) { in sljit_emit_op0()
824 case SLJIT_DIV_UW: in sljit_emit_op0()
836 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
H A DsljitNativeARM_32.c1576 case SLJIT_DIV_UW: in sljit_emit_op0()
1578 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1586 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
1604 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
H A DsljitNativePPC_common.c1298 case SLJIT_DIV_UW: in sljit_emit_op0()
1301 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
1303 …return push_inst(compiler, (op == SLJIT_DIV_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJ… in sljit_emit_op0()
H A DsljitNativeARM_64.c1278 case SLJIT_DIV_UW: in sljit_emit_op0()
1280 …return push_inst(compiler, ((op == SLJIT_DIV_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN(SLJ… in sljit_emit_op0()
H A DsljitNativeTILEGX_64.c2189 case SLJIT_DIV_UW: in sljit_emit_op0()
/netbsd-src/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c3977 sljit_emit_op0(compiler, SLJIT_DIV_UW); in test42()
4042 sljit_emit_op0(compiler, SLJIT_DIV_UW); in test42()