Home
last modified time | relevance | path

Searched refs:rs6000_handle_longcall_attribute (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c193 static tree rs6000_handle_longcall_attribute PARAMS ((tree *, tree, tree, int, bool *));
12533 { "longcall", 0, 0, false, true, true, rs6000_handle_longcall_attribute },
12534 { "shortcall", 0, 0, false, true, true, rs6000_handle_longcall_attribute },
12542 rs6000_handle_longcall_attribute (node, name, args, flags, no_add_attrs) in rs6000_handle_longcall_attribute() function
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c603 static tree rs6000_handle_longcall_attribute (tree *, tree, tree, int, bool *);
17481 { "longcall", 0, 0, false, true, true, rs6000_handle_longcall_attribute },
17482 { "shortcall", 0, 0, false, true, true, rs6000_handle_longcall_attribute },
17627 rs6000_handle_longcall_attribute (tree *node, tree name, in rs6000_handle_longcall_attribute() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.610567 (rs6000_attribute_table, rs6000_handle_longcall_attribute): New.
H A DChangeLog.77797 (rs6000_handle_longcall_attribute): Update comment.