Home
last modified time | relevance | path

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

/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.c64 RVVCALL(OPIVV2, vror_vv_b, OP_UUU_B, H1, H1, H1, ror8) in RVVCALL()
73 RVVCALL(OPIVX2, vror_vx_b, OP_UUU_B, H1, H1, ror8) in RVVCALL()
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c976 *(uint8_t *)(d + i) = ror8(*(uint8_t *)(a + i), sh); in HELPER()