mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Add indexed forms of load doubleword and load word algebraic for 64 bit targets
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d1e2dfd86
commit
b0b8b93e58
@ -111,7 +111,9 @@ def LHAX : XForm_1<"lhax", 31, 343, 0, 0>;
|
||||
def LWZ : DForm_1<"lwz", 32, 0, 0>;
|
||||
def LWZX : XForm_1<"lwzx", 31, 23, 0, 0>;
|
||||
def LWA : DSForm_1<"lwa", 58, 2, 1, 0>;
|
||||
def LWAX : XForm_1<"lwax", 31, 341, 1, 0>;
|
||||
def LD : DSForm_2<"ld", 58, 0, 1, 0>;
|
||||
def LDX : XForm_1<"ldx", 31, 21, 1, 0>;
|
||||
def LMW : DForm_1<"lmw", 46, 0, 0>;
|
||||
def STMW : DForm_3<"stmw", 47, 0, 0>;
|
||||
def LFS : DForm_8<"lfs", 48, 0, 0>;
|
||||
|
Loading…
Reference in New Issue
Block a user