Table 1: Commonly used machine modes in GCC
QImodeQuarter integer mode. Represents a single byte treated as an integer.
HImodeHalf integer mode. Represents a two-byte integer.
SImodeSingle integer mode. Represents a four-byte integer.
SFmodeSingle floating-point mode. Represents a four-byte floating number.
DFmodeDouble floating-point mode. Represents an eight-byte floating number.