You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MVE/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ The steps for creating the processor hardware are not described here, but the te
30
30
31
31
### Map Custom Instructions
32
32
33
-
The include file `./inc/aci_gpr_lib.h` contains the ACI mapping for the `popc_u32` instruction. In this example, the `CX1A` intrinsic function is used with `ID=0` and `imm=0`. Further instructions may be defined with a different `imm` value.
33
+
The include file `./inc/aci_mve_lib.h` contains the ACI mapping for the `alpha-blending` instruction. In this example, the `VCX3QA` intrinsic function is used with `ID=0` and `imm=0`. Further instructions may be defined with a different `imm` value.
34
34
35
35
The header file also defines the functions:
36
36
37
-
-`aci_gpr_init` to enable the related ACI accelerator.
38
-
-`aci_gpr_NS_access` which is called in secure mode to enable access in non-secure mode.
37
+
-`aci_init` to enable the related ACI accelerator.
0 commit comments