Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc7560 int drap_regno in get_scratch_register_on_entry() local
7566 && drap_regno != AX_REG) in get_scratch_register_on_entry()
7570 else if (thiscall_p && !static_chain_p && drap_regno != AX_REG) in get_scratch_register_on_entry()
7572 else if (regparm < 2 && !thiscall_p && drap_regno != DX_REG) in get_scratch_register_on_entry()
7577 && drap_regno != CX_REG) in get_scratch_register_on_entry()
7589 regno = (drap_regno == AX_REG ? DX_REG : AX_REG); in get_scratch_register_on_entry()