Home
last modified time | relevance | path

Searched refs:ror16 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dtcg-excp_helper.c116 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 Dbitops.h428 static inline uint16_t ror16(uint16_t word, unsigned int shift) in ror16() function
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c65 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 Dtcg-runtime-gvec.c988 *(uint16_t *)(d + i) = ror16(*(uint16_t *)(a + i), sh); in HELPER()