• Home
  • Raw
  • Download

Lines Matching refs:preg

1945    Int        stno, preg;  in do_put_x87()  local
1959 preg = (stno + ftop) & 7; in do_put_x87()
1960 tag = (tagw >> (2*preg)) & 3; in do_put_x87()
1968 vexRegs[preg] = 0; /* IEEE754 64-bit zero */ in do_put_x87()
1969 vexTags[preg] = 0; in do_put_x87()
1974 (UChar*)&vexRegs[preg] ); in do_put_x87()
1975 vexTags[preg] = 1; in do_put_x87()
2004 Int i, stno, preg; in do_get_x87() local
2024 preg = (stno + ftop) & 7; in do_get_x87()
2025 if (vexTags[preg] == 0) { in do_get_x87()
2027 tagw |= (3 << (2*preg)); in do_get_x87()
2028 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
2032 tagw |= (0 << (2*preg)); in do_get_x87()
2033 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
2453 Int i, stno, preg; in amd64g_dirtyhelper_FSTENV() local
2472 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FSTENV()
2473 if (vexTags[preg] == 0) { in amd64g_dirtyhelper_FSTENV()
2475 tagw |= (3 << (2*preg)); in amd64g_dirtyhelper_FSTENV()
2478 tagw |= (0 << (2*preg)); in amd64g_dirtyhelper_FSTENV()
2505 Int i, stno, preg; in amd64g_dirtyhelper_FNSAVES() local
2524 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FNSAVES()
2525 if (vexTags[preg] == 0) { in amd64g_dirtyhelper_FNSAVES()
2527 tagw |= (3 << (2*preg)); in amd64g_dirtyhelper_FNSAVES()
2528 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in amd64g_dirtyhelper_FNSAVES()
2532 tagw |= (0 << (2*preg)); in amd64g_dirtyhelper_FNSAVES()
2533 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in amd64g_dirtyhelper_FNSAVES()
2559 Int stno, preg; in amd64g_dirtyhelper_FRSTORS() local
2574 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FRSTORS()
2575 tag = (tagw >> (2*preg)) & 3; in amd64g_dirtyhelper_FRSTORS()
2582 vexRegs[preg] = 0; /* IEEE754 64-bit zero */ in amd64g_dirtyhelper_FRSTORS()
2583 vexTags[preg] = 0; in amd64g_dirtyhelper_FRSTORS()
2587 (UChar*)&vexRegs[preg] ); in amd64g_dirtyhelper_FRSTORS()
2588 vexTags[preg] = 1; in amd64g_dirtyhelper_FRSTORS()