Searched full:sf2 (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | struct_field_test.cpp | 65 StructField<int64_t, int64_t> sF2 {16U}; in TEST_F() local 66 int64_t &pos4 = sF2.Of(pos3); in TEST_F()
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | shared_module.ets | 64 function sf2():void { 67 export {sf2};
|
| D | sendable_function.ets.migrate.ets | 33 function sf2():void {}
|
| D | sendable_function.ets | 33 function sf2():void {}
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | spill_fill_encoder.cpp | 90 std::sort(it, next, [](auto sf1, auto sf2) { return sf1.DstValue() > sf2.DstValue(); }); in SortSpillFillData() argument 93 std::sort(it, next, [](auto sf1, auto sf2) { return sf1.SrcValue() > sf2.SrcValue(); }); in SortSpillFillData() argument
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | call.virt.acc.yaml | 68 .function void R.sf2(i32 a0, i32 a1) { 83 .function void sf2(i32 a0, i32 a1) { 129 - values: ['R.sf2, v1, 1'] 130 - values: ['R.sf2, v2, v1, 2'] 131 - values: ['R.sf2, v3, v2, v1, 3'] 150 - values: ['sf2, v1, 1'] 151 - values: ['sf2, v2, v1, 2'] 152 - values: ['sf2, v3, v2, v1, 3']
|
| D | call.virt.acc.short.yaml | 63 .function void R.sf2(i32 a0, i32 a1) { 75 .function void sf2(i32 a0, i32 a1) { 97 - values: ['R.sf2, v0, 1'] 104 - values: ['sf2, v0, 1']
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.virt.acc.yaml | 74 .function void R.sf2(i32 a0, i32 a1) { 89 .function void sf2(i32 a0, i32 a1) { 136 - values: ['R.sf2, v1, 1'] 137 - values: ['R.sf2, v2, v1, 2'] 138 - values: ['R.sf2, v3, v2, v1, 3'] 161 - values: ['sf2, v1, 1'] 162 - values: ['sf2, v2, v1, 2'] 163 - values: ['sf2, v3, v2, v1, 3']
|
| D | call.virt.acc.short.yaml | 69 .function void R.sf2(i32 a0, i32 a1) { 81 .function void sf2(i32 a0, i32 a1) { 104 - values: ['R.sf2, v0, 1'] 113 - values: ['sf2, v0, 1']
|