Home
last modified time | relevance | path

Searched defs:GET_MODE_BITSIZE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dmachmode.h96 #define GET_MODE_BITSIZE(MODE) ((unsigned short) (GET_MODE_SIZE (MODE) * BITS_PER_UNIT)) macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmachmode.h106 #define GET_MODE_BITSIZE(MODE) (mode_bitsize[(int) (MODE)]) macro