Searched refs:next_insn (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/mips/include/asm/ |
| H A D | inst.h | 79 mips_instruction next_insn; member
|
| /linux/tools/objtool/ |
| H A D | check.c | 2837 struct instruction *next_insn, 3063 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state() 3318 struct instruction *next_insn, in propagate_alt_cfi() 3327 ret = update_cfi_state(insn, next_insn, &state->cfi, op); in propagate_alt_cfi() 3649 struct instruction *prev_insn, struct instruction *next_insn, in skip_alt_group() 3754 if (handle_insn_ops(insn, next_insn, statep)) in validate_insn() argument 3825 if (func && (!next_insn || !next_insn->hint)) { in validate_insn() 3834 if (func && (!next_insn || !next_ins in validate_insn() 2860 update_cfi_state(struct instruction * insn,struct instruction * next_insn,struct cfi_state * cfi,struct stack_op * op) update_cfi_state() argument 3341 handle_insn_ops(struct instruction * insn,struct instruction * next_insn,struct insn_state * state) handle_insn_ops() argument 4017 struct instruction *next_insn, *prev_insn = NULL; do_validate_branch() local 4838 struct instruction *insn, *next_insn; validate_sls() local [all...] |
| /linux/arch/mips/kernel/ |
| H A D | unaligned.c | 667 mminsn.next_insn = word; in emulate_load_store_microMIPS() 671 insn = (union mips_instruction)(mminsn.next_insn); in emulate_load_store_microMIPS()
|
| H A D | branch.c | 301 mminsn.next_insn = word; in __microMIPS_compute_return_epc()
|