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.yaml172 description: Indicates that the instruction takes some consective registers as inputs.
173 … The start register of these consective inputs is the last register of the instruction.
174 The number of consective inputs is the last immediate of the instruction.
176 description: Indicates that the instruction takes some consective registers as inputs.
177 … The start register of these consective inputs is the last register of the instruction.
178 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.