Searched refs:emit_alu_mov_64bit (Results 1 – 1 of 1) sorted by relevance
1094 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