Lines Matching defs:this_try
860 opcode_entry_type *this_try = opcode;
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;
940 if (this_try->opcode == OPC_ldctlb && the_ctrl != 1)
951 return this_try;
1031 build_bytes (opcode_entry_type *this_try, struct z8k_op *operand ATTRIBUTE_UNUSED)
1045 class_ptr = this_try->byte_info;