mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
Tidy up organization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e7a0719161
commit
698f3b068f
@ -15,6 +15,10 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
// NEON-specific Operands.
|
||||
//===----------------------------------------------------------------------===//
|
||||
def nModImm : Operand<i32> {
|
||||
let PrintMethod = "printNEONModImmOperand";
|
||||
}
|
||||
|
||||
def VectorIndex8Operand : AsmOperandClass { let Name = "VectorIndex8"; }
|
||||
def VectorIndex16Operand : AsmOperandClass { let Name = "VectorIndex16"; }
|
||||
def VectorIndex32Operand : AsmOperandClass { let Name = "VectorIndex32"; }
|
||||
@ -163,14 +167,6 @@ def NEONimmAllOnesV: PatLeaf<(NEONvmovImm (i32 timm)), [{
|
||||
return (EltBits == 8 && EltVal == 0xff);
|
||||
}]>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// NEON operand definitions
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
def nModImm : Operand<i32> {
|
||||
let PrintMethod = "printNEONModImmOperand";
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// NEON load / store instructions
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user