Home
last modified time | relevance | path

Searched refs:AdvancedSIMD (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DVectorFunctionABITest.cpp175 EXPECT_EQ(ISA, VFISAKind::AdvancedSIMD); in TEST_F()
196 EXPECT_EQ(ISA, VFISAKind::AdvancedSIMD); in TEST_F()
207 EXPECT_EQ(ISA, VFISAKind::AdvancedSIMD); in TEST_F()
278 EXPECT_EQ(ISA, VFISAKind::AdvancedSIMD); in TEST_F()
332 EXPECT_EQ(ISA, VFISAKind::AdvancedSIMD); in TEST_F()
371 EXPECT_EQ(ISA, VFISAKind::AdvancedSIMD); in TEST_F()
439 EXPECT_EQ(ISA, VFISAKind::AdvancedSIMD); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp65 #define AdvancedSIMD (1u << 4) macro
67 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
68 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVFABIDemangling.cpp36 .Case("n", VFISAKind::AdvancedSIMD) in tryParseISA()
/external/llvm-project/llvm/lib/Analysis/
DVFABIDemangling.cpp36 .Case("n", VFISAKind::AdvancedSIMD) in tryParseISA()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h45 AdvancedSIMD, // AArch64 Advanced SIMD (NEON) enumerator
/external/llvm-project/llvm/include/llvm/Analysis/
DVectorUtils.h45 AdvancedSIMD, // AArch64 Advanced SIMD (NEON) enumerator
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp697 #define AdvancedSIMD (1u << 4) macro
699 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
700 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
13139 {0xffb00000, 0xf4200000, ARMvAll, eEncodingA1, AdvancedSIMD, eSize32, in GetARMOpcodeForInstruction()
13142 {0xffb00300, 0xf4a00000, ARMvAll, eEncodingA1, AdvancedSIMD, eSize32, in GetARMOpcodeForInstruction()
13145 {0xffb00f00, 0xf4a00c00, ARMvAll, eEncodingA1, AdvancedSIMD, eSize32, in GetARMOpcodeForInstruction()
13186 {0xffb00000, 0xf4000000, ARMvAll, eEncodingA1, AdvancedSIMD, eSize32, in GetARMOpcodeForInstruction()
13189 {0xffb00300, 0xf4800000, ARMvAll, eEncodingA1, AdvancedSIMD, eSize32, in GetARMOpcodeForInstruction()
13671 {0xffb00000, 0xf9200000, ARMvAll, eEncodingT1, AdvancedSIMD, eSize32, in GetThumbOpcodeForInstruction()
13674 {0xffb00300, 0xf9a00000, ARMvAll, eEncodingT1, AdvancedSIMD, eSize32, in GetThumbOpcodeForInstruction()
[all …]