Home
last modified time | relevance | path

Searched defs:shiftb (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/hexagon/lib/
H A Dmemcpy.S170 #define shiftb R14 /* used to extract bytes */ define
270 shiftb = and(shift, #8); define
303 shiftb = and(shift, #16); define
447 shiftb = and(shift2, #32); define
478 shiftb = and(shift2, #16); define
/kernel/linux/linux-6.6/arch/hexagon/lib/
H A Dmemcpy.S170 #define shiftb R14 /* used to extract bytes */ define
270 shiftb = and(shift, #8); define
303 shiftb = and(shift, #16); define
447 shiftb = and(shift2, #32); define
478 shiftb = and(shift2, #16); define
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1274 unsigned int shiftb = ctx->key_sz << 2; in hpre_ecdh_fill_curve() local

Completed in 6 milliseconds