Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h724 #define SLJIT_UDIVI (SLJIT_OP0_BASE + 6) macro
725 #define SLJIT_IUDIVI (SLJIT_UDIVI | SLJIT_INT_OP)
H A DsljitNativeARM_32.c1838 case SLJIT_UDIVI: in sljit_emit_op0()
1840 …SLJIT_COMPILE_ASSERT((SLJIT_UDIVMOD & 0x2) == 0 && SLJIT_UDIVI - 0x2 == SLJIT_UDIVMOD, bad_div_opc… in sljit_emit_op0()
1843 if ((op >= SLJIT_UDIVI) && (compiler->scratches >= 3)) { in sljit_emit_op0()
1847 else if ((op >= SLJIT_UDIVI) || (compiler->scratches >= 3)) in sljit_emit_op0()
1848 …FAIL_IF(push_inst(compiler, 0xe52d0008 | (op >= SLJIT_UDIVI ? 0x1000 : 0x2000) /* str r1/r2, [sp, … in sljit_emit_op0()
1852 …((op | 0x2) == SLJIT_UDIVI ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivm… in sljit_emit_op0()
1857 if ((op >= SLJIT_UDIVI) && (compiler->scratches >= 3)) { in sljit_emit_op0()
1861 else if ((op >= SLJIT_UDIVI) || (compiler->scratches >= 3)) in sljit_emit_op0()
1862 …return push_inst(compiler, 0xe49d0008 | (op >= SLJIT_UDIVI ? 0x1000 : 0x2000) /* ldr r1/r2, [sp], … in sljit_emit_op0()
H A DsljitNativeSPARC_common.c782 case SLJIT_UDIVI: in sljit_emit_op0()
784 …SLJIT_COMPILE_ASSERT((SLJIT_UDIVMOD & 0x2) == 0 && SLJIT_UDIVI - 0x2 == SLJIT_UDIVMOD, bad_div_opc… in sljit_emit_op0()
786 if ((op | 0x2) == SLJIT_UDIVI) in sljit_emit_op0()
794 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_UDIVI ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0)… in sljit_emit_op0()
795 if (op >= SLJIT_UDIVI) in sljit_emit_op0()
H A DsljitNativeMIPS_common.c1058 case SLJIT_UDIVI: in sljit_emit_op0()
1060 …SLJIT_COMPILE_ASSERT((SLJIT_UDIVMOD & 0x2) == 0 && SLJIT_UDIVI - 0x2 == SLJIT_UDIVMOD, bad_div_opc… in sljit_emit_op0()
1068 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_UDIVI ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), … in sljit_emit_op0()
1070 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_UDIVI ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1)… in sljit_emit_op0()
1072 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_UDIVI ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), … in sljit_emit_op0()
1076 …return (op >= SLJIT_UDIVI) ? SLJIT_SUCCESS : push_inst(compiler, MFHI | D(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0()
H A DsljitNativeX86_common.c749 case SLJIT_UDIVI: in sljit_emit_op0()
768 …SLJIT_COMPILE_ASSERT((SLJIT_UDIVMOD & 0x2) == 0 && SLJIT_UDIVI - 0x2 == SLJIT_UDIVMOD, bad_div_opc… in sljit_emit_op0()
771 if ((op | 0x2) == SLJIT_UDIVI) { in sljit_emit_op0()
845 case SLJIT_UDIVI: in sljit_emit_op0()
857 if (op >= SLJIT_UDIVI) in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c1263 case SLJIT_UDIVI: in sljit_emit_op0()
1265 …SLJIT_COMPILE_ASSERT((SLJIT_UDIVMOD & 0x2) == 0 && SLJIT_UDIVI - 0x2 == SLJIT_UDIVMOD, bad_div_opc… in sljit_emit_op0()
1273 if (op >= SLJIT_UDIVI) in sljit_emit_op0()
1291 …((op | 0x2) == SLJIT_UDIVI ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivm… in sljit_emit_op0()
H A DsljitNativePPC_common.c1281 case SLJIT_UDIVI: in sljit_emit_op0()
1284 …return push_inst(compiler, (int_op ? (op == SLJIT_UDIVI ? DIVWU : DIVW) : (op == SLJIT_UDIVI ? DIV… in sljit_emit_op0()
1286 …return push_inst(compiler, (op == SLJIT_UDIVI ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJI… in sljit_emit_op0()
H A DsljitNativeARM_64.c1270 case SLJIT_UDIVI: in sljit_emit_op0()
1272 …return push_inst(compiler, ((op == SLJIT_UDIVI ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN(SLJI… in sljit_emit_op0()
H A DsljitNativeTILEGX_64.c2185 case SLJIT_UDIVI: in sljit_emit_op0()

Completed in 123 milliseconds