Searched refs:SetInstructions (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
H A D | codegen_test_1.cpp | 97 GetExecModule().SetInstructions(entry, exit); in TEST_F() 158 GetExecModule().SetInstructions(codeEntry, codeExit); in CheckStoreArray() 234 GetExecModule().SetInstructions(codeEntry, codeExit); in CheckLoadArray() 316 GetExecModule().SetInstructions(codeEntry, codeExit); in CheckStoreArrayPair() 410 GetExecModule().SetInstructions(codeEntry, codeExit); in CheckLoadArrayPair() 488 GetExecModule().SetInstructions(codeEntry, codeExit); in CheckBounds() 552 GetExecModule().SetInstructions(codeEntry, codeExit); in CheckCmp() 649 GetExecModule().SetInstructions(codeEntry, codeExit); in TEST_F() 729 GetExecModule().SetInstructions(codeEntry, codeExit); in TEST_F() 825 GetExecModule().SetInstructions(codeEntr in TEST_F() [all...] |
H A D | codegen_test.h | 109 GetExecModule().SetInstructions(codeEntry, codeExit); in CheckReturnValue()
|
H A D | codegen_test_2.cpp | 50 GetExecModule().SetInstructions(codeEntry, codeExit); in TEST_F() 109 GetExecModule().SetInstructions(codeEntry, codeExit); in TEST_F() 507 GetExecModule().SetInstructions(codeEntry, codeExit); in TEST_F() 541 GetExecModule().SetInstructions(codeEntry, codeExit); in TEST_F() 574 GetExecModule().SetInstructions(codeEntry, codeExit); in TEST_F() 627 GetExecModule().SetInstructions(codeEntry, codeExit); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | encoders_test.cpp | 102 exec_module_->SetInstructions(start_addr, buffer->GetEndAddress<const char *>()); in TestPcRelativeLoad()
|
H A D | vixl_exec_module.h | 81 void SetInstructions(const char *start, const char *end) in SetInstructions() function in panda::compiler::VixlExecModule
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | vixl_exec_module.h | 81 void SetInstructions(const char *start, const char *end) in SetInstructions() function in ark::compiler::VixlExecModule
|
H A D | encoders_test.cpp | 106 execModule_->SetInstructions(startAddr, buffer->GetEndAddress<const char *>()); in TestPcRelativeLoad()
|
H A D | inst_generator_test.cpp | 347 execModule_.SetInstructions(codeEntry, codeExit); in ExecModule() 440 execModule_.SetInstructions(codeEntry, codeExit); in ExecModule()
|
H A D | loop_unroll_test.cpp | 54 execModule_.SetInstructions(entry, exit); in CheckRetOnVixlSimulator()
|
Completed in 12 milliseconds