Searched refs:WR8 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/riscv/sifive/ |
H A D | sifive_ccache.c | 58 #define WR8(sc, off, val) (bus_write_8((sc)->res, (off), (val))) macro 154 WR8(sc, SIFIVE_CCACHE_WAYENABLE, (ways - 1)); in ccache_attach()
|
/freebsd/sys/arm64/arm64/ |
H A D | cmn600.c | 54 #define WR8(sc, r, v) bus_write_8((sc)->sc_res[0], (r), (v)) macro 195 WR8(nd->sc, nd->nd_offset + reg, val); in cmn600_node_write8()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 630 Hexagon::WR7, Hexagon::W8, Hexagon::WR8, Hexagon::W9, Hexagon::WR9, in DecodeHvxWRRegisterClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.td | 260 def WR8 : Rd<17, "v16:17", [V16, V17, VFR8]>, DwarfRegNum<[169]>;
|