Searched refs:UNIT (Results 1 – 5 of 5) sorted by relevance
/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 134 #define UNIT(unit) FIRST(unit) macro 185 EXC( LOAD t0, UNIT(0)(src), l_exc) 186 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 187 EXC( LOAD t2, UNIT(2)(src), l_exc_copy) 188 EXC( LOAD t3, UNIT(3)(src), l_exc_copy) 190 EXC( STORE t0, UNIT(0)(dst), s_exc_p16u) 191 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u) 192 EXC( STORE t2, UNIT(2)(dst), s_exc_p14u) 193 EXC( STORE t3, UNIT(3)(dst), s_exc_p13u) 194 EXC( LOAD t0, UNIT(4)(src), l_exc_copy) [all …]
|
/arch/mips/lib/ |
D | memcpy.S | 247 #define UNIT(unit) FIRST(unit) macro 321 LOAD(t0, UNIT(0)(src), .Ll_exc\@) 322 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 323 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@) 324 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@) 326 LOAD(t4, UNIT(4)(src), .Ll_exc_copy\@) 327 LOAD(t7, UNIT(5)(src), .Ll_exc_copy\@) 328 STORE(t0, UNIT(0)(dst), .Ls_exc_p8u\@) 329 STORE(t1, UNIT(1)(dst), .Ls_exc_p7u\@) 330 LOAD(t0, UNIT(6)(src), .Ll_exc_copy\@) [all …]
|
D | csum_partial.S | 57 #define UNIT(unit) ((unit)*NBYTES) macro 76 LOAD _t0, (offset + UNIT(0))(src); \ 77 LOAD _t1, (offset + UNIT(1))(src); \ 78 LOAD _t2, (offset + UNIT(2))(src); \ 79 LOAD _t3, (offset + UNIT(3))(src); \ 499 LOAD(t0, UNIT(0)(src), .Ll_exc\@) 500 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 501 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@) 502 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@) 503 LOAD(t4, UNIT(4)(src), .Ll_exc_copy\@) [all …]
|
/arch/mn10300/ |
D | Makefile | 27 UNIT := unset macro 44 UNIT := asb2303 macro 47 UNIT := asb2305 macro 50 UNIT := asb2364 macro 61 ifneq ($(UNIT),unset) 62 core-y += arch/mn10300/unit-$(UNIT)/ 99 KBUILD_CPPFLAGS += -I$(srctree)/arch/mn10300/unit-$(UNIT)/include
|
/arch/arm/include/asm/ |
D | floppy.h | 104 LAST_OUT(UNIT(floppy)); in fd_scandrives()
|