Lines Matching defs:this_try
1066 const struct h8_instruction *this_try = instruction;
1076 return this_try;
1086 this_try = instruction++;
1087 this_size = this_try->opcode->how & SN;
1089 if (this_try->noperands != noperands)
1091 else if (this_try->noperands > 0)
1095 for (i = 0; i < this_try->noperands && found; i++)
1097 op_type op = this_try->opcode->args.nib[i];
1206 if (OP_KIND (this_try->opcode->how) == O_MOVSD
1207 || OP_KIND (this_try->opcode->how) == O_BSRBC
1208 || OP_KIND (this_try->opcode->how) == O_BSRBS)
1252 if ((this_try->opcode->available == AV_H8SX && ! SXmode)
1253 || (this_try->opcode->available == AV_H8S && ! Smode)
1254 || (this_try->opcode->available == AV_H8H && ! Hmode))
1255 found = 0, found_other = this_try;
1257 found_mismatched = this_try, found = 0;
1262 return this_try;
1328 do_a_fix_imm (int offset, int nibble, struct h8_op *operand, int relaxmode, const struct h8_instruction *this_try)
1370 && (OP_KIND(this_try->opcode->how) == O_MOVAB
1371 || OP_KIND(this_try->opcode->how) == O_MOVAW
1372 || OP_KIND(this_try->opcode->how) == O_MOVAL))
1455 build_bytes (const struct h8_instruction *this_try, struct h8_op *operand)
1458 char *output = frag_more (this_try->length);
1459 const op_type *nibble_ptr = this_try->opcode->data.nib;
1469 if (!Hmode && this_try->opcode->available != AV_H8)
1471 this_try->opcode->name);
1473 && this_try->opcode->available != AV_H8
1474 && this_try->opcode->available != AV_H8H)
1476 this_try->opcode->name);
1478 && this_try->opcode->available != AV_H8
1479 && this_try->opcode->available != AV_H8H
1480 && this_try->opcode->available != AV_H8S)
1482 this_try->opcode->name);
1601 if (OP_KIND (this_try->opcode->how) == O_LDM)
1608 else if (OP_KIND (this_try->opcode->how) == O_STM)
1616 for (i = 0; i < this_try->length; i++)
1621 if ( this_try->opcode->how == O (O_MOV, SB)
1622 || this_try->opcode->how == O (O_BCLR, SB)
1623 || this_try->opcode->how == O (O_BAND, SB)
1624 || this_try->opcode->how == O (O_BIAND, SB)
1625 || this_try->opcode->how == O (O_BILD, SB)
1626 || this_try->opcode->how == O (O_BIOR, SB)
1627 || this_try->opcode->how == O (O_BIST, SB)
1628 || this_try->opcode->how == O (O_BIXOR, SB)
1629 || this_try->opcode->how == O (O_BLD, SB)
1630 || this_try->opcode->how == O (O_BNOT, SB)
1631 || this_try->opcode->how == O (O_BOR, SB)
1632 || this_try->opcode->how == O (O_BSET, SB)
1633 || this_try->opcode->how == O (O_BST, SB)
1634 || this_try->opcode->how == O (O_BTST, SB)
1635 || this_try->opcode->how == O (O_BXOR, SB))
1639 for (i = 0; i < this_try->noperands; i++)
1647 this_try);
1652 this_try);