Home
last modified time | relevance | path

Searched refs:xcp (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/mips/math-emu/
Dcp1emu.c170 (xcp->cp0_status & FR_BIT) || !(x & 1) ? \
173 #define SITOREG(si,x) (ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)] = \
174 (xcp->cp0_status & FR_BIT) || !(x & 1) ? \
179 ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)])
180 #define DITOREG(di,x) (ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)] \
183 ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)])
184 #define DITOREG(di,x) (ctx->regs[x & ~((xcp->cp0_status & FR_BIT) == 0)] \
197 static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_soft_struct *ctx) in cop1Emulate() argument
203 if (get_user(ir, (mips_instruction *) xcp->cp0_epc)) { in cop1Emulate()
209 if ((xcp->cp0_cause & CAUSEF_BD) && !isBranchInstr(&ir)) in cop1Emulate()
[all …]
Dieee754xcpt.c44 void ieee754_xcpt(struct ieee754xctx *xcp) in ieee754_xcpt() argument
47 xcp->op, rtnames[xcp->rt]); in ieee754_xcpt()
Ddsemul.c118 int do_dsemulret(struct pt_regs *xcp) in do_dsemulret() argument
125 fr = (struct emuframe *) (xcp->cp0_epc - sizeof(mips_instruction)); in do_dsemulret()
170 xcp->cp0_epc = epc; in do_dsemulret()
Ddsemul.h8 int do_dsemulret(struct pt_regs *xcp);
Dieee754.h485 extern void ieee754_xcpt(struct ieee754xctx *xcp);
/linux-2.4.37.9/arch/mips/kernel/
Dtraps.c62 extern int fpu_emulator_cop1Handler(int xcptno, struct pt_regs *xcp,
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c60 extern int fpu_emulator_cop1Handler(int xcptno, struct pt_regs *xcp,