/linux-3.4.99/arch/alpha/lib/ |
D | stxcpy.S | 72 negq t8, t6 # e0 : find low bit set 73 and t8, t6, t12 # e1 (stall) 77 and t12, 0x80, t6 # e0 : 78 bne t6, 1f # .. e1 (zdb) 83 subq t12, 1, t6 # .. e1 : 84 zapnot t1, t6, t1 # e0 : clear src bytes >= null 85 or t12, t6, t8 # .. e1 : 141 or t1, t6, t6 # e0 : 142 cmpbge zero, t6, t8 # .. e1 : 143 lda t6, -1 # e0 : for masking just below [all …]
|
D | stxncpy.S | 90 and t12, 0x80, t6 # e0 : 91 bne t6, 1f # .. e1 (zdb) 96 subq t12, 1, t6 # .. e1 : 97 or t12, t6, t8 # e0 : 164 or t0, t6, t6 # e1 : mask original data for zero test 165 cmpbge zero, t6, t8 # e0 : 167 lda t6, -1 # e0 : 170 mskql t6, a1, t6 # e0 : mask out bits already seen 173 or t6, t2, t2 # .. e1 : 242 or t8, t10, t6 # e1 : [all …]
|
D | ev6-stxcpy.S | 88 negq t8, t6 # E : find low bit set 89 and t8, t6, t12 # E : (stall) 92 and t12, 0x80, t6 # E : (stall) 93 bne t6, 1f # U : (stall) 98 subq t12, 1, t6 # E : 99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall) 100 or t12, t6, t8 # E : (stall) 164 or t1, t6, t6 # E : 165 cmpbge zero, t6, t8 # E : (stall) 166 lda t6, -1 # E : for masking just below [all …]
|
D | ev6-stxncpy.S | 116 and t12, 0x80, t6 # E : (stall) 117 bne t6, 1f # U : (stall) 122 subq t12, 1, t6 # E : 123 or t12, t6, t8 # E : (stall) 204 or t0, t6, t6 # E : mask original data for zero test (stall) 206 cmpbge zero, t6, t8 # E : 208 lda t6, -1 # E : 212 mskql t6, a1, t6 # U : mask out bits already seen 214 or t6, t2, t2 # E : (stall) 287 or t8, t10, t6 # E : (stall) [all …]
|
D | strncpy_from_user.S | 79 and t12, 0x80, t6 # e0 : 80 bne t6, 1f # .. e1 (zdb) 85 subq t12, 1, t6 # .. e1 : 86 or t12, t6, t8 # e0 : 150 or t0, t6, t6 # e1 : mask original data for zero test 151 cmpbge zero, t6, t8 # e0 : 155 lda t6, -1 # e1 : mask out the bits we have 156 mskql t6, a1, t6 # e0 : already seen 158 or t6, t2, t2 # .. e1 : 224 or t8, t10, t6 # e1 : [all …]
|
D | ev6-strncpy_from_user.S | 67 and a3, 7, t6 # E : number of tail bytes 68 sll t10, t6, t10 # E : t10 = bitmask of last count byte 141 subq t12, 1, t6 # E : 143 or t12, t6, t8 # E : 185 or t0, t6, t6 # E : mask original data for zero test 187 cmpbge zero, t6, t8 # E : 190 lda t6, -1 # E : mask out the bits we have 192 mskql t6, a1, t6 # U : already seen 194 or t6, t2, t2 # E : 280 or t8, t10, t6 # E : [all …]
|
D | strrchr.S | 22 mov zero, t6 # .. e1 : t6 is last match aligned addr 45 cmovne t3, v0, t6 # .. e1 : save previous comparisons match 62 cmovne t3, v0, t6 # e0 : 79 addq t6, t0, v0 # .. e1 : add our aligned base ptr to the mix
|
D | ev67-strrchr.S | 39 mov zero, t6 # E : t6 is last match aligned addr 67 cmovne t3, v0, t6 # E : save previous comparisons match 93 cmovne t3, v0, t6 # E : 104 addq t6, t5, v0 # E : and add to quadword address
|
/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 21 ldd [%src + (offset) + 0x18], %t6; \ 28 st %t6, [%dst + (offset) + 0x18]; \ 31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 35 ldd [%src + (offset) + 0x18], %t6; \ 39 std %t6, [%dst + (offset) + 0x18]; 62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 66 ldd [%src - (offset) - 0x08], %t6; \ 73 st %t6, [%dst - (offset) - 0x08]; \ 76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument [all …]
|
D | blockops.S | 25 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 29 ldd [src + offset + 0x00], t6; \ 33 std t6, [dst + offset + 0x00];
|
D | copy_user.S | 67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 71 ldd [%src + (offset) + 0x18], %t6; \ 78 st %t6, [%dst + (offset) + 0x18]; \ 81 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 85 ldd [%src + (offset) + 0x18], %t6; \ 89 std %t6, [%dst + (offset) + 0x18];
|
D | checksum_32.S | 191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 197 ldd [src + off + 0x18], t6; \ 205 std t6, [dst + off + 0x18]; \ 206 addxcc t6, sum, sum; \ 213 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 217 ldd [src + off + 0x18], t6; \ 230 st t6, [dst + off + 0x18]; \ 231 addxcc t6, sum, sum; \
|
/linux-3.4.99/scripts/ |
D | makelst | 28 t6=`printf "%lu" $((0x$t4 - 0x$t5))` 31 $3 -r --source --adjust-vma=${t6:-0} $1
|
/linux-3.4.99/arch/ia64/lib/ |
D | copy_page_mck.S | 80 #define t6 t2 // alias! macro 85 #define t12 t6 // alias! 156 (p[D]) ld8 t6 = [src0], 3*8 163 (p[D]) st8 [dst0] = t6, 3*8
|
D | copy_page.S | 43 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH] 82 (p[0]) ld8 t6[0]=[src2],16 83 (EPI) st8 [tgt2]=t6[PIPE_DEPTH-1],16
|
D | memcpy_mck.S | 48 #define t6 t2 // alias! macro 54 #define t12 t6 // alias! 235 EX(.ex_handler, (p[D]) ld8 t6 = [src0], 3*8) 242 EX(.ex_handler, (p[D]) st8 [dst0] = t6, 3*8) 437 EK(.ex_handler_short, (p8) ld1 t6=[src1],2) 442 EK(.ex_handler_short, (p8) st1 [dst1]=t6,2) 484 EX(.ex_handler_short, (p11) ld1 t6=[src1],2) 491 EX(.ex_handler_short, (p11) st1 [dst1] = t6,2)
|
/linux-3.4.99/drivers/media/video/cx88/ |
D | cx88-dsp.c | 79 u32 t2, t4, t6, t8; in int_cos() local 91 t6 = t4*x/32768*x/32768/5/6; in int_cos() 92 t8 = t6*x/32768*x/32768/7/8; in int_cos() 93 ret = 32768-t2+t4-t6+t8; in int_cos()
|
/linux-3.4.99/arch/arm/mach-omap2/ |
D | gpmc-smc91x.c | 64 const int t6 = 15; /* Figure 12.2 read */ in smc91c96_gpmc_retime() local 78 t.adv_rd_off = t.oe_off + max(t4_r, t6); in smc91c96_gpmc_retime()
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | regdef.h | 12 #define t6 $7 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/mips/include/asm/ |
D | regdef.h | 38 #define t6 $14 macro
|
/linux-3.4.99/arch/mips/kernel/ |
D | scall32-o32.S | 148 4: lw t6, 20(t0) # argument #6 from usp 154 sw t6, 20(sp) # argument #6 to ksp 207 lw t6, 28(sp) 210 sw t6, 24(sp)
|
/linux-3.4.99/include/linux/ |
D | syscalls.h | 85 #define __SC_DECL6(t6, a6, ...) t6 a6, __SC_DECL5(__VA_ARGS__) argument 92 #define __SC_LONG6(t6, a6, ...) long a6, __SC_LONG5(__VA_ARGS__) argument 99 #define __SC_CAST6(t6, a6, ...) (t6) a6, __SC_CAST5(__VA_ARGS__) argument 107 #define __SC_TEST6(t6, a6, ...) __SC_TEST(t6); __SC_TEST5(__VA_ARGS__) argument
|
/linux-3.4.99/arch/mips/lib/ |
D | csum_partial.S | 33 #define t6 $14 macro 445 EXC( LOAD t6, UNIT(6)(src), .Ll_exc_copy) 461 EXC( STORE t6, UNIT(6)(dst), .Ls_exc) 462 ADDC(sum, t6)
|
D | memcpy-inatomic.S | 134 #define t6 $14 macro
|