Home | History | Annotate | Download | only in config

Lines Matching refs:fcn

1687 		int fcn = 0;
1692 if (! parse_keyword_arg (sparc_encode_prefetch, &s, &fcn))
1700 if (! parse_const_expr_arg (&s, &fcn))
1705 if (fcn < 0 || fcn > 31)
1711 opcode |= RD (fcn);