Francisco Casas 88b644a11d vkd3d-shader/tpf: Don't store sm4 instruction extra bits in the opcode.
Adding extra bits to instr->opcode doesn't seem correct, given that it
is an enum.

For instance, get_opcode_info() would return NULL if additional bits are
added to instr->opcode. This is not a problem now because that function
is called when reading and not writing.
2023-10-05 16:16:24 +02:00
..
2023-10-02 22:25:14 +02:00
2023-09-21 19:16:32 +02:00
2018-06-27 22:43:49 +02:00