Home
last modified time | relevance | path

Searched refs:mode_name (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/run/
H A Drunenv_hashseed.t74 my $mode_name;
90 $mode_name = $2;
98 return ($seed, $mode_digit, $mode_name, $out, $err_got_data, \@rand_bits);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmachmode.h41 extern const char * const mode_name[NUM_MACHINE_MODES];
42 #define GET_MODE_NAME(MODE) (mode_name[(int) (MODE)])
H A Drtl.c56 const char * const mode_name[NUM_MACHINE_MODES] = { variable
H A DChangeLog.210597 * machmode.h (mode_name): Constify a char*.
10599 * rtl.c (mode_name): Likewise.
10601 * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
10605 * print-tree.c (mode_name): Remove redundant declaration.
10606 (print_node): Use accessor macro, not `mode_name'.
10609 not `mode_name'.
10612 * tree.c (mode_name): Remove redundant declaration.
H A DChangeLog.6862 * machmode.h (mode_name, mode_class, mode_size, mode_unit_size,
873 (mode_name, mode_class, mode_bitsize, mode_size, mode_unit_size,
H A DChangeLog.112456 * rtl.c (mode_name): Add a null string at the end of the array.
/openbsd/gnu/gcc/gcc/
H A Dmachmode.h30 extern const char * const mode_name[NUM_MACHINE_MODES];
31 #define GET_MODE_NAME(MODE) mode_name[MODE]
H A Dgenpreds.c525 printf ("%s (op, %smode)", XSTR (exp, 1), mode_name[GET_MODE (exp)]); in write_predicate_expr()
/openbsd/gnu/gcc/gcc/config/m32c/
H A Dm32c.c365 class_names[class], mode_name[mode], in class_can_hold_mode()
771 mode_name[mode], class_names[rclass]); in m32c_limit_reload_class()
800 class_names[rclass], mode_name[mode]); in m32c_secondary_reload_class()
851 mode_name[from], mode_name[to], class_names[rclass]); in m32c_cannot_change_mode_class()
1459 ca->parm_num, mode_name[mode], named); in m32c_function_arg()
1935 fprintf (stderr, "m32c_legitimize_address for mode %s\n", mode_name[mode]); in m32c_legitimize_address()
1967 mode_name[mode]); in m32c_legitimize_reload_address()
2088 mode_name[mode], class_names[from], class_names[to], cost); in m32c_register_move_cost()
2769 fprintf (stderr, "m32c_mov_ok %s\n", mode_name[mode]); in m32c_mov_ok()
2962 mode_name[outer], mode_name[inner], byte); in m32c_subreg()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c3533 static const char * const mode_name[NUM_FLAG_CODE] = { "32", "16", "64" }; local
3603 gotrel[j].str, mode_name[(unsigned int) flag_code]);
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20051136 (lex_got): Likewise. Remove static mode_name. Change array size
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19943824 * ch-exp.y: Implement SIZE(mode_name) and SIZE(expression).