Lines Matching defs:tmp
102 physreg_t tmp = entry->dst < 2 ? 2 : 0;
108 .dst = tmp,
113 * with tmp above will also move dst to tmp. Account for that here.
117 tmp + (entry->dst & 1u) : entry->dst;
119 /* Do the original swap with src replaced with tmp */
122 .src = {.reg = tmp + (entry->src.reg & 1)},
131 .dst = tmp,
193 physreg_t tmp = !entry->src.flags && entry->src.reg < 2 ? 2 : 0;
198 .dst = tmp,
202 /* Similar to in do_swap(), account for src being swapped with tmp if
207 src.reg = tmp + (src.reg & 1u);
212 .dst = tmp + (entry->dst & 1),
219 .dst = tmp,