Lines Matching refs:delay_slot

223 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot)  in push_inst()  argument
225 SLJIT_ASSERT(delay_slot == MOVABLE_INS || delay_slot >= UNMOVABLE_INS in push_inst()
226 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f)); in push_inst()
231 compiler->delay_slot = delay_slot; in push_inst()
798 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local
808 delay_slot = reg_ar; in getput_arg()
812 delay_slot = MOVABLE_INS; in getput_arg()
822 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
829 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
832 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in getput_arg()
850 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in getput_arg()
858 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
872 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
877 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
881 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in getput_arg()
886 sljit_s32 tmp_ar, base, delay_slot; in emit_op_mem() local
893 delay_slot = reg_ar; in emit_op_mem()
897 delay_slot = MOVABLE_INS; in emit_op_mem()
910 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in emit_op_mem()
918 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in emit_op_mem()
1591 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()
1678 …if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->del… in sljit_emit_jump()
1752 …f (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->dela… in sljit_emit_cmp()
1862 if (compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_ijump()