Searched refs:stno (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_helpers.c | 1626 Int stno, preg; in do_put_x87() local 1640 for (stno = 0; stno < 8; stno++) { in do_put_x87() 1641 preg = (stno + ftop) & 7; in do_put_x87() 1655 convert_f80le_to_f64le( &x87->reg[10*stno], in do_put_x87() 1686 Int i, stno, preg; in do_get_x87() local 1705 for (stno = 0; stno < 8; stno++) { in do_get_x87() 1706 preg = (stno + ftop) & 7; in do_get_x87() 1711 &x87->reg[10*stno] ); in do_get_x87() 1716 &x87->reg[10*stno] ); in do_get_x87() 1745 Int r, stno; in amd64g_dirtyhelper_FXSAVE() local [all …]
|
D | guest_x86_helpers.c | 1568 Int stno, preg; in do_put_x87() local 1582 for (stno = 0; stno < 8; stno++) { in do_put_x87() 1583 preg = (stno + ftop) & 7; in do_put_x87() 1597 convert_f80le_to_f64le( &x87->reg[10*stno], in do_put_x87() 1628 Int i, stno, preg; in do_get_x87() local 1647 for (stno = 0; stno < 8; stno++) { in do_get_x87() 1648 preg = (stno + ftop) & 7; in do_get_x87() 1653 &x87->reg[10*stno] ); in do_get_x87() 1658 &x87->reg[10*stno] ); in do_get_x87() 1677 Int r, stno; in x86g_dirtyhelper_FXSAVE() local [all …]
|