Home
last modified time | relevance | path

Searched refs:MIPS_FPU_EMU_INC_STATS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/math-emu/
Dcp1emu.c219 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
224 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
256 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
261 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
277 MIPS_FPU_EMU_INC_STATS(emulated); in cop1Emulate()
284 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
287 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
292 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
305 MIPS_FPU_EMU_INC_STATS(stores); in cop1Emulate()
308 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
[all …]
Ddsemul.c101 MIPS_FPU_EMU_INC_STATS(errors); in mips_dsemul()
139 MIPS_FPU_EMU_INC_STATS(errors); in do_dsemulret()
/linux-2.6.39/arch/mips/include/asm/
Dfpu_emulator.h43 #define MIPS_FPU_EMU_INC_STATS(M) \ macro
51 #define MIPS_FPU_EMU_INC_STATS(M) do { } while (0) macro