Home
last modified time | relevance | path

Searched refs:PostWork (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
H A Dasm_printer.h176 void PostWork() {} in PostWork() function in ark::compiler::final
200 PostWork(); \
212 PostWork(); \
224 PostWork(); \
246 PostWork(); \
269 PostWork(); \
290 PostWork(); \
340 void PostWork() in PostWork() function in ark::compiler::PrinterCallingConvention
342 printer_->PostWork(); in PostWork()
354 PostWork();
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp30 test->PostWork(); in TestNeg()
79 test->PostWork(); in TestNot()
121 test->PostWork(); in TestMov()
165 test->PostWork(); in TestMov2()
265 PostWork(); in TEST_F()
299 test->PostWork(); in TestBitTestAndBranch()
355 test->PostWork(); in TestAddOverflow()
421 test->PostWork(); in TestSubOverflow()
485 // test->GetEncoder()->EncodeReturn(); < encoded in PostWork in TestJumpCC()
488 test->PostWork(); in TestJumpCC()
[all...]
H A Dencoder64_test_2.cpp38 test->PostWork(); in TestCmp64()
90 test->PostWork(); in TestCompare()
141 test->PostWork(); in TestCompare64()
191 test->PostWork(); in TestCast()
393 test->PostWork(); in TestFcvtjzs()
437 test->PostWork(); in TestDiv()
518 test->PostWork(); in TestDivImm()
576 test->PostWork(); in TestModImm()
684 test->PostWork(); in TestMod()
798 test->PostWork(); in TestParam()
[all...]
H A Dencoder64_test.h68 void PostWork() in PostWork() function in ark::compiler::Encoder64Test
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp32 test->PostWork<T>(); in TestNeg()
82 test->PostWork<T>(); in TestNot()
124 test->PostWork<T>(); in TestMov()
168 test->PostWork<Dst>(); in TestMov2()
266 PostWork<int>(); in TEST_F()
302 test->PostWork<T>(); in TestBitTestAndBranch()
358 test->PostWork<T>(); in TestAddOverflow()
424 test->PostWork<T>(); in TestSubOverflow()
521 // test->GetEncoder()->EncodeReturn(); < encoded in PostWork in TestJumpCC()
524 test->PostWork< in TestJumpCC()
[all...]
H A Dencoder64_test_2.cpp37 test->PostWork<T>(); in TestCompare64()
87 test->PostWork<Dst>(); in TestCast()
293 test->PostWork<T>(); in TestDiv()
375 test->PostWork<T>(); in TestDivImm()
423 test->PostWork<T>(); in TestMod()
506 test->PostWork<T>(); in TestModImm()
628 test->PostWork<T>(); in TestParam()
669 test->PostWork<bool>(); in TestSelect()
762 test->PostWork<bool>(); in TestSelectTest()
831 test->PostWork< in TestCompareTest()
[all...]
H A Dencoder64_test.h54 void PostWork()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_1.cpp39 test->PostWork<T>(); in TestNeg()
91 test->PostWork<T>(); in TestNot()
138 test->PostWork<T>(); in TestMov()
182 test->PostWork<Dst>(); in TestMov2()
283 PostWork<uint32_t>(); in TEST_F()
317 test->PostWork<T>(); in TestBitTestAndBranch()
371 // test->GetEncoder()->EncodeReturn(); < encoded in PostWork<T> in TestJumpCC()
374 test->PostWork<T>(); in TestJumpCC()
501 test->PostWork<T>(); in TestLdr()
579 test->PostWork< in TestStr()
[all...]
H A Dencoder32_test_2.cpp39 test->PostWork<T>(); in TestCompare()
94 test->PostWork<T>(); in TestCompare64()
149 test->PostWork<Dst>(); in TestCast()
360 test->PostWork<T>(); in TestDiv()
495 test->PostWork<T>(); in TestMod()
616 test->PostWork<T>(); in TestParam()
663 test->PostWork<bool>(); in TestSelect()
759 test->PostWork<bool>(); in TestSelectTest()
826 test->PostWork<T>(); in TestCompareTest()
897 test->PostWork< in TestJumpTest()
[all...]
H A Dencoder32_test.h104 void PostWork() in PostWork() function in ark::compiler::Encoder32Test
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp253 void PostWork() in PostWork() function in panda::compiler::Encoder32Test
440 test->PostWork<T>();
492 test->PostWork<T>();
539 test->PostWork<T>();
583 test->PostWork<Dst>();
684 PostWork<uint32_t>();
718 test->PostWork<T>();
773 // test->GetEncoder()->EncodeReturn(); < encoded in PostWork<T> in TestJumpCC()
776 test->PostWork<T>(); in TestJumpCC()
905 test->PostWork< in TestLdr()
[all...]
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp206 void PostWork() in PostWork() function in panda::compiler::Encoder64Test
443 test->PostWork<T>(); in TestNeg()
495 test->PostWork<T>(); in TestNot()
539 test->PostWork<T>(); in TestMov()
585 test->PostWork<Dst>(); in TestMov2()
686 PostWork<int>(); in TEST_F()
722 test->PostWork<T>(); in TestBitTestAndBranch()
778 test->PostWork<T>(); in TestAddOverflow()
844 test->PostWork<T>(); in TestSubOverflow()
911 // test->GetEncoder()->EncodeReturn(); < encoded in PostWork in TestJumpCC()
[all...]
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp214 void PostWork() in PostWork() function in panda::compiler::Encoder64Test
445 test->PostWork(); in TestNeg()
497 test->PostWork(); in TestNot()
541 test->PostWork(); in TestMov()
587 test->PostWork(); in TestMov2()
689 PostWork(); in TEST_F()
723 test->PostWork(); in TestBitTestAndBranch()
779 test->PostWork(); in TestAddOverflow()
845 test->PostWork(); in TestSubOverflow()
910 // test->GetEncoder()->EncodeReturn(); < encoded in PostWork in TestJumpCC()
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dasm_printer_test.cpp189 void PostWork() in PostWork() function in panda::compiler::PrinterTest
274 test->PostWork(); \
297 test->PostWork(); \
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dasm_printer_test.cpp213 void PostWork() in PostWork() function in ark::compiler::PrinterTest
236 PostWork(); in DoTest()

Completed in 20 milliseconds