Searched refs:CallCode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 230 bool CallCode(const T ¶m, const U &result) in CallCode() function in panda::compiler::Encoder64Test 277 bool CallCode(const T ¶m1, const T ¶m2, const U &result) in CallCode() function in panda::compiler::Encoder64Test 320 bool CallCode(const T ¶m, const T &result) in CallCode() function in panda::compiler::Encoder64Test 358 bool CallCode(const T ¶m1, const T ¶m2, 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/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 286 bool CallCode(const T ¶m, const U &result) in CallCode() function in panda::compiler::Encoder32Test 292 bool CallCode(const T ¶m1, const T ¶m2, const U &result) in CallCode() function in panda::compiler::Encoder32Test 298 bool CallCode(const T ¶m, const T &result) in CallCode() function in panda::compiler::Encoder32Test 380 bool CallCode(const T ¶m1, const T ¶m2, 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/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 232 bool CallCode(const T ¶m, const U &result) in CallCode() function in panda::compiler::Encoder64Test 279 bool CallCode(const T ¶m1, const T ¶m2, const U &result) in CallCode() function in panda::compiler::Encoder64Test 323 bool CallCode(const T ¶m, const T &result) in CallCode() function in panda::compiler::Encoder64Test 361 bool CallCode(const T ¶m1, const T ¶m2, 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 …]
|