Home | History | Annotate | Download | only in mips64

Lines Matching defs:break_

2252 void Assembler::break_(uint32_t code, bool break_as_stop) {
2272 break_(0x54321);
2276 // On MIPS stop() is just a special kind of break_().
2277 break_(code, true);