Searched refs:fp (Results 326 - 350 of 766) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/powerpc/math-emu/
H A Dfdiv.c7 #include <math-emu/soft-fp.h>
H A Dmtfsf.c7 #include <math-emu/soft-fp.h>
H A Dfcmpo.c7 #include <math-emu/soft-fp.h>
H A Dfmsub.c7 #include <math-emu/soft-fp.h>
H A Dfmadds.c7 #include <math-emu/soft-fp.h>
H A Dfmadd.c7 #include <math-emu/soft-fp.h>
H A Dfdivs.c7 #include <math-emu/soft-fp.h>
H A Dfmul.c7 #include <math-emu/soft-fp.h>
H A Dfmuls.c7 #include <math-emu/soft-fp.h>
H A Dfnmsubs.c7 #include <math-emu/soft-fp.h>
H A Dfnmadds.c7 #include <math-emu/soft-fp.h>
H A Dfnmsub.c7 #include <math-emu/soft-fp.h>
H A Dfnmadd.c7 #include <math-emu/soft-fp.h>
/linux-master/arch/sparc/kernel/
H A Duprobes.c140 unsigned long fp = regs->u_regs[UREG_FP]; local
145 if (test_thread_64bit_stack(fp)) {
147 (unsigned long __user *) (fp + STACK_BIAS) + rd;
151 __user *) fp + rd;
/linux-master/arch/arm/nwfpe/
H A Dfpa11.h83 extern void nwfpe_init_fpa(union fp_state *fp);
/linux-master/drivers/net/fddi/skfp/h/
H A Dtargethw.h126 struct s_smt_fp fp ; /* formac+ */ member in struct:s_smt_hw
/linux-master/arch/arm/boot/compressed/
H A Dll_char_wr.S35 @ Smashable regs: {r0 - r3}, [r4 - r7], (r8 - fp), [ip], (sp), [lr], (pc)
62 @ Smashable regs: {r0 - r3}, [r4], {r5 - r7}, (r8 - fp), [ip], (sp), {lr}, (pc)
80 @ Smashable regs: {r0 - r3}, [r4], {r5 - r7}, (r8 - fp), [ip], (sp), {lr}, (pc)
108 @ Smashable regs: {r0 - r3}, [r4], {r5, r6}, [r7], (r8 - fp), [ip], (sp), [lr], (pc)
/linux-master/tools/perf/util/
H A Dstrlist.c72 FILE *fp = fopen(filename, "r"); local
74 if (fp == NULL)
77 while (fgets(entry, sizeof(entry), fp) != NULL) {
91 fclose(fp);
/linux-master/tools/perf/arch/arm/tests/
H A Dregs_load.S52 str fp, [r0, #FP]
/linux-master/arch/arm/include/asm/
H A Dbug.h85 extern asmlinkage void c_backtrace(unsigned long fp, int pmode,
/linux-master/arch/nios2/include/asm/
H A Dentry.h58 stw fp, PT_FP(sp) variable
82 ldw fp, PT_FP(sp) variable
100 stw fp, SW_FP(sp) variable
114 ldw fp, SW_FP(sp) variable
/linux-master/arch/alpha/
H A DMakefile15 cflags-y := -pipe -mno-fp-regs -ffixed-8
/linux-master/arch/loongarch/power/
H A Dhibernate_asm.S20 PTR_S fp, t0, PT_R22
54 PTR_L fp, t0, PT_R22
/linux-master/arch/um/kernel/
H A Dexec.c37 current_pt_regs()->regs.fp);
/linux-master/arch/alpha/lib/
H A Dfpreg.c28 val = current_thread_info()->fp[reg];
83 current_thread_info()->fp[reg] = val;
138 LDT(0, current_thread_info()->fp[reg]);
195 STT(0, current_thread_info()->fp[reg]);

Completed in 412 milliseconds

<<11121314151617181920>>