Searched refs:DIF_INSTR_LABEL (Results 1 – 4 of 4) sorted by relevance
337 assert(DIF_INSTR_LABEL(instr) < dlp->dl_label); in dt_as()339 labels[DIF_INSTR_LABEL(instr)]); in dt_as()
52 (void) fprintf(fp, "%-4s %u", name, DIF_INSTR_LABEL(in)); in dt_dis_branch()
6448 pc = DIF_INSTR_LABEL(instr);6452 pc = DIF_INSTR_LABEL(instr);6456 pc = DIF_INSTR_LABEL(instr);6460 pc = DIF_INSTR_LABEL(instr);6464 pc = DIF_INSTR_LABEL(instr);6468 pc = DIF_INSTR_LABEL(instr);6472 pc = DIF_INSTR_LABEL(instr);6476 pc = DIF_INSTR_LABEL(instr);6480 pc = DIF_INSTR_LABEL(instr);6484 pc = DIF_INSTR_LABEL(instr);[all …]
326 #define DIF_INSTR_LABEL(i) ((i) & 0xffffff) macro