Searched refs:op2_sub_int (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_alu_defines.h | 90 op2_sub_int = 53, enumerator
|
D | sfn_alu_defines.cpp | 147 {op2_sub_int ,AluOp(2, 0, AluOp::a, AluOp::a, AluOp::a, "SUB_INT")},
|
D | sfn_instr_mem.cpp | 316 shader.emit_instruction(new AluInstr(op2_sub_int, vf.dest(instr->dest, 0, pin_free), in emit_atomic_pre_dec()
|
D | sfn_instr_alu.cpp | 1364 case nir_op_ineg: return emit_alu_comb_with_zero(*alu, op2_sub_int, shader); in from_nir() 1367 case nir_op_isub: return emit_alu_op2_int(*alu, op2_sub_int, shader); in from_nir()
|
D | sfn_assembler.cpp | 1267 {op2_sub_int, ALU_OP2_SUB_INT},
|