projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a568d66
)
NEON vmov's are in Neon domain.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 26 Oct 2010 02:03:05 +0000
(
02:03
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 26 Oct 2010 02:03:05 +0000
(
02:03
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117347
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrFormats.td
b/lib/Target/ARM/ARMInstrFormats.td
index c10b9acaa146513de79854dad581b401b46efd24..3a1fec7a3a78e463a2408942922a99006352ad38 100644
(file)
--- a/
lib/Target/ARM/ARMInstrFormats.td
+++ b/
lib/Target/ARM/ARMInstrFormats.td
@@
-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,
Generic
Domain,
+ : InstARM<AddrModeNone, Size4Bytes, IndexModeNone, f,
Neon
Domain,
"", itin> {
let Inst{27-20} = opcod1;
let Inst{11-8} = opcod2;