Searched refs:__mips_mt_fpaff_switch_to (Results 1 – 1 of 1) sorted by relevance
32 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) macro34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) _…