OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ror64
(Results
1 - 3
of
3
) sorted by null
/external/qemu/include/qemu/
bitops.h
257
*
ror64
- rotate a 64-bit value right
261
static inline uint64_t
ror64
(uint64_t word, unsigned int shift)
function
/external/qemu/target-arm/
iwmmxt_helper.c
581
x =
ror64
(x, n);
/external/qemu/tcg/
optimize.c
246
return
ror64
(x, y);
[
all
...]
Completed in 92 milliseconds