Home
last modified time | relevance | path

Searched refs:cpp_type (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/disassembler/templates/
Dintrinsics_gen.h.erb20 % params = intrinsic.impl_signature.args.each_with_index.map {|cpp_type, index| cpp_type + " " + …
87 % params = intrinsic.impl_signature.args.each_with_index.map {|cpp_type, index| cpp_type + " " + …
/arkcompiler/runtime_core/static_core/disassembler/templates/
Dintrinsics_gen.h.erb20 % params = intrinsic.impl_signature.args.each_with_index.map {|cpp_type, index| cpp_type + " " + …
87 % params = intrinsic.impl_signature.args.each_with_index.map {|cpp_type, index| cpp_type + " " + …
/arkcompiler/runtime_core/static_core/runtime/templates/
Dintrinsics_gen.h.erb21 % params = intrinsic.impl_signature.args.each_with_index.map {|cpp_type, index| cpp_type + " " + …
137 % params = intrinsic.impl_signature.args.each_with_index.map {|cpp_type, index| cpp_type + " " + …
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinst_checker_gen.h.erb51 …ASSERT_DO(CheckType(inst->GetType(), <%= inst.dst.types.map { |x| Operand::cpp_type(x) }.join(', '…
63 …Type(GetInputType(inst, <%= i %>), <%= operand.types.map { |x| Operand::cpp_type(x) }.join(', ') %…
Dinstructions.rb128 def self.cpp_type(t) singletonMethod in Operand
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_checker_gen.h.erb51 …ASSERT_DO(CheckType(inst->GetType(), <%= inst.dst.types.map { |x| Operand::cpp_type(x) }.join(', '…
63 …Type(GetInputType(inst, <%= i %>), <%= operand.types.map { |x| Operand::cpp_type(x) }.join(', ') %…
Dinstructions.rb128 def self.cpp_type(t) singletonMethod in Operand