HomeSort by: relevance | last modified time | path
    Searched defs:sp_switch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 339 { "sp_switch", 1, 1, true, false, false, false,
7138 = lookup_attribute ("sp_switch", DECL_ATTRIBUTES (current_function_decl));
7181 rtx sp_switch = gen_rtx_SYMBOL_REF (Pmode, s);
7183 lab = add_constant (sp_switch, SImode, 0);
7363 if (lookup_attribute ("sp_switch", DECL_ATTRIBUTES (current_function_decl)))
8348 /* However, for sp_switch, trap_exit, nosave_low_regs and resbank,
8351 else if (lookup_attribute ("sp_switch", attrs)
8360 if (is_attribute_p ("sp_switch", TREE_PURPOSE (attrs))
8398 * sp_switch
8546 /* Handle an "sp_switch" attribute; arguments as i
7170 rtx sp_switch = gen_rtx_SYMBOL_REF (Pmode, s); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 338 { "sp_switch", 1, 1, true, false, false, false,
7138 = lookup_attribute ("sp_switch", DECL_ATTRIBUTES (current_function_decl));
7181 rtx sp_switch = gen_rtx_SYMBOL_REF (Pmode, s);
7183 lab = add_constant (sp_switch, SImode, 0);
7363 if (lookup_attribute ("sp_switch", DECL_ATTRIBUTES (current_function_decl)))
8347 /* However, for sp_switch, trap_exit, nosave_low_regs and resbank,
8350 else if (lookup_attribute ("sp_switch", attrs)
8359 if (is_attribute_p ("sp_switch", TREE_PURPOSE (attrs))
8397 * sp_switch
8545 /* Handle an "sp_switch" attribute; arguments as i
7170 rtx sp_switch = gen_rtx_SYMBOL_REF (Pmode, s); local
    [all...]

Completed in 80 milliseconds