Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c7894 construct_plt_address (rtx symbol) in construct_plt_address() function
8036 fnaddr = gen_rtx_MEM (QImode, construct_plt_address (XEXP (fnaddr, 0))); in ix86_expand_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc9133 construct_plt_address (rtx symbol) in construct_plt_address() function
9275 fnaddr = gen_rtx_MEM (QImode, construct_plt_address (XEXP (fnaddr, 0))); in ix86_expand_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201219809 * config/i386/i386.c (construct_plt_address): Make static.
19810 * config/i386/i386-protos.h (construct_plt_address): Remove.
30371 (construct_plt_address): Assert that Pmode == DImode.
H A DChangeLog-200726585 * config/i386/i386-protos.h (construct_plt_address): Declare.
26596 (construct_plt_address): New function.
H A DChangeLog-201330685 (construct_plt_address): Likewise.
34395 (construct_plt_address): Don't assert for x64 pe-coff targets.
H A DChangeLog-201927308 (construct_plt_address): Use gen_add2_insn instead of ix86_gen_add3.