Searched refs:rol8 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | bitops.h | 165 static inline __u8 rol8(__u8 word, unsigned int shift) in rol8() function
|
/openbmc/qemu/include/qemu/ |
H A D | bitops.h | 398 static inline uint8_t rol8(uint8_t word, unsigned int shift) in rol8() function
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 83 RVVCALL(OPIVV2, vrol_vv_b, OP_UUU_B, H1, H1, H1, rol8) in RVVCALL() 92 RVVCALL(OPIVX2, vrol_vx_b, OP_UUU_B, H1, H1, rol8) in RVVCALL()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-runtime-gvec.c | 737 *(uint8_t *)(d + i) = rol8(*(uint8_t *)(a + i), shift); in HELPER() 929 *(uint8_t *)(d + i) = rol8(*(uint8_t *)(a + i), sh); in HELPER()
|