From c51c3a8fe30abf52c4b2d1fe302bd0057c543571 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 16 Feb 2021 11:00:43 -0500 Subject: [PATCH] pan/bi: Add 32-bit atomic pseudoinstruction To enable scheduler lowering to an ATOM_CX pair. Signed-off-by: Alyssa Rosenzweig Tested-by: Icecream95 Part-of: --- src/panfrost/bifrost/ISA.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml index a245e61ecb3..6b3bd69803b 100644 --- a/src/panfrost/bifrost/ISA.xml +++ b/src/panfrost/bifrost/ISA.xml @@ -8175,6 +8175,41 @@ + + + + + + + + aadd + + + + + + asmin + asmax + aumin + aumax + aand + aor + axor + + + + + + + + ainc + adec + aumax1 + asmax1 + aor1 + + +