Searched refs:rol16 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | bitops.h | 145 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16() function
|
/openbmc/qemu/include/qemu/ |
H A D | bitops.h | 418 static inline uint16_t rol16(uint16_t word, unsigned int shift) in rol16() function
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 84 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 D | excp_helper.c | 2861 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 D | tcg-runtime-gvec.c | 749 *(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 D | ddp.c | 927 sum = rol16(sum, 1); in atalk_sum_partial()
|