Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/math-emu/
Dcp1emu.c1059 MIPS_FPU_EMU_INC_STATS(emulated); in cop1Emulate()
1064 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
1067 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1072 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1082 MIPS_FPU_EMU_INC_STATS(stores); in cop1Emulate()
1085 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1090 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1099 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
1101 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1106 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
[all …]
Ddsemul.c274 MIPS_FPU_EMU_INC_STATS(errors); in mips_dsemul()
297 MIPS_FPU_EMU_INC_STATS(errors); in do_dsemulret()
304 MIPS_FPU_EMU_INC_STATS(ds_emul); in do_dsemulret()
/Linux-v4.19/arch/mips/include/asm/
Dfpu_emulator.h168 #define MIPS_FPU_EMU_INC_STATS(M) \ macro
176 #define MIPS_FPU_EMU_INC_STATS(M) do { } while (0) macro