Home
last modified time | relevance | path

Searched defs:shiftb (Results 1 – 2 of 2) sorted by relevance

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