Searched refs:mod64 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/alpha/lib/ |
D | ev6-memcpy.S | 63 and $16, 63, $1 # E : get mod64 alignment 74 and $16, 63, $1 # E : get mod64 alignment
|
D | ev6-memset.S | 120 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64) 297 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64) 484 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
|
D | ev6-clear_user.S | 113 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64
|
/linux-4.1.27/drivers/video/fbdev/ |
D | amifb.c | 572 #define mod64(v) ((v) & 63) macro
|