Searched refs:cur_instr (Results 1 – 1 of 1) sorted by relevance
322 struct instruction *cur_instr; in back_patch() local324 for (cur_instr = STAILQ_FIRST(&seq_program); in back_patch()325 cur_instr != NULL; in back_patch()326 cur_instr = STAILQ_NEXT(cur_instr, links)) { in back_patch()327 if (cur_instr->patch_label != NULL) { in back_patch()331 if (cur_instr->patch_label->type != LABEL) { in back_patch()336 cur_instr->patch_label->name); in back_patch()340 f3_instr = &cur_instr->format.format3; in back_patch()342 address += cur_instr->patch_label->info.linfo->address; in back_patch()351 struct instruction *cur_instr; in output_code() local[all …]