Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.cc684 const char *off_name = NULL; in v850_print_operand_address() local
689 off_name = "zdaoff"; in v850_print_operand_address()
694 off_name = "sdaoff"; in v850_print_operand_address()
699 off_name = "tdaoff"; in v850_print_operand_address()
703 if (off_name) in v850_print_operand_address()
704 fprintf (file, "%s(", off_name); in v850_print_operand_address()
714 const char *off_name; in v850_print_operand_address() local
719 off_name = "zdaoff"; in v850_print_operand_address()
724 off_name = "sdaoff"; in v850_print_operand_address()
729 off_name = "tdaoff"; in v850_print_operand_address()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.c684 const char *off_name = NULL; in v850_print_operand_address() local
689 off_name = "zdaoff"; in v850_print_operand_address()
694 off_name = "sdaoff"; in v850_print_operand_address()
699 off_name = "tdaoff"; in v850_print_operand_address()
703 if (off_name) in v850_print_operand_address()
704 fprintf (file, "%s(", off_name); in v850_print_operand_address()
714 const char *off_name; in v850_print_operand_address() local
719 off_name = "zdaoff"; in v850_print_operand_address()
724 off_name = "sdaoff"; in v850_print_operand_address()
729 off_name = "tdaoff"; in v850_print_operand_address()
[all …]
/netbsd-src/games/fortune/fortune/
H A Dfortune.c165 static char *off_name(const char *);
473 offensive = off_name(path); in add_file()
480 tf = off_name(tfile); in add_file()
504 tf = off_name(tfile); in add_file()
611 off_name(const char *file) in off_name() function