mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +02:00
Predicate registers can be written from the scalar ALU by using a special cat2 encoding: if the dst is encoded as a0.c, the instruction will execute on the scalar ALU and write to p0.c. This commit follows the blob and disassembles scalar predicates as up0.c. The "u" presumably stands for "uniform". Signed-off-by: Job Noorman <jnoorman@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36614> |
||
|---|---|---|
| .. | ||
| encode.c | ||
| ir3-cat0.xml | ||
| ir3-cat1.xml | ||
| ir3-cat2.xml | ||
| ir3-cat3.xml | ||
| ir3-cat4.xml | ||
| ir3-cat5.xml | ||
| ir3-cat6.xml | ||
| ir3-cat7.xml | ||
| ir3-common.xml | ||
| ir3-disasm.c | ||
| ir3.xml | ||
| isa.h | ||
| meson.build | ||