Searched refs:IsTrap (Results 1 – 3 of 3) sorted by relevance
209 bool Instruction::IsTrap() { in IsTrap() function in assembler::mips::Instruction
494 bool IsTrap();
287 if (!(reinterpret_cast<Instruction*>(sim_->get_pc())->IsTrap())) { in Debug()