Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp312 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()
Dsfn_instrfromstring_test.cpp263 AluInstr expect(op2_dot4_ieee, in TEST_F()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h182 op2_dot4_ieee = 191, enumerator
Dsfn_alu_defines.cpp192 {op2_dot4_ieee ,AluOp(2, 1, AluOp::v, AluOp::v, AluOp::v, "DOT4_IEEE")},
Dsfn_instr_alu.cpp2110 op2_dot4 : op2_dot4_ieee; in emit_dot()
2143 op2_dot4 : op2_dot4_ieee; in emit_fdph()
Dsfn_assembler.cpp1358 {op2_dot4_ieee, ALU_OP2_DOT4_IEEE},