ins1              146 tools/perf/arch/x86/annotate/instructions.c static bool x86__ins_is_fused(struct arch *arch, const char *ins1,
ins1              154 tools/perf/arch/x86/annotate/instructions.c 		if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) ||
ins1              155 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "test")) {
ins1              160 tools/perf/arch/x86/annotate/instructions.c 		if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) ||
ins1              161 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "test") ||
ins1              162 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "add") ||
ins1              163 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "sub") ||
ins1              164 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "and") ||
ins1              165 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "inc") ||
ins1              166 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "dec")) {
ins1               87 tools/perf/util/annotate.c 	bool		(*ins_is_fused)(struct arch *arch, const char *ins1,
ins1              232 tools/perf/util/annotate.c bool ins__is_fused(struct arch *arch, const char *ins1, const char *ins2)
ins1              237 tools/perf/util/annotate.c 	return arch->ins_is_fused(arch, ins1, ins2);
ins1               70 tools/perf/util/annotate.h bool ins__is_fused(struct arch *arch, const char *ins1, const char *ins2);