Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c1258 case SLJIT_DIV_UW: in sljit_emit_op0()
1260 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1264 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
1265 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? MODU : MOD) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
1272 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
1273 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? MODU : MOD) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
1276 …return (op >= SLJIT_DIV_UW) ? SLJIT_SUCCESS : push_inst(compiler, ADDU_W | S(TMP_REG1) | TA(0) | D… in sljit_emit_op0()
1284 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1),… in sljit_emit_op0()
1286 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1… in sljit_emit_op0()
1288 …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 DsljitLir.h887 #define SLJIT_DIV_UW (SLJIT_OP0_BASE + 6) macro
888 #define SLJIT_DIV_U32 (SLJIT_DIV_UW | SLJIT_I32_OP)
H A DsljitNativeSPARC_common.c858 case SLJIT_DIV_UW: in sljit_emit_op0()
860 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
862 if ((op | 0x2) == SLJIT_DIV_UW) in sljit_emit_op0()
870 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0… in sljit_emit_op0()
871 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c1273 case SLJIT_DIV_UW: in sljit_emit_op0()
1275 …return push_inst32(compiler, (op == SLJIT_DIV_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0) | … in sljit_emit_op0()
1279 case SLJIT_DIV_UW: in sljit_emit_op0()
1281 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1289 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
1310 ((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__rt_udiv) : SLJIT_FUNC_OFFSET(__rt_sdiv)))); in sljit_emit_op0()
1313 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
H A DsljitNativeX86_common.c967 case SLJIT_DIV_UW: in sljit_emit_op0()
983 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
986 if ((op | 0x2) == SLJIT_DIV_UW) { in sljit_emit_op0()
1060 case SLJIT_DIV_UW: in sljit_emit_op0()
1072 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
H A DsljitNativeARM_32.c1638 case SLJIT_DIV_UW: in sljit_emit_op0()
1640 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1648 if (op >= SLJIT_DIV_UW) in sljit_emit_op0()
1666 …((op | 0x2) == SLJIT_DIV_UW ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idiv… in sljit_emit_op0()
H A DsljitNativePPC_common.c1157 case SLJIT_DIV_UW: in sljit_emit_op0()
1160 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
1162 …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.c1155 case SLJIT_DIV_UW: in sljit_emit_op0()
1157 …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.c2166 case SLJIT_DIV_UW: in sljit_emit_op0()

Completed in 80 milliseconds