mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 08:30:10 +01:00
i965/disasm: fix disasm of 3-src doubles
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
45066a6a59
commit
367e762a71
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ static const char *const three_source_reg_encoding[] = {
|
|||
[BRW_3SRC_TYPE_F] = "F",
|
||||
[BRW_3SRC_TYPE_D] = "D",
|
||||
[BRW_3SRC_TYPE_UD] = "UD",
|
||||
[BRW_3SRC_TYPE_DF] = "DF",
|
||||
};
|
||||
|
||||
const int reg_type_size[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue