Home
last modified time | relevance | path

Searched refs:STOREB (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/lib/
H A Dcsum_partial.S376 #define STOREB(reg, addr) EXC(sb, ST_INSN, reg, addr) macro
396 #define STOREB(reg, addr) EXC(sb, ST_INSN, reg, addr) macro
674 STOREB(t0, N(dst)); \
690 STOREB(t0, NBYTES-2(dst))
H A Dmemcpy.S205 #define STOREB(reg, addr, handler) EXC(sb, ST_INSN, reg, addr, handler) macro
505 STOREB(t0, N(dst), .Ls_exc_p1\@)
518 STOREB(t0, NBYTES-2(dst), .Ls_exc_p1\@)