mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
pan/bi: Add CSEL.64 opcode
Chain twice for full 64-bit CSEL. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4789>
This commit is contained in:
parent
100edfe26d
commit
2f286eed2a
1 changed files with 1 additions and 0 deletions
|
|
@ -1069,6 +1069,7 @@ static const struct add_op_info add_op_infos[] = {
|
|||
{ 0x0ea68, "SEL.YX.i16", ADD_TWO_SRC },
|
||||
{ 0x0ea78, "SEL.YY.i16", ADD_TWO_SRC },
|
||||
{ 0x0ec00, "F32_TO_F16", ADD_TWO_SRC },
|
||||
{ 0x0e840, "CSEL.64", ADD_THREE_SRC }, // u2u32(src2) ? src0 : src1
|
||||
{ 0x0f640, "ICMP.GL.GT", ADD_TWO_SRC }, // src0 > src1 ? 1 : 0
|
||||
{ 0x0f648, "ICMP.GL.GE", ADD_TWO_SRC },
|
||||
{ 0x0f650, "UCMP.GL.GT", ADD_TWO_SRC },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue