mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +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:
@@ -248,7 +248,7 @@ def REP_STOSB : I<0xAA, RawFrm, (ops), "{rep;stosb|rep stosb}">,
|
|||||||
Imp<[AL,ECX,EDI], [ECX,EDI]>, REP;
|
Imp<[AL,ECX,EDI], [ECX,EDI]>, REP;
|
||||||
def REP_STOSW : I<0xAB, RawFrm, (ops), "{rep;stosw|rep stosw}">,
|
def REP_STOSW : I<0xAB, RawFrm, (ops), "{rep;stosw|rep stosw}">,
|
||||||
Imp<[AX,ECX,EDI], [ECX,EDI]>, REP, OpSize;
|
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;
|
Imp<[EAX,ECX,EDI], [ECX,EDI]>, REP;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user