Home | History | Annotate | Download | only in priv

Lines Matching defs:Bound

102       /* Used when .disp == Bound and we are looking for vregs to
105 /* Optimisation: used when .disp == Bound. Indicates when the
113 Bound /* in use (holding value of some vreg) */
116 /* If .disp == Bound, what vreg is it bound to? */
168 Only do the search for vregs which are Bound in the running state,
192 vassert(state[k].disp == Bound);
434 case Bound: vex_printf("BoundTo "); \
974 vassert(rreg_state[j].disp == Bound
992 if (rreg_state[j].disp != Bound) {
1008 if (rreg_state[j].disp != Bound)
1019 vassert(rreg_state[k].disp == Bound);
1055 if (rreg_state[m].disp == Bound && rreg_state[m].vreg == vregS)
1082 /* ------ Free up rregs bound to dead vregs ------ */
1088 if (rreg_state[j].disp != Bound)
1151 if (rreg_state[k].disp == Bound) {
1291 vassert(rreg_state[k].disp == Bound);
1326 Bound;
1375 if (rreg_state[k].disp != Bound)
1408 vassert(rreg_state[spillee].disp == Bound);