Searched refs:ror8 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc-exynos.c | 472 __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 D | bitops.h | 175 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8() function
|
/openbmc/qemu/include/qemu/ |
H A D | bitops.h | 408 static inline uint8_t ror8(uint8_t word, unsigned int shift) in ror8() function
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 65 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 D | tcg-runtime-gvec.c | 977 *(uint8_t *)(d + i) = ror8(*(uint8_t *)(a + i), sh); in HELPER()
|