Searched refs:stno (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_helpers.c | 1849 Int stno, preg; in do_put_x87() local 1863 for (stno = 0; stno < 8; stno++) { in do_put_x87() 1864 preg = (stno + ftop) & 7; in do_put_x87() 1878 convert_f80le_to_f64le( &x87->reg[10*stno], in do_put_x87() 1909 Int i, stno, preg; in do_get_x87() local 1928 for (stno = 0; stno < 8; stno++) { in do_get_x87() 1929 preg = (stno + ftop) & 7; in do_get_x87() 1934 &x87->reg[10*stno] ); in do_get_x87() 1939 &x87->reg[10*stno] ); in do_get_x87() 1971 Int r, stno; in amd64g_dirtyhelper_XSAVE_COMPONENT_0() local [all …]
|
D | guest_x86_helpers.c | 1605 Int stno, preg; in do_put_x87() local 1619 for (stno = 0; stno < 8; stno++) { in do_put_x87() 1620 preg = (stno + ftop) & 7; in do_put_x87() 1634 convert_f80le_to_f64le( &x87->reg[10*stno], in do_put_x87() 1665 Int i, stno, preg; in do_get_x87() local 1684 for (stno = 0; stno < 8; stno++) { in do_get_x87() 1685 preg = (stno + ftop) & 7; in do_get_x87() 1690 &x87->reg[10*stno] ); in do_get_x87() 1695 &x87->reg[10*stno] ); in do_get_x87() 1714 Int r, stno; in x86g_dirtyhelper_FXSAVE() local [all …]
|