Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp239 auto R130x = new Register( 130, 0, pin_none); in TEST_F() local
245 AluInstr alu(op3_cnde, R130x, R130y, R131z, R131w, {alu_write, alu_last_instr}); in TEST_F()
247 EXPECT_NE(alu, AluInstr(op3_muladd, R130x, R130y, R131z, R131w, {alu_write, alu_last_instr})); in TEST_F()
250 EXPECT_NE(alu, AluInstr(op3_cnde, R130x, R130z, R131z, R131w, {alu_write, alu_last_instr})); in TEST_F()
251 EXPECT_NE(alu, AluInstr(op3_cnde, R130x, R130y, R130z, R131w, {alu_write, alu_last_instr})); in TEST_F()
252 EXPECT_NE(alu, AluInstr(op3_cnde, R130x, R130y, R131z, R130z, {alu_write, alu_last_instr})); in TEST_F()
253 EXPECT_NE(alu, AluInstr(op3_cnde, R130x, R130y, R131z, R131w, {alu_write})); in TEST_F()
269 auto R130x = new Register( 130, 0, pin_none); in TEST_F() local
273 AluInstr alu(op1_mov, R130x, R130y, {alu_write, alu_last_instr}); in TEST_F()
275 EXPECT_NE(alu, AluInstr(op1_cos, R130x, R130y, {alu_write, alu_last_instr})); in TEST_F()
[all …]