Searched refs:ror16 (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/ppc/ |
| H A D | tcg-excp_helper.c | 116 temp = ror16(k[i + 3], 3) ^ k[i + 1]; in helper_SIMON_LIKE_32_64() 117 k[i + 4] = c ^ z ^ k[i] ^ temp ^ ror16(temp, 1); in helper_SIMON_LIKE_32_64()
|
| /openbmc/qemu/include/qemu/ |
| H A D | bitops.h | 428 static inline uint16_t ror16(uint16_t word, unsigned int shift) in ror16() function
|
| /openbmc/qemu/target/riscv/ |
| H A D | vcrypto_helper.c | 65 RVVCALL(OPIVV2, vror_vv_h, OP_UUU_H, H2, H2, H2, ror16) in RVVCALL() 74 RVVCALL(OPIVX2, vror_vx_h, OP_UUU_H, H2, H2, ror16) in RVVCALL()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | tcg-runtime-gvec.c | 988 *(uint16_t *)(d + i) = ror16(*(uint16_t *)(a + i), sh); in HELPER()
|