Home
last modified time | relevance | path

Searched +full:single +full:- +full:dimensional (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewarr.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
24 - name: PandaAssembly
27 - name: PandaAssembly_header
43 - name: NegativeArraySize_p
46 - name: NegativeArraySize_j
51 - name: oome_p
54 - name: oome_j
59 - file-name: 'newarr'
[all …]
Dlda.const.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
15 - file-name: lda.const
19 … Create a new single-dimensional constant literal array and put a reference to it into register.
22 - file-name: array_def_err
28 - sig: lda.const v:out:ref, literalarray_id
32 - constant_literalarray_id
33 runner-options: [compile-failure]
34 header-template: []
35 code-template: |
[all …]
/arkcompiler/runtime_core/isa/
Disa.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
14 ---
17 - name: General design
21 - name: Registers
23 Registers are wide enough to hold a single reference when working with objects.
31 - name: Accumulator
40 register-to-register moves.
42 - name: Calling sequence
48 …On return, callee frame is destroyed. If function return value is non-void, it is passed to caller…
[all …]