Searched refs:fline (Results 1 – 7 of 7) 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.
421 char *fline; in ddebug_parse_query() local440 fline = strchr(query->filename, ':'); in ddebug_parse_query()441 if (!fline) in ddebug_parse_query()443 *fline++ = '\0'; in ddebug_parse_query()444 if (isalpha(*fline) || *fline == '*' || *fline == '?') { in ddebug_parse_query()446 if (check_set(&query->function, fline, "func")) in ddebug_parse_query()449 if (parse_linerange(query, fline)) in ddebug_parse_query()
6180 my $fline = $lines[$prevline - 1];6181 last if ($fline =~ /^\@\@/);6182 next if ($fline =~ /^\-/);6183 next if ($fline =~ /^.(?:\s*(?:case\s+(?:$Ident|$Constant)[\s$;]*|default):[\s$;]*)*$/);6185 next if ($fline =~ /^.[\s$;]*$/);6188 …$has_break = 1 if ($fline =~ /\bswitch\b|\b(?:break\s*;[\s$;]*$|exit\s*\(\b|return\b|goto\b|contin…