mesa/src/broadcom/qpu
Alejandro Piñeiro 5cb00f7e77 broadcom/qpu: use back BITFIELD64_RANGE for ANYOPMASK
This is the original definition for ANYOPMASK, until we found that
clang raised a warning using the option shift-count-overflow, so we
used an alternative.

That warning was fixed with commit 6e2bb716b0, so let's restore
previous version.

Note that other good thing of that warning being fixed is that now we
can use without warning OP_RANGE with bit 63 (in the case that any
broadcom opcode used that bit)

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25776>
2023-10-27 11:45:09 +00:00
..
tests broadcom/qpu: define v3d_qpu_input, use on v3d_qpu_alu_instr 2023-10-13 22:37:41 +00:00
meson.build broadcom: fix dependencies in static_library() calls 2022-09-14 09:38:28 +00:00
qpu_disasm.c broadcom/compiler: implement small immediates for v71 2023-10-13 22:37:42 +00:00
qpu_disasm.h broadcom/qpu: rename from VC5 to V3D 2021-04-29 11:22:12 +02:00
qpu_instr.c broadcom/qpu: new packing/conversion v71 instructions 2023-10-13 22:37:42 +00:00
qpu_instr.h broadcom/qpu: new packing/conversion v71 instructions 2023-10-13 22:37:42 +00:00
qpu_pack.c broadcom/qpu: use back BITFIELD64_RANGE for ANYOPMASK 2023-10-27 11:45:09 +00:00
qpu_validate.c