Searched refs:index_word (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dsoftfloat.c52 #define index_word(total, n) ((total) - 1 - (n)) macro
61 #define index_word(total, n) (n) macro
812 m_out[index_word(4, 1)] = z0 >> 32;
813 m_out[index_word(4, 0)] = z0;
815 m_out[index_word(4, 3)] = z64 >> 32;
816 m_out[index_word(4, 2)] = z64;
911 m = (uint64_t) m_128[index_word(4, 3)] << 32 | m_128[index_word(4, 2)];
912 if (m_128[index_word(4, 1)] || m_128[index_word(
[all...]

Completed in 3 milliseconds