Home
last modified time | relevance | path

Searched refs:static_chain_p (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c7065 bool static_chain_p = DECL_STATIC_CHAIN (decl); in get_scratch_register_on_entry() local
7072 if ((regparm < 1 || (fastcall_p && !static_chain_p)) in get_scratch_register_on_entry()
7077 else if (thiscall_p && !static_chain_p && drap_regno != AX_REG) in get_scratch_register_on_entry()
7083 && !static_chain_p in get_scratch_register_on_entry()
7089 else if (!(regparm == 3 && static_chain_p) in get_scratch_register_on_entry()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc7558 bool static_chain_p = DECL_STATIC_CHAIN (decl); in get_scratch_register_on_entry() local
7565 if ((regparm < 1 || (fastcall_p && !static_chain_p)) in get_scratch_register_on_entry()
7570 else if (thiscall_p && !static_chain_p && drap_regno != AX_REG) in get_scratch_register_on_entry()
7576 && !static_chain_p in get_scratch_register_on_entry()
7582 else if (!(regparm == 3 && static_chain_p) in get_scratch_register_on_entry()