Home
last modified time | relevance | path

Searched refs:ins1 (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/
Dinstructions.c147 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()
/kernel/liteos_m/components/backtrace/
Dlos_backtrace.c66 UINT16 ins1 = *((UINT16 *)addr); in OsInsIsBlOrBlx() local
70 ((ins1 & OS_BL_INS_MASK) == OS_BL_INS_LOW)) { in OsInsIsBlOrBlx()
248 UINT16 ins1 = *((UINT16 *)addr); in OsInsIsJump() local
252 if (((ins1 & OS_JALX_INS_MASK) == OS_JAL_INS_LOW) || in OsInsIsJump()
253 ((ins1 & OS_JAL_16_INS_MASK) == OS_JAL_16_INS_MASK) || in OsInsIsJump()
259 if (((ins1 & OS_JALX_INS_MASK) == OS_JALR_INS_LOW) || in OsInsIsJump()
260 ((ins1 & OS_JALR_16_INS_MASK) == OS_JALR_16_INS_MASK) || in OsInsIsJump()
266 if (((ins1 & OS_JR_16_INS_MASK) == OS_JR_16_INS_MASK) || in OsInsIsJump()
272 if (((ins1 & OS_J_16_INS_MASK) == OS_J_16_INS_MASK) || in OsInsIsJump()
/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.h72 bool ins__is_fused(struct arch *arch, const char *ins1, const char *ins2);
Dannotate.c87 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()
/kernel/linux/linux-5.10/Documentation/trace/
Dkprobes.rst631 [ins1][ins2][ ins3 ]
635 ins1: 1st Instruction