Home
last modified time | relevance | path

Searched full:destination (Results 1 – 25 of 77) sorted by relevance

1234

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_adaptive_stack.h38 * it to the destination stack. if the destination stack reaches the limit,
40 * If stack limit is equal to zero, it means that the destination stack is unlimited.
68 * If the source stack is empty, we will swap it with destination stack
73 * \brief Check that destination or source stack has at least one object.
77 * \brief Returns the sum of destination and source stacks sizes.
99 * \brief Add new object into destination stack.
/arkcompiler/runtime_core/
Dark_config.gni179 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT}
194 destination = ""
195 if (defined(invoker.destination)) {
196 destination = invoker.destination
198 destination = target_out_dir
208 output = "${destination}/${name}"
239 # * destination -- a directory for output files, default is ${target_out_dir}
258 destination = invoker.destination
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni191 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT}
206 destination = ""
207 if (defined(invoker.destination)) {
208 destination = invoker.destination
210 destination = target_out_dir
220 output = "${destination}/${name}"
251 # * destination -- a directory for output files, default is ${target_out_dir}
270 destination = invoker.destination
/arkcompiler/runtime_core/runtime/
DRuntimeEntrypointsPostPlugins.cmake33 DESTINATION ${PANDA_BINARY_ROOT}/runtime/include
45 DESTINATION ${PANDA_BINARY_ROOT}/runtime/include
DBUILD.gn541 destination = gen_include_dir
597 destination = "$target_gen_dir/generated"
606 destination = "$target_gen_dir/generated"
626 destination = "$target_gen_dir"
Dintrinsics.cmake79 DESTINATION ${GEN_INCLUDE_DIR}
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Df32toi64.yaml118 …description: If converted integer is less than minimal value for destination type, the result is m…
141 …description: If converted integer is greater than maximum value for destination type, the result i…
164 … description: If source is positive infinity, the result is maximum value for destination type.
180 … description: If source is negative infinity, the result is minimal value for destination type.
Df64tou32.yaml112 …description: If converted integer is less than minimal value for destination type, the result is m…
135 …description: If converted integer is greater than maximum value for destination type, the result i…
158 … description: If source is positive infinity, the result is maximum value for destination type.
174 … description: If source is negative infinity, the result is minimal value for destination type.
Df64tou64.yaml115 …description: If converted integer is less than minimal value for destination type, the result is m…
141 …description: If converted integer is greater than maximum value for destination type, the result i…
167 … description: If source is positive infinity, the result is maximum value for destination type.
183 … description: If source is negative infinity, the result is minimal value for destination type.
Df32tou32.yaml100 …description: If converted integer is less than minimal value for destination type, the result is m…
123 …description: If converted integer is greater than maximum value for destination type, the result i…
146 … description: If source is positive infinity, the result is maximum value for destination type.
162 … description: If source is negative infinity, the result is minimal value for destination type.
Df32tou64.yaml112 …description: If converted integer is less than minimal value for destination type, the result is m…
138 …description: If converted integer is greater than maximum value for destination type, the result i…
164 … description: If source is positive infinity, the result is maximum value for destination type.
180 … description: If source is negative infinity, the result is minimal value for destination type.
Df32toi32.yaml121 …description: If converted integer is less than minimal value for destination type, the result is m…
149 …description: If converted integer is greater than maximum value for destination type, the result i…
180 … description: If source is positive infinity, the result is maximum value for destination type.
201 … description: If source is negative infinity, the result is minimal value for destination type.
Df64toi32.yaml128 …description: If converted integer is less than minimal value for destination type, the result is m…
156 …description: If converted integer is greater than maximum value for destination type, the result i…
187 … description: If source is positive infinity, the result is maximum value for destination type.
208 … description: If source is negative infinity, the result is minimal value for destination type.
Df64toi64.yaml125 …description: If converted integer is less than minimal value for destination type, the result is m…
151 …description: If converted integer is greater than maximum value for destination type, the result i…
177 … description: If source is positive infinity, the result is maximum value for destination type.
193 … description: If source is negative infinity, the result is minimal value for destination type.
/arkcompiler/runtime_core/cmake/
DTemplateBasedGen.cmake27 # * DESTINATION -- a directory for output files, default is ${PANDA_BINARY_ROOT}
32 set(singlevalues DATA SOURCE DESTINATION TARGET_NAME)
94 # * DESTINATION -- a directory for output files, default is ${PANDA_BINARY_ROOT}
99 set(singlevalues SOURCE DESTINATION)
115 DESTINATION ${ISA_GEN_ARG_DESTINATION}
/arkcompiler/runtime_core/libark_defect_scan_aux/
DBUILD.gn48 destination = "$target_gen_dir/generated"
55 destination = "$target_gen_dir/generated"
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_2107_2.pa19 # Truncations discard all but N lowest-order bits, where N is the bit size of destination
/arkcompiler/runtime_core/compiler/
DBUILD.gn292 destination = "$target_gen_dir/generated"
313 destination = "$target_gen_dir/generated"
327 destination = "$target_gen_dir/generated"
341 destination = "$target_gen_dir/generated"
/arkcompiler/runtime_core/verification/gen/
DBUILD.gn38 destination = "$target_gen_dir/include" ## target_gen_dir/include
/arkcompiler/runtime_core/tests/cts-generator/
DCMakeLists.txt64 DESTINATION "${PROJECT_BINARY_DIR}"
69 DESTINATION "${PROJECT_BINARY_DIR}"
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlive_registers.cpp40 ArenaVector<LifeIntervals *> *destination) in CopyIntervals() argument
49 destination->push_back(split); in CopyIntervals()
/arkcompiler/runtime_core/verification/
DCMakeLists.txt44 DESTINATION ${GEN_INCLUDE_DIR}
/arkcompiler/runtime_core/isa/
Dasserts.rb147 assert('Conversions should correspond to source and destination type') do
164 assert('Instruction should have not more than one destination') do
/arkcompiler/runtime_core/bytecode_optimizer/
DCMakeLists.txt45 DESTINATION
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml980 description: Select which value to move to destination based on comparison.
987 description: Select which value to move to destination based on comparison with immediate.
1118 d: operand is a destination, operand is a source when 'd' is not specified
1138 pseudo: pseudo destination - instruction doesn't actually write to the register
1150 … If instrucion's type is float then size of source operands shall be equal to size of destination.
1152 …type is integer then size of source operands shall be greater than or equal to size of destination.
1166 no_dst: Instruction has no destination operand
1167 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow

1234