Home
last modified time | relevance | path

Searched refs:op2_ashr_int (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h59 op2_ashr_int = 21, enumerator
Dsfn_instr_alu.cpp1227 case nir_op_ishr: return emit_alu_op2_int(*alu, op2_ashr_int, shader); in from_nir()
1245 case nir_op_ishr: return emit_alu_op2_int(*alu, op2_ashr_int, shader); in from_nir()
1253 case nir_op_ishr: return emit_alu_trans_op2_eg(*alu, op2_ashr_int, shader); in from_nir()
Dsfn_alu_defines.cpp124 {op2_ashr_int ,AluOp(2, 0, AluOp::t, AluOp::a, AluOp::a, "ASHR_INT")},
Dsfn_assembler.cpp1234 {op2_ashr_int, ALU_OP2_ASHR_INT},