HomeSort by relevance Sort by last modified time
    Searched full:this_try (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 1068 const struct h8_instruction *this_try = instruction; local
1078 return this_try;
1088 this_try = instruction++;
1089 this_size = this_try->opcode->how & SN;
1091 if (this_try->noperands != noperands)
1093 else if (this_try->noperands > 0)
1097 for (i = 0; i < this_try->noperands && found; i++)
1099 op_type op = this_try->opcode->args.nib[i];
1208 if (OP_KIND (this_try->opcode->how) == O_MOVSD
1209 || OP_KIND (this_try->opcode->how) == O_BSRB
    [all...]
tc-z8k.c 860 opcode_entry_type *this_try = opcode; local
870 this_try = opcode++;
875 if (((mode & CLASS_MASK) == CLASS_IR) && ((this_try->arg_info[i] & CLASS_MASK) == CLASS_IRO))
880 if ((mode & CLASS_MASK) != (this_try->arg_info[i] & CLASS_MASK))
885 if (mode == CLASS_DA && this_try->arg_info[i] == CLASS_DISP)
890 else if (mode == CLASS_BA && this_try->arg_info[i])
896 else if (this_try->arg_info[i] & CLASS_PR)
919 reg[this_try->arg_info[i] & ARG_MASK] = operands[i].reg;
925 reg[this_try->arg_info[i] & ARG_MASK] = operands[i].reg;
937 reg[this_try->arg_info[i] & ARG_MASK] = operands[i].reg
    [all...]
tc-sh.c 1679 sh_opcode_info *this_try = opcode; local
    [all...]

Completed in 510 milliseconds