On Tue, 2026-06-30 at 20:12 +0530, Nikhil Kumar Singh wrote:
> + REQUIRE_INSNS_FLAGS(ctx, CACHE);
> +
> + /*
> + * As per PowerISA v3.1, the L field (mapped to a->rt in X-form)
> + * can have values 0, 1, 3, 4, or 6. Other values are Undefined
> Behavior (UB).
> + */
> + switch (a->rt) {
> + case 0: /* dcbf */
> + case 1: /* dcbfl */
> + case 3: /* dcbflp */
> + case 4: /* dcbfps */
> + case 6: /* dcbstps */
Thanks for this addition Nikhil.
Reviewed-by: Shivang Upadhyay <[email protected]>
~Shivang.