Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c293 SLJIT_ASSERT(delay_slot == MOVABLE_INS || delay_slot >= UNMOVABLE_INS in push_inst()
294 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f)); in push_inst()
299 compiler->delay_slot = delay_slot; in push_inst()
957 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local
967 delay_slot = reg_ar; in getput_arg()
971 delay_slot = MOVABLE_INS; in getput_arg()
1045 sljit_s32 tmp_ar, base, delay_slot; in emit_op_mem() local
1052 delay_slot = reg_ar; in emit_op_mem()
1056 delay_slot = MOVABLE_INS; in emit_op_mem()
1892 …if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->del… in sljit_emit_jump()
[all …]
H A DsljitNativeSPARC_common.c207 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS in push_inst()
208 || (delay_slot & DST_INS_MASK) == MOVABLE_INS in push_inst()
209 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f)); in push_inst()
214 compiler->delay_slot = delay_slot; in push_inst()
636 sljit_s32 base, arg2, delay_slot; in getput_arg() local
1252 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_fast_enter()
1273 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()
1346 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SE… in sljit_emit_jump()
1356 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SE… in sljit_emit_jump()
1365 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()
[all …]
H A DsljitLir.h443 sljit_s32 delay_slot; member
449 sljit_s32 delay_slot; member
H A DsljitLir.c437 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()
441 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()

Completed in 33 milliseconds