Home
last modified time | relevance | path

Searched full:stripped_mnemonic (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/runtime/templates/
Dbridge_helpers_static.rb15 insn.stripped_mnemonic == "initobj" ? "initobj" : "call"
29 …((insn.properties.include?("call") || insn.stripped_mnemonic == "initobj") && !(insn.properties.in…
/arkcompiler/runtime_core/libpandafile/
Dpandafile_isapi.rb33 jump? && conditional? && stripped_mnemonic[-1] != 'z'
37 jump? && conditional? && stripped_mnemonic[-1] == 'z'
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml17 % opc = inst.stripped_mnemonic.match regex_arithm
24 % opc = inst.stripped_mnemonic =~ /div/ ? 'Div' : 'Mod'
73 % if inst.stripped_mnemonic.start_with? 'fcmp'
/arkcompiler/runtime_core/assembler/templates/
Disa.h.erb37 % flags << "InstFlags::CALL_RANGE" if (insn.properties.include?('call') || insn.stripped_mnemonic
Dopcode_parsing.h.erb51 % required_args = 2 if insn.stripped_mnemonic == 'calli'
/arkcompiler/runtime_core/assembler/
Dasm_isapi.rb33 stripped_mnemonic == 'return'
/arkcompiler/runtime_core/verification/gen/templates/
Dcflow_iterate_inl_gen.h.erb61 % elsif i.stripped_mnemonic == 'throw'
/arkcompiler/runtime_core/isa/
Disapi.rb102 def stripped_mnemonic method in Instruction
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb93 return get_template(inst.stripped_mnemonic)