Searched refs:this_try (Results 1 – 3 of 3) sorted by relevance
1073 const struct h8_instruction *this_try = instruction; in get_specific() local1083 return this_try; in get_specific()1093 this_try = instruction++; in get_specific()1094 this_size = this_try->opcode->how & SN; in get_specific()1096 if (this_try->noperands != noperands) in get_specific()1098 else if (this_try->noperands > 0) in get_specific()1102 for (i = 0; i < this_try->noperands && found; i++) in get_specific()1104 op_type op = this_try->opcode->args.nib[i]; in get_specific()1213 if (OP_KIND (this_try->opcode->how) == O_MOVSD in get_specific()1214 || OP_KIND (this_try->opcode->how) == O_BSRBC in get_specific()[all …]
860 opcode_entry_type *this_try = opcode; in get_specific() local870 this_try = opcode++; in get_specific()875 … if (((mode & CLASS_MASK) == CLASS_IR) && ((this_try->arg_info[i] & CLASS_MASK) == CLASS_IRO)) in get_specific()880 if ((mode & CLASS_MASK) != (this_try->arg_info[i] & CLASS_MASK)) in get_specific()885 if (mode == CLASS_DA && this_try->arg_info[i] == CLASS_DISP) in get_specific()890 else if (mode == CLASS_BA && this_try->arg_info[i]) in get_specific()896 else if (this_try->arg_info[i] & CLASS_PR) in get_specific()919 reg[this_try->arg_info[i] & ARG_MASK] = operands[i].reg; in get_specific()925 reg[this_try->arg_info[i] & ARG_MASK] = operands[i].reg; in get_specific()937 reg[this_try->arg_info[i] & ARG_MASK] = operands[i].reg; in get_specific()[all …]
1679 sh_opcode_info *this_try = opcode; in get_specific() local1685 this_try = opcode++; in get_specific()1686 if ((this_try->name != name) && (strcmp (this_try->name, name) != 0)) in get_specific()1697 for (n = 0; this_try->arg[n]; n++) in get_specific()1700 sh_arg_type arg = this_try->arg[n]; in get_specific()2204 switch (this_try->nibbles[opf]) in get_specific()2226 if ( !SH_MERGE_ARCH_SET_VALID (valid_arch, this_try->arch)) in get_specific()2228 valid_arch = SH_MERGE_ARCH_SET (valid_arch, this_try->arch); in get_specific()2229 return this_try; in get_specific()