jay: Add missing ROR case

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41064>
This commit is contained in:
Kenneth Graunke 2026-04-16 11:08:19 -07:00 committed by Marge Bot
parent 6c862b1951
commit e55af8793f

View file

@ -319,6 +319,7 @@ emit(struct brw_codegen *p,
OP1(FBH, FBH)
OP1(LZD, LZD)
OP2(ROL, ROL)
OP2(ROR, ROR)
OP2(AVG, AVG)
OP2(ADD, ADD)
OP2(MUL, MUL)