Searched defs:ins2 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/ |
H A D | instructions.c | 147 x86__ins_is_fused(struct arch *arch, const char *ins1, const char *ins2) x86__ins_is_fused() argument
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/annotate/ |
H A D | instructions.c | 119 amd__ins_is_fused(struct arch *arch, const char *ins1, const char *ins2) amd__ins_is_fused() argument 142 intel__ins_is_fused(struct arch *arch, const char *ins1, const char *ins2) intel__ins_is_fused() argument
|
/kernel/liteos_m/components/backtrace/ |
H A D | los_backtrace.c | 67 UINT16 ins2 = *((UINT16 *)(addr + 2)); /* 2: Thumb instruction is two bytes. */
in OsInsIsBlOrBlx() local 249 UINT16 ins2 = *((UINT16 *)(addr + 2)); // 2, for the mask
in OsInsIsJump() local
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 240 bool ins__is_fused(struct arch *arch, const char *ins1, const char *ins2) in ins__is_fused() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.c | 249 bool ins__is_fused(struct arch *arch, const char *ins1, const char *ins2) in ins__is_fused() argument
|
Completed in 11 milliseconds