Home
last modified time | relevance | path

Searched refs:INSN_JUMP_CONDITIONAL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c188 *type = INSN_JUMP_CONDITIONAL; in arch_decode_instruction()
409 *type = INSN_JUMP_CONDITIONAL; in arch_decode_instruction()
466 *type = INSN_JUMP_CONDITIONAL; in arch_decode_instruction()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h15 INSN_JUMP_CONDITIONAL, enumerator
H A Dcheck.h75 return insn->type == INSN_JUMP_CONDITIONAL || in is_static_jump()
H A Dcheck.c1107 case INSN_JUMP_CONDITIONAL: in add_retpoline_call()
3042 case INSN_JUMP_CONDITIONAL: in validate_branch()
3235 case INSN_JUMP_CONDITIONAL: in validate_entry()
3246 insn->type == INSN_JUMP_CONDITIONAL ? "-cond" : ""); in validate_entry()