Lines Matching refs:strstr
150 if (arch->family != 6 || arch->model < 0x1e || strstr(ins2, "jmp"))
155 if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) ||
156 strstr(ins1, "test")) {
161 if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) ||
162 strstr(ins1, "test") ||
163 strstr(ins1, "add") ||
164 strstr(ins1, "sub") ||
165 strstr(ins1, "and") ||
166 strstr(ins1, "inc") ||
167 strstr(ins1, "dec")) {