Searched refs:SetInstructionBits (Results 1 – 4 of 4) sorted by relevance
145 instr->SetInstructionBits(kNopInstr); in Stop()146 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()257 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()268 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()275 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()624 stop_instr->SetInstructionBits(kNopInstr); in Debug()625 msg_address->SetInstructionBits(kNopInstr); in Debug()
608 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function
124 instr->SetInstructionBits(kNopInstr); in Stop()125 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr); in Stop()232 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()243 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()250 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()513 stop_instr->SetInstructionBits(kNopInstr); in Debug()514 msg_address->SetInstructionBits(kNopInstr); in Debug()
534 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function