Searched refs:next_insn (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/objtool/ |
| H A D | check.c | 2860 struct instruction *next_insn, in update_cfi_state() argument 3086 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state() 3341 struct instruction *next_insn, in handle_insn_ops() argument 3350 ret = update_cfi_state(insn, next_insn, &state->cfi, op); in handle_insn_ops() 3754 struct instruction *prev_insn, struct instruction *next_insn, in validate_insn() argument 3859 if (handle_insn_ops(insn, next_insn, statep)) in validate_insn() 3930 if (func && (!next_insn || !next_insn->hint)) { in validate_insn() 3939 if (func && (!next_insn || !next_insn->hint)) { in validate_insn() 4017 struct instruction *next_insn, *prev_insn = NULL; in do_validate_branch() local 4026 next_insn = next_insn_to_validate(file, insn); in do_validate_branch() [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | inst.h | 79 mips_instruction next_insn; member
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 6809 int next_insn, sidx; in check_max_stack_depth_subprog() local 6839 next_insn = i + insn[i].imm + 1; in check_max_stack_depth_subprog() 6840 sidx = find_subprog(env, next_insn); in check_max_stack_depth_subprog() 6841 if (verifier_bug_if(sidx < 0, env, "callee not found at insn %d", next_insn)) in check_max_stack_depth_subprog() 6856 i = next_insn; in check_max_stack_depth_subprog() 21834 goto next_insn; in resolve_pseudo_ldimm64() 21841 goto next_insn; in resolve_pseudo_ldimm64() 21847 goto next_insn; in resolve_pseudo_ldimm64() 21917 next_insn: in resolve_pseudo_ldimm64() 23442 goto next_insn; in do_misc_fixups() [all …]
|
| /linux/arch/mips/math-emu/ |
| H A D | cp1emu.c | 1016 ir = dec_insn.next_insn; /* process delay slot instr */ in cop1Emulate() 1249 ir = dec_insn.next_insn; in cop1Emulate() 2889 dec_insn.next_insn = (*instr_ptr << 16) | in fpu_emulator_cop1Handler() 2894 dec_insn.next_insn = (*instr_ptr << 16) | in fpu_emulator_cop1Handler() 2903 (get_user(dec_insn.next_insn, in fpu_emulator_cop1Handler()
|
| /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()
|