mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn necessitates a lot of changes to related bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -25,7 +25,7 @@ def BrFrm : Format<2>;
|
||||
def BrMiscFrm : Format<3>;
|
||||
|
||||
def DPFrm : Format<4>;
|
||||
def DPSoRegFrm : Format<5>;
|
||||
def DPSoRegRegFrm : Format<5>;
|
||||
|
||||
def LdFrm : Format<6>;
|
||||
def StFrm : Format<7>;
|
||||
@@ -68,6 +68,7 @@ def N3RegVShFrm : Format<38>;
|
||||
def NVExtFrm : Format<39>;
|
||||
def NVMulSLFrm : Format<40>;
|
||||
def NVTBLFrm : Format<41>;
|
||||
def DPSoRegImmFrm : Format<42>;
|
||||
|
||||
// Misc flags.
|
||||
|
||||
|
Reference in New Issue
Block a user