Searched refs:ins1 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/annotate/ |
| H A D | instructions.c | 147 static bool x86__ins_is_fused(struct arch *arch, const char *ins1, in x86__ins_is_fused() argument 155 if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) || in x86__ins_is_fused() 156 strstr(ins1, "test")) { in x86__ins_is_fused() 161 if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) || in x86__ins_is_fused() 162 strstr(ins1, "test") || in x86__ins_is_fused() 163 strstr(ins1, "add") || in x86__ins_is_fused() 164 strstr(ins1, "sub") || in x86__ins_is_fused() 165 strstr(ins1, "and") || in x86__ins_is_fused() 166 strstr(ins1, "inc") || in x86__ins_is_fused() 167 strstr(ins1, "dec")) { in x86__ins_is_fused()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | annotate.h | 72 bool ins__is_fused(struct arch *arch, const char *ins1, const char *ins2);
|
| H A D | annotate.c | 87 bool (*ins_is_fused)(struct arch *arch, const char *ins1, 232 bool ins__is_fused(struct arch *arch, const char *ins1, const char *ins2) in ins__is_fused() argument 237 return arch->ins_is_fused(arch, ins1, ins2); in ins__is_fused()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | kprobes.rst | 631 [ins1][ins2][ ins3 ] 635 ins1: 1st Instruction
|