Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
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)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRegisters.def437 // ARM VFPv3/NEON registers
/freebsd-12-stable/contrib/binutils/gas/doc/
Dc-arm.texi557 using FLDMD. Also works for VFPv3 registers
566 @exdent @emph{VFPv3 registers}
/freebsd-12-stable/contrib/binutils/binutils/
DChangeLog-2006368 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-20061920 constant-load and conversion insns introduced with VFPv3.
1986 (reg_names): Add new VFPv3 and Neon registers.
2004 (arm_cpu_option_table): Add Neon and VFPv3 to Cortex-A8.
2006 (aeabi_set_public_attributes): Support VFPv3 and NEON attributes. Fix
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp696 #define VFPv3 (1u << 3) macro
699 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
700 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
701 #define VFPv2v3 (VFPv2 | VFPv3)