aco: allow output modifiers for ldexp_f16

It also supports imod for the first operand, but we cannot express that at
moment.

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21174>
This commit is contained in:
Georg Lehmann 2023-02-07 21:35:25 +01:00 committed by Marge Bot
parent b63aa2bb8e
commit 4c9ac73064

View file

@ -777,7 +777,7 @@ VOP2 = {
( -1, -1, 0x30, 0x30, -1, -1, "v_max_i16", False, False),
( -1, -1, 0x31, 0x31, -1, -1, "v_min_u16", False, False),
( -1, -1, 0x32, 0x32, -1, -1, "v_min_i16", False, False),
( -1, -1, 0x33, 0x33, 0x3b, 0x3b, "v_ldexp_f16", False, False),
( -1, -1, 0x33, 0x33, 0x3b, 0x3b, "v_ldexp_f16", False, True),
( -1, -1, -1, 0x34, 0x25, 0x25, "v_add_u32", False, False), # called v_add_nc_u32 in RDNA
( -1, -1, -1, 0x35, 0x26, 0x26, "v_sub_u32", False, False), # called v_sub_nc_u32 in RDNA
( -1, -1, -1, 0x36, 0x27, 0x27, "v_subrev_u32", False, False), # called v_subrev_nc_u32 in RDNA