Home | History | Annotate | Download | only in priv

Lines Matching defs:fpround

1465    Extract from it the required FPROUND value and any resulting
1466 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;
1608 /* handle the control word, setting FPROUND and detecting any
1611 fpround = (UInt)pair;
1614 vex_state->guest_FPROUND = fpround & 3;