Lines Matching refs:v9
653 * on v9, only certain registers are valid for read or writing
660 /* privledged register names on v9 */
673 /* hyper privileged register names on v9 */
1201 * exception, on v9, it is illegal
1335 int v9 = (dhp->dh_flags & (DIS_SPARC_V9|DIS_SPARC_V9_SGI));
1358 if ((v9 != 0) && (f->f3.rd == 0) && (f->f3.rs1 == 15) &&
1387 if (v9 != 0) {
1397 if (v9 != 0) {
1407 if (v9 != 0) {
1417 if (v9 != 0) {
1428 if (v9 != 0) {
1441 if (v9 != 0 && f->f3.rd == 15 && f->f3.rs1 == 0 &&
1454 if (v9 == 0) {
1483 if (v9 != 0) {
1493 if (v9 != 0) {
1544 int v9 = ((dhp->dh_flags & (DIS_SPARC_V9|DIS_SPARC_V9_SGI)) != 0);
1566 (v9 != 0) ? icc_names[f->ftcc2.cc] : "",
1567 (v9 != 0) ? ", " : "",
1573 (v9 != 0) ? icc_names[f->ftcc2.cc] : "",
1574 (v9 != 0) ? ", " : "",
1907 /* NOTE: overlayed on v9 */