Home
last modified time | relevance | path

Searched refs:CallCode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp230 bool CallCode(const T &param, const U &result) in CallCode() function in panda::compiler::Encoder64Test
277 bool CallCode(const T &param1, const T &param2, const U &result) in CallCode() function in panda::compiler::Encoder64Test
320 bool CallCode(const T &param, const T &result) in CallCode() function in panda::compiler::Encoder64Test
358 bool CallCode(const T &param1, const T &param2, const T &result) in CallCode() function in panda::compiler::Encoder64Test
459 if (!test->CallCode<T>(tmp, -tmp)) { in TestNeg()
466 if (!test->CallCode<T>(nan, nan)) { in TestNeg()
509 if (!test->CallCode<T>(tmp, ~tmp)) { in TestNot()
551 if (!test->CallCode<T>(tmp, tmp)) { in TestMov()
558 if (!test->CallCode<T>(nan, nan)) { in TestMov()
596 if (!test->CallCode<Src, Dst>(src, dst)) { in TestMov2()
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.cpp238 bool CallCode(const T &param, const U &result) in CallCode() function in panda::compiler::Encoder64Test
285 bool CallCode(const T &param1, const T &param2, const U &result) in CallCode() function in panda::compiler::Encoder64Test
328 bool CallCode(const T &param, const T &result) in CallCode() function in panda::compiler::Encoder64Test
366 bool CallCode(const T &param1, const T &param2, const T &result) in CallCode() function in panda::compiler::Encoder64Test
467 if (!test->CallCode<T>(tmp, -tmp)) { in TestNeg()
474 if (!test->CallCode<T>(nan, nan)) { in TestNeg()
517 if (!test->CallCode<T>(tmp, ~tmp)) { // NOLINT(hicpp-signed-bitwise) in TestNot()
559 if (!test->CallCode<T>(tmp, tmp)) { in TestMov()
566 if (!test->CallCode<T>(nan, nan)) { in TestMov()
604 if (!test->CallCode<Src, Dst>(src, dst)) { in TestMov2()
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test.cpp292 bool CallCode(const T &param, const U &result) in CallCode() function in panda::compiler::Encoder32Test
298 bool CallCode(const T &param1, const T &param2, const U &result) in CallCode() function in panda::compiler::Encoder32Test
304 bool CallCode(const T &param, const T &result) in CallCode() function in panda::compiler::Encoder32Test
386 bool CallCode(const T &param1, const T &param2, const T &result) in CallCode() function in panda::compiler::Encoder32Test
463 if (!test->CallCode<T>(tmp, -tmp)) { in TestNeg()
470 if (!test->CallCode<T>(nan, nan)) { in TestNeg()
515 if (!test->CallCode<T>(tmp, ~tmp)) { // NOLINT(hicpp-signed-bitwise) in TestNot()
562 if (!test->CallCode<T>(tmp, tmp)) { in TestMov()
569 if (!test->CallCode<T>(nan, nan)) { in TestMov()
607 if (!test->CallCode<Src, Dst>(src, dst)) { in TestMov2()
[all …]
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp286 bool CallCode(const T &param, const U &result) in CallCode() function in panda::compiler::Encoder32Test
292 bool CallCode(const T &param1, const T &param2, const U &result) in CallCode() function in panda::compiler::Encoder32Test
298 bool CallCode(const T &param, const T &result) in CallCode() function in panda::compiler::Encoder32Test
380 bool CallCode(const T &param1, const T &param2, const T &result) in CallCode() function in panda::compiler::Encoder32Test
457 if (!test->CallCode<T>(tmp, -tmp)) { in TestNeg()
464 if (!test->CallCode<T>(nan, nan)) { in TestNeg()
509 if (!test->CallCode<T>(tmp, ~tmp)) { in TestNot()
556 if (!test->CallCode<T>(tmp, tmp)) { in TestMov()
563 if (!test->CallCode<T>(nan, nan)) { in TestMov()
601 if (!test->CallCode<Src, Dst>(src, dst)) { in TestMov2()
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test.cpp240 bool CallCode(const T &param, const U &result) in CallCode() function in panda::compiler::Encoder64Test
287 bool CallCode(const T &param1, const T &param2, const U &result) in CallCode() function in panda::compiler::Encoder64Test
330 bool CallCode(const T &param, const T &result) in CallCode() function in panda::compiler::Encoder64Test
368 bool CallCode(const T &param1, const T &param2, const T &result) in CallCode() function in panda::compiler::Encoder64Test
469 if (!test->CallCode<T>(tmp, -tmp)) { in TestNeg()
476 if (!test->CallCode<T>(nan, nan)) { in TestNeg()
518 if (!test->CallCode<T>(tmp, ~tmp)) { // NOLINT(hicpp-signed-bitwise) in TestNot()
560 if (!test->CallCode<T>(tmp, tmp)) { in TestMov()
567 if (!test->CallCode<T>(nan, nan)) { in TestMov()
605 if (!test->CallCode<Src, Dst>(src, dst)) { in TestMov2()
[all …]
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp232 bool CallCode(const T &param, const U &result) in CallCode() function in panda::compiler::Encoder64Test
279 bool CallCode(const T &param1, const T &param2, const U &result) in CallCode() function in panda::compiler::Encoder64Test
323 bool CallCode(const T &param, const T &result) in CallCode() function in panda::compiler::Encoder64Test
361 bool CallCode(const T &param1, const T &param2, const T &result) in CallCode() function in panda::compiler::Encoder64Test
463 if (!test->CallCode<T>(tmp, -tmp)) { in TestNeg()
471 if (!test->CallCode<T>(nan, nan)) { in TestNeg()
516 if (!test->CallCode<T>(tmp, ~tmp)) { in TestNot()
559 if (!test->CallCode<T>(tmp, tmp)) { in TestMov()
567 if (!test->CallCode<T>(nan, nan)) { in TestMov()
606 if (!test->CallCode<Src, Dst>(src, dst)) { in TestMov2()
[all …]