Home | History | Annotate | Download | only in opcodes

Lines Matching defs:string

896   char *string = NULL;
927 string = "sh";
932 string = "nop";
935 string = cctl_subtype [__GF (insn, 5, 5)];
941 string = "tit";
948 string = "ex9";
953 string = "nop16";
957 if (string)
959 while (strstr ((*opc)->opcode, string) == NULL
960 && strstr ((*opc)->instruction, string) == NULL && (*opc)->next)