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:
Sviatoslav Peleshko 2023-10-11 13:19:05 +03:00 committed by Marge Bot
parent 8eaa0db13f
commit bc46cc7807

View file

@ -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);