Searched refs:x87_exceptions (Results 1 – 1 of 1) sorted by relevance
120 uint8_t x87_exceptions = bit_cast<unsigned char*>( in MacroFeSetExceptionsAndRoundImmTranslate() local133 if (x87_exceptions) { in MacroFeSetExceptionsAndRoundImmTranslate()135 Or<uint8_t>(x87_status_word, x87_exceptions); in MacroFeSetExceptionsAndRoundImmTranslate()146 x87_exceptions | (((kRiscVRoundingModes << kMxcsrRmPosition) >> (rm * 2)) & in MacroFeSetExceptionsAndRoundImmTranslate()227 uint8_t x87_exceptions = bit_cast<unsigned char*>( in MacroFeSetExceptionsImmTranslate() local239 if (x87_exceptions) { in MacroFeSetExceptionsImmTranslate()241 Or<uint8_t>(x87_status_word, x87_exceptions); in MacroFeSetExceptionsImmTranslate()243 Or<uint8_t>(mxcsr, x87_exceptions); in MacroFeSetExceptionsImmTranslate()254 Register x87_exceptions) { in MacroFeSetExceptionsTranslate() argument272 Mov<uint8_t>(x87_exceptions, in MacroFeSetExceptionsTranslate()[all …]