intel/compiler/xe2: Add extra flag registers.
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26860>
This commit is contained in:
committed by
Marge Bot
parent
f974eacab3
commit
7f39e51dd5
@@ -194,10 +194,10 @@ struct backend_instruction {
|
||||
*/
|
||||
bool eot:1;
|
||||
|
||||
/* Chooses which flag subregister (f0.0 to f1.1) is used for conditional
|
||||
/* Chooses which flag subregister (f0.0 to f3.1) is used for conditional
|
||||
* mod and predication.
|
||||
*/
|
||||
unsigned flag_subreg:2;
|
||||
unsigned flag_subreg:3;
|
||||
|
||||
/**
|
||||
* Systolic depth used by DPAS instruction.
|
||||
|
||||
Reference in New Issue
Block a user