Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c204 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) in push_inst() argument
206 SLJIT_ASSERT(delay_slot == MOVABLE_INS || delay_slot >= UNMOVABLE_INS in push_inst()
207 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f)); in push_inst()
212 compiler->delay_slot = delay_slot; in push_inst()
744 sljit_si tmp_ar, base, delay_slot; in getput_arg() local
754 delay_slot = reg_ar; in getput_arg()
757 delay_slot = MOVABLE_INS; in getput_arg()
1590 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()
1693 …if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->del… in sljit_emit_jump()
1770 …f (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->dela… in sljit_emit_cmp()
[all …]
H A DsljitNativeSPARC_common.c184 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) in push_inst() argument
187 SLJIT_ASSERT((delay_slot & DST_INS_MASK) == UNMOVABLE_INS in push_inst()
188 || (delay_slot & DST_INS_MASK) == MOVABLE_INS in push_inst()
189 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f)); in push_inst()
194 compiler->delay_slot = delay_slot; in push_inst()
554 sljit_si base, arg2, delay_slot; in getput_arg() local
1230 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()
1303 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & ICC_IS_SE… in sljit_emit_jump()
1313 …if (((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) && !(compiler->delay_slot & FCC_IS_SE… in sljit_emit_jump()
1321 if ((compiler->delay_slot & DST_INS_MASK) != UNMOVABLE_INS) in sljit_emit_jump()
[all …]
H A DsljitLir.h376 sljit_si delay_slot; member
382 sljit_si delay_slot; member
H A DsljitLir.c394 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()
398 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()

Completed in 80 milliseconds