Searched refs:reg_names (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc_fmt.c | 506 static const char *reg_names[32] = { variable 766 reg_names[f->f2.rd]); in fmt_sethi() 955 bprintf(dhp, "[%s]", reg_names[f->f3.rs1]); in fmt_cas() 962 bprintf(dhp, ", %s, %s", reg_names[f->f3.rs2], reg_names[f->f3.rd]); in fmt_cas() 1463 bprintf(dhp, "%s, %s", regstr, reg_names[f->f3.rd]); in dis_fmt_rdwr() 1466 bprintf(dhp, "%s, ", reg_names[f->f3.rs1]); in dis_fmt_rdwr() 1474 reg_names[f->f3.rs2], dhx->dhx_buflen); in dis_fmt_rdwr() 1515 (p_rs1 != 0) ? reg_names[f->ftcc2.rs1] : "", in fmt_trap() 1517 (p_t != 0) ? reg_names[f->f3.rs2] : ""); in fmt_trap() 1522 (p_rs1 != 0) ? reg_names[f->ftcc2.rs1] : "", in fmt_trap() [all …]
|
/titanic_44/usr/src/cmd/locale/ |
H A D | locale.c | 1032 static const char *reg_names[] = { in prt_ctp() local 1036 for (idx = 0; reg_names[idx] != NULL; idx++) { in prt_ctp() 1037 if (strcmp(name, reg_names[idx]) == 0) { in prt_ctp() 1041 if (reg_names[idx] == NULL) { in prt_ctp() 1100 static const char *reg_names[] = { in prt_cnv() local 1103 for (idx = 0; reg_names[idx] != NULL; idx++) { in prt_cnv() 1104 if (strcmp(name, reg_names[idx]) == 0) { in prt_cnv() 1108 if (reg_names[idx] == NULL) { in prt_cnv()
|