OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_high
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
s390-vregs.exp
93
set
b_high
3
97
set b [expr ($
b_high
<< 32) | $b_low]
147
proc hex128 {a_high a_low
b_high
b_low} {
148
set result [format "%x%08x%08x%08x" $a_high $a_low $
b_high
$b_low]
162
[expr $
b_high
* (32 - $i) * $
b_high
* 32] \
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
s390-vregs.exp
93
set
b_high
3
97
set b [expr ($
b_high
<< 32) | $b_low]
147
proc hex128 {a_high a_low
b_high
b_low} {
148
set result [format "%x%08x%08x%08x" $a_high $a_low $
b_high
$b_low]
162
[expr $
b_high
* (32 - $i) * $
b_high
* 32] \
/src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc
416
double_int a_high, a_low,
b_high
, b_low;
local
426
b_high
.low = b->data.high;
427
b_high
.high = 0;
433
low_high = a_low *
b_high
;
435
high_high = a_high *
b_high
;
/src/external/gpl3/gcc.old/dist/libgcc/
fixed-bit.c
281
INTunion a_high, a_low,
b_high
, b_low;
298
b_high
.s.low = bb.s.high;
299
b_high
.s.high = 0;
305
low_high.ll = a_low.ll *
b_high
.ll;
307
high_high.ll = a_high.ll *
b_high
.ll;
/src/external/gpl3/gcc/dist/gcc/
fixed-value.cc
416
double_int a_high, a_low,
b_high
, b_low;
local
426
b_high
.low = b->data.high;
427
b_high
.high = 0;
433
low_high = a_low *
b_high
;
435
high_high = a_high *
b_high
;
/src/external/gpl3/gcc/dist/libgcc/
fixed-bit.c
281
INTunion a_high, a_low,
b_high
, b_low;
298
b_high
.s.low = bb.s.high;
299
b_high
.s.high = 0;
305
low_high.ll = a_low.ll *
b_high
.ll;
307
high_high.ll = a_high.ll *
b_high
.ll;
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026