Home
last modified time | relevance | path

Searched refs:p_rs1 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c1493 int p_rs1, p_t; in fmt_trap() local
1507 p_rs1 = ((f->ftcc.rs1 != 0) || in fmt_trap()
1511 p_t = (f->f3.rs2 != 0 || p_rs1 == 0); in fmt_trap()
1516 (p_rs1 != 0) ? reg_names[f->ftcc2.rs1] : "", in fmt_trap()
1517 (p_rs1 != 0) ? " + " : "", in fmt_trap()
1523 (p_rs1 != 0) ? reg_names[f->ftcc2.rs1] : "", in fmt_trap()
1524 (p_rs1 != 0) ? " + " : "", in fmt_trap()