OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numwords
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc
1982
const int
numwords
= (GET_MODE_SIZE (mode) <= UNITS_PER_WORD) ? 1 : 2;
local
1987
return 4 *
numwords
;
1989
return 2 *
numwords
;
/src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc
1979
const int
numwords
= (GET_MODE_SIZE (mode) <= UNITS_PER_WORD) ? 1 : 2;
local
1984
return 4 *
numwords
;
1986
return 2 *
numwords
;
Completed in 18 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026