Home
last modified time | relevance | path

Searched refs:REST (Results 1 – 3 of 3) sorted by relevance

/arch/mips/lib/
A Dmemcpy.S250 #define REST(unit) (FIRST(unit)+NBYTES-1) macro
428 LDREST(t3, REST(0)(src), .Ll_exc_copy\@)
456 LDREST(t0, REST(0)(src), .Ll_exc_copy\@)
457 LDREST(t1, REST(1)(src), .Ll_exc_copy\@)
460 LDREST(t2, REST(2)(src), .Ll_exc_copy\@)
461 LDREST(t3, REST(3)(src), .Ll_exc_copy\@)
485 LDREST(t0, REST(0)(src), .Ll_exc_copy\@)
A Dcsum_partial.S428 #define REST(unit) (FIRST(unit)+NBYTES-1) macro
589 LDREST(t3, REST(0)(src))
617 LDREST(t0, REST(0)(src))
618 LDREST(t1, REST(1)(src))
621 LDREST(t2, REST(2)(src))
622 LDREST(t3, REST(3)(src))
647 LDREST(t0, REST(0)(src))
/arch/mips/cavium-octeon/
A Docteon-memcpy.S133 #define REST(unit) (FIRST(unit)+NBYTES-1) macro
327 EXC( LDREST t0, REST(0)(src), l_exc_copy)
328 EXC( LDREST t1, REST(1)(src), l_exc_copy)
331 EXC( LDREST t2, REST(2)(src), l_exc_copy)
332 EXC( LDREST t3, REST(3)(src), l_exc_copy)
348 EXC( LDREST t0, REST(0)(src), l_exc_copy)

Completed in 17 milliseconds