Home | History | Annotate | Download | only in priv

Lines Matching full:fpround

1547    UInt       fpround;
1578 /* handle the control word, setting FPROUND and detecting any
1581 fpround = (UInt)pair & 0xFFFFFFFFULL;
1584 vex_state->guest_FPROUND = fpround & 3;
1914 Extract from it the required FPROUND value and any resulting
1915 emulation warning, and return (warn << 32) | fpround value.
1941 /* Given fpround as an IRRoundingMode value, create a suitable x87
1943 ULong amd64g_create_fpucw ( ULong fpround )
1945 fpround &= 3;
1946 return 0x037F | (fpround << 10);
2084 UInt fpround;
2113 /* handle the control word, setting FPROUND and detecting any
2116 fpround = (UInt)pair & 0xFFFFFFFFULL;
2119 vex_state->guest_FPROUND = fpround & 3;