mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
xtensa: Fix typo in xchal_cpX_store macros' invocation
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
0c41611429
commit
c372e1e295
@@ -151,7 +151,7 @@ _xtensa_coproc_savestate:
|
|||||||
bbci.l a2, 3, 2f
|
bbci.l a2, 3, 2f
|
||||||
l32i a14, a13, 12
|
l32i a14, a13, 12
|
||||||
add a3, a14, a15
|
add a3, a14, a15
|
||||||
xchal_cp3store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
xchal_cp3_store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
||||||
2:
|
2:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -159,7 +159,7 @@ _xtensa_coproc_savestate:
|
|||||||
bbci.l a2, 4, 2f
|
bbci.l a2, 4, 2f
|
||||||
l32i a14, a13, 16
|
l32i a14, a13, 16
|
||||||
add a3, a14, a15
|
add a3, a14, a15
|
||||||
xchal_cp4store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
xchal_cp4_store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
||||||
2:
|
2:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -167,7 +167,7 @@ _xtensa_coproc_savestate:
|
|||||||
bbci.l a2, 5, 2f
|
bbci.l a2, 5, 2f
|
||||||
l32i a14, a13, 20
|
l32i a14, a13, 20
|
||||||
add a3, a14, a15
|
add a3, a14, a15
|
||||||
xchal_cp5store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
xchal_cp5_store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
||||||
2:
|
2:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -175,7 +175,7 @@ _xtensa_coproc_savestate:
|
|||||||
bbci.l a2, 6, 2f
|
bbci.l a2, 6, 2f
|
||||||
l32i a14, a13, 24
|
l32i a14, a13, 24
|
||||||
add a3, a14, a15
|
add a3, a14, a15
|
||||||
xchal_cp6store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
xchal_cp6_store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
||||||
2:
|
2:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -183,7 +183,7 @@ _xtensa_coproc_savestate:
|
|||||||
bbci.l a2, 7, 2f
|
bbci.l a2, 7, 2f
|
||||||
l32i a14, a13, 28
|
l32i a14, a13, 28
|
||||||
add a3, a14, a15
|
add a3, a14, a15
|
||||||
xchal_cp7store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
xchal_cp7_store a3, a4, a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
|
||||||
2:
|
2:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user