diff options
Diffstat (limited to 'src/panfrost/bifrost/bifrost.h')
-rw-r--r-- | src/panfrost/bifrost/bifrost.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/bifrost.h b/src/panfrost/bifrost/bifrost.h index 31ea14db63c..602788a7225 100644 --- a/src/panfrost/bifrost/bifrost.h +++ b/src/panfrost/bifrost/bifrost.h @@ -111,7 +111,11 @@ struct bifrost_fma_2src { #define BIFROST_ADD_OP_BLEND (0x1952c) #define BIFROST_ADD_OP_FRCP_FAST_F32 (0x0cc00) +#define BIFROST_ADD_OP_FRCP_FAST_F16_X (0x0ce10) +#define BIFROST_ADD_OP_FRCP_FAST_F16_Y (0x0ce30) #define BIFROST_ADD_OP_FRSQ_FAST_F32 (0x0cc20) +#define BIFROST_ADD_OP_FRSQ_FAST_F16_X (0x0ce50) +#define BIFROST_ADD_OP_FRSQ_FAST_F16_Y (0x0ce70) struct bifrost_add_inst { unsigned src0 : 3; |