Home
last modified time | relevance | path

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

12

/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 …]
Dins_emit.h.erb56 % elsif op.imm?
63 % elsif type(insn).start_with? 'u' # can hold both float and integer literals
70 % elsif op.id?
78 % elsif prop == 'string_id'
83 % elsif prop == 'literalarray_id'
111 % elsif prop == 'string_id'
116 % elsif prop == 'literalarray_id'
128 % elsif op.imm?
138 % elsif insn.jump?
149 % elsif regs_num > 0
[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_to_string.cpp.erb48 % elsif item.start_with?("imm")
51 % elsif item.start_with?("v")
Dins_create_api.h.erb49 % elsif o.name.start_with?('id')
/arkcompiler/ets_frontend/es2panda/compiler/templates/
Dformats.h.erb35 % elsif op.src?
37 % elsif op.dst?
41 % elsif op.imm?
44 % elsif op.id?
Disa.h.erb121 % elsif is_Imm(name_tmp)
131 % elsif is_Id(name_tmp)
/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?
Dinst_builder_gen.cpp.erb226 % elsif inst.compilable?
320 % elsif param.reg?
327 % elsif param.id?
332 % elsif inst.properties.include?("string_id")
336 % elsif inst.properties.include?("literalarray_id")
Dinst_checker_gen.h.erb50 % elsif !inst.dst.pseudo?
Dcodegen_arm64.rb113 elsif m = /^tmp_([suf]\d+)$/.match(name)
Dinstructions.rb168 elsif item.is_a? Hash
/arkcompiler/runtime_core/templates/
Dplugin_options.rb27 elsif !cur_data
34 elsif cur_data.class == Array
Dmessages.rb43 elsif !scanner.eos?
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb170 elsif name == :options
172 elsif name == :entry
174 elsif name == :result
176 elsif name == :abort
178 elsif name == :env
197 elsif status.exitstatus != expected_result
249 elsif status.exitstatus != 0
/arkcompiler/ets_frontend/ts2panda/templates/
DbuiltinsMap.ts.erb78 % elsif (args[i].start_with?("v"))
83 % elsif (args[i].include?("string_id"))
88 % elsif (args[i].include?("method_id"))
Dirnodes.ts.erb102 % elsif is_Imm(name)
105 % elsif is_Id(name)
150 % elsif op.src?
152 % elsif op.dst?
156 % elsif op.imm?
159 % elsif op.id?
Ddiagnostic.ts.erb97 % elsif char == "/"
99 % elsif char == ":"
101 % elsif /\w/.match(char)
/arkcompiler/runtime_core/disassembler/templates/
Dbc_ins_to_pandasm_ins.cpp.erb44 % elsif (operand.name == :v)
47 % elsif (i.operands.count(&:id?) != 0)
Dtype_to_pandasm_type.cpp.erb29 % elsif (type.name == "tagged")
/arkcompiler/runtime_core/libpandafile/templates/tests/
Dbytecode_emitter_tests_gen.h.erb190 % elsif group.length() == 1
257 % elsif i.jump? && method_args.length == 1
270 % elsif i.jump? && method_args.length == 2
300 % elsif op.width == 16
302 % elsif op.width == 32
/arkcompiler/runtime_core/tests/cts-generator/runner/
Dsingle_test_runner.rb37 elsif k.include? 'bugid:'
80 elsif line.strip.empty?
148 elsif @runner_options['compile-only']
Drunner.rb127 elsif t.value.signaled?
/arkcompiler/runtime_core/templates/options/
Doptions.h.erb172 % elsif defined? op.range
178 % elsif op.has_sub_options
/arkcompiler/runtime_core/assembler/
Dasm_isapi.rb97 elsif o.name.start_with?('id')

12