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()
6221 pc = DIF_INSTR_LABEL(instr);6225 pc = DIF_INSTR_LABEL(instr);6229 pc = DIF_INSTR_LABEL(instr);6233 pc = DIF_INSTR_LABEL(instr);6237 pc = DIF_INSTR_LABEL(instr);6241 pc = DIF_INSTR_LABEL(instr);6245 pc = DIF_INSTR_LABEL(instr);6249 pc = DIF_INSTR_LABEL(instr);6253 pc = DIF_INSTR_LABEL(instr);6257 pc = DIF_INSTR_LABEL(instr);[all …]
334 #define DIF_INSTR_LABEL(i) ((i) & 0xffffff) macro