Home
last modified time | relevance | path

Searched full:start_with (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/irtoc/lang/
Dvalidation.rb49 if !line.start_with? " "
50 if line.start_with? "METHOD_INFO:"
54 elsif line.start_with? "CODE_STATS:"
61 next if !good_data || line.start_with?("==")
Dirtoc.rb101 raise "Macro can't start with capital letter" if name.to_s.start_with? /[A-Z]/
107 raise "Macro can't start with capital letter" if name.to_s.start_with? /[A-Z]/
/arkcompiler/runtime_core/assembler/templates/
Dins_create_api.h.erb35 % if o.name.start_with?('v')
43 % if o.name.start_with?('imm')
49 % elsif o.name.start_with?('id')
Dins_to_string.cpp.erb45 % if (item.include?("id") || item.start_with?("imm") && insn.jump?)
48 % elsif item.start_with?("imm")
51 % elsif item.start_with?("v")
Dins_emit.h.erb63 % elsif type(insn).start_with? 'u' # can hold both float and integer literals
/arkcompiler/runtime_core/static_core/assembler/templates/
Dins_create_api.h.erb37 % if o.name.start_with?('v')
45 % if o.name.start_with?('imm')
51 % elsif o.name.start_with?('id')
Dins_to_string.cpp.erb46 % if (item.include?("id") || item.start_with?("imm") && insn.jump?)
49 % elsif item.start_with?("imm")
52 % elsif item.start_with?("v")
Dins_emit.h.erb65 % elsif type(insn).start_with? 'u' # can hold both float and integer literals
/arkcompiler/runtime_core/assembler/
Dasm_isapi.rb91 if o.name.start_with?('imm')
92 if insn.asm_token.start_with?('F')
97 elsif o.name.start_with?('id')
/arkcompiler/runtime_core/static_core/assembler/
Dasm_isapi.rb91 if o.name.start_with?('imm')
92 if insn.asm_token.start_with?('F')
97 elsif o.name.start_with?('id')
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb140 return 'ConditionCode::CC_EQ' if inst.opcode.start_with? 'jeq'
141 return 'ConditionCode::CC_NE' if inst.opcode.start_with? 'jne'
142 return 'ConditionCode::CC_LT' if inst.opcode.start_with? 'jlt'
143 return 'ConditionCode::CC_GT' if inst.opcode.start_with? 'jgt'
144 return 'ConditionCode::CC_LE' if inst.opcode.start_with? 'jle'
145 return 'ConditionCode::CC_GE' if inst.opcode.start_with? 'jge'
Dinstructions.rb167 return item.map { |v| (v.start_with? '$') ? IR::templates[v[1..-1]] : v }
169 return item.map { |k, v| (v.start_with? '$') ? [k, IR::templates[v[1..-1]]] : [k, v] }
/arkcompiler/runtime_core/static_core/runtime/templates/
Dintrinsics.yaml.erb22 … naming of compiler_only intrinisc" if compiler_only and not intrinsic.name.start_with?("Compiler")
23 …ing of not compiler_only intrinisc" if not compiler_only and intrinsic.name.start_with?("Compiler")
44 need_decl: <%= intrinsic.impl.start_with?(Runtime::intrinsics_namespace) %>
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb144 return 'ConditionCode::CC_EQ' if inst.opcode.start_with? 'jeq'
145 return 'ConditionCode::CC_NE' if inst.opcode.start_with? 'jne'
146 return 'ConditionCode::CC_LT' if inst.opcode.start_with? 'jlt'
147 return 'ConditionCode::CC_GT' if inst.opcode.start_with? 'jgt'
148 return 'ConditionCode::CC_LE' if inst.opcode.start_with? 'jle'
149 return 'ConditionCode::CC_GE' if inst.opcode.start_with? 'jge'
150 return 'ConditionCode::CC_EQ' if inst.opcode.start_with? 'jstricteq'
151 return 'ConditionCode::CC_NE' if inst.opcode.start_with? 'jnstricteq'
Dinstructions.rb167 return item.map { |v| (v.start_with? '$') ? IR::templates[v[1..-1]] : v }
169 return item.map { |k, v| (v.start_with? '$') ? [k, IR::templates[v[1..-1]]] : [k, v] }
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb508 …if line.start_with?('METHOD_INFO:') && contains?(@disasm_lines[index + 1].split(':', 2)[1].strip, …
512 if line.start_with?('DISASSEMBLY')
517 if line.start_with?('METHOD_INFO:')
544 if line.start_with?(prefix)
662 unless line.start_with? options.command_token
667 raise "No space between two checkers: '#{line.strip}'" if line.start_with? checker_start
674 next unless line.start_with? options.command_token
675 if line.start_with? checker_start
684 …raise "Line '#{line.strip}' does not belong to any checker" unless line.start_with? disabled_check…
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Dabs_int_inl_compat_checks.h.erb70 % if !name.start_with?('_') # those are special like _domains and _default
76 % if !name2.start_with?('_')
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb366 …if line.start_with?('METHOD_INFO:') && contains?(@disasm_lines[index + 1].split(':', 2)[1].strip, …
370 if line.start_with?('DISASSEMBLY')
375 if line.start_with?('METHOD_INFO:')
402 if line.start_with?(prefix)
497 unless line.start_with? options.command_token
503 next unless line.start_with? checker_start
/arkcompiler/runtime_core/static_core/plugins/ets/bytecode_optimizer/templates/
Dets_codegen_intrinsics_gen.inc.erb28 % lowering = lowerings.detect{ |l| inst.sig.start_with?(l[0]) }
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.rb60 …method_name = signature.method_name.start_with?('$') ? refs[signature.method_name[1..-1]] : signat…
/arkcompiler/runtime_core/static_core/libpandafile/
Dpandafile_isapi.rb68 if o.name.start_with?('imm')
/arkcompiler/runtime_core/static_core/isa/
Dasserts.rb123 i.float? == i.acc_and_operands.any? { |op| op.type.start_with?('f') }
188 next true unless i.mnemonic.start_with?('call')
/arkcompiler/runtime_core/isa/
Dasserts.rb123 i.float? == i.acc_and_operands.any? { |op| op.type.start_with?('f') }
188 next true unless i.mnemonic.start_with?('call')
/arkcompiler/runtime_core/static_core/libpandafile/templates/tests/
Dbytecode_emitter_tests_gen.h.erb119 % is_signed = op.name.start_with?('imm')
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/templates/
Dtemplate.sts.erb204 % if rb_obj.kind_of?(String) && rb_obj.start_with?("#__threw ")

12