Lines Matching defs:this_try
1270 sh_opcode_info *this_try = opcode;
1276 this_try = opcode++;
1277 if ((this_try->name != name) && (strcmp (this_try->name, name) != 0))
1288 for (n = 0; this_try->arg[n]; n++)
1291 sh_arg_type arg = this_try->arg[n];
1795 switch (this_try->nibbles[opf])
1817 if ( !SH_MERGE_ARCH_SET_VALID (valid_arch, this_try->arch))
1819 valid_arch = SH_MERGE_ARCH_SET (valid_arch, this_try->arch);
1820 return this_try;