Searched refs:ftop (Results 1 – 3 of 3) sorted by relevance
53 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7; in x87_to_vex() local71 *(UInt*)(vex_state + OFFB_FTOP) = ftop; in x87_to_vex()87 UInt ftop = *(UInt*)(vex_state + OFFB_FTOP); in vex_to_x87() local94 x87->env[FP_ENV_STAT] = (ftop & 7) << 11; in vex_to_x87()281 UInt ftop = *(UInt*)(vex_state + OFFB_FTOP); in printVexState() local285 r == ftop ? "##" : " ", in printVexState()
1854 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7; in do_put_x87() local1864 preg = (stno + ftop) & 7; in do_put_x87()1885 vex_state->guest_FTOP = ftop; in do_put_x87()1914 UInt ftop = vex_state->guest_FTOP; in do_get_x87() local1922 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()1929 preg = (stno + ftop) & 7; in do_get_x87()2362 UInt ftop = vex_state->guest_FTOP; in amd64g_dirtyhelper_FSTENV() local2370 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) )); in amd64g_dirtyhelper_FSTENV()2377 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FSTENV()2415 UInt ftop = vex_state->guest_FTOP; in amd64g_dirtyhelper_FNSAVES() local[all …]
1610 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7; in do_put_x87() local1620 preg = (stno + ftop) & 7; in do_put_x87()1641 vex_state->guest_FTOP = ftop; in do_put_x87()1670 UInt ftop = vex_state->guest_FTOP; in do_get_x87() local1678 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()1685 preg = (stno + ftop) & 7; in do_get_x87()