Lines Matching defs:low
93 /* reg32low is any of the low 8 registers. */
102 /* reg64low is pairs of the low 8 registers (with wraparound!) */
130 /* reg32low is any of the low 8 registers. */
135 /* reg64low is pairs of the low 8 registers (we're ignoring the wraparound thing here) */
154 struct ra_class *low = ra_alloc_contig_reg_class(regs, 1);
156 ra_class_add_reg(low, i);
164 ASSERT_EQ(low->q[low->index], 1);
165 ASSERT_EQ(low->q[high->index], 0);
166 ASSERT_EQ(high->q[low->index], 0);