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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 Dcp1emu.c732 static inline int cop1_64bit(struct pt_regs *xcp) argument
735 return xcp->cp0_status & ST0_FR;
743 #define SIFROMREG(si, x) ((si) = cop1_64bit(xcp) || !(x & 1) ? \
746 #define SITOREG(si, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = \
747 cop1_64bit(xcp) || !(x & 1) ? \
751 #define DIFROMREG(di, x) ((di) = ctx->fpr[x & ~(cop1_64bit(xcp) == 0)])
752 #define DITOREG(di, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = (di))
764 static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx, argument
768 unsigned long contpc = xcp->cp0_epc + dec_insn.pc_inc;
772 if (xcp
1200 fpux_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, mips_instruction ir, void *__user *fault_addr) argument
1388 fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, mips_instruction ir) argument
1862 fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx, int has_fpu, void *__user *fault_addr) argument
[all...]
H A Ddsemul.c30 * Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when
128 int do_dsemulret(struct pt_regs *xcp) argument
137 if (xcp->cp0_epc & 1)
141 ((xcp->cp0_epc & (~1)) - sizeof(mips_instruction));
156 if (xcp->cp0_epc & 1) {
190 xcp->cp0_epc = epc;
H A Dieee754.h465 extern void ieee754_xcpt(struct ieee754xctx *xcp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/math-emu/
H A Dieee754xcpt.c44 void ieee754_xcpt(struct ieee754xctx *xcp) argument
47 xcp->op, rtnames[xcp->rt]);
H A Dcp1emu.c732 static inline int cop1_64bit(struct pt_regs *xcp) argument
735 return xcp->cp0_status & ST0_FR;
743 #define SIFROMREG(si, x) ((si) = cop1_64bit(xcp) || !(x & 1) ? \
746 #define SITOREG(si, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = \
747 cop1_64bit(xcp) || !(x & 1) ? \
751 #define DIFROMREG(di, x) ((di) = ctx->fpr[x & ~(cop1_64bit(xcp) == 0)])
752 #define DITOREG(di, x) (ctx->fpr[x & ~(cop1_64bit(xcp) == 0)] = (di))
764 static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx, argument
768 unsigned long contpc = xcp->cp0_epc + dec_insn.pc_inc;
772 if (xcp
1200 fpux_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, mips_instruction ir, void *__user *fault_addr) argument
1388 fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, mips_instruction ir) argument
1862 fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx, int has_fpu, void *__user *fault_addr) argument
[all...]
H A Ddsemul.c30 * Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when
128 int do_dsemulret(struct pt_regs *xcp) argument
137 if (xcp->cp0_epc & 1)
141 ((xcp->cp0_epc & (~1)) - sizeof(mips_instruction));
156 if (xcp->cp0_epc & 1) {
190 xcp->cp0_epc = epc;
H A Dieee754.h465 extern void ieee754_xcpt(struct ieee754xctx *xcp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dfpu_emulator.h54 extern int fpu_emulator_cop1Handler(struct pt_regs *xcp,
61 extern int do_dsemulret(struct pt_regs *xcp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfpu_emulator.h54 extern int fpu_emulator_cop1Handler(struct pt_regs *xcp,
61 extern int do_dsemulret(struct pt_regs *xcp);

Completed in 186 milliseconds