dotprod: aarch32 run dotprod code and generate undefined error. [1/1]

PD#SWPL-195843

Problem:
cts fail when aarch32 run dotprod code;
Generate undefined error.

Solution:
add dotprod instructions support in aarch32.

Verify:
sc2 ah212

Change-Id: I0b527b670af8bdcbfe55fca7a8755b3acc1d44a8
Signed-off-by: Yan Wang <yan.wang@amlogic.com>
This commit is contained in:
Yan Wang
2024-12-10 10:29:17 +08:00
committed by Dongjin Kim
parent 3dfa498525
commit 76880201e8

View File

@@ -650,6 +650,11 @@ call_fpe:
.word 0xff100000 @ mask
.word 0xf4000000 @ opcode
#ifdef CONFIG_AMLOGIC_ARMV8_AARCH32
.word 0xff000800 @ mask
.word 0xfc000800 @ opcode
#endif
.word 0x00000000 @ mask
.word 0x00000000 @ opcode
@@ -660,6 +665,11 @@ call_fpe:
.word 0xff100000 @ mask
.word 0xf9000000 @ opcode
#ifdef CONFIG_AMLOGIC_ARMV8_AARCH32
.word 0xff000800 @ mask
.word 0xfc000800 @ opcode
#endif
.word 0x00000000 @ mask
.word 0x00000000 @ opcode
#endif