Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h995 #define SLJIT_DIV_UW (SLJIT_OP0_BASE + 6) macro
996 #define SLJIT_DIV_U32 (SLJIT_DIV_UW | SLJIT_32)
H A DsljitNativeMIPS_common.c2188 case SLJIT_DIV_UW: in sljit_emit_op0()
2190 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
2194 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
2195 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? MODU : MOD) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
2202 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
2203 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? MODU : MOD) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
2206 …return (op >= SLJIT_DIV_UW) ? SLJIT_SUCCESS : push_inst(compiler, ADDU_W | S(TMP_REG1) | TA(0) | D… in sljit_emit_op0()
2214 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1),… in sljit_emit_op0()
2216 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1… in sljit_emit_op0()
2218 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1),… in sljit_emit_op0()
[all …]
H A DsljitNativeSPARC_common.c962 case SLJIT_DIV_UW: in sljit_emit_op0()
964 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
966 if ((op | 0x2) == SLJIT_DIV_UW) in sljit_emit_op0()
974 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0… in sljit_emit_op0()
975 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c1615 case SLJIT_DIV_UW: in sljit_emit_op0()
1617 …return push_inst32(compiler, (op == SLJIT_DIV_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0) | … in sljit_emit_op0()
1621 case SLJIT_DIV_UW: in sljit_emit_op0()
1623 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1631 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
1652 ((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_ADDR(__rt_udiv) : SLJIT_FUNC_ADDR(__rt_sdiv)))); in sljit_emit_op0()
1655 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_ADDR(__aeabi_uidivmod) : SLJIT_FUNC_ADDR(__aeabi_idivmod)… in sljit_emit_op0()
H A DsljitNativeX86_common.c1101 case SLJIT_DIV_UW: in sljit_emit_op0()
1117 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1120 if ((op | 0x2) == SLJIT_DIV_UW) { in sljit_emit_op0()
1194 case SLJIT_DIV_UW: in sljit_emit_op0()
1206 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
H A DsljitNativePPC_common.c1300 case SLJIT_DIV_UW: in sljit_emit_op0()
1303 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
1305 …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_32.c2075 case SLJIT_DIV_UW: in sljit_emit_op0()
2077 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
2085 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
2103 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_ADDR(__aeabi_uidivmod) : SLJIT_FUNC_ADDR(__aeabi_idivmod)… in sljit_emit_op0()
H A DsljitNativeARM_64.c1314 case SLJIT_DIV_UW: in sljit_emit_op0()
1316 …return push_inst(compiler, ((op == SLJIT_DIV_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN(SLJ… in sljit_emit_op0()
H A DsljitNativeRISCV_common.c1681 case SLJIT_DIV_UW: in sljit_emit_op0()
H A DsljitNativeS390X.c1941 case SLJIT_DIV_UW: in sljit_emit_op0()

Completed in 115 milliseconds