Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dmips-r2-to-r6-emul.c209 MIPS_R2_STATS(movs); in movf_func()
232 MIPS_R2_STATS(movs); in movt_func()
289 MIPS_R2_STATS(dsemul); in jr_func()
307 MIPS_R2_STATS(movs); in movz_func()
323 MIPS_R2_STATS(movs); in movn_func()
340 MIPS_R2_STATS(hilo); in mfhi_func()
356 MIPS_R2_STATS(hilo); in mthi_func()
373 MIPS_R2_STATS(hilo); in mflo_func()
389 MIPS_R2_STATS(hilo); in mtlo_func()
416 MIPS_R2_STATS(muls); in mult_func()
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dmips-r2-to-r6-emul.h46 #define MIPS_R2_STATS(M) \ macro
70 #define MIPS_R2_STATS(M) do { } while (0) macro