Searched refs:INSN_JUMP_DYNAMIC (Results 1 – 4 of 4) sorted by relevance
17 INSN_JUMP_DYNAMIC, enumerator
88 return insn->type == INSN_JUMP_DYNAMIC || in is_dynamic_jump()
140 if (insn->type == INSN_JUMP_DYNAMIC) in is_sibling_call()1317 insn->type = INSN_JUMP_DYNAMIC; in add_retpoline_call()1910 if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC) in find_jump_table()1961 if (insn->type != INSN_JUMP_DYNAMIC) in mark_func_jump_tables()2168 if (insn->type != INSN_JUMP_DYNAMIC && in read_retpoline_hints()3492 case INSN_JUMP_DYNAMIC: in validate_branch()3500 if (insn->type == INSN_JUMP_DYNAMIC) in validate_branch()3650 case INSN_JUMP_DYNAMIC: in validate_entry()3753 if (insn->type != INSN_JUMP_DYNAMIC && in validate_retpoline()3779 insn->type == INSN_JUMP_DYNAMIC ? "jump" : "call"); in validate_retpoline()[all …]
673 *type = INSN_JUMP_DYNAMIC; in arch_decode_instruction()