Lines Matching refs:this_try

1068   const struct h8_instruction *this_try = instruction;
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_BSRBC
1210 || OP_KIND (this_try->opcode->how) == O_BSRBS)
1254 if ((this_try->opcode->available == AV_H8SX && ! SXmode)
1255 || (this_try->opcode->available == AV_H8S && ! Smode)
1256 || (this_try->opcode->available == AV_H8H && ! Hmode))
1257 found = 0, found_other = this_try;
1259 found_mismatched = this_try, found = 0;
1264 return this_try;
1330 do_a_fix_imm (int offset, int nibble, struct h8_op *operand, int relaxmode, const struct h8_instruction *this_try)
1372 && (OP_KIND(this_try->opcode->how) == O_MOVAB
1373 || OP_KIND(this_try->opcode->how) == O_MOVAW
1374 || OP_KIND(this_try->opcode->how) == O_MOVAL))
1457 build_bytes (const struct h8_instruction *this_try, struct h8_op *operand)
1460 char *output = frag_more (this_try->length);
1461 const op_type *nibble_ptr = this_try->opcode->data.nib;
1471 if (!Hmode && this_try->opcode->available != AV_H8)
1473 this_try->opcode->name);
1475 && this_try->opcode->available != AV_H8
1476 && this_try->opcode->available != AV_H8H)
1478 this_try->opcode->name);
1480 && this_try->opcode->available != AV_H8
1481 && this_try->opcode->available != AV_H8H
1482 && this_try->opcode->available != AV_H8S)
1484 this_try->opcode->name);
1603 if (OP_KIND (this_try->opcode->how) == O_LDM)
1610 else if (OP_KIND (this_try->opcode->how) == O_STM)
1618 for (i = 0; i < this_try->length; i++)
1623 if ( this_try->opcode->how == O (O_MOV, SB)
1624 || this_try->opcode->how == O (O_BCLR, SB)
1625 || this_try->opcode->how == O (O_BAND, SB)
1626 || this_try->opcode->how == O (O_BIAND, SB)
1627 || this_try->opcode->how == O (O_BILD, SB)
1628 || this_try->opcode->how == O (O_BIOR, SB)
1629 || this_try->opcode->how == O (O_BIST, SB)
1630 || this_try->opcode->how == O (O_BIXOR, SB)
1631 || this_try->opcode->how == O (O_BLD, SB)
1632 || this_try->opcode->how == O (O_BNOT, SB)
1633 || this_try->opcode->how == O (O_BOR, SB)
1634 || this_try->opcode->how == O (O_BSET, SB)
1635 || this_try->opcode->how == O (O_BST, SB)
1636 || this_try->opcode->how == O (O_BTST, SB)
1637 || this_try->opcode->how == O (O_BXOR, SB))
1641 for (i = 0; i < this_try->noperands; i++)
1649 this_try);
1654 this_try);