Searched refs:op2_add (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instr_test.cpp | 89 AluInstr alu(op2_add, in TEST_F() 108 EXPECT_EQ(alu.opcode(), op2_add); in TEST_F() 217 AluInstr alu1(op2_add, r128z, r128x, r128y, {alu_write}); in TEST_F() 219 EXPECT_NE(alu1, AluInstr(op2_add, r128z, r128x, new Register( 129, 2, pin_none), {alu_write})); in TEST_F() 220 EXPECT_NE(alu1, AluInstr(op2_add, r128z, r128x, new Register( 128, 0, pin_none), {alu_write})); in TEST_F() 221 EXPECT_NE(alu1, AluInstr(op2_add, r128z, r128x, new Register( 128, 1, pin_chan), {alu_write})); in TEST_F() 368 EXPECT_THROW(AluInstr(op2_add, in TEST_F() 373 EXPECT_THROW(AluInstr(op2_add, in TEST_F() 383 EXPECT_THROW(AluInstr(op2_add, in TEST_F()
|
D | sfn_instrfromstring_test.cpp | 109 AluInstr expect(op2_add, in TEST_F() 122 AluInstr expect(op2_add, in TEST_F() 135 AluInstr expect(op2_add, in TEST_F() 185 AluInstr expect(op2_add, in TEST_F() 197 AluInstr expect(op2_add, in TEST_F()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_peephole.cpp | 73 case op2_add: in visit()
|
D | sfn_alu_defines.h | 39 op2_add = 0, enumerator
|
D | sfn_alu_defines.cpp | 108 {op2_add ,AluOp(2, 1, AluOp::a, AluOp::a, AluOp::a, "ADD")},
|
D | sfn_instr_alu.cpp | 1308 case nir_op_fadd: return emit_alu_op2(*alu, op2_add, shader); in from_nir() 1344 case nir_op_fsub: return emit_alu_op2(*alu, op2_add, shader, op2_opt_neg_src1); in from_nir()
|
D | sfn_assembler.cpp | 1214 {op2_add, ALU_OP2_ADD},
|