Home | History | Annotate | Download | only in utils

Lines Matching full:test_results

5471 std::map<std::string, const char* const*> test_results;
5473 test_results["SimpleMov"] = SimpleMovResults;
5474 test_results["SimpleMov32"] = SimpleMov32Results;
5475 test_results["SimpleMovAdd"] = SimpleMovAddResults;
5476 test_results["DataProcessingRegister"] = DataProcessingRegisterResults;
5477 test_results["DataProcessingImmediate"] = DataProcessingImmediateResults;
5478 test_results["DataProcessingModifiedImmediate"] = DataProcessingModifiedImmediateResults;
5479 test_results["DataProcessingModifiedImmediates"] = DataProcessingModifiedImmediatesResults;
5480 test_results["DataProcessingShiftedRegister"] = DataProcessingShiftedRegisterResults;
5481 test_results["ShiftImmediate"] = ShiftImmediateResults;
5482 test_results["BasicLoad"] = BasicLoadResults;
5483 test_results["BasicStore"] = BasicStoreResults;
5484 test_results["ComplexLoad"] = ComplexLoadResults;
5485 test_results["ComplexStore"] = ComplexStoreResults;
5486 test_results["NegativeLoadStore"] = NegativeLoadStoreResults;
5487 test_results["SimpleLoadStoreDual"] = SimpleLoadStoreDualResults;
5488 test_results["ComplexLoadStoreDual"] = ComplexLoadStoreDualResults;
5489 test_results["NegativeLoadStoreDual"] = NegativeLoadStoreDualResults;
5490 test_results["SimpleBranch"] = SimpleBranchResults;
5491 test_results["LongBranch"] = LongBranchResults;
5492 test_results["LoadMultiple"] = LoadMultipleResults;
5493 test_results["StoreMultiple"] = StoreMultipleResults;
5494 test_results["MovWMovT"] = MovWMovTResults;
5495 test_results["SpecialAddSub"] = SpecialAddSubResults;
5496 test_results["LoadFromOffset"] = LoadFromOffsetResults;
5497 test_results["StoreToOffset"] = StoreToOffsetResults;
5498 test_results["IfThen"] = IfThenResults;
5499 test_results["CbzCbnz"] = CbzCbnzResults;
5500 test_results["Multiply"] = MultiplyResults;
5501 test_results["Divide"] = DivideResults;
5502 test_results["VMov"] = VMovResults;
5503 test_results["BasicFloatingPoint"] = BasicFloatingPointResults;
5504 test_results["FloatingPointConversions"] = FloatingPointConversionsResults;
5505 test_results["FloatingPointComparisons"] = FloatingPointComparisonsResults;
5506 test_results["Calls"] = CallsResults;
5507 test_results["Breakpoint"] = BreakpointResults;
5508 test_results["StrR1"] = StrR1Results;
5509 test_results["VPushPop"] = VPushPopResults;
5510 test_results["Max16BitBranch"] = Max16BitBranchResults;
5511 test_results["Branch32"] = Branch32Results;
5512 test_results["CompareAndBranchMax"] = CompareAndBranchMaxResults;
5513 test_results["CompareAndBranchRelocation16"] = CompareAndBranchRelocation16Results;
5514 test_results["CompareAndBranchRelocation32"] = CompareAndBranchRelocation32Results;
5515 test_results["MixedBranch32"] = MixedBranch32Results;
5516 test_results["Shifts"] = ShiftsResults;
5517 test_results["LoadStoreRegOffset"] = LoadStoreRegOffsetResults;
5518 test_results["LoadStoreLiteral"] = LoadStoreLiteralResults;
5519 test_results["LoadStoreLimits"] = LoadStoreLimitsResults;
5520 test_results["CompareAndBranch"] = CompareAndBranchResults;
5521 test_results["AddConstant"] = AddConstantResults;
5522 test_results["CmpConstant"] = CmpConstantResults;