Lines Matching refs:delay_slot

291 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot)  in push_inst()  argument
294 SLJIT_ASSERT(delay_slot == MOVABLE_INS || delay_slot >= UNMOVABLE_INS in push_inst()
295 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f)); in push_inst()
299 compiler->delay_slot = delay_slot; in push_inst()
958 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local
968 delay_slot = reg_ar; in getput_arg()
972 delay_slot = MOVABLE_INS; in getput_arg()
982 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
989 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
992 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in getput_arg()
1010 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in getput_arg()
1018 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
1032 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
1037 … push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot); in getput_arg()
1041 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in getput_arg()
1046 sljit_s32 tmp_ar, base, delay_slot; in emit_op_mem() local
1053 delay_slot = reg_ar; in emit_op_mem()
1057 delay_slot = MOVABLE_INS; in emit_op_mem()
1070 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in emit_op_mem()
1078 …n push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | SA(tmp_ar) | TA(reg_ar), delay_slot); in emit_op_mem()
1775 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_fast_enter()
1796 compiler->delay_slot = UNMOVABLE_INS; in sljit_emit_label()
1895 …if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->del… in sljit_emit_jump()
1969 …f (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->dela… in sljit_emit_cmp()
2079 if (compiler->delay_slot != UNMOVABLE_INS) in sljit_emit_ijump()