OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pp_hl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c
734
UDItype
pp_hl
= mh * nl;
local
739
UDItype ps_hh__ =
pp_hl
+ pp_lh;
740
if (ps_hh__ <
pp_hl
)
742
pp_hl
= (ps_hh__ << 32) & 0xffffffff00000000LL;
743
res0 = pp_ll +
pp_hl
;
/src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c
734
UDItype
pp_hl
= mh * nl;
local
739
UDItype ps_hh__ =
pp_hl
+ pp_lh;
740
if (ps_hh__ <
pp_hl
)
742
pp_hl
= (ps_hh__ << 32) & 0xffffffff00000000LL;
743
res0 = pp_ll +
pp_hl
;
/src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c
1342
uint64_t
pp_hl
= mh * nl;
local
1347
uint64_t ps_hh__ =
pp_hl
+ pp_lh;
1348
if (ps_hh__ <
pp_hl
)
1350
pp_hl
= (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1351
res0 = pp_ll +
pp_hl
;
/src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c
1342
uint64_t
pp_hl
= mh * nl;
local
1347
uint64_t ps_hh__ =
pp_hl
+ pp_lh;
1348
if (ps_hh__ <
pp_hl
)
1350
pp_hl
= (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1351
res0 = pp_ll +
pp_hl
;
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026