Lines Matching refs:this_try
860 opcode_entry_type *this_try = opcode; in get_specific() local
870 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()
940 if (this_try->opcode == OPC_ldctlb && the_ctrl != 1) in get_specific()
951 return this_try; in get_specific()
1013 build_bytes (opcode_entry_type *this_try, struct z8k_op *operand ATTRIBUTE_UNUSED) in build_bytes() argument
1027 class_ptr = this_try->byte_info; in build_bytes()