Home | History | Annotate | Download | only in Core

Lines Matching defs:TestEmulation

844 Instruction::TestEmulation (Stream *out_stream, const char *file_name)
851 out_stream->Printf ("Instruction::TestEmulation: Missing file_name.");
858 out_stream->Printf ("Instruction::TestEmulation: Attempt to open test file failed.");
865 out_stream->Printf ("Instruction::TestEmulation: Error reading first line of test file.\n");
872 out_stream->Printf ("Instructin::TestEmulation: Test file does not contain emulation state dictionary\n");
882 out_stream->Printf ("Instruction::TestEmulation: Error reading Dictionary Object.\n");
897 out_stream->Printf ("Instruction::TestEmulation: Test file does not contain description string.\n");
907 out_stream->Printf ("Instruction::TestEmulation: Test file does not contain triple.\n");
917 success = insn_emulator_ap->TestEmulation (out_stream, arch, data_dictionary);