Searched defs:fpround (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c1522 UInt fpround; local
1556 fpround = (UInt)pair;
1559 vex_state->guest_FPROUND = fpround & 3;
1890 emulation warning, and return (warn << 32) | fpround value.
1916 /* Given fpround as an IRRoundingMode value, create a suitable x87
1918 ULong amd64g_create_fpucw ( ULong fpround )
1920 fpround &= 3;
1921 return 0x037F | (fpround << 10);
1941 ULong fpround; local
1966 fpround
[all...]
H A Dguest_x86_helpers.c1466 emulation warning, and return (warn << 32) | fpround value.
1491 /* Given fpround as an IRRoundingMode value, create a suitable x87
1493 UInt x86g_create_fpucw ( UInt fpround )
1495 fpround &= 3;
1496 return 0x037F | (fpround << 10);
1577 UInt fpround; local
1611 fpround = (UInt)pair;
1614 vex_state->guest_FPROUND = fpround & 3;

Completed in 168 milliseconds