Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dnewarr.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
22 - name: NegativeArraySize_p
25 - name: oome_p
29 - file-name: 'newarr'
33 …Create a new single-dimensional array of given type and size and put a reference to it into regist…
36 - type_id_array
37 - v2_i32
39 - file-name: 'of_prim'
[all …]
Dlda.const.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: lda.const
20 … 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/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/static_core/plugins/ets/doc/spec/
D17_experimental.rst2 Copyright (c) 2021-2025 Huawei Device Co., Ltd.
6 http://www.apache.org/licenses/LICENSE-2.0
23 recommended to those who seek a single source code for |TS| and |LANG|.
34 array-related features of the language, such as array literals.
65 Section :ref:`Final Classes and Methods` discusses the well-known feature that
87 OOP (object-oriented programming)
103 to its declaration. In addition, any function---or lambda expression---can be
116 Section :ref:`Packages` discusses a well-known and proven language feature
129 defining non-exported, i.e., ``internal`` declarations that are not accessible
143 non-exported declaration
[all …]
D3_types.rst2 Copyright (c) 2021-2025 Huawei Device Co., Ltd.
6 http://www.apache.org/licenses/LICENSE-2.0
23 Type classification as accepted in |LANG| is discussed below---along
39 *user-defined types*.
40 All *user-defined types* must always have complete type definitions
50 user-defined type
58 Predefined Types User-Defined Types
80 user-defined type
97 +--------------+---------------+
101 +--------------+---------------+
[all …]
D7_expressions.rst2 Copyright (c) 2021-2025 Huawei Device Co., Ltd.
6 http://www.apache.org/licenses/LICENSE-2.0
33 .. code-block:: abnf
80 .. code-block:: abnf
90 - Class that is to handle static members;
91 - ``super`` that is to access constructors declared in the
93 - *primaryExpression* that is to refer to an instance variable of a class,
99 "``this?.``" is handled as a :index:`compile-time error`.
102 is handled as a :index:`compile-time error`.
122 .. code-block:: abnf
[all …]
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml1 # Copyright (c) 2021-2025 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
14 ---
17 - name: General Design
19 …VM is register-based with a dedicated accumulator register that serves as an implicit operand to i…
21 - name: Registers
23 Registers are wide enough to hold a single reference when working with objects.
31 - name: Accumulator
37 …Moreover, when an instruction has more than one source operand, the shorter-living value must be p…
39 …dvantage. For example, arguments for the`call.range` instruction can be moved register-to-register.
[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 …]