Lines Matching refs:op
34 enum intel_pt_insn_op op = INTEL_PT_OP_OTHER; in intel_pt_insn_decoder() local
39 intel_pt_insn->op = INTEL_PT_OP_OTHER; in intel_pt_insn_decoder()
50 op = INTEL_PT_OP_SYSCALL; in intel_pt_insn_decoder()
55 op = INTEL_PT_OP_SYSRET; in intel_pt_insn_decoder()
59 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
67 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
74 op = INTEL_PT_OP_RET; in intel_pt_insn_decoder()
78 op = INTEL_PT_OP_IRET; in intel_pt_insn_decoder()
82 op = INTEL_PT_OP_INT; in intel_pt_insn_decoder()
86 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
90 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
94 op = INTEL_PT_OP_LOOP; in intel_pt_insn_decoder()
98 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
103 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
107 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
115 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
120 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
131 intel_pt_insn->op = op; in intel_pt_insn_decoder()
189 const char *intel_pt_insn_name(enum intel_pt_insn_op op) in intel_pt_insn_name() argument
191 return branch_name[op]; in intel_pt_insn_name()
201 intel_pt_insn_name(intel_pt_insn->op), in intel_pt_insn_desc()
207 intel_pt_insn_name(intel_pt_insn->op)); in intel_pt_insn_desc()
219 int intel_pt_insn_type(enum intel_pt_insn_op op) in intel_pt_insn_type() argument
221 switch (op) { in intel_pt_insn_type()