Home
last modified time | relevance | path

Searched full:introduced (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/isa/
DChangeLog.md11 + Introduced new backward compatibility policy.
Disa.yaml39 …accumulator are also introduced. For example, moving arguments for `call.range` instruction may be…
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbalance_expressions.h95 // Same as std::bit_ceil() introduced in C++20
122 // Same as std::bit_floor() introduced in C++20, except that return strictly less than `val`
/arkcompiler/runtime_core/docs/
Don-stack-replacement.md68 New pseudo-instruction is introduced: SaveStateOsr - instruction should be the first one in each lo…
78 For this purpose new stackmap and new opcode were introduced.
Drationale-for-bytecode.md126 accumulator, a simple optimizer will be introduced as a part of the toolchain.
Dir_format.md70 * Common properties will be introduced for the instructions, making it easier to add new instructio…
Ddoxygen.config1231 # environment (see: http://developer.apple.com/tools/xcode/), introduced with
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_dyn_arm.S69 // new call format was introduced and you have to implement the corresponding handler.
Dinterpreter_to_compiled_code_bridge_arm.S206 // new call format was introduced and you have to implement the corresponding handler.
Dinterpreter_to_compiled_code_bridge_armhf.S365 // new call format was introduced and you have to implement the corresponding handler.
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_dyn_aarch64.S76 // new call format was introduced and you have to implement the corresponding handler.
Dinterpreter_to_compiled_code_bridge_aarch64.S253 // new call format was introduced and you have to implement the corresponding handler.
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_dyn_amd64.S88 // new call format was introduced and you have to implement the corresponding handler.
Dinterpreter_to_compiled_code_bridge_amd64.S356 // new call format was introduced and you have to implement the corresponding handler.
/arkcompiler/runtime_core/libpandabase/
DREADME.md82 Tail arguments are positional arguments, which should be introduced with help of parser API
/arkcompiler/runtime_core/cmake/
DDefinitions.cmake196 #introduced for "std::filesystem::create_directories"
/arkcompiler/runtime_core/runtime/bridge/arch/x86/
Dinterpreter_to_compiled_code_bridge_x86.S205 // new call format was introduced and you have to implement the corresponding handler.
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md11 … as RAW, WAR and WAW). Addressing this issue, **dependency wires** are introduced to constrain the…
19 …relay](https://en.wikipedia.org/wiki/Relay) gates** `DEPEND_RELAY` are introduced. They take a sta…
/arkcompiler/runtime_core/runtime/interpreter/
Dframe.h82 …, stack overflow can be occurred. This constrain may be removed once asm interpreter is introduced.