Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1511 sljit_s32 temp_reg) in check_sljit_emit_atomic_store() argument
1526 CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(temp_reg) && src_reg != temp_reg); in check_sljit_emit_atomic_store()
1548 sljit_verbose_reg(compiler, temp_reg); in check_sljit_emit_atomic_store()
3425 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
3431 SLJIT_UNUSED_ARG(temp_reg); in sljit_emit_atomic_store()
3434 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
H A DsljitNativeX86_common.c4577 sljit_s32 temp_reg) argument
4587 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg));
4589 CHECK_EXTRA_REGS(temp_reg, tempw, (void)0);
4592 SLJIT_ASSERT(FAST_IS_REG(temp_reg) || temp_reg == SLJIT_MEM1(SLJIT_SP));
4609 if (temp_reg != SLJIT_R0) {
4614 EMIT_MOV(compiler, SLJIT_R0, 0, temp_reg, 0);
4624 EMIT_MOV(compiler, SLJIT_R0, 0, temp_reg, tempw);
4630 EMIT_MOV(compiler, SLJIT_R0, 0, temp_reg, tempw);
4657 if (temp_reg != SLJIT_R0) {
H A DsljitNativeARM_64.c3134 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
3137 sljit_s32 tmp = temp_reg; in sljit_emit_atomic_store()
3142 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
3168 FAIL_IF(push_inst(compiler, (MOV ^ inv_bits) | RM(temp_reg) | RD(TMP_REG1))); in sljit_emit_atomic_store()
3175 FAIL_IF(push_inst(compiler, cmp | RM(tmp) | RN(temp_reg))); in sljit_emit_atomic_store()
H A DsljitNativeLOONGARCH_64.c3023 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
3027 sljit_s32 tmp = temp_reg; in sljit_emit_atomic_store()
3030 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
3057 FAIL_IF(push_inst(compiler, XOR | RD(TMP_REG1) | RJ(temp_reg) | RK(TMP_ZERO))); in sljit_emit_atomic_store()
3067 FAIL_IF(push_inst(compiler, XOR | RD(EQUAL_FLAG) | RJ(tmp) | RK(temp_reg))); in sljit_emit_atomic_store()
H A DsljitLir.h2122 sljit_s32 temp_reg);
H A DsljitNativeARM_T2_32.c4059 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
4064 SLJIT_UNUSED_ARG(temp_reg); in sljit_emit_atomic_store()
4067 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
H A DsljitNativeS390X.c4405 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
4408 sljit_gpr tmp_r = gpr(temp_reg); in sljit_emit_atomic_store()
4412 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()
H A DsljitNativeARM_32.c4409 sljit_s32 temp_reg) in sljit_emit_atomic_store() argument
4414 SLJIT_UNUSED_ARG(temp_reg); in sljit_emit_atomic_store()
4417 CHECK(check_sljit_emit_atomic_store(compiler, op, src_reg, mem_reg, temp_reg)); in sljit_emit_atomic_store()

Completed in 87 milliseconds