Searched refs:ror8 (Results 1 – 3 of 3) sorted by relevance
| /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 | 64 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 D | tcg-runtime-gvec.c | 976 *(uint8_t *)(d + i) = ror8(*(uint8_t *)(a + i), sh); in HELPER()
|