Searched refs:xcp (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754xcpt.c44 void ieee754_xcpt(struct ieee754xctx *xcp) argument
47 xcp->op, rtnames[xcp->rt]);
H A Ddsemul.h2 extern int do_dsemulret(struct pt_regs *xcp);
H A Dcp1emu.c181 (xcp->cp0_status & FR_BIT) || !(x & 1) ? \
184 #define SITOREG(si,x) (ctx->fpr[x & ~((xcp->cp0_status & FR_BIT) == 0)] = \
185 (xcp->cp0_status & FR_BIT) || !(x & 1) ? \
190 ctx->fpr[x & ~((xcp->cp0_status & FR_BIT) == 0)])
191 #define DITOREG(di,x) (ctx->fpr[x & ~((xcp->cp0_status & FR_BIT) == 0)] \
204 static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx) argument
210 if (get_user(ir, (mips_instruction __user *) xcp->cp0_epc)) {
215 if ((xcp->cp0_cause & CAUSEF_BD) && !isBranchInstr(&ir))
216 xcp->cp0_cause &= ~CAUSEF_BD;
218 if (xcp
595 fpux_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, mips_instruction ir) argument
759 fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, mips_instruction ir) argument
1233 fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx, int has_fpu) argument
[all...]
H A Ddsemul.c31 * Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when
114 int do_dsemulret(struct pt_regs *xcp) argument
121 fr = (struct emuframe *) (xcp->cp0_epc - sizeof(mips_instruction));
165 xcp->cp0_epc = epc;
H A Dieee754.h465 extern void ieee754_xcpt(struct ieee754xctx *xcp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dtraps.c70 extern int fpu_emulator_cop1Handler(struct pt_regs *xcp,

Completed in 98 milliseconds