Home | History | Annotate | Download | only in priv

Lines Matching full:fpround

1475    UInt       fpround;
1506 /* handle the control word, setting FPROUND and detecting any
1509 fpround = (UInt)pair;
1512 vex_state->guest_FPROUND = fpround & 3;
1842 Extract from it the required FPROUND value and any resulting
1843 emulation warning, and return (warn << 32) | fpround value.
1869 /* Given fpround as an IRRoundingMode value, create a suitable x87
1871 ULong amd64g_create_fpucw ( ULong fpround )
1873 fpround &= 3;
1874 return 0x037F | (fpround << 10);
1894 ULong fpround;
1916 /* handle the control word, setting FPROUND and detecting any
1919 fpround = pair & 0xFFFFFFFFULL;
1922 vex_state->guest_FPROUND = fpround & 3;