OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:muls64
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
host-utils.c
86
void
muls64
(uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b)
function
101
printf("
muls64
: 0x%016llx * 0x%016llx = 0x%016llx%016llx\n",
host-utils.h
38
static inline void
muls64
(uint64_t *plow, uint64_t *phigh,
function
46
void
muls64
(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b);
/external/qemu/target-i386/
op_helper.c
[
all
...]
Completed in 117 milliseconds