Searched defs:fpsr (Results 1 - 12 of 12) sorted by relevance

/arch/arm64/include/asm/
H A Dfpsimd.h36 u32 fpsr; member in struct:fpsimd_state::__anon330::__anon331
48 u32 fpsr; member in struct:fpsimd_partial_state
H A Dfpsimdmacros.h37 mrs x\tmpnr, fpsr
74 msr fpsr, x\tmpnr variable
81 mrs x\tmpnr1, fpsr
99 msr fpsr, x\tmpnr1 variable
/arch/arm/nwfpe/
H A Dfpmodule.c145 register unsigned int fpsr, cumulativeTraps; local
155 /* Read fpsr and initialize the cumulativeTraps. */
156 fpsr = readFPSR();
161 if ((!(fpsr & BIT_IXE)) && (flags & BIT_IXC))
163 if ((!(fpsr & BIT_UFE)) && (flags & BIT_UFC))
165 if ((!(fpsr & BIT_OFE)) && (flags & BIT_OFC))
167 if ((!(fpsr & BIT_DZE)) && (flags & BIT_DZC))
169 if ((!(fpsr & BIT_IOE)) && (flags & BIT_IOC))
174 writeFPSR(fpsr | cumulativeTraps);
177 if (fpsr
[all...]
H A Dfpa11.h37 #include "fpsr.h" /* FP control and status register definitions */
81 /* 96 */ FPSR fpsr; /* floating point status register */ member in struct:tagFPA11
/arch/arm64/include/uapi/asm/
H A Dsigcontext.h51 __u32 fpsr; member in struct:fpsimd_context
H A Dptrace.h76 __u32 fpsr; member in struct:user_fpsimd_state
/arch/arm/include/asm/
H A Duser.h43 unsigned int fpsr:32; member in struct:user_fp
/arch/ia64/kernel/
H A Dtraps.c237 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, argument
268 (unsigned long *) ipsr, (unsigned long *) fpsr,
/arch/frv/include/asm/
H A Dmath-emu.h27 #define FPSR_QUOTIENT(fpsr) (*((signed char *) &(fpsr) + 1))
98 unsigned int fpsr; member in struct:fp_data
/arch/m68k/include/asm/
H A Dmath-emu.h27 #define FPSR_QUOTIENT(fpsr) (*((signed char *) &(fpsr) + 1))
98 unsigned int fpsr; member in struct:fp_data
/arch/ia64/kvm/
H A Dprocess.c433 unsigned long *fpsr, unsigned long *isr, unsigned long *pr,
474 ipsr, fpsr, isr, pr, ifs, &fp_state);
432 vmm_fp_emulate(int fp_fault, void *bundle, unsigned long *ipsr, unsigned long *fpsr, unsigned long *isr, unsigned long *pr, unsigned long *ifs, struct kvm_pt_regs *regs) argument
/arch/ia64/include/asm/
H A Dsal.h869 u64 fpsr; member in struct:sal_to_os_boot

Completed in 269 milliseconds