Home
last modified time | relevance | path

Searched refs:c3210 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/none/tests/amd64/
Dbug132918.c12 ULong c3210; in do_fprem() local
27 : /*out*/ "=r" (c3210) in do_fprem()
32 res->i = (int)(c3210 & 0x4700); /* mask for C3,2,1,0 */ in do_fprem()
/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c1857 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700; in do_put_x87() local
1888 vex_state->guest_FC3210 = c3210; in do_put_x87()
1915 UInt c3210 = vex_state->guest_FC3210; in do_get_x87() local
1922 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
2363 ULong c3210 = vex_state->guest_FC3210; in amd64g_dirtyhelper_FSTENV() local
2370 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) )); in amd64g_dirtyhelper_FSTENV()
2416 UInt c3210 = vex_state->guest_FC3210; in amd64g_dirtyhelper_FNSAVES() local
2422 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in amd64g_dirtyhelper_FNSAVES()
2472 UInt c3210 = x87->env[FPS_ENV_STAT] & 0x4700; in amd64g_dirtyhelper_FRSTORS() local
2501 vex_state->guest_FC3210 = c3210; in amd64g_dirtyhelper_FRSTORS()
Dguest_x86_helpers.c1613 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700; in do_put_x87() local
1644 vex_state->guest_FC3210 = c3210; in do_put_x87()
1671 UInt c3210 = vex_state->guest_FC3210; in do_get_x87() local
1678 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()