[ARM] Add support code for ARM hardware vector floating point
This cset adds the code to handle the hardware vector floating point unit found on some ARM926 and later CPUs. The hardware provides an implementation for the common cases, and bounces exceptions for other cases, which have to be handled in software, and signalling SIGFPE as appropriate.
Showing
arch/arm/vfp/Makefile
0 → 100644
arch/arm/vfp/entry.S
0 → 100644
arch/arm/vfp/vfp.h
0 → 100644
arch/arm/vfp/vfpdouble.c
0 → 100644
arch/arm/vfp/vfphw.S
0 → 100644
arch/arm/vfp/vfpinstr.h
0 → 100644
arch/arm/vfp/vfpmodule.c
0 → 100644
arch/arm/vfp/vfpsingle.c
0 → 100644
include/asm-arm/vfp.h
0 → 100644
include/asm-arm/vfpmacros.h
0 → 100644
Please register or sign in to comment