Home
last modified time | relevance | path

Searched refs:BREAK_MATH (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/mips/math-emu/
Ddsemul.c96 err |= __put_user((mips_instruction)BREAK_MATH, &fr->badinst); in mips_dsemul()
138 if (unlikely(err || (insn != BREAK_MATH) || (cookie != BD_COOKIE))) { in do_dsemulret()
/linux-2.6.39/arch/mips/include/asm/
Dfpu_emulator.h66 #define BREAK_MATH (0x0000000d | (BRK_MEMU << 16)) macro