mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
NEON vmov's are in Neon domain.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117347 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a568d66512
commit
0e9996ca94
@ -1801,7 +1801,7 @@ class N3VX<bit op24, bit op23, bits<2> op21_20, bits<4> op11_8, bit op6,
|
||||
class NVLaneOp<bits<8> opcod1, bits<4> opcod2, bits<2> opcod3,
|
||||
dag oops, dag iops, Format f, InstrItinClass itin,
|
||||
string opc, string dt, string asm, list<dag> pattern>
|
||||
: InstARM<AddrModeNone, Size4Bytes, IndexModeNone, f, GenericDomain,
|
||||
: InstARM<AddrModeNone, Size4Bytes, IndexModeNone, f, NeonDomain,
|
||||
"", itin> {
|
||||
let Inst{27-20} = opcod1;
|
||||
let Inst{11-8} = opcod2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user