Searched refs:asmspec (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | varasm.c | 768 decode_reg_name (const char *asmspec) in decode_reg_name() argument 770 if (asmspec != 0) in decode_reg_name() 775 asmspec = strip_reg_name (asmspec); in decode_reg_name() 778 for (i = strlen (asmspec) - 1; i >= 0; i--) in decode_reg_name() 779 if (! ISDIGIT (asmspec[i])) in decode_reg_name() 781 if (asmspec[0] != 0 && i < 0) in decode_reg_name() 783 i = atoi (asmspec); in decode_reg_name() 792 && ! strcmp (asmspec, strip_reg_name (reg_names[i]))) in decode_reg_name() 802 && ! strcmp (asmspec, table[i].name)) in decode_reg_name() 807 if (!strcmp (asmspec, "memory")) in decode_reg_name() [all …]
|
| HD | c-decl.c | 3805 const char *asmspec = 0; in finish_decl() local 3812 asmspec = TREE_STRING_POINTER (asmspec_tree); in finish_decl() 3984 if (TREE_CODE (decl) == FUNCTION_DECL && asmspec) in finish_decl() 3987 set_builtin_user_assembler_name (decl, asmspec); in finish_decl() 3988 set_user_assembler_name (decl, asmspec); in finish_decl() 4008 if (asmspec) in finish_decl() 4022 set_user_assembler_name (decl, asmspec); in finish_decl() 4040 if (asmspec && C_DECL_REGISTER (decl)) in finish_decl()
|
| HD | c-common.h | 694 extern void set_builtin_user_assembler_name (tree decl, const char *asmspec);
|
| HD | c-common.c | 3503 set_builtin_user_assembler_name (tree decl, const char *asmspec) in set_builtin_user_assembler_name() argument 3508 && asmspec != 0); in set_builtin_user_assembler_name() 3511 set_user_assembler_name (builtin, asmspec); in set_builtin_user_assembler_name() 3513 init_block_move_fn (asmspec); in set_builtin_user_assembler_name() 3515 init_block_clear_fn (asmspec); in set_builtin_user_assembler_name()
|
| HD | expr.c | 1398 init_block_move_fn (const char *asmspec) in init_block_move_fn() argument 1420 if (asmspec) in init_block_move_fn() 1421 set_user_assembler_name (block_move_fn, asmspec); in init_block_move_fn() 2602 init_block_clear_fn (const char *asmspec) in init_block_clear_fn() argument 2624 if (asmspec) in init_block_clear_fn() 2625 set_user_assembler_name (block_clear_fn, asmspec); in init_block_clear_fn()
|
| HD | ChangeLog-2004 | 12209 (struct initializer_stack): Delete field 'asmspec'. 12210 (start_init): Delete saving of asmspec. 18119 * varasm.c (ecode_reg_name): Do nothing if the asmspec is empty. 20398 appropriate. Don't pass asmspec to rest_of_decl_compilation. 20402 * passes.c (rest_of_decl_compilation): Remove asmspec parameter, 20404 * toplev.h (rest_of_decl_compilation): Remove asmspec parameter. 43071 (struct initializer_stack): Delete field 'asmspec'. 43072 (start_init): Delete saving of asmspec. 46575 (struct initializer_stack): Delete field 'asmspec'. 46576 (start_init): Delete saving of asmspec.
|
| HD | ChangeLog-2000 | 8992 DECL_ASSEMBLER_NAME set for decls with an asmspec.
|
| HD | ChangeLog-2002 | 29571 without asmspec. Invoke assemble_alias when needed.
|
| HD | ChangeLog-2003 | 25156 * c-decl.c (finish_decl): When prototype with asmspec is found
|
| HD | ChangeLog-2005 | 6316 Decode the asmspec is now name+1 bypassing '*'.
|
| /trueos/contrib/gcc/cp/ |
| HD | decl2.c | 764 const char *asmspec = 0; in grokfield() local 831 asmspec = TREE_STRING_POINTER (asmspec_tree); in grokfield() 896 if (asmspec) in grokfield() 907 if (asmspec) in grokfield() 908 set_user_assembler_name (value, asmspec); in grokfield()
|
| HD | decl.c | 4987 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec) in make_rtl_for_nonlocal_decl() argument 4994 if (asmspec) in make_rtl_for_nonlocal_decl() 5001 set_user_assembler_name (decl, asmspec); in make_rtl_for_nonlocal_decl() 5008 set_builtin_user_assembler_name (decl, asmspec); in make_rtl_for_nonlocal_decl() 5009 set_user_assembler_name (decl, asmspec); in make_rtl_for_nonlocal_decl() 5566 const char *asmspec = NULL; in cp_finish_decl() local 5596 asmspec = TREE_STRING_POINTER (asmspec_tree); in cp_finish_decl() 5804 make_rtl_for_nonlocal_decl (decl, init, asmspec); in cp_finish_decl()
|