Home | History | Annotate | Download | only in priv

Lines Matching defs:fpround

1522    UInt       fpround;
1553 /* handle the control word, setting FPROUND and detecting any
1556 fpround = (UInt)pair;
1559 vex_state->guest_FPROUND = fpround & 3;
1889 Extract from it the required FPROUND value and any resulting
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;
1963 /* handle the control word, setting FPROUND and detecting any
1966 fpround = pair & 0xFFFFFFFFULL;
1969 vex_state->guest_FPROUND = fpround & 3;