OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sub_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
27333
HOST_WIDE_INT
sub_value
= value_hi_lo[i];
27335
if (
sub_value
& sign_bit)
27336
sub_value
|= upper_32bits;
27338
op2_hi_lo[i] = GEN_INT (
sub_value
);
27342
if (code == AND &&
sub_value
!= -1 &&
sub_value
!= 0
27277
HOST_WIDE_INT
sub_value
= value_hi_lo[i];
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
26897
HOST_WIDE_INT
sub_value
= value_hi_lo[i];
26899
if (
sub_value
& sign_bit)
26900
sub_value
|= upper_32bits;
26902
op2_hi_lo[i] = GEN_INT (
sub_value
);
26906
if (code == AND &&
sub_value
!= -1 &&
sub_value
!= 0
26841
HOST_WIDE_INT
sub_value
= value_hi_lo[i];
local
Completed in 55 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026