Home
last modified time | relevance | path

Searched refs:VFPv3 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp64 #define VFPv3 (1u << 3) macro
67 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
68 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
69 #define VFPv2v3 (VFPv2 | VFPv3)
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRegisters.def437 // ARM VFPv3/NEON registers
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp698 #define VFPv3 (1u << 3) macro
701 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
702 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
703 #define VFPv2v3 (VFPv2 | VFPv3)
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARM.td59 // True if subtarget has the full 32 double precision FP registers for VFPv3.