Home
last modified time | relevance | path

Searched full:has_dst (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_checker_gen.h.erb48 % if !inst.has_dst?
DIR-instructions.md.erb26 dest = inst.has_dst? ? inst.operands.first.types.join(', ') : ''
Dinstructions.rb149 def has_dst?
Dinst_builder_gen.cpp.erb22 index += 1 if has_dst?
34 def has_dst?
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml177 % if inst.has_dst?