Searched refs:is_fcmpg (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | bytecode_optimizer_isapi.rb | 287 def is_fcmpg? 468 case_switch(['FLOAT32'], is_fcmpg?, 471 case_switch(['FLOAT64'], is_fcmpg?,
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 2176 bool TestFcmp(Encoder32Test *test, bool is_fcmpg) in TestFcmp() argument 2187 test->GetEncoder()->EncodeCmp(output, param1, param2, is_fcmpg ? Condition::MI : Condition::LT); in TestFcmp() 2211 result = is_fcmpg ? 1 : -1; in TestFcmp() 2225 if (!test->CallCode<T, int32_t>(nan, 5.0, is_fcmpg ? 1 : -1)) { in TestFcmp() 2228 if (!test->CallCode<T, int32_t>(5.0, nan, is_fcmpg ? 1 : -1)) { in TestFcmp() 2231 if (!test->CallCode<T, int32_t>(nan, nan, is_fcmpg ? 1 : -1)) { in TestFcmp()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 2210 bool TestFcmp(Encoder64Test *test, bool is_fcmpg) in TestFcmp() argument 2222 test->GetEncoder()->EncodeCmp(output, param1, param2, is_fcmpg ? Condition::MI : Condition::LT); in TestFcmp() 2246 result = is_fcmpg ? 1 : -1; in TestFcmp() 2261 if (!test->CallCode<T, int32_t>(nan, 5.0, is_fcmpg ? 1 : -1)) { in TestFcmp() 2264 if (!test->CallCode<T, int32_t>(5.0, nan, is_fcmpg ? 1 : -1)) { in TestFcmp() 2267 if (!test->CallCode<T, int32_t>(nan, nan, is_fcmpg ? 1 : -1)) { in TestFcmp()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 2320 bool TestFcmp(Encoder64Test *test, bool is_fcmpg) in TestFcmp() argument 2332 test->GetEncoder()->EncodeCmp(output, param1, param2, is_fcmpg ? Condition::MI : Condition::LT); in TestFcmp() 2356 result = is_fcmpg ? 1 : -1; in TestFcmp() 2371 if (!test->CallCode<T, int32_t>(nan, 5.0, is_fcmpg ? 1 : -1)) { in TestFcmp() 2374 if (!test->CallCode<T, int32_t>(5.0, nan, is_fcmpg ? 1 : -1)) { in TestFcmp() 2377 if (!test->CallCode<T, int32_t>(nan, nan, is_fcmpg ? 1 : -1)) { in TestFcmp()
|
Completed in 13 milliseconds