Searched refs:new_instr (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aicasm.c | 739 struct instruction *new_instr; in seq_alloc() local 741 new_instr = (struct instruction *)malloc(sizeof(struct instruction)); in seq_alloc() 742 if (new_instr == NULL) in seq_alloc() 744 memset(new_instr, 0, sizeof(*new_instr)); in seq_alloc() 745 STAILQ_INSERT_TAIL(&seq_program, new_instr, links); in seq_alloc() 746 new_instr->srcline = yylineno; in seq_alloc() 747 return new_instr; in seq_alloc()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Function.cc | 685 DbeInstr *new_instr = new DbeInstr (instr_id++, 0, this, instr->addr); in create_hide_instr() local 686 return new_instr; in create_hide_instr()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Function.cc | 687 DbeInstr *new_instr = new DbeInstr (instr_id++, 0, this, instr->addr); in create_hide_instr() local 688 return new_instr; in create_hide_instr()
|