Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/doc/
HDc-arm.texi557 using FLDMD. Also works for VFPv3 registers
566 @exdent @emph{VFPv3 registers}
/trueos/contrib/binutils/binutils/
HDChangeLog-2006368 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
/trueos/contrib/binutils/gas/
HDChangeLog-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
/trueos/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp156 #define VFPv3 (1u << 3) macro
159 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
160 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
161 #define VFPv2v3 (VFPv2 | VFPv3)