OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mode_to_bytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
machmode.h
562
mode_to_bytes
(machine_mode mode)
function
577
return
mode_to_bytes
(mode) * BITS_PER_UNIT;
644
#define GET_MODE_SIZE(MODE) ((unsigned short)
mode_to_bytes
(MODE).coeffs[0])
649
return
mode_to_bytes
(mode);
656
return
mode_to_bytes
(mode);
663
return
mode_to_bytes
(mode).coeffs[0];
864
return
mode_to_bytes
(mode).is_constant ();
/src/external/gpl3/gcc.old/dist/gcc/
machmode.h
546
mode_to_bytes
(machine_mode mode)
function
561
return
mode_to_bytes
(mode) * BITS_PER_UNIT;
628
#define GET_MODE_SIZE(MODE) ((unsigned short)
mode_to_bytes
(MODE).coeffs[0])
633
return
mode_to_bytes
(mode);
640
return
mode_to_bytes
(mode);
647
return
mode_to_bytes
(mode).coeffs[0];
832
return
mode_to_bytes
(mode).is_constant ();
Completed in 20 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026