Lines Matching refs:preg
1810 Int stno, preg; in do_put_x87() local
1825 preg = (stno + ftop) & 7; in do_put_x87()
1826 tag = (tagw >> (2*preg)) & 3; in do_put_x87()
1834 vexRegs[preg] = 0; /* IEEE754 64-bit zero */ in do_put_x87()
1835 vexTags[preg] = 0; in do_put_x87()
1840 (UChar*)&vexRegs[preg] ); in do_put_x87()
1841 vexTags[preg] = 1; in do_put_x87()
1870 Int i, stno, preg; in do_get_x87() local
1890 preg = (stno + ftop) & 7; in do_get_x87()
1891 if (vexTags[preg] == 0) { in do_get_x87()
1893 tagw |= (3 << (2*preg)); in do_get_x87()
1894 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
1898 tagw |= (0 << (2*preg)); in do_get_x87()
1899 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
2195 Int i, stno, preg; in amd64g_dirtyhelper_FSTENV() local
2214 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FSTENV()
2215 if (vexTags[preg] == 0) { in amd64g_dirtyhelper_FSTENV()
2217 tagw |= (3 << (2*preg)); in amd64g_dirtyhelper_FSTENV()
2220 tagw |= (0 << (2*preg)); in amd64g_dirtyhelper_FSTENV()
2247 Int i, stno, preg; in amd64g_dirtyhelper_FNSAVES() local
2266 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FNSAVES()
2267 if (vexTags[preg] == 0) { in amd64g_dirtyhelper_FNSAVES()
2269 tagw |= (3 << (2*preg)); in amd64g_dirtyhelper_FNSAVES()
2270 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in amd64g_dirtyhelper_FNSAVES()
2274 tagw |= (0 << (2*preg)); in amd64g_dirtyhelper_FNSAVES()
2275 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in amd64g_dirtyhelper_FNSAVES()
2301 Int stno, preg; in amd64g_dirtyhelper_FRSTORS() local
2316 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FRSTORS()
2317 tag = (tagw >> (2*preg)) & 3; in amd64g_dirtyhelper_FRSTORS()
2324 vexRegs[preg] = 0; /* IEEE754 64-bit zero */ in amd64g_dirtyhelper_FRSTORS()
2325 vexTags[preg] = 0; in amd64g_dirtyhelper_FRSTORS()
2329 (UChar*)&vexRegs[preg] ); in amd64g_dirtyhelper_FRSTORS()
2330 vexTags[preg] = 1; in amd64g_dirtyhelper_FRSTORS()