Searched refs:op2_dot4_ieee (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instr_test.cpp | 312 AluInstr alu(op2_dot4_ieee, R132x, src, {alu_write, alu_last_instr}, 4); in TEST_F() 325 check(**i, AluInstr(op2_dot4_ieee, R132x, R130x, R130y, {alu_write})); in TEST_F() 329 check(**i, AluInstr(op2_dot4_ieee, R132y, R130z, R130w, {})); in TEST_F() 333 check(**i, AluInstr(op2_dot4_ieee, R132z, R131x, R131y, {})); in TEST_F() 337 check(**i, AluInstr(op2_dot4_ieee, R132w, R131z, R131w, {alu_last_instr})); in TEST_F()
|
D | sfn_instrfromstring_test.cpp | 263 AluInstr expect(op2_dot4_ieee, in TEST_F()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_alu_defines.h | 182 op2_dot4_ieee = 191, enumerator
|
D | sfn_alu_defines.cpp | 192 {op2_dot4_ieee ,AluOp(2, 1, AluOp::v, AluOp::v, AluOp::v, "DOT4_IEEE")},
|
D | sfn_instr_alu.cpp | 2110 op2_dot4 : op2_dot4_ieee; in emit_dot() 2143 op2_dot4 : op2_dot4_ieee; in emit_fdph()
|
D | sfn_assembler.cpp | 1358 {op2_dot4_ieee, ALU_OP2_DOT4_IEEE},
|