Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcrypto_helper.c182 uint32_t rotl = rol32(x, shamt); in HELPER() local
184 return sext32_xlen(rotl ^ (uint32_t)rs1); in HELPER()
196 uint32_t rotl = rol32(x, shamt); in HELPER() local
198 return sext32_xlen(rotl ^ (uint32_t)rs1); in HELPER()
/qemu/include/tcg/
H A Dtcg-opc.h82 DEF(rotl, 1, 2, 0, TCG_OPF_INT)
/qemu/hw/usb/
H A Dhcd-xhci.c2454 static uint32_t rotl(uint32_t v, unsigned count) in rotl() function
2464 val = rotl(lo - 0x49434878, 32 - ((hi>>8) & 0x1F)); in xhci_nec_challenge()
2465 val += rotl(lo + 0x49434878, hi & 0x1F); in xhci_nec_challenge()
2466 val -= rotl(hi ^ 0x49434878, (lo >> 16) & 0x1F); in xhci_nec_challenge()
/qemu/docs/devel/
H A Dtcg-ops.rst397 * - rotl *t0*, *t1*, *t2*