Lines Matching refs:branch
35 enum intel_pt_insn_branch branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder() local
40 intel_pt_insn->branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder()
51 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
56 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
60 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
68 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
75 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
79 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
83 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
87 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
91 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
95 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
99 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
104 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
108 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
116 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
121 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
132 intel_pt_insn->branch = branch; in intel_pt_insn_decoder()
135 if (branch == INTEL_PT_BR_CONDITIONAL || in intel_pt_insn_decoder()
136 branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_insn_decoder()
197 switch (intel_pt_insn->branch) { in intel_pt_insn_desc()