Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlinker.c845 struct bfd_link_hash_entry *hdest ATTRIBUTE_UNUSED, in _bfd_generic_copy_link_hash_symbol_type()
H A Delflink.c15234 struct bfd_link_hash_entry *hdest, in _bfd_elf_copy_link_hash_symbol_type() argument
15237 struct elf_link_hash_entry *ehdest = (struct elf_link_hash_entry *) hdest; in _bfd_elf_copy_link_hash_symbol_type()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlinker.c848 struct bfd_link_hash_entry *hdest ATTRIBUTE_UNUSED, in _bfd_generic_copy_link_hash_symbol_type()
H A Delflink.c15368 struct bfd_link_hash_entry *hdest, in _bfd_elf_copy_link_hash_symbol_type() argument
15371 struct elf_link_hash_entry *ehdest = (struct elf_link_hash_entry *) hdest; in _bfd_elf_copy_link_hash_symbol_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc22287 rtx hop1, hop2, hdest; in ix86_expand_vecop_qihi2() local
22330 hdest = gen_reg_rtx (himode); in ix86_expand_vecop_qihi2()
22333 emit_insn (gen_rtx_SET (hdest, simplify_gen_binary (code, himode, in ix86_expand_vecop_qihi2()
22335 emit_insn (gen_truncate (dest, hdest)); in ix86_expand_vecop_qihi2()