Searched refs:dsth (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c1642 rtx dstl, dsth, addr, insl, insh, meml, memh;
1645 dsth = gen_reg_rtx (DImode);
1659 emit_move_insn (dsth, memh);
1682 emit_insn (gen_mskxh (dsth, dsth, GEN_INT (size*8), addr));
1706 dsth = expand_binop (DImode, ior_optab, insh, dsth, dsth, 0, OPTAB_WIDEN);
1711 emit_move_insn (memh, dsth);
1636 rtx dstl, dsth, addr, insl, insh, meml, memh; local
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c3544 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta;
3551 dsth = expand_simple_binop (DImode, LSHIFTRT, src, GEN_INT (8),
3553 dsth = gen_lowpart (QImode, dsth);
3556 dstl = dsth = const0_rtx;
3562 emit_move_insn (memh, dsth);
3567 dsth = gen_reg_rtx (DImode);
3592 emit_move_insn (dsth, memh);
3618 emit_insn (gen_mskxh (dsth, dsth, GEN_IN
3535 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dvms-alpha.c6796 struct vms_dst_header dsth;
6801 if (bfd_bread (&dsth, sizeof (dsth), abfd) != sizeof (dsth))
6806 len = bfd_getl16 (dsth.length);
6807 type = bfd_getl16 (dsth.type);
6819 len -= sizeof (dsth);
6784 struct vms_dst_header dsth; local

Completed in 126 milliseconds