Searched refs:fp (Results 26 - 50 of 766) sorted by path

1234567891011>>

/linux-master/arch/mips/include/asm/
H A Dasmmacro-64.h27 LONG_S fp, THREAD_REG30(\thread) variable
40 LONG_L fp, THREAD_REG30(\thread) variable
/linux-master/arch/mips/power/
H A Dhibernate_asm.S18 PTR_S fp, PT_R30(t0)
48 PTR_L fp, PT_R30(t0)
/linux-master/arch/nios2/include/asm/
H A Delf.h55 pr_reg[17] = regs->fp; \
71 pr_reg[31] = sw->fp; \
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c46 OFFSET(PT_FP, pt_regs, fp);
62 OFFSET(SW_FP, switch_stack, fp);
H A Dinsnemu.S37 ldw fp, PT_FP(sp)
145 stw fp, 112(sp)
573 ldw fp, 112(sp)
H A Dkgdb.c48 { "fp", GDB_SIZEOF_REG, offsetof(struct pt_regs, fp) },
H A Dmisaligned.c51 static inline u32 get_reg_val(struct pt_regs *fp, int reg) argument
53 u8 *p = ((u8 *)fp) + reg_offsets[reg];
57 static inline void put_reg_val(struct pt_regs *fp, int reg, u32 val) argument
59 u8 *p = ((u8 *)fp) + reg_offsets[reg];
66 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) argument
75 fp->ea -= 4;
77 if (fixup_exception(fp)) {
81 in_kernel = !user_mode(fp);
83 isn = *(unsigned long *)(fp->ea);
93 addr = get_reg_val(fp,
[all...]
/linux-master/arch/powerpc/boot/dts/fsl/
H A De500mc_power_isa.dtsi51 power-isa-fp; // Floating Point
52 power-isa-fp.r; // Floating Point.Record
H A De5500_power_isa.dtsi51 power-isa-fp; // Floating Point
52 power-isa-fp.r; // Floating Point.Record
H A De6500_power_isa.dtsi51 power-isa-fp; // Floating Point
52 power-isa-fp.r; // Floating Point.Record
/linux-master/arch/powerpc/math-emu/
H A Dfadd.c7 #include <math-emu/soft-fp.h>
H A Dfadds.c7 #include <math-emu/soft-fp.h>
H A Dfcmpo.c7 #include <math-emu/soft-fp.h>
H A Dfcmpu.c7 #include <math-emu/soft-fp.h>
H A Dfctiw.c7 #include <math-emu/soft-fp.h>
H A Dfctiwz.c7 #include <math-emu/soft-fp.h>
H A Dfdiv.c7 #include <math-emu/soft-fp.h>
H A Dfdivs.c7 #include <math-emu/soft-fp.h>
H A Dfmadd.c7 #include <math-emu/soft-fp.h>
H A Dfmadds.c7 #include <math-emu/soft-fp.h>
H A Dfmsub.c7 #include <math-emu/soft-fp.h>
H A Dfmsubs.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 Dfnmadd.c7 #include <math-emu/soft-fp.h>

Completed in 403 milliseconds

1234567891011>>