Lines Matching refs:branch
31 enum intel_pt_insn_branch branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder() local
38 intel_pt_insn->branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder()
49 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
54 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
58 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
66 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
73 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
77 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
81 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
85 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
89 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
93 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
97 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
102 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
106 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
114 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
119 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
130 intel_pt_insn->branch = branch; in intel_pt_insn_decoder()
133 if (branch == INTEL_PT_BR_CONDITIONAL || in intel_pt_insn_decoder()
134 branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_insn_decoder()
179 return in.branch != INTEL_PT_BR_NO_BRANCH; in arch_is_branch()
226 switch (intel_pt_insn->branch) { in intel_pt_insn_desc()