Searched defs:fcr31 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/mips/kernel/ |
D | branch.c | 62 unsigned int fcr31; in __mm_isBranchInstr() local 419 unsigned int bit, fcr31, dspcontrol, reg; in __compute_return_epc_for_insn() local
|
D | traps.c | 715 void force_fcr31_sig(unsigned long fcr31, void __user *fault_addr, in force_fcr31_sig() 734 int process_fpemu_return(int sig, void __user *fault_addr, unsigned long fcr31) in process_fpemu_return() 773 unsigned long fcr31; in simulate_fp() local 823 asmlinkage void do_fpe(struct pt_regs *regs, unsigned long fcr31) in do_fpe() 1089 unsigned long fcr31 = 0; in do_ri() local 1332 unsigned long fcr31; in do_cpu() local
|
D | ptrace.c | 90 u32 fcr31; in ptrace_setfcr31() local 558 u32 fcr31; in fpr_set() local
|
D | mips-r2-to-r6-emul.c | 906 int mipsr2_decoder(struct pt_regs *regs, u32 inst, unsigned long *fcr31) in mipsr2_decoder()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | fpregdef.h | 70 #define fcr31 $31 /* FPU status register */ macro 109 #define fcr31 $31 macro
|
D | fpu.h | 203 unsigned int fcr31 = current->thread.fpu.fcr31; in init_fpu() local
|
D | mips-r2-to-r6-emul.h | 88 unsigned long *fcr31) in mipsr2_decoder()
|
D | processor.h | 138 unsigned int fcr31; member
|
D | fpu_emulator.h | 206 static inline unsigned long mask_fcr31_x(unsigned long fcr31) in mask_fcr31_x()
|
/Linux-v4.19/arch/mips/math-emu/ |
D | cp1emu.c | 440 unsigned int fcr31; in isBranchInstr() local 863 u32 fcr31 = ctx->fcr31; in cop1_cfc() local 920 u32 fcr31 = ctx->fcr31; in cop1_ctc() local
|