Searched refs:mskql (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/arch/alpha/lib/ |
D | csum_partial_copy.c | 29 #define mskql(x,y,z) \ macro 126 mskql(word, len, word); in csum_partial_cfu_aligned() 180 mskql(word, len, word); in csum_partial_cfu_dest_aligned() 206 mskql(partial_dest, doff, partial_dest); in csum_partial_cfu_src_aligned() 223 mskql(word, len, word); in csum_partial_cfu_src_aligned() 265 mskql(partial_dest, doff, partial_dest); in csum_partial_cfu_unaligned() 296 mskql(word, len-doff, word); in csum_partial_cfu_unaligned() 317 mskql(word, len-doff, word); in csum_partial_cfu_unaligned()
|
D | memset.S | 57 mskql $4,$16,$4 /* .. E1 (and possible load stall) */ 95 mskql $1,$16,$4 /* E0 (after load stall) */ 98 mskql $2,$6,$4 /* E0 */
|
D | ev6-memset.S | 86 mskql $4,$16,$4 # U : clear relevant parts of the quad 218 mskql $1,$16,$4 # U : Clear old 221 mskql $2,$6,$4 # U : 263 mskql $4,$16,$4 # U : clear relevant parts of the quad 395 mskql $1,$16,$4 # U : Clear old 398 mskql $2,$6,$4 # U : 450 mskql $4,$16,$4 # U : clear relevant parts of the quad 582 mskql $1,$16,$4 # U : Clear old 585 mskql $2,$6,$4 # U :
|
D | clear_user.S | 94 mskql $5, $6, $5 # e0 : take care of misaligned head 104 mskql $5, $6, $4 # e0 :
|
D | stxcpy.S | 50 mskql t0, a1, t0 # e0 : assemble the first output word 136 mskql t0, a0, t0 # e0 : 146 mskql t6, a1, t6 # e0 : mask out the bits we have 248 mskql t6, a0, t6 # e0 :
|
D | ev6-stxcpy.S | 62 mskql t0, a1, t0 # U : assemble the first output word 159 mskql t0, a0, t0 # U : 169 mskql t6, a1, t6 # U : mask out the bits we have 278 mskql t6, a0, t6 # U :
|
D | stxncpy.S | 58 mskql t0, a1, t0 # e0 : assemble the first output word 159 mskql t0, a0, t0 # e0 : mask trailing garbage in dst 170 mskql t6, a1, t6 # e0 : mask out bits already seen 305 mskql t6, a0, t6 # e0 :
|
D | strncpy_from_user.S | 47 mskql t0, a1, t0 # e0 : assemble the first output word 147 mskql t0, a0, t0 # e0 : mask trailing garbage in dst 158 mskql t6, a1, t6 # e0 : already seen 277 mskql t6, a0, t6 # e0 :
|
D | ev6-strncpy_from_user.S | 87 mskql t0, a1, t0 # U : assemble the first output word 180 mskql t0, a0, t0 # U : mask trailing garbage in dst 193 mskql t6, a1, t6 # U : already seen 336 mskql t6, a0, t6 # E :
|
D | ev6-stxncpy.S | 70 mskql t0, a1, t0 # U : assemble the first output word 198 mskql t0, a0, t0 # U : mask trailing garbage in dst 212 mskql t6, a1, t6 # U : mask out bits already seen 350 mskql t6, a0, t6 # U :
|
D | copy_user.S | 121 mskql $2,$0,$2
|
D | ev6-clear_user.S | 84 mskql $5, $6, $5 # .. U .. .. : take care of misaligned head
|