Searched refs:DIF_INSTR_LABEL (Results 1 – 4 of 4) sorted by relevance
335 assert(DIF_INSTR_LABEL(instr) < dlp->dl_label); in dt_as()337 labels[DIF_INSTR_LABEL(instr)]); in dt_as()
52 (void) fprintf(fp, "%-4s %u", name, DIF_INSTR_LABEL(in)); in dt_dis_branch()
6223 pc = DIF_INSTR_LABEL(instr);6227 pc = DIF_INSTR_LABEL(instr);6231 pc = DIF_INSTR_LABEL(instr);6235 pc = DIF_INSTR_LABEL(instr);6239 pc = DIF_INSTR_LABEL(instr);6243 pc = DIF_INSTR_LABEL(instr);6247 pc = DIF_INSTR_LABEL(instr);6251 pc = DIF_INSTR_LABEL(instr);6255 pc = DIF_INSTR_LABEL(instr);6259 pc = DIF_INSTR_LABEL(instr);[all …]
334 #define DIF_INSTR_LABEL(i) ((i) & 0xffffff) macro