Searched refs:next_insn (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/mips/include/asm/ |
H A D | inst.h | 79 mips_instruction next_insn; member
|
/openbmc/linux/tools/objtool/ |
H A D | check.c | 2807 struct instruction *next_insn, in update_cfi_state() argument 3002 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state() 3258 struct instruction *next_insn, in handle_insn_ops() argument 3265 if (update_cfi_state(insn, next_insn, &state->cfi, op)) in handle_insn_ops() 3547 struct instruction *next_insn, *prev_insn = NULL; in validate_branch() local 3555 next_insn = next_insn_to_validate(file, insn); in validate_branch() 3662 if (handle_insn_ops(insn, next_insn, &state)) in validate_branch() 3723 if (!next_insn || !next_insn->hint) { in validate_branch() 3779 if (!next_insn) { in validate_branch() 3787 insn = next_insn; in validate_branch() [all …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | unwind.c | 1722 struct unw_insn *ip, *limit, next_insn; in run_script() local 1731 next_insn = *ip; in run_script() 1734 opc = next_insn.opc; in run_script() 1735 dst = next_insn.dst; in run_script() 1736 val = next_insn.val; in run_script() 1737 next_insn = *ip; in run_script()
|
/openbmc/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()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | unaligned.c | 666 mminsn.next_insn = word; in emulate_load_store_microMIPS() 670 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()
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 1313 uint16_t next_insn = in riscv_tr_translate_insn() local 1315 int len = insn_len(next_insn); in riscv_tr_translate_insn()
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 5916 int next_insn, sidx; in check_max_stack_depth_subprog() local 5925 next_insn = i + insn[i].imm + 1; in check_max_stack_depth_subprog() 5926 sidx = find_subprog(env, next_insn); in check_max_stack_depth_subprog() 5929 next_insn); in check_max_stack_depth_subprog() 5941 i = next_insn; in check_max_stack_depth_subprog() 17659 goto next_insn; in resolve_pseudo_ldimm64() 17666 goto next_insn; in resolve_pseudo_ldimm64() 17672 goto next_insn; in resolve_pseudo_ldimm64() 17761 goto next_insn; in resolve_pseudo_ldimm64() 17790 next_insn: in resolve_pseudo_ldimm64()
|