Delete the macro instruction "li" and use "li.d" instead

Change-Id: Icff7981e2eb7df29ba5af1f8eb5be8443c67450f
This commit is contained in:
gxw
2021-08-10 16:42:57 +08:00
committed by gxw
parent e6d6d3ee43
commit a7bc8ec1f1
18 changed files with 40 additions and 40 deletions

View File

@@ -52,7 +52,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
LDINT INCY, 0(INCY)
#endif
li TEMP, SIZE
li.d TEMP, SIZE
NOP
slli.d INCX, INCX, BASE_SHIFT
bge $r0, N, .L999