Searched full:load_array (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | load_array.ets | 17 //! RUN force_jit: true, options: "--compiler-regex='.*func.*'", entry: "load_array.ETS… 18 //! METHOD "load_array.ETSGLOBAL::func" 30 //! ASM_METHOD "load_array.ETSGLOBAL::func"
|
| D | CMakeLists.txt | 327 panda_add_checked_test_ets(FILE ${CMAKE_CURRENT_SOURCE_DIR}/load_array.ets)
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/arrays/ |
| D | arrays_static.cpp | 190 … auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/load_array.abc", in TEST_F() 191 "load_array/ETSGLOBAL", "main"); in TEST_F() 194 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/load_array.abc", in TEST_F() 220 "load_array/ETSGLOBAL", "main"); in TEST_F() 227 … auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/load_array.abc", in TEST_F() 228 "load_array/ETSGLOBAL", "main"); in TEST_F() 231 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/load_array.abc", in TEST_F()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.const.yaml | 582 .function panda.Object load_array() { 592 call.short load_array
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | interpreter.irt | 1164 load_array := Load(vs, elem_offset).send(:"i#{size}") 1165 acc := send(:"i#{size}toi32", load_array) 1181 load_array := Load(vs, elem_offset).send(:"u#{size}") 1182 acc := send(:"u#{size}tou32", load_array) 1197 load_array := Load(vs, elem_offset).ref 1198 set_acc_object(load_array)
|
| /arkcompiler/runtime_core/libabckit/tests/ |
| D | BUILD.gn | 453 "ut/isa/isa_static/arrays/load_array",
|