Searched refs:MIPS_WATCHHI_M (Results 1 – 2 of 2) sorted by relevance
135 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()151 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()167 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()183 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()189 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()194 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()199 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
674 #define MIPS_WATCHHI_M (_ULCAST_(1) << 31) macro