Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h90 op2_sub_int = 53, enumerator
Dsfn_alu_defines.cpp147 {op2_sub_int ,AluOp(2, 0, AluOp::a, AluOp::a, AluOp::a, "SUB_INT")},
Dsfn_instr_mem.cpp316 shader.emit_instruction(new AluInstr(op2_sub_int, vf.dest(instr->dest, 0, pin_free), in emit_atomic_pre_dec()
Dsfn_instr_alu.cpp1364 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()
Dsfn_assembler.cpp1267 {op2_sub_int, ALU_OP2_SUB_INT},