Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/arm/
HDpe.c144 rtx rtlname, newrtl; local
198 newrtl = gen_rtx_MEM (Pmode,
201 XEXP (DECL_RTL (decl), 0) = newrtl;
233 rtx newrtl = gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp)); local
235 XEXP (DECL_RTL (decl), 0) = newrtl;
/NextBSD/contrib/gcc/config/i386/
HDwinnt.c247 rtx rtlname, newrtl; in i386_pe_mark_dllimport() local
281 newrtl = gen_rtx_MEM (Pmode,symref); in i386_pe_mark_dllimport()
282 XEXP (DECL_RTL (decl), 0) = newrtl; in i386_pe_mark_dllimport()