mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user