From 06562fd78b66a5cfa4e90e8794c4d518436fd621 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 30 Mar 2022 10:13:14 -0400 Subject: [PATCH] pan/va: Add missing TABLE (SFU) instructions Equivalent to their Bifrost predecessors. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/valhall/ISA.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml index b5f76763bb3..e736b8cda8f 100644 --- a/src/panfrost/bifrost/valhall/ISA.xml +++ b/src/panfrost/bifrost/valhall/ISA.xml @@ -1671,6 +1671,11 @@ + + + + + Performs a given special function. The floating-point reciprocal (`FRCP`) and reciprocal square root (`FRSQ`) instructions may be freely used as-is. @@ -1683,6 +1688,8 @@ + + Performs a given special function.The trigonometric tables (`FSIN_TABLE.u6` and `FCOS_TABLE.u6`) are crude, requiring both an argument reduction and postprocessing.