Searched refs:rintPos (Results 1 – 1 of 1) sorted by relevance
70 void emitRoundMode(RoundMode, const int pos, const int rintPos);211 CodeEmitterGK110::emitRoundMode(RoundMode rnd, const int pos, const int rintPos) in emitRoundMode() argument227 if (rint && rintPos >= 0) in emitRoundMode()228 code[rintPos / 32] |= 1 << (rintPos % 32); in emitRoundMode()