Searched refs:MIPS_WATCHHI_M (Results 1 – 2 of 2) sorted by relevance
143 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()159 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()175 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()191 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()197 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()202 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()207 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
755 #define MIPS_WATCHHI_M (_ULCAST_(1) << 31) macro