intel/tools/i965_asm: Allow src0 and src2 of ternary instructions to be imm
Signed-off-by: Sviatoslav Peleshko <sviatoslav.peleshko@globallogic.com> Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25657>
This commit is contained in:
parent
8eaa0db13f
commit
bc46cc7807
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,7 @@ nopinstruction:
|
|||
|
||||
/* Ternary operand instruction */
|
||||
ternaryinstruction:
|
||||
predicate ternaryopcodes saturate cond_mod execsize dst src src src instoptions
|
||||
predicate ternaryopcodes saturate cond_mod execsize dst srcimm src srcimm instoptions
|
||||
{
|
||||
brw_set_default_access_mode(p, $10.access_mode);
|
||||
i965_asm_ternary_instruction($2, p, $6, $7, $8, $9);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue