Searched refs:mskql (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/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() 181 mskql(word, len, word); in csum_partial_cfu_dest_aligned() 208 mskql(partial_dest, doff, partial_dest); in csum_partial_cfu_src_aligned() 225 mskql(word, len, word); in csum_partial_cfu_src_aligned() 268 mskql(partial_dest, doff, partial_dest); in csum_partial_cfu_unaligned() 299 mskql(word, len-doff, word); in csum_partial_cfu_unaligned() 320 mskql(word, len-doff, word); in csum_partial_cfu_unaligned()
|
D | memset.S | 58 mskql $4,$16,$4 /* .. E1 (and possible load stall) */ 96 mskql $1,$16,$4 /* E0 (after load stall) */ 99 mskql $2,$6,$4 /* E0 */
|
D | ev6-memset.S | 85 mskql $4,$16,$4 # U : clear relevant parts of the quad 217 mskql $1,$16,$4 # U : Clear old 220 mskql $2,$6,$4 # U : 262 mskql $4,$16,$4 # U : clear relevant parts of the quad 394 mskql $1,$16,$4 # U : Clear old 397 mskql $2,$6,$4 # U : 449 mskql $4,$16,$4 # U : clear relevant parts of the quad 581 mskql $1,$16,$4 # U : Clear old 584 mskql $2,$6,$4 # U :
|
D | clear_user.S | 93 mskql $5, $6, $5 # e0 : take care of misaligned head 103 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 145 mskql t0, a0, t0 # e0 : mask trailing garbage in dst 156 mskql t6, a1, t6 # e0 : already seen 275 mskql t6, a0, t6 # e0 :
|
D | ev6-strncpy_from_user.S | 86 mskql t0, a1, t0 # U : assemble the first output word 179 mskql t0, a0, t0 # U : mask trailing garbage in dst 192 mskql t6, a1, t6 # U : already seen 335 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 | 120 mskql $2,$0,$2
|
D | ev6-clear_user.S | 81 mskql $5, $6, $5 # .. U .. .. : take care of misaligned head
|