Home
last modified time | relevance | path

Searched refs:INSN_NOP (Results 1 – 3 of 3) sorted by relevance

/tools/objtool/include/objtool/
Darch.h24 INSN_NOP, enumerator
/tools/objtool/arch/x86/
Ddecode.c444 *type = INSN_NOP; in arch_decode_instruction()
490 *type = INSN_NOP; in arch_decode_instruction()
/tools/objtool/
Dcheck.c1093 insn->type = sibling ? INSN_RETURN : INSN_NOP; in annotate_call_site()
1121 insn->type = INSN_NOP; in annotate_call_site()
1438 nop->type = INSN_NOP; in handle_group_alt()
1523 orig_insn->type != INSN_NOP) { in handle_jump_alt()
1540 orig_insn->type = INSN_NOP; in handle_jump_alt()
1543 if (orig_insn->type == INSN_NOP) { in handle_jump_alt()
1956 insn->type != INSN_NOP) { in read_retpoline_hints()
3406 case INSN_NOP: in validate_entry()
3508 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn()