Searched refs:last_insn (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/contrib/plugins/ |
H A D | cflow.c | 301 struct qemu_plugin_insn *last_insn = qemu_plugin_tb_get_insn(tb, insns - 1); in vcpu_tb_trans() local 320 end_block, qemu_plugin_insn_vaddr(last_insn)); in vcpu_tb_trans() 324 qemu_plugin_insn_vaddr(last_insn) + in vcpu_tb_trans() 325 qemu_plugin_insn_size(last_insn)); in vcpu_tb_trans() 335 NodeData *node = fetch_node(ipc, last_insn); in vcpu_tb_trans() 344 if (last_insn == insn) { in vcpu_tb_trans()
|
/openbmc/qemu/target/hexagon/ |
H A D | decode.c | 277 int last_insn = packet->num_insns - 1; in decode_shuffle_for_execution() local 283 if (decode_opcode_ends_loop(packet->insn[last_insn].opcode)) { in decode_shuffle_for_execution() 284 last_insn--; in decode_shuffle_for_execution() 296 for (flag = false, n_mems = 0, i = last_insn; i >= 0; i--) { in decode_shuffle_for_execution() 300 decode_send_insn_to(packet, i, last_insn - n_mems); in decode_shuffle_for_execution() 325 for (flag = false, i = 0; i < last_insn + 1; i++) { in decode_shuffle_for_execution() 368 for (i = 0; i < last_insn; i++) { in decode_shuffle_for_execution() 370 decode_send_insn_to(packet, i, last_insn); in decode_shuffle_for_execution()
|
/openbmc/linux/tools/objtool/ |
H A D | orc_gen.c | 155 return alt_group->last_insn->offset + in alt_group_len() 156 alt_group->last_insn->len - in alt_group_len() 222 insn = alt_group->last_insn; in orc_create()
|
H A D | check.c | 1761 orig_alt_group->last_insn = last_orig_insn; in handle_group_alt() 1764 if (orig_alt_group->last_insn->offset + orig_alt_group->last_insn->len - in handle_group_alt() 1767 orig_alt_group->last_insn->offset + in handle_group_alt() 1768 orig_alt_group->last_insn->len - in handle_group_alt() 1847 insn->jump_dest = next_insn_same_sec(file, orig_alt_group->last_insn); in handle_group_alt() 1864 new_alt_group->last_insn = last_new_insn; in handle_group_alt() 3522 if (insn == alt_group->last_insn) in next_insn_to_validate() 3527 if (insn == alt_group->last_insn && alt_group->orig_group) in next_insn_to_validate() 3534 return next_insn_same_sec(file, alt_group->orig_group->last_insn); in next_insn_to_validate()
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | check.h | 30 struct instruction *first_insn, *last_insn, *nop; member
|