Home
last modified time | relevance | path

Searched refs:ror64 (Results 1 – 12 of 12) sorted by relevance

/qemu/target/arm/tcg/
A Dcrypto_helper.c413 return ror64(x, 28) ^ ror64(x, 34) ^ ror64(x, 39); in S0_512()
418 return ror64(x, 14) ^ ror64(x, 18) ^ ror64(x, 41); in S1_512()
423 return ror64(x, 1) ^ ror64(x, 8) ^ (x >> 7); in s0_512()
428 return ror64(x, 19) ^ ror64(x, 61) ^ (x >> 6); in s1_512()
A Diwmmxt_helper.c569 x = ror64(x, n); in HELPER()
A Dvec_helper.c2714 d[i] = ror64(n[i] ^ m[i], shr); in HELPER()
/qemu/target/riscv/
A Dvcrypto_helper.c68 RVVCALL(OPIVV2, vror_vv_d, OP_UUU_D, H8, H8, H8, ror64) in RVVCALL()
77 RVVCALL(OPIVX2, vror_vx_d, OP_UUU_D, H8, H8, ror64) in RVVCALL()
422 return ror64(x, 1) ^ ror64(x, 8) ^ (x >> 7); in sig0_sha512()
427 return ror64(x, 19) ^ ror64(x, 61) ^ (x >> 6); in sig1_sha512()
488 return ror64(x, 28) ^ ror64(x, 34) ^ ror64(x, 39); in sum0_64()
498 return ror64(x, 14) ^ ror64(x, 18) ^ ror64(x, 41); in sum1_64()
/qemu/target/ppc/
A Dint_helper.c360 right = ror64(right | (src & m), n); in helper_CFUGED()
362 left = ror64(left | (src & m), n); in helper_CFUGED()
2995 r->VsrD(i) = ror64(a->VsrD(i), 1) ^ in helper_vshasigmad()
2996 ror64(a->VsrD(i), 8) ^ in helper_vshasigmad()
2999 r->VsrD(i) = ror64(a->VsrD(i), 19) ^ in helper_vshasigmad()
3000 ror64(a->VsrD(i), 61) ^ in helper_vshasigmad()
3005 r->VsrD(i) = ror64(a->VsrD(i), 28) ^ in helper_vshasigmad()
3006 ror64(a->VsrD(i), 34) ^ in helper_vshasigmad()
3007 ror64(a->VsrD(i), 39); in helper_vshasigmad()
3009 r->VsrD(i) = ror64(a->VsrD(i), 14) ^ in helper_vshasigmad()
[all …]
A Dexcp_helper.c2876 stage0_h |= ror64(rb & 0xff, 8 * (2 * i + 1)); in hash_digest()
2878 stage0_l |= ror64((rb >> 32) & 0xff, 8 * (2 * i + 1)); in hash_digest()
/qemu/include/qemu/
A Dbitops.h468 static inline uint64_t ror64(uint64_t word, unsigned int shift) in ror64() function
/qemu/tcg/
A Dtci.c860 regs[r0] = ror64(regs[r1], regs[r2] & 63); in tcg_qemu_tb_exec()
A Doptimize.c484 return ror64(x, y & 63); in do_constant_folding_2()
/qemu/accel/tcg/
A Dtcg-runtime-gvec.c1013 *(uint64_t *)(d + i) = ror64(*(uint64_t *)(a + i), sh); in HELPER()
/qemu/target/ppc/translate/
A Dvmx-impl.c.inc1608 * m = ror64(m, plen);
/qemu/target/mips/tcg/
A Dmsa_helper.c8223 return ror64(bswap64(x), 32); in bswap32x2()

Completed in 87 milliseconds