Searched refs:wdst (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/pmax/ibus/
H A Dsii_ds.c135 volatile u_int *wdst = (volatile u_int *)dst; local
152 *wdst = *wsrc;
154 wdst+= 2;
170 u_int *wdst = (u_int *)dst; local
185 *wdst = *wsrc;
187 wdst++;
194 *((u_short*)(wdst)) = (u_short) (lastword);
197 ((u_char*)(wdst))[2] = (u_char) (lastword >> 16);
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dmov.s58 mov.l wdst, r1
116 wdst: .long _wdst label
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/sh/
H A Dmov.s58 mov.l wdst, r1
116 wdst: .long _wdst label
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c4518 rtx addr, align, wdst;
4542 wdst = gen_reg_rtx (DImode);
4544 (mode, cond, wdst, mem, oldval, newval, align,
4547 emit_move_insn (dst, gen_lowpart (mode, wdst));
4666 rtx addr, align, wdst;
4685 wdst = gen_reg_rtx (DImode);
4686 emit_insn (gen_atomic_exchange_1 (mode, wdst, mem, val, align, model));
4688 emit_move_insn (dst, gen_lowpart (mode, wdst));
4509 rtx addr, align, wdst; local
4657 rtx addr, align, wdst; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc4518 rtx addr, align, wdst;
4542 wdst = gen_reg_rtx (DImode);
4544 (mode, cond, wdst, mem, oldval, newval, align,
4547 emit_move_insn (dst, gen_lowpart (mode, wdst));
4666 rtx addr, align, wdst;
4685 wdst = gen_reg_rtx (DImode);
4686 emit_insn (gen_atomic_exchange_1 (mode, wdst, mem, val, align, model));
4688 emit_move_insn (dst, gen_lowpart (mode, wdst));
4509 rtx addr, align, wdst; local
4657 rtx addr, align, wdst; local

Completed in 249 milliseconds