Home
last modified time | relevance | path

Searched full:dtype (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/
Duncovered_md.erb33 <% if i['dtype'] %> - *dtype:* <%= md(i['dtype']) + "\n" %><% end -%>
Dfull_md.erb41 <% if i['dtype'] %> - *dtype:* <%= i['dtype'].gsub(/_/, '\\_') + "\n" %><% end -%>
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-02.pa24 # dtype: none
33 # dtype: i32
Darrays-04.pa24 # dtype: f32
34 # dtype: none
Darrays-03.pa24 # dtype: f64
34 # dtype: none
Darrays-06.pa24 # dtype: i32
33 # dtype: none
Darrays-05.pa23 # dtype: i32
Darrays-07.pa49 # dtype: i32
Darrays-08.pa49 # dtype: i32
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml20 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres…
26 …auto inst_check = graph_->CreateInstZeroCheck(<%= get_type(inst.dtype) %>, GetPc(instruction->GetA…
37 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres…
45 … auto inst = graph_->CreateInstAdd(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
55 … auto inst = graph_->CreateInstCast(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
68 … auto inst = graph_->CreateInstCmp(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
/arkcompiler/runtime_core/isa/
Dasserts.rb113 assert('Dtype should be none when bytecode doesn\'t write into accumulator or registers') do
117 i.acc_and_operands.map(&:dst?).any? == (i.dtype != 'none')
153 …i.acc_and_operands.select(&:src?).first.type[1..-1].to_i >= ssize.to_i && i.dtype[1..-1].to_i >= d…
Disapi.rb227 def dtype method
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json73 "dtype": { object
118 "dtype": { object
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb28 % case insn.dtype