Home
last modified time | relevance | path

Searched full:consective (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/docs/changelogs/
D2022-08-18-isa-changelog.md34 such that the instructions can get consective indexes for methodId, stringId and literalarrayId.
/arkcompiler/runtime_core/isa/
Disa.yaml171 description: Indicates that the instruction takes some consective registers as inputs.
172 … The start register of these consective inputs is the last register of the instruction.
173 The number of consective inputs is the last immediate of the instruction.
175 description: Indicates that the instruction takes some consective registers as inputs.
176 … The start register of these consective inputs is the last register of the instruction.
177 The number of consective inputs is the last immediate of the instruction plus 1.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcse_doc.md14 Our Cse consists of three consective parts, which handle different scenario.