Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/math-emu/
Dcp1emu.c1047 MIPS_FPU_EMU_INC_STATS(emulated); in cop1Emulate()
1052 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
1055 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1060 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1070 MIPS_FPU_EMU_INC_STATS(stores); in cop1Emulate()
1073 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1078 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1087 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
1089 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
1094 MIPS_FPU_EMU_INC_STATS(errors); in cop1Emulate()
[all …]
Ddsemul.c279 MIPS_FPU_EMU_INC_STATS(errors); in mips_dsemul()
299 MIPS_FPU_EMU_INC_STATS(errors); in do_dsemulret()
306 MIPS_FPU_EMU_INC_STATS(ds_emul); in do_dsemulret()
/linux-5.19.10/arch/mips/include/asm/
Dfpu_emulator.h157 #define MIPS_FPU_EMU_INC_STATS(M) \ macro
165 #define MIPS_FPU_EMU_INC_STATS(M) do { } while (0) macro