Searched refs:set_dst (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh_treg_combine.cc273 set_dst (void) const function in struct:set_of_reg
853 ? e.cstore.set_dst ()
854 : e.cstore_reg_reg_copies.front ().set_dst ();
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh_treg_combine.cc273 set_dst (void) const function in struct:set_of_reg
853 ? e.cstore.set_dst ()
854 : e.cstore_reg_reg_copies.front ().set_dst ();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c9976 rtx pat, set_dst; local
10147 set_dst = SET_DEST (pat);
10152 set_dst = SET_DEST (pat);
10176 if (GET_MODE (set_dst) != mode)
10181 set_dst = gen_rtx_REG (mode, FLAGS_REG);
10186 set_dst,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc11227 rtx pat, set_dst; local
11398 set_dst = SET_DEST (pat);
11403 set_dst = SET_DEST (pat);
11427 if (GET_MODE (set_dst) != mode)
11432 set_dst = gen_rtx_REG (mode, FLAGS_REG);
11437 set_dst,

Completed in 310 milliseconds