Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/math-emu/
Dcp1emu.c1049 MIPS_FPU_EMU_INC_STATS(emulated); in cop1Emulate()
1054 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
1057 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1062 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1072 MIPS_FPU_EMU_INC_STATS(stores); in cop1Emulate()
1075 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1080 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1089 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
1091 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1096 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
[all …]
Ddsemul.c90 MIPS_FPU_EMU_INC_STATS(errors); in mips_dsemul()
136 MIPS_FPU_EMU_INC_STATS(errors); in do_dsemulret()
161 MIPS_FPU_EMU_INC_STATS(ds_emul); in do_dsemulret()
/linux-4.1.27/arch/mips/include/asm/
Dfpu_emulator.h52 #define MIPS_FPU_EMU_INC_STATS(M) \ macro
60 #define MIPS_FPU_EMU_INC_STATS(M) do { } while (0) macro