Searched refs:shiftb (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/hexagon/lib/ |
H A D | memcpy.S | 170 #define shiftb R14 /* used to extract bytes */ define 270 shiftb = and(shift, #8); define 302 ldata0 = lsr(ldata0, shiftb); 303 shiftb = and(shift, #16); define 308 ldata0 = lsr(ldata0, shiftb); 447 shiftb = and(shift2, #32); define 476 ldata0 = lsr(ldata0, shiftb); 478 shiftb = and(shift2, #16); define 482 ldata0 = lsr(ldata0, shiftb);
|
/kernel/linux/linux-6.6/arch/hexagon/lib/ |
H A D | memcpy.S | 170 #define shiftb R14 /* used to extract bytes */ define 270 shiftb = and(shift, #8); define 302 ldata0 = lsr(ldata0, shiftb); 303 shiftb = and(shift, #16); define 308 ldata0 = lsr(ldata0, shiftb); 447 shiftb = and(shift2, #32); define 476 ldata0 = lsr(ldata0, shiftb); 478 shiftb = and(shift2, #16); define 482 ldata0 = lsr(ldata0, shiftb);
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 1274 unsigned int shiftb = ctx->key_sz << 2; in hpre_ecdh_fill_curve() local 1277 void *b = ctx->ecdh.p + shiftb - cur_sz; in hpre_ecdh_fill_curve()
|
Completed in 7 milliseconds