Searched refs:STOREB (Results 1 – 2 of 2) sorted by relevance
/arch/mips/lib/ |
D | memcpy.S | 205 #define STOREB(reg, addr, handler) EXC(sb, ST_INSN, reg, addr, handler) macro 501 STOREB(t0, N(dst), .Ls_exc_p1\@) 514 STOREB(t0, NBYTES-2(dst), .Ls_exc_p1\@)
|
D | csum_partial.S | 390 #define STOREB(reg, addr, handler) EXC(sb, ST_INSN, reg, addr, handler) macro 410 #define STOREB(reg, addr, handler) EXC(sb, ST_INSN, reg, addr, handler) macro 702 STOREB(t0, N(dst), .Ls_exc\@); \ 718 STOREB(t0, NBYTES-2(dst), .Ls_exc\@)
|