Home | History | Annotate | Download | only in ARM

Lines Matching full:neon

126 def NeonDomain    : Domain<2>; // Instructions in Neon domain only
127 def VFPNeonDomain : Domain<3>; // Instructions in both VFP & Neon domains
128 def VFPNeonA8Domain : Domain<5>; // Instructions in VFP & Neon under A8
1398 // Loads & stores operate on both NEON and VFP pipelines.
1423 // Loads & stores operate on both NEON and VFP pipelines.
1657 // Single precision unary, if no NEON. Same as ASuI except not available if
1658 // NEON is enabled.
1721 // Single precision binary, if no NEON. Same as ASbI except not available if
1722 // NEON is enabled.
1768 // VFP conversion instructions, if no NEON
1805 // ARM NEON Instruction templates.
1817 let DecoderNamespace = "NEON";
1830 let DecoderNamespace = "NEON";
1843 let DecoderNamespace = "NEON";
1916 // NEON "one register and a modified immediate" format.
1943 // NEON 2 vector register format.
1993 let DecoderNamespace = "NEON";
2020 // NEON 2 vector register with immediate.
2044 // NEON 3 vector register format.
2172 // NEON VMOVs between scalar and core registers.
2241 // NEONFPPat - Same as Pat<>, but requires that the compiler be using NEON
2247 // VFP/NEON Instruction aliases for type suffices.
2268 // stuff in NEON that InstAlias can't quite handle.