Home
last modified time | relevance | path

Searched refs:ror8 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc-exynos.c472 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
480 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
493 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
/openbmc/linux/include/linux/
H A Dbitops.h175 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8() function
/openbmc/qemu/include/qemu/
H A Dbitops.h408 static inline uint8_t ror8(uint8_t word, unsigned int shift) in ror8() function
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c65 RVVCALL(OPIVV2, vror_vv_b, OP_UUU_B, H1, H1, H1, ror8) in RVVCALL()
74 RVVCALL(OPIVX2, vror_vx_b, OP_UUU_B, H1, H1, ror8) in RVVCALL()
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c977 *(uint8_t *)(d + i) = ror8(*(uint8_t *)(a + i), sh); in HELPER()