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()
6214 pc = DIF_INSTR_LABEL(instr);6218 pc = DIF_INSTR_LABEL(instr);6222 pc = DIF_INSTR_LABEL(instr);6226 pc = DIF_INSTR_LABEL(instr);6230 pc = DIF_INSTR_LABEL(instr);6234 pc = DIF_INSTR_LABEL(instr);6238 pc = DIF_INSTR_LABEL(instr);6242 pc = DIF_INSTR_LABEL(instr);6246 pc = DIF_INSTR_LABEL(instr);6250 pc = DIF_INSTR_LABEL(instr);[all …]
327 #define DIF_INSTR_LABEL(i) ((i) & 0xffffff) macro