Searched refs:dst_regno (Results 1 – 1 of 1) sorted by relevance
2500 int min_off, int max_off, int dst_regno) in mark_reg_stack_read() argument2520 __mark_reg_const_zero(&state->regs[dst_regno]); in mark_reg_stack_read()2531 state->regs[dst_regno].precise = true; in mark_reg_stack_read()2534 mark_reg_unknown(env, state->regs, dst_regno); in mark_reg_stack_read()2536 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in mark_reg_stack_read()2551 int off, int size, int dst_regno) in check_stack_read_fixed_off() argument2569 if (dst_regno >= 0) { in check_stack_read_fixed_off()2570 mark_reg_unknown(env, state->regs, dst_regno); in check_stack_read_fixed_off()2571 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in check_stack_read_fixed_off()2583 if (dst_regno >= 0) { in check_stack_read_fixed_off()[all …]