Searched refs:fline (Results 1 – 6 of 6) sorted by relevance
4 | fpsp_fline --- FPSP handler for fline exception50 moveal EXC_PC+4(%a6),%a0 |get address of fline instruction58 movel L_SCR1(%a6),%d0 |d0 contains the fline and command word85 fmovel EXC_PC(%a6),%FPIAR |point FPIAR to fline inst
244 | to memory or data register as required. A read of the fline250 bsrl get_fline |fline returned in d0
236 bsrl get_fline |returns fline word in d0
235 bsrl get_fline |returns fline word in d0
479 | an fline illegal instruction to be executed.
417 char *fline; in ddebug_parse_query() local436 fline = strchr(query->filename, ':'); in ddebug_parse_query()437 if (!fline) in ddebug_parse_query()439 *fline++ = '\0'; in ddebug_parse_query()440 if (isalpha(*fline) || *fline == '*' || *fline == '?') { in ddebug_parse_query()442 if (check_set(&query->function, fline, "func")) in ddebug_parse_query()445 if (parse_linerange(query, fline)) in ddebug_parse_query()