| /freebsd/sys/arm/arm/ |
| H A D | ptrace_machdep.c | 33 #ifdef VFP 37 #ifdef VFP 93 #ifdef VFP in cpu_ptrace() 99 #ifdef VFP in cpu_ptrace()
|
| H A D | swtch.S | 87 #ifdef VFP 98 #ifdef VFP
|
| H A D | vm_machdep.c | 100 #ifdef VFP in cpu_fork() 131 #ifdef VFP in cpu_fork() 198 #ifdef VFP in cpu_copy_thread()
|
| H A D | exec_machdep.c | 91 #ifdef VFP 154 #ifdef VFP in arm_get_vfpstate() 264 #ifdef VFP in set_mcontext() 315 #ifdef VFP in sendsig()
|
| H A D | machdep_kdb.c | 106 #ifdef VFP in fill_fpregs() 146 #ifdef VFP in set_fpregs()
|
| H A D | swtch-v6.S | 102 #ifdef VFP 170 #ifdef VFP /* This thread is dying, disable */ 320 #ifdef VFP
|
| H A D | mp_machdep.c | 56 #ifdef VFP 181 #ifdef VFP in init_secondary()
|
| H A D | genassym.c | 102 #ifdef VFP
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 1 //===-- ARMInstrVFP.td - VFP support for ARM ---------------*- tablegen -*-===// 9 // This file describes the ARM VFP instruction set. 176 // Some single precision VFP instructions may be executed on both NEON and VFP 211 // Some single precision VFP instructions may be executed on both NEON and VFP 279 // Some single precision VFP instructions may be executed on both NEON and 280 // VFP pipelines. 292 // Some single precision VFP instructions may be executed on both NEON and 293 // VFP pipelines. 305 // Some single precision VFP instructions may be executed on both NEON and 306 // VFP pipelines. [all …]
|
| H A D | ARMFeatures.td | 32 // FP loads/stores/moves, shared between VFP and MVE (even in the integer-only 37 // 16-bit FP loads/stores/moves, shared between VFP (with the v8.2A FP16 57 /// Versions of the VFP flags restricted to single precision, or to 233 // Cyclone can zero VFP registers in 0 cycles. 235 // particularly effective at zeroing a VFP register. 289 // True if use a wider stride when allocating VFP registers. 292 "Use a wide stride when allocating VFP registers">; 301 // VFP register widths. 302 // True if splat a register between VFP and NEON instructions. 305 "Splat register from VFP to NEON", [all …]
|
| H A D | ARMScheduleSwift.td | 602 // 4.2.34 Advanced SIMD and VFP, Floating Point 612 // 4.2.35 Advanced SIMD and VFP, Multiply 622 // 4.2.36 Advanced SIMD and VFP, Convert 625 // 4.2.37 Advanced SIMD and VFP, Move 652 // 4.2.38 Advanced SIMD and VFP, Move FPSCR 673 // 4.2.39 Advanced SIMD and VFP, Load Single Element 676 // 4.2.40 Advanced SIMD and VFP, Store Single Element 679 // 4.2.41 Advanced SIMD and VFP, Load Multiple 680 // 4.2.42 Advanced SIMD and VFP, Store Multiple 1037 // 4.2.44 VFP, Divid [all...] |
| /freebsd/sys/arm64/arm64/ |
| H A D | freebsd32_machdep.c | 39 #ifdef VFP 114 #ifdef VFP in freebsd32_sysarch() 129 #ifdef VFP 246 #ifdef VFP in set_mcontext32() 391 #ifdef VFP in freebsd32_sendsig()
|
| H A D | exec_machdep.c | 59 #ifdef VFP 154 #ifdef VFP in fill_fpregs() 182 #ifdef VFP in set_fpregs() 433 #ifdef VFP in exec_setregs() 583 #ifdef VFP in set_mcontext() 634 #ifdef VFP in get_fpcontext() 664 #ifdef VFP in set_fpcontext()
|
| H A D | ptrace_machdep.c | 54 #if defined(VFP) && defined(COMPAT_FREEBSD32) in cpu_ptrace() 80 #if defined(VFP) && defined(COMPAT_FREEBSD32)
|
| H A D | swtch.S | 90 #ifdef VFP 173 #ifdef VFP 306 #ifdef VFP
|
| H A D | trap.c | 63 #ifdef VFP 504 #ifdef VFP 631 #ifdef VFP in do_el1h_sync() 745 #ifdef VFP in do_el0_sync() 752 #ifdef VFP in do_el0_sync()
|
| H A D | vm_machdep.c | 51 #ifdef VFP 88 #ifdef VFP in cpu_fork()
|
| H A D | elf32_machdep.c | 55 #ifdef VFP 298 #ifdef VFP in freebsd32_setregs()
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 66 #ifdef VFP 182 #ifdef VFP in linux_exec_setregs() 224 #ifdef VFP in linux_parse_sigreturn_ctx() 377 #ifdef VFP in linux_rt_sendsig()
|
| /freebsd/sys/conf/ |
| H A D | options.arm | 40 VFP opt_global.h
|
| H A D | options.arm64 | 6 VFP opt_global.h
|
| /freebsd/crypto/openssl/test/ |
| H A D | README.md | 36 (`VERBOSE_FAILURE_PROGRESS` or `VFP` or `REPORT_FAILURES_PROGRESS`): 38 $ make test VFP=1 50 $ make test TESTS="test_cmp_*" VFP=1
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 508 ValueForcePair &VFP = Values[std::make_pair(RegIdx, ParentVNI.id)]; in forceRecompute() local 509 VNInfo *VNI = VFP.getPointer(); in forceRecompute() 514 VFP.setInt(true); in forceRecompute() 523 VFP = ValueForcePair(nullptr, true); in forceRecompute() 1203 ValueForcePair VFP = Values.lookup(std::make_pair(RegIdx, ParentVNI->id)); in transferValues() local 1204 if (VNInfo *VNI = VFP.getPointer()) { in transferValues() 1212 if (VFP.getInt()) { in transferValues()
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindRegistersSave.S | 833 @ however this is very hard to do for VFP registers because it is unknown 835 @ Instead, VFP registers are demand saved by logic external to __unw_getcontext. 908 @ VFP and iwMMX instructions are only available when compiling with the flags
|
| /freebsd/sys/arm/conf/ |
| H A D | NOTES | 16 options VFP # Enable floating point hardware support
|