Searched refs:insqh (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | csum_partial_copy.c | 39 #define insqh(x,y,z) \ macro 40 __asm__ __volatile__("insqh %1,%2,%0":"=r" (z):"r" (x),"r" (y)) 199 insqh(word, doff, partial_dest); in csum_partial_cfu_src_aligned() 219 insqh(word, doff, partial_dest); in csum_partial_cfu_src_aligned() 267 insqh(word, doff, partial_dest); in csum_partial_cfu_unaligned() 289 insqh(word, doff, partial_dest); in csum_partial_cfu_unaligned()
|
H A D | strlen.S | 27 insqh $2, $16, $2
|
H A D | strcat.S | 25 insqh $2, $16, $2
|
H A D | ev67-strcat.S | 37 insqh $2, $16, $2 # U :
|
H A D | ev67-strlen.S | 31 insqh $2, $16, $2 # U :
|
H A D | strncat.S | 30 insqh $2, $16, $2
|
H A D | memset.S | 90 insqh $17,$6,$4 /* E0 */
|
H A D | ev67-strncat.S | 40 insqh $2, $0, $2 # U :
|
H A D | ev6-memset.S | 211 insqh $17,$6,$4 # U : New bits 389 insqh $17,$6,$4 # U : New bits 577 insqh $17,$6,$4 # U : New bits
|
H A D | memchr.S | 108 insqh $3, $16, $2 # .. e0 : $2 = 0000ffffffffffff ($16<0:2> ff)
|
H A D | ev6-memchr.S | 128 insqh $3, $16, $2 # U : $2 = 0000ffffffffffff ($16<0:2> ff)
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | csum_partial_copy.c | 40 #define insqh(x,y,z) \ macro 41 __asm__ __volatile__("insqh %1,%2,%0":"=r" (z):"r" (x),"r" (y)) 200 insqh(word, doff, partial_dest); in csum_partial_cfu_src_aligned() 220 insqh(word, doff, partial_dest); in csum_partial_cfu_src_aligned() 268 insqh(word, doff, partial_dest); in csum_partial_cfu_unaligned() 290 insqh(word, doff, partial_dest); in csum_partial_cfu_unaligned()
|
H A D | ev67-strcat.S | 37 insqh $2, $16, $2 # U :
|
H A D | ev67-strlen.S | 31 insqh $2, $16, $2 # U :
|
H A D | strlen.S | 27 insqh $2, $16, $2
|
H A D | strcat.S | 25 insqh $2, $16, $2
|
H A D | strncat.S | 30 insqh $2, $16, $2
|
H A D | ev67-strncat.S | 40 insqh $2, $0, $2 # U :
|
H A D | memset.S | 90 insqh $17,$6,$4 /* E0 */
|
H A D | ev6-memset.S | 211 insqh $17,$6,$4 # U : New bits 389 insqh $17,$6,$4 # U : New bits 577 insqh $17,$6,$4 # U : New bits
|
H A D | memchr.S | 108 insqh $3, $16, $2 # .. e0 : $2 = 0000ffffffffffff ($16<0:2> ff)
|
H A D | ev6-memchr.S | 128 insqh $3, $16, $2 # U : $2 = 0000ffffffffffff ($16<0:2> ff)
|
Completed in 7 milliseconds