mesa/src/freedreno
Danylo Piliaiev 1c6c200c0d ir3: add newly found shlg.b16 instruction
Example of blob's output:
  (nop3) shlg.b16 hr8.x, (r)8, (r)hr8.x, 12

It does: (src2 << src1) | src2

src1 and src2 could be GPRs, relative GPRs, relative consts,
or immidiates. However, they could not be plain const registers.

Blob does use it in conjuncture with "samgq" instruction.

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11760>
2021-07-09 13:00:29 +00:00
..
.gitlab-ci ir3: add newly found shlg.b16 instruction 2021-07-09 13:00:29 +00:00
afuc freedreno/afuc: Print uintptr_t with PRIxPTR 2021-06-02 03:57:20 +00:00
ci ci: Rename Debian based build jobs from meson-* to debian-* 2021-07-09 10:24:41 +00:00
common freedreno: Move pkt parsing helpers to common 2021-05-31 23:34:43 +00:00
computerator freedreno/computerator: Fix local_size typo 2021-06-28 16:06:23 +00:00
decode freedreno: Move pkt parsing helpers to common 2021-05-31 23:34:43 +00:00
drm freedreno: Flush if at risk of overflowing bos table 2021-06-21 18:45:23 +00:00
drm-shim freedreno/drm-shim: keep GEM buffers page-aligned 2021-06-14 17:30:01 +00:00
ds freedreno: Add perfetto renderpass support 2021-05-10 15:34:07 +00:00
fdl freedreno/fdl: Give the tiling mode a nice name in debug dumps. 2021-06-17 22:47:51 +00:00
ir2 freedreno/ir2: Re-indent 2021-04-17 15:38:56 +00:00
ir3 ir3: add newly found shlg.b16 instruction 2021-07-09 13:00:29 +00:00
isa ir3: add newly found shlg.b16 instruction 2021-07-09 13:00:29 +00:00
perfcntrs freedreno: Fix fdperf flush 2021-06-09 19:08:53 -07:00
registers freedreno/a6xx: Make SP_XS_PVT_MEM_HW_STACK_OFFSET non-inline 2021-06-25 15:57:54 +00:00
rnn freedreno/headergen2: Fix compile warnings with CP_DRAW_INDIRECT_MULTI 2021-05-31 23:34:43 +00:00
vulkan turnip: Mark local variable ASSERTED 2021-07-09 10:24:41 +00:00
.clang-format ir3: Add foreach_dst/foreach_dst_n 2021-06-29 08:08:12 +00:00
.dir-locals.el freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
.editorconfig freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
meson.build freedreno: Add freedreno pps driver 2021-05-10 15:34:07 +00:00