Lines Matching refs:strstarts
126 if (arch->family >= 0x15 && (strstarts(ins1, "test") ||
127 (strstarts(ins1, "cmp") && !strstr(ins1, "xchg")))) {
132 if (arch->family >= 0x19 && (strstarts(ins1, "add") ||
133 strstarts(ins1, "sub") || strstarts(ins1, "and") ||
134 strstarts(ins1, "inc") || strstarts(ins1, "dec") ||
135 strstarts(ins1, "or") || strstarts(ins1, "xor"))) {
182 arch->ins_is_fused = strstarts(cpuid, "AuthenticAMD") ?