Searched refs:WR0 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsio.c116 sioreg(REG(unit, WR0), WR0_ERRRST);
216 sioreg(REG(0, WR0), WR0_CHANRST);
224 sioreg(REG(0, WR0), WR0_RSTINT);
232 sioreg(REG(0, WR0), WR0_RSTINT);
237 sioreg(REG(1, WR0), WR0_CHANRST);
240 sioreg(REG(1, WR0), WR0_RSTINT);
248 sioreg(REG(1, WR0), WR0_RSTINT);
H A Dsioreg.h92 #define WR0 0x00 macro
/netbsd-current/sys/arch/luna68k/dev/
H A Dsiovar.h76 if (regno != WR0)
H A Dsioreg.h73 #define WR0 0x00 macro
H A Dsiotty.c189 setsioreg(sc->sc_ctl, WR0, WR0_CHANRST);
192 setsioreg(sc->sc_ctl, WR0, sc->sc_wr[WR0]);
196 setsioreg(sc->sc_ctl, WR0, sc->sc_wr[WR0]);
718 setsioreg(sio, WR0, WR0_CHANRST);
721 setsioreg(sio, WR0, ch0_regs[WR0]);
725 setsioreg(sio, WR0, ch0_regs[WR0]);
[all...]
H A Dlunaws.c232 setsioreg(sc->sc_ctl, WR0, sc->sc_wr[WR0]);
236 setsioreg(sc->sc_ctl, WR0, sc->sc_wr[WR0]);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorPrint.cpp76 (Reg >= Hexagon::WR0 && Reg <= Hexagon::WR15) ||
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp681 (VecReg >= Hexagon::WR0 && VecReg <= Hexagon::WR15);
685 return (VecReg >= Hexagon::WR0 && VecReg <= Hexagon::WR15);
699 2 * (IsRev ? VecRegPair - Hexagon::WR0 : VecRegPair - Hexagon::W0);
709 ? Producer - Hexagon::WR0
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp505 Rev ? Producer - Hexagon::WR0 : Producer - Hexagon::W0;
613 Hexagon::W0, Hexagon::WR0, Hexagon::W1, Hexagon::WR1, Hexagon::W2,

Completed in 220 milliseconds