Home
last modified time | relevance | path

Searched full:elsif (Results 1 – 25 of 110) sorted by relevance

12345

/arkcompiler/runtime_core/assembler/templates/
Dopcode_parsing.h.erb37 % elsif insn.return32?
39 % elsif insn.return64?
41 % elsif insn.return_void?
84 % elsif op.imm?
94 % elsif op.id?
98 % elsif (verification.include?("type_id_object"))
100 % elsif (verification.include?("type_id_any_object"))
103 % elsif properties.include?("string_id")
105 % elsif properties.include?("literalarray_id")
107 % elsif properties.include?("method_id")
[all …]
Doperand_types_print.h.erb29 % elsif op.imm?
31 % elsif op.id?
34 % elsif properties.include?('string_id')
36 % elsif properties.include?('method_id')
Dins_emit.h.erb57 % elsif op.imm?
64 % elsif type(insn).start_with? 'u' # can hold both float and integer literals
71 % elsif op.id?
79 % elsif prop == 'string_id'
84 % elsif prop == 'literalarray_id'
115 % elsif prop == 'string_id'
120 % elsif prop == 'literalarray_id'
132 % elsif op.imm?
142 % elsif insn.jump?
153 % elsif regs_num > 0
[all …]
/arkcompiler/runtime_core/static_core/assembler/templates/
Dopcode_parsing.h.erb38 % elsif insn.return32?
40 % elsif insn.return64?
42 % elsif insn.return_void?
85 % elsif op.imm?
95 % elsif op.id?
99 % elsif (verification.include?("type_id_object"))
101 % elsif (verification.include?("type_id_class"))
103 % elsif (verification.include?("type_id_any_object"))
106 % elsif properties.include?("string_id")
108 % elsif properties.include?("method_id") or properties.include?("static_method_id")
[all …]
Dins_emit.h.erb75 % elsif op.imm?
82 % elsif type(insn).start_with? 'u' # can hold both float and integer literals
89 % elsif op.id?
96 % elsif insn.properties.include?('static_method_id')
98 % elsif insn.properties.include?('field_id')
100 % elsif insn.properties.include?('static_field_id')
102 % elsif insn.properties.include?('type_id')
104 % elsif insn.properties.include?('string_id')
106 % elsif insn.properties.include?('literalarray_id')
136 % elsif insn.properties.include?('static_method_id')
[all …]
Doperand_types_print.h.erb30 % elsif op.imm?
32 % elsif op.id?
35 % elsif properties.include?('string_id')
37 % elsif properties.include?('method_id') || properties.include?('static_method_id')
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dregmask.rb26 elsif Options.arch == :arm32
28 elsif Options.arch == :x86_64
36 elsif args[0].nil?
38 elsif args[0].is_a?(RegMask)
91 elsif other.is_a? Regmap
94 elsif other.is_a? Integer
96 elsif other.is_a? Symbol
109 elsif other.is_a? Regmap
112 elsif other.is_a? Integer
114 elsif other.is_a? Symbol
Dregmap.rb40 elsif other.is_a? Hash
50 elsif other.is_a? Hash
60 elsif other.is_a? Hash
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints_gen.S.erb22 % elsif entrypoint.bridge == 'odd_saved'
24 % elsif entrypoint.bridge == 'odd_saved1'
26 % elsif entrypoint.bridge == 'odd_saved2'
28 % elsif entrypoint.bridge == 'odd_saved3'
30 % elsif entrypoint.bridge == 'odd_saved4'
32 % elsif entrypoint.bridge == 'entrypoint'
/arkcompiler/runtime_core/static_core/disassembler/templates/
Dinstructions_test_isa.cpp.erb36 % elsif op.imm?
46 % elsif op.id?
53 % elsif properties.include?("string_id")
55 % elsif properties.include?("method_id")
57 % elsif properties.include?("static_method_id")
59 % elsif properties.include?("literalarray_id")
61 % elsif properties.include?("field_id")
63 % elsif properties.include?("static_field_id")
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dformats.h.erb34 % elsif op.src?
36 % elsif op.dst?
40 % elsif op.imm?
43 % elsif op.id?
46 % elsif op.prof?
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dinsn_info.h.erb29 % elsif (imm.eql? "IMM8")
31 % elsif (imm.eql? "IMM16")
33 % elsif (imm.eql? "IMM32")
35 % elsif (imm.eql? "IMM64")
/arkcompiler/runtime_core/static_core/libllvmbackend/templates/
Dentrypoints.rb35 elsif @llvm_type_map.key? type
37 elsif type.include?('ObjectHeader**')
39 elsif type.include?('*') && type.include?('coretypes') || type.include?('ObjectHeader*')
41 elsif type.include? '*'
/arkcompiler/ets_frontend/es2panda/compiler/templates/
Dformats.h.erb35 % elsif op.src?
37 % elsif op.dst?
41 % elsif op.imm?
44 % elsif op.id?
/arkcompiler/runtime_core/abc2program/common/
Dabc_inst_convert.cpp.erb43 % elsif operand.is_float_imm?
45 % elsif operand.is_signed_imm?
47 % elsif operand.is_unsigned_imm?
54 % elsif operand.reg?
57 % elsif operand.id?
/arkcompiler/runtime_core/disassembler/templates/
Dbc_ins_to_pandasm_ins.cpp.erb40 % elsif op.is_float_imm?
42 % elsif op.is_signed_imm?
44 % elsif op.is_unsigned_imm?
51 % elsif op.reg?
54 % elsif op.id?
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/generator/
Dgenerator.rb104 elsif op.reg? && op.src? && op.dst?
106 elsif op.type.include?('[]') # Array
108 elsif op.type.include?('ref') # Object
110 elsif op.reg?
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.rb422 elsif data.is_a?(Array)
426 elsif data.is_a?(String)
446 elsif placeholder.end_with?('ref_depth|')
448 elsif placeholder.end_with?('ptr_depth_int|')
450 elsif placeholder.end_with?('ptr_depth - 1|')
452 elsif placeholder.end_with?('namespace|')
454 elsif placeholder.end_with?('const|')
469 elsif data.is_a?(Array)
471 elsif data.is_a?(String)
498 elsif data.is_a?(Array)
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dvalidate-recipes239 } elsif ($line =~ /^\.\. :comment-end:/) {
241 } elsif ($line =~ /^\s*(=+)$/) {
250 } elsif ($line =~ /^\s*(-+)$/) {
259 } elsif ($line =~ /^\s*(~+)$/) {
268 } elsif ($line eq '.. _Recipes:') {
272 } elsif ($line =~ /^\s*(\.\.\s+_.+?:)$/) {
288 } elsif ($line =~ /^\|CB_R\|.+$/) {
297 } elsif ($line =~ /^\|CB_RULE\|.+?$/) {
307 } elsif ($line =~ /^\.\. meta:$/) {
311 } elsif ($line =~ /^ {4}:keywords:\s+(.+)$/) {
[all …]
/arkcompiler/runtime_core/static_core/templates/
Dplugin_options.rb49 elsif !cur_data
56 elsif cur_data.class == Array
61 elsif cur_hash[key].class == Array
/arkcompiler/runtime_core/static_core/libpandafile/templates/tests/
Dbytecode_emitter_tests_gen.h.erb80 % elsif i.jcmp? && !i.format.prefixed?
97 % elsif i.jcmp? && i.format.prefixed?
99 % elsif i.jcmpz?
124 % elsif op.width == 16
126 % elsif op.width == 32
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/src/
Dtypes.rb148 elsif @chrs[-1] == '>' || @chrs[-1] == ']'
154 elsif stck.size == 0 && @chrs[-1] == ','
171 elsif starts_with "Iterable<"
177 elsif starts_with '['
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dgenerate_ecma.inl.erb59 % elsif param.id?
65 % elsif param.string_id?
70 % elsif param.literalarray_id?
78 % elsif param.imm?
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
Dtypes.rb148 elsif @chrs[-1] == '>' || @chrs[-1] == ']'
154 elsif stck.size == 0 && @chrs[-1] == ','
171 elsif starts_with "Iterable<"
177 elsif starts_with '['
Dvalue_dumper.rb34 elsif x.kind_of? Hash
46 elsif x.kind_of? String
54 elsif x.kind_of?(Float)

12345