Home
last modified time | relevance | path

Searched refs:rol16 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dbitops.h145 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16() function
/openbmc/qemu/include/qemu/
H A Dbitops.h418 static inline uint16_t rol16(uint16_t word, unsigned int shift) in rol16() function
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c84 RVVCALL(OPIVV2, vrol_vv_h, OP_UUU_H, H2, H2, H2, rol16) in RVVCALL()
93 RVVCALL(OPIVX2, vrol_vx_h, OP_UUU_H, H2, H2, rol16) in RVVCALL()
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c2861 fxleft[i] = (rol16(xleft[i], 1) & in helper_SIMON_LIKE_32_64()
2862 rol16(xleft[i], 8)) ^ rol16(xleft[i], 2); in helper_SIMON_LIKE_32_64()
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c749 *(uint16_t *)(d + i) = rol16(*(uint16_t *)(a + i), shift); in HELPER()
941 *(uint16_t *)(d + i) = rol16(*(uint16_t *)(a + i), sh); in HELPER()
/openbmc/linux/net/appletalk/
H A Dddp.c927 sum = rol16(sum, 1); in atalk_sum_partial()