Lines Matching refs:branch
40 enum intel_pt_insn_branch branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder() local
47 intel_pt_insn->branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder()
58 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
63 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
67 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
75 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
82 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
86 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
90 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
94 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
98 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
102 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
106 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
111 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
115 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
123 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
128 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
139 intel_pt_insn->branch = branch; in intel_pt_insn_decoder()
142 if (branch == INTEL_PT_BR_CONDITIONAL || in intel_pt_insn_decoder()
143 branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_insn_decoder()
227 switch (intel_pt_insn->branch) { in intel_pt_insn_desc()