Searched refs:dst_regno (Results 1 – 1 of 1) sorted by relevance
3247 int min_off, int max_off, int dst_regno) in mark_reg_stack_read() argument3267 __mark_reg_const_zero(&state->regs[dst_regno]); in mark_reg_stack_read()3278 state->regs[dst_regno].precise = true; in mark_reg_stack_read()3281 mark_reg_unknown(env, state->regs, dst_regno); in mark_reg_stack_read()3283 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in mark_reg_stack_read()3298 int off, int size, int dst_regno) in check_stack_read_fixed_off() argument3323 if (dst_regno < 0) in check_stack_read_fixed_off()3330 s32 subreg_def = state->regs[dst_regno].subreg_def; in check_stack_read_fixed_off()3332 state->regs[dst_regno] = *reg; in check_stack_read_fixed_off()3333 state->regs[dst_regno].subreg_def = subreg_def; in check_stack_read_fixed_off()[all …]