/linux-3.4.99/arch/ia64/lib/ |
D | copy_page_mck.S | 81 #define t7 t3 // alias! macro 84 #define t11 t7 // alias! 152 (p[D]) ld8 t7 = [src1], 3*8 159 (p[D]) st8 [dst1] = t7, 3*8
|
D | copy_page.S | 43 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH] 85 (p[0]) ld8 t7[0]=[src1],16 86 (EPI) st8 [tgt1]=t7[PIPE_DEPTH-1],16
|
D | memcpy_mck.S | 49 #define t7 t3 // alias! macro 53 #define t11 t7 // alias! 231 EK(.ex_handler, (p[D]) ld8 t7 = [src1], 3*8) 238 EK(.ex_handler, (p[D]) st8 [dst1] = t7, 3*8) 445 EX(.ex_handler_short, (p10) ld1 t7=[src0],2) 449 EX(.ex_handler_short, (p10) st1 [dst0]=t7,2) 485 EK(.ex_handler_short, (p12) ld1 t7=[src0],2) 492 EK(.ex_handler_short, (p12) st1 [dst0] = t7)
|
/linux-3.4.99/arch/arm/mach-omap2/ |
D | gpmc-smc91x.c | 65 const int t7 = 5; /* Figure 12.4 write */ in smc91c96_gpmc_retime() local 87 t.we_off = t.wr_data_mux_bus + t7; in smc91c96_gpmc_retime() 89 t.we_off = t.we_on + t7; in smc91c96_gpmc_retime()
|
/linux-3.4.99/arch/mips/lib/ |
D | csum_partial.S | 34 #define t7 $15 macro 100 move t7, zero 106 andi t7, src, 0x1 /* odd buffer? */ 109 beqz t7, .Lword_align 275 movn sum, v1, t7 277 beqz t7, 1f /* odd buffer alignment? */ 446 EXC( LOAD t7, UNIT(7)(src), .Ll_exc_copy) 463 EXC( STORE t7, UNIT(7)(dst), .Ls_exc) 464 ADDC(sum, t7) 475 #define rem t7
|
D | memcpy-inatomic.S | 135 #define t7 $15 macro 237 EXC( LOAD t7, UNIT(5)(src), .Ll_exc_copy) 247 STORE t7, UNIT(-3)(dst)
|
D | memcpy.S | 135 #define t7 $15 macro 242 EXC( LOAD t7, UNIT(5)(src), .Ll_exc_copy) 252 EXC( STORE t7, UNIT(-3)(dst), .Ls_exc_p3u)
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | regdef.h | 13 #define t7 $8 macro
|
/linux-3.4.99/lib/ |
D | crc32.c | 62 # define DO_CRC8 (t7[(q) & 255] ^ t6[(q >> 8) & 255] ^ \ 69 t6[(q >> 16) & 255] ^ t7[(q >> 24) & 255]) 77 const u32 *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7]; local
|
/linux-3.4.99/arch/sparc/lib/ |
D | memcpy.S | 17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 29 st %t7, [%dst + (offset) + 0x1c]; 31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 74 st %t7, [%dst - (offset) - 0x04]; 76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
D | blockops.S | 25 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
D | checksum_32.S | 191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 207 addxcc t7, sum, sum; 213 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 232 st t7, [dst + off + 0x1c]; \ 233 addxcc t7, sum, sum;
|
D | copy_user.S | 67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 79 st %t7, [%dst + (offset) + 0x1c]; 81 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
/linux-3.4.99/arch/mips/include/asm/ |
D | regdef.h | 40 #define t7 $15 macro
|
/linux-3.4.99/arch/mips/kernel/ |
D | scall32-o32.S | 147 3: lw t7, 24(t0) # argument #7 from usp 153 sw t7, 24(sp) # argument #7 to ksp
|
/linux-3.4.99/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 120 #define t7 $15 macro
|