Home
last modified time | relevance | path

Searched refs:stored_value (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp959 auto stored_value = test->GetParameter(TypeInfo(T(0)), 1); in TestStr() local
963 stored_value = test->GetParameter(TypeInfo(T(0)), 0); in TestStr()
967 stored_value = test->GetParameter(TypeInfo(uint32_t(0)), 1); in TestStr()
969 test->GetEncoder()->EncodeMov(tmp_float, stored_value); in TestStr()
970 stored_value = tmp_float; in TestStr()
973 stored_value = test->GetParameter(TypeInfo(uint64_t(0)), 1); in TestStr()
975 test->GetEncoder()->EncodeMov(tmp_double, stored_value); in TestStr()
976 stored_value = tmp_double; in TestStr()
981 test->GetEncoder()->EncodeStr(stored_value, mem); in TestStr()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp1069 auto stored_value = test->GetParameter(TypeInfo(T(0)), 1); in TestStr() local
1071 stored_value = test->GetParameter(TypeInfo(T(0)), 0); in TestStr()
1075 test->GetEncoder()->EncodeStr(stored_value, mem); in TestStr()
1134 auto stored_value = test->GetParameter(TypeInfo(T(0)), 1); in TestStrz() local
1136 stored_value = test->GetParameter(TypeInfo(T(0)), 0); in TestStrz()
1140 test->GetEncoder()->EncodeStrz(stored_value, mem); in TestStrz()
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp1071 auto stored_value = test->GetParameter(TypeInfo(T(0)), 1); in TestStr() local
1073 stored_value = test->GetParameter(TypeInfo(T(0)), 0); in TestStr()
1077 test->GetEncoder()->EncodeStr(stored_value, mem); in TestStr()

Completed in 13 milliseconds