Searched refs:cur_instr (Results 1 – 1 of 1) sorted by relevance
321 struct instruction *cur_instr; in back_patch() local323 for (cur_instr = TAILQ_FIRST(&seq_program); in back_patch()324 cur_instr != NULL; in back_patch()325 cur_instr = TAILQ_NEXT(cur_instr, links)) { in back_patch()326 if (cur_instr->patch_label != NULL) { in back_patch()330 if (cur_instr->patch_label->type != LABEL) { in back_patch()335 cur_instr->patch_label->name); in back_patch()339 f3_instr = &cur_instr->format.format3; in back_patch()341 address += cur_instr->patch_label->info.linfo->address; in back_patch()350 struct instruction *cur_instr; in output_code() local[all …]