Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c210 MIPS_R2_STATS(movs); in movf_func()
233 MIPS_R2_STATS(movs); in movt_func()
308 MIPS_R2_STATS(movs); in movz_func()
324 MIPS_R2_STATS(movs); in movn_func()
341 MIPS_R2_STATS(hilo); in mfhi_func()
357 MIPS_R2_STATS(hilo); in mthi_func()
374 MIPS_R2_STATS(hilo); in mflo_func()
390 MIPS_R2_STATS(hilo); in mtlo_func()
417 MIPS_R2_STATS(muls); in mult_func()
441 MIPS_R2_STATS(muls); in multu_func()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h46 #define MIPS_R2_STATS(M) \ macro
70 #define MIPS_R2_STATS(M) do { } while (0) macro