Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp1094 static bool emit_alu_mov_64bit(const nir_alu_instr& alu, Shader& shader);
1180 case nir_op_mov: return emit_alu_mov_64bit(*alu, shader); in from_nir()
1456 static bool emit_alu_mov_64bit(const nir_alu_instr& alu, Shader& shader) in emit_alu_mov_64bit() function