Searched full:stripped_mnemonic (Results 1 – 9 of 9) sorted by relevance
15 insn.stripped_mnemonic == "initobj" ? "initobj" : "call"29 …((insn.properties.include?("call") || insn.stripped_mnemonic == "initobj") && !(insn.properties.in…
33 jump? && conditional? && stripped_mnemonic[-1] != 'z'37 jump? && conditional? && stripped_mnemonic[-1] == 'z'
17 % opc = inst.stripped_mnemonic.match regex_arithm24 % opc = inst.stripped_mnemonic =~ /div/ ? 'Div' : 'Mod'73 % if inst.stripped_mnemonic.start_with? 'fcmp'
37 % flags << "InstFlags::CALL_RANGE" if (insn.properties.include?('call') || insn.stripped_mnemonic…
51 % required_args = 2 if insn.stripped_mnemonic == 'calli'
33 stripped_mnemonic == 'return'
61 % elsif i.stripped_mnemonic == 'throw'
102 def stripped_mnemonic method in Instruction
93 return get_template(inst.stripped_mnemonic)