Home
last modified time | relevance | path

Searched refs:reg8_low (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dregister_allocate_test.cpp228 struct ra_class *reg8_low = ra_alloc_reg_class(regs); in TEST_F() local
235 ra_class_add_reg(reg8_low, low); in TEST_F()
261 struct ra_class *reg8_low = ra_get_class_from_index(regs, 0); in TEST_F() local
262 ASSERT_EQ(ra_class_index(reg8_low), 0); in TEST_F()
271 EXPECT_TRUE(ra_class_allocations_conflict(reg8_low, 2 * i, reg16, 8 + i)); in TEST_F()