Home
last modified time | relevance | path

Searched full:elsif (Results 1 – 25 of 42) 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")
/arkcompiler/runtime_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)
90 elsif other.is_a? Regmap
93 elsif other.is_a? Integer
95 elsif other.is_a? Symbol
108 elsif other.is_a? Regmap
111 elsif other.is_a? Integer
113 elsif other.is_a? Symbol
Dregmap.rb40 elsif other.is_a? Hash
50 elsif other.is_a? Hash
60 elsif other.is_a? Hash
Dinstruction.rb106 elsif IsParameter?()
109 elsif IsElse?
201 elsif IsReturn?
205 elsif IsConstant?
Dirtoc.rb194 elsif Options.ir_api == 'ir-builder'
204 elsif Options.ir_api == 'ir-inline'
Dvalidation.rb54 elsif line.start_with? "CODE_STATS:"
Dir_generator.rb93 elsif inst.IsReturn?
97 elsif inst.IsConstant?
/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/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.erb228 % elsif inst.compilable?
322 % elsif param.reg?
333 % elsif param.id?
338 % elsif inst.properties.include?("string_id")
342 % elsif inst.properties.include?("literalarray_id")
/arkcompiler/runtime_core/templates/
Dplugin_options.rb27 elsif !cur_data
34 elsif cur_data.class == Array
/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/irtoc/scripts/
Dallocation.irt91 elsif element_size == 16
93 elsif element_size == 32
95 elsif element_size == 64
/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']
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints_gen.S.erb24 % elsif entrypoint.bridge == 'entrypoint'
/arkcompiler/runtime_core/verification/gen/templates/
Dcflow_iterate_inl_gen.h.erb61 % elsif i.stripped_mnemonic == 'throw'
64 % elsif i.properties.include?('return')

12