Searched refs:dst_regno (Results 1 – 1 of 1) sorted by relevance
4802 int min_off, int max_off, int dst_regno) in mark_reg_stack_read() argument4823 __mark_reg_const_zero(&state->regs[dst_regno]); in mark_reg_stack_read()4834 state->regs[dst_regno].precise = true; in mark_reg_stack_read()4837 mark_reg_unknown(env, state->regs, dst_regno); in mark_reg_stack_read()4839 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in mark_reg_stack_read()4854 int off, int size, int dst_regno) in check_stack_read_fixed_off() argument4881 if (dst_regno < 0) in check_stack_read_fixed_off()4888 s32 subreg_def = state->regs[dst_regno].subreg_def; in check_stack_read_fixed_off()4890 copy_register_state(&state->regs[dst_regno], reg); in check_stack_read_fixed_off()4891 state->regs[dst_regno].subreg_def = subreg_def; in check_stack_read_fixed_off()[all …]