Lines Matching defs:next_insn
2837 struct instruction *next_insn,
3063 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) {
3318 struct instruction *next_insn,
3327 ret = update_cfi_state(insn, next_insn, &state->cfi, op);
3649 struct instruction *prev_insn, struct instruction *next_insn,
3754 if (handle_insn_ops(insn, next_insn, statep))
3825 if (func && (!next_insn || !next_insn->hint)) {
3834 if (func && (!next_insn || !next_insn->hint)) {
3912 struct instruction *next_insn, *prev_insn = NULL;
3921 next_insn = next_insn_to_validate(file, insn);
3938 ret = validate_insn(file, func, insn, state, prev_insn, next_insn,
3948 if (!dead_end && !next_insn) {
3961 insn = next_insn;
4673 struct instruction *insn, *next_insn;
4677 next_insn = next_insn_same_sec(file, insn);
4684 if (!next_insn || next_insn->type != INSN_TRAP) {
4691 if (!next_insn || next_insn->type != INSN_TRAP) {