Searched refs:cpp_type (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/disassembler/templates/ |
| D | intrinsics_gen.h.erb | 20 % 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/ |
| D | intrinsics_gen.h.erb | 20 % 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/ |
| D | intrinsics_gen.h.erb | 21 % 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/ |
| D | inst_checker_gen.h.erb | 51 …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(', ') %…
|
| D | instructions.rb | 128 def self.cpp_type(t) singletonMethod in Operand
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_checker_gen.h.erb | 51 …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(', ') %…
|
| D | instructions.rb | 128 def self.cpp_type(t) singletonMethod in Operand
|