Home
last modified time | relevance | path

Searched refs:temp_reg (Results 1 – 8 of 8) sorted by relevance

/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c4770 sljit_s32 temp_reg) argument
4780 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg));
4782 CHECK_EXTRA_REGS(temp_reg, tempw, (void)0);
4785 SLJIT_ASSERT(FAST_IS_REG(temp_reg) || temp_reg == SLJIT_MEM1(SLJIT_SP));
4802 if (temp_reg != SLJIT_R0) {
4807 EMIT_MOV(compiler, SLJIT_R0, 0, temp_reg, 0);
4817 EMIT_MOV(compiler, SLJIT_R0, 0, temp_reg, tempw);
4823 EMIT_MOV(compiler, SLJIT_R0, 0, temp_reg, tempw);
4850 if (temp_reg != SLJIT_R0) {
H A DsljitLir.c1582 sljit_s32 temp_reg) in check_sljit_emit_atomic_store() argument
1597 CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(temp_reg) && src_reg != temp_reg); in check_sljit_emit_atomic_store()
1619 sljit_verbose_reg(compiler, temp_reg); in check_sljit_emit_atomic_store()
3526 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
3532 SLJIT_UNUSED_ARG(temp_reg); in sljit_emit_atomic_store()
3535 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
H A DsljitNativeARM_64.c3311 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
3314 sljit_s32 tmp = temp_reg; in sljit_emit_atomic_store()
3319 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
3345 FAIL_IF(push_inst(compiler, (MOV ^ inv_bits) | RM(temp_reg) | RD(TMP_REG1))); in sljit_emit_atomic_store()
3352 FAIL_IF(push_inst(compiler, cmp | RM(tmp) | RN(temp_reg))); in sljit_emit_atomic_store()
H A DsljitNativeLOONGARCH_64.c3633 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
3637 sljit_s32 tmp = temp_reg; in sljit_emit_atomic_store()
3640 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
3664 FAIL_IF(push_inst(compiler, XOR | RD(TMP_REG1) | RJ(temp_reg) | RK(TMP_ZERO))); in sljit_emit_atomic_store()
3674 FAIL_IF(push_inst(compiler, XOR | RD(EQUAL_FLAG) | RJ(tmp) | RK(temp_reg))); in sljit_emit_atomic_store()
H A DsljitLir.h2169 sljit_s32 temp_reg);
H A DsljitNativeARM_32.c4540 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
4545 SLJIT_UNUSED_ARG(temp_reg); in sljit_emit_atomic_store()
4548 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
H A DsljitNativeARM_T2_32.c4215 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
4220 SLJIT_UNUSED_ARG(temp_reg); in sljit_emit_atomic_store()
4223 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
H A DsljitNativeS390X.c4390 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
4393 sljit_gpr tmp_r = gpr(temp_reg); in sljit_emit_atomic_store()
4397 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()

Completed in 101 milliseconds