OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pp_hl
(Results
1 - 6
of
6
) 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/gcc/dist/libgcc/
fp-bit.c
844
UDItype
pp_hl
= (UDItype) mh * nl;
849
UDItype ps_hh__ =
pp_hl
+ pp_lh;
850
if (ps_hh__ <
pp_hl
)
852
pp_hl
= (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
853
res0 = pp_ll +
pp_hl
;
/src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.c
844
UDItype
pp_hl
= (UDItype) mh * nl;
849
UDItype ps_hh__ =
pp_hl
+ pp_lh;
850
if (ps_hh__ <
pp_hl
)
852
pp_hl
= (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
853
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 33 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026