Searched refs:mod8 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/alpha/lib/ |
H A D | ev6-memcpy.S | 41 and $16, 7, $1 # E : Are both 0mod8? 57 and $16, 7, $1 # E : Are we at 0mod8 yet? 183 and $0, 7, $1 # E : dest alignment mod8 195 and $4, 7, $1 # E : dest 0mod8 yet?
|
H A D | ev6-memset.S | 76 beq $3,aligned_b # U : target is 0mod8 254 beq $3,aligned # U : target is 0mod8 442 beq $3,aligned_w # U : target is 0mod8
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | amifb.c | 557 #define mod8(v) ((v) & 7) macro 1334 par->diwstop_h = par->htotal - mod8(par->hsstrt) + 8 - (1 << clk_shift); in ami_decode_var()
|