Home
last modified time | relevance | path

Searched defs:ret_data (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcodegen_test.cpp204 auto ret_data = GetExecModule().GetRetValue(); in TEST_F() local
348 auto ret_data = GetExecModule().GetRetValue<T>(); in CheckLoadArray() local
530 auto ret_data = GetExecModule().GetRetValue<T>(); in CheckLoadArrayPair() local
599 auto ret_data = GetExecModule().GetRetValue<T>(); in CheckBounds() local
677 auto ret_data = GetExecModule().GetRetValue<int32_t>(); in CheckCmp() local
874 auto ret_data = GetExecModule().GetRetValue(); in TEST_F() local
960 auto ret_data = GetExecModule().GetRetValue(); in TEST_F() local
1031 auto ret_data = GetExecModule().GetRetValue(); in TEST_F() local
1097 auto ret_data = GetExecModule().GetRetValue(); in TEST_F() local
1171 auto ret_data = GetExecModule().GetRetValue<int32_t>(); in TEST_F() local
[all …]
Dinst_generator_test.cpp383 auto ret_data = exec_module_.GetRetValue<param_type>(); in Generate() local
451 auto ret_data = exec_module_.GetRetValue<result_type>(); in GenCast() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp1091 T ret_data = 0; in TestStr() local
1160 T ret_data[ARRAY_SIZE]; in TestStrz() local
1186 uint64_t ret_data = 0xffffffffffffffff; in TestStrz() local
1273 auto ret_data = (tmp1 == tmp2); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp1093 T ret_data = 0; in TestStr() local
1182 auto ret_data = (tmp1 == tmp2); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp1005 T ret_data = 0; in TestStr() local
1103 auto ret_data = (tmp1 == tmp2); in TEST_F() local