Searched defs:fcr31 (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/arch/mips/kernel/ |
H A D | branch.c | 62 unsigned int fcr31; __mm_isBranchInstr() local 419 unsigned int bit, fcr31, dspcontrol, reg; __compute_return_epc_for_insn() local
|
H A D | mips-r2-to-r6-emul.c | 905 int mipsr2_decoder(struct pt_regs *regs, u32 inst, unsigned long *fcr31) mipsr2_decoder() argument
|
H A D | ptrace.c | 88 u32 fcr31; ptrace_setfcr31() local
|
H A D | traps.c | 706 int process_fpemu_return(int sig, void __user *fault_addr, unsigned long fcr31) process_fpemu_return() argument 768 unsigned long fcr31; simulate_fp() local 818 asmlinkage void do_fpe(struct pt_regs *regs, unsigned long fcr31) do_fpe() argument 1085 unsigned long fcr31 = 0; do_ri() local 1348 unsigned long fcr31; do_cpu() local
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | fpu.h | 196 unsigned int fcr31 = current->thread.fpu.fcr31; init_fpu() local
|
H A D | mips-r2-to-r6-emul.h | 87 mipsr2_decoder(struct pt_regs *regs, u32 inst, unsigned long *fcr31) mipsr2_decoder() argument
|
H A D | fpregdef.h | 70 #define fcr31 $31 /* FPU status register */ macro 109 #define fcr31 $31 macro
|
H A D | processor.h | 128 unsigned int fcr31; member in struct:mips_fpu_struct
|
/linux-4.4.14/arch/mips/math-emu/ |
H A D | cp1emu.c | 441 unsigned int fcr31; isBranchInstr() local 854 u32 fcr31 = ctx->fcr31; cop1_cfc() local 911 u32 fcr31 = ctx->fcr31; cop1_ctc() local
|
Completed in 548 milliseconds