Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp243 auto R131w = new Register( 131, 3, 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()
249 EXPECT_NE(alu, AluInstr(op3_cnde, R130z, 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()
253 EXPECT_NE(alu, AluInstr(op3_cnde, R130x, R130y, R131z, R131w, {alu_write})); in TEST_F()
302 auto R131w = new Register( 131, 3, pin_none); in TEST_F() local
310 R131x, R131y, R131z, R131w}); in TEST_F()
337 check(**i, AluInstr(op2_dot4_ieee, R132w, R131z, R131w, {alu_last_instr})); in TEST_F()