mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Correct the name of stosd for the AT&T syntax:
It's stosl (l for long == 32 bit). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c890bfe1da
commit
546faca4ef
@ -248,7 +248,7 @@ def REP_STOSB : I<0xAA, RawFrm, (ops), "{rep;stosb|rep stosb}">,
|
||||
Imp<[AL,ECX,EDI], [ECX,EDI]>, REP;
|
||||
def REP_STOSW : I<0xAB, RawFrm, (ops), "{rep;stosw|rep stosw}">,
|
||||
Imp<[AX,ECX,EDI], [ECX,EDI]>, REP, OpSize;
|
||||
def REP_STOSD : I<0xAB, RawFrm, (ops), "{rep;stosd|rep stosd}">,
|
||||
def REP_STOSD : I<0xAB, RawFrm, (ops), "{rep;stosl|rep stosd}">,
|
||||
Imp<[EAX,ECX,EDI], [ECX,EDI]>, REP;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user