Home
last modified time | relevance | path

Searched refs:emit_alu_op2_int (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp1108 static bool emit_alu_op2_int(const nir_alu_instr& alu, EAluOp opcode, Shader& shader,
1226 case nir_op_ishl: return emit_alu_op2_int(*alu, op2_lshl_int, shader); in from_nir()
1227 case nir_op_ishr: return emit_alu_op2_int(*alu, op2_ashr_int, shader); in from_nir()
1228 case nir_op_ushr: return emit_alu_op2_int(*alu, op2_lshr_int, shader); in from_nir()
1244 case nir_op_ishl: return emit_alu_op2_int(*alu, op2_lshl_int, shader); in from_nir()
1245 case nir_op_ishr: return emit_alu_op2_int(*alu, op2_ashr_int, shader); in from_nir()
1246 case nir_op_ushr: return emit_alu_op2_int(*alu, op2_lshr_int, shader); in from_nir()
1286 case nir_op_bfm: return emit_alu_op2_int(*alu, op2_bfm_int, shader, op2_opt_none); in from_nir()
1348 case nir_op_iadd: return emit_alu_op2_int(*alu, op2_add_int, shader); in from_nir()
1349 case nir_op_iand: return emit_alu_op2_int(*al in from_nir()
1893 static bool emit_alu_op2_int(const nir_alu_instr& alu, EAluOp opcode, Shader& shader, emit_alu_op2_int() function
[all...]

Completed in 3 milliseconds