OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:halfsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc
5164
rtx
halfsize
;
local
5168
halfsize
= GEN_INT (GET_MODE_BITSIZE (ihmode));
5172
re = gen_rtx_ZERO_EXTRACT (ihmode, re,
halfsize
, const0_rtx);
5178
im = gen_rtx_ZERO_EXTRACT (ihmode, im,
halfsize
,
halfsize
);
/src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc
5196
rtx
halfsize
;
local
5200
halfsize
= GEN_INT (GET_MODE_BITSIZE (ihmode));
5204
re = gen_rtx_ZERO_EXTRACT (ihmode, re,
halfsize
, const0_rtx);
5210
im = gen_rtx_ZERO_EXTRACT (ihmode, im,
halfsize
,
halfsize
);
Completed in 64 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026