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

/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm.c326 struct instruction *cur_instr; local
328 for (cur_instr = STAILQ_FIRST(&seq_program);
329 cur_instr != NULL;
330 cur_instr = STAILQ_NEXT(cur_instr, links)) {
331 if (cur_instr->patch_label != NULL) {
335 if (cur_instr->patch_label->type != LABEL) {
340 cur_instr->patch_label->name);
344 f3_instr = &cur_instr->format.format3;
346 address += cur_instr
355 struct instruction *cur_instr; local
530 struct instruction *cur_instr; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DCallStack.cc381 DbeInstr *cur_instr = experiment->map_jmid_to_PC (mid, bci, tstamp); local
382 jpcs->append (cur_instr);
385 JMethod *j_method = (JMethod*) cur_instr->func;
523 DbeInstr *cur_instr = experiment->map_Vaddr_to_PC (va, tstamp); local
529 if (!leaf && cur_instr->addr != 0)
530 cur_instr = cur_instr->func->find_dbeinstr (0, cur_instr->addr - 1);
534 if ((cur_instr->func->flags & FUNC_FLAG_PLT)
545 uint64_t saddr = cur_instr
688 DbeInstr *cur_instr = experiment->map_Vaddr_to_PC (va, tstamp); local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DCallStack.cc381 DbeInstr *cur_instr = experiment->map_jmid_to_PC (mid, bci, tstamp); local
382 jpcs->append (cur_instr);
385 JMethod *j_method = (JMethod*) cur_instr->func;
523 DbeInstr *cur_instr = experiment->map_Vaddr_to_PC (va, tstamp); local
529 if (!leaf && cur_instr->addr != 0)
530 cur_instr = cur_instr->func->find_dbeinstr (0, cur_instr->addr - 1);
534 if ((cur_instr->func->flags & FUNC_FLAG_PLT)
545 uint64_t saddr = cur_instr
688 DbeInstr *cur_instr = experiment->map_Vaddr_to_PC (va, tstamp); local
[all...]

Completed in 87 milliseconds