Home
last modified time | relevance | path

Searched refs:retry_label (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp3260 auto retry_label = test->GetEncoder()->CreateLabel(); in TestStoreExclusive() local
3264 test->GetEncoder()->BindLabel(retry_label); in TestStoreExclusive()
3268 test->GetEncoder()->EncodeJump(retry_label, result, Condition::NE); in TestStoreExclusive()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp3376 auto retry_label = test->GetEncoder()->CreateLabel(); in TestStoreExclusive() local
3379 test->GetEncoder()->BindLabel(retry_label); in TestStoreExclusive()
3383 test->GetEncoder()->EncodeJump(retry_label, result, Condition::NE); in TestStoreExclusive()

Completed in 9 milliseconds