OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:value2_hi
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c
13102
uint64_t
value2_hi
= highWordToU64 (value2);
local
13106
uint64_t xproductmid1 = value1_lo *
value2_hi
;
13108
uint64_t xproducthi = value1_hi *
value2_hi
;
/src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c
13102
uint64_t
value2_hi
= highWordToU64 (value2);
local
13106
uint64_t xproductmid1 = value1_lo *
value2_hi
;
13108
uint64_t xproducthi = value1_hi *
value2_hi
;
Completed in 23 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026