Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/tpf.c:
write_sm4_instruction(tpf, &instr);
}
+static void write_sm4_movc(const struct tpf_writer *tpf, enum vkd3d_sm4_opcode opcode,
This should probably be called `write_sm4_ternary_op()` and placed just below `write_sm4_binary_op_with_two_destinations()`.