Searched refs:cur_instr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c325 struct instruction *cur_instr; local
327 for (cur_instr = STAILQ_FIRST(&seq_program);
328 cur_instr != NULL;
329 cur_instr = STAILQ_NEXT(cur_instr, links)) {
330 if (cur_instr->patch_label != NULL) {
334 if (cur_instr->patch_label->type != LABEL) {
339 cur_instr->patch_label->name);
343 f3_instr = &cur_instr->format.format3;
345 address += cur_instr
354 struct instruction *cur_instr; local
527 struct instruction *cur_instr; local
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Dmachdep_ptrace.c103 * @param cur_instr Currently executed instruction
112 ptrace_get_alternative_next(struct thread *td, uint32_t cur_instr, argument
117 if (inst_branch(cur_instr) || inst_call(cur_instr) ||
118 inst_return(cur_instr)) {
119 error = arm_predict_branch(td, cur_instr, td->td_frame->tf_pc,
133 uint32_t cur_instr, alt_next = 0; local
147 &cur_instr);
164 error_alt = ptrace_get_alternative_next(td, cur_instr, &alt_next);

Completed in 91 milliseconds