Searched refs:mskql (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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 | 60 mskql $4,$16,$4 /* .. E1 (and possible load stall) */ 98 mskql $1,$16,$4 /* E0 (after load stall) */ 101 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 | 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 | 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
|