Searched refs:delay_slot (Results 1 – 4 of 4) sorted by relevance
204 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) in push_inst() argument206 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() local754 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 …]
184 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) in push_inst() argument187 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() local1230 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 …]
376 sljit_si delay_slot; member382 sljit_si delay_slot; member
394 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()398 compiler->delay_slot = UNMOVABLE_INS; in sljit_create_compiler()
Completed in 26 milliseconds