Searched full:destination (Results 1 – 25 of 77) sorted by relevance
1234
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_adaptive_stack.h | 38 * 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/ |
| D | ark_config.gni | 179 # * 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/ |
| D | ark_config.gni | 191 # * 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/ |
| D | RuntimeEntrypointsPostPlugins.cmake | 33 DESTINATION ${PANDA_BINARY_ROOT}/runtime/include 45 DESTINATION ${PANDA_BINARY_ROOT}/runtime/include
|
| D | BUILD.gn | 541 destination = gen_include_dir 597 destination = "$target_gen_dir/generated" 606 destination = "$target_gen_dir/generated" 626 destination = "$target_gen_dir"
|
| D | intrinsics.cmake | 79 DESTINATION ${GEN_INCLUDE_DIR}
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | f32toi64.yaml | 118 …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.
|
| D | f64tou32.yaml | 112 …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.
|
| D | f64tou64.yaml | 115 …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.
|
| D | f32tou32.yaml | 100 …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.
|
| D | f32tou64.yaml | 112 …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.
|
| D | f32toi32.yaml | 121 …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.
|
| D | f64toi32.yaml | 128 …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.
|
| D | f64toi64.yaml | 125 …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/ |
| D | TemplateBasedGen.cmake | 27 # * 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/ |
| D | BUILD.gn | 48 destination = "$target_gen_dir/generated" 55 destination = "$target_gen_dir/generated"
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2107_2.pa | 19 # Truncations discard all but N lowest-order bits, where N is the bit size of destination
|
| /arkcompiler/runtime_core/compiler/ |
| D | BUILD.gn | 292 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/ |
| D | BUILD.gn | 38 destination = "$target_gen_dir/include" ## target_gen_dir/include
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | CMakeLists.txt | 64 DESTINATION "${PROJECT_BINARY_DIR}" 69 DESTINATION "${PROJECT_BINARY_DIR}"
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | live_registers.cpp | 40 ArenaVector<LifeIntervals *> *destination) in CopyIntervals() argument 49 destination->push_back(split); in CopyIntervals()
|
| /arkcompiler/runtime_core/verification/ |
| D | CMakeLists.txt | 44 DESTINATION ${GEN_INCLUDE_DIR}
|
| /arkcompiler/runtime_core/isa/ |
| D | asserts.rb | 147 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/ |
| D | CMakeLists.txt | 45 DESTINATION
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 980 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