Home
last modified time | relevance | path

Searched refs:delay_slot (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c211 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS in push_inst()
212 || (delay_slot & DST_INS_MASK) == MOVABLE_INS in push_inst()
213 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f)); in push_inst()
218 compiler->delay_slot = delay_slot; in push_inst()
736 sljit_s32 base, arg2, delay_slot; in getput_arg() local
1363 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_fast_enter()
1384 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()
1465 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SE… in sljit_emit_jump()
1475 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SE… in sljit_emit_jump()
1484 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()
[all …]
H A DsljitNativeMIPS_common.c330 SLJIT_ASSERT(delay_slot == MOVABLE_INS || delay_slot >= UNMOVABLE_INS in push_inst()
336 compiler->delay_slot = delay_slot; in push_inst()
1238 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local
1251 delay_slot = reg_ar; in getput_arg()
1255 delay_slot = MOVABLE_INS; in getput_arg()
1333 sljit_s32 tmp_ar, base, delay_slot; in emit_op_mem() local
1340 delay_slot = reg_ar; in emit_op_mem()
1344 delay_slot = MOVABLE_INS; in emit_op_mem()
2827 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_fast_enter()
2961 …if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->del… in sljit_emit_jump()
[all …]
H A DsljitNativeMIPS_32.c217 if (ins == NOP && compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_call()
H A DsljitNativeMIPS_64.c246 if (ins == NOP && compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_call()
H A DsljitLir.h485 sljit_s32 delay_slot; member
H A DsljitLir.c441 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()

Completed in 41 milliseconds