Home
last modified time | relevance | path

Searched refs:x87_exceptions (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/
Dmacro_assembler_floating_point_impl.h120 uint8_t x87_exceptions = bit_cast<unsigned char*>( in MacroFeSetExceptionsAndRoundImmTranslate() local
133 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() local
239 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() argument
272 Mov<uint8_t>(x87_exceptions, in MacroFeSetExceptionsTranslate()
[all …]