Searched refs:ReadInstruction (Results 1 – 12 of 12) sorted by relevance
58 bool ReadInstruction() override;
117 bool EmulateInstructionPPC64::ReadInstruction() { in ReadInstruction() function in EmulateInstructionPPC64
61 bool ReadInstruction() override;
399 bool EmulateInstructionARM64::ReadInstruction() { in ReadInstruction() function in EmulateInstructionARM64
68 bool ReadInstruction() override;
946 bool EmulateInstructionMIPS64::ReadInstruction() { in ReadInstruction() function in EmulateInstructionMIPS64
69 bool ReadInstruction() override;
1056 bool EmulateInstructionMIPS::ReadInstruction() { in ReadInstruction() function in EmulateInstructionMIPS
379 virtual bool ReadInstruction() = 0;
130 bool ReadInstruction() override;
13872 bool EmulateInstructionARM::ReadInstruction() { in ReadInstruction() function in EmulateInstructionARM
1060 if (!emulator_ap->ReadInstruction()) in SetupSoftwareSingleStepping()