Lines Matching defs:this_try

1016   const struct h8_instruction *this_try = instruction;
1026 return this_try;
1036 this_try = instruction++;
1037 this_size = this_try->opcode->how & SN;
1039 if (this_try->noperands != noperands)
1041 else if (this_try->noperands > 0)
1045 for (i = 0; i < this_try->noperands && found; i++)
1047 op_type op = this_try->opcode->args.nib[i];
1156 if (OP_KIND (this_try->opcode->how) == O_MOVSD
1157 || OP_KIND (this_try->opcode->how) == O_BSRBC
1158 || OP_KIND (this_try->opcode->how) == O_BSRBS)
1202 if ((this_try->opcode->available == AV_H8SX && ! SXmode)
1203 || (this_try->opcode->available == AV_H8S && ! Smode)
1204 || (this_try->opcode->available == AV_H8H && ! Hmode))
1205 found = 0, found_other = this_try;
1207 found_mismatched = this_try, found = 0;
1212 return this_try;
1390 build_bytes (const struct h8_instruction *this_try, struct h8_op *operand)
1393 char *output = frag_more (this_try->length);
1394 op_type *nibble_ptr = this_try->opcode->data.nib;
1404 if (!Hmode && this_try->opcode->available != AV_H8)
1406 this_try->opcode->name);
1408 && this_try->opcode->available != AV_H8
1409 && this_try->opcode->available != AV_H8H)
1411 this_try->opcode->name);
1413 && this_try->opcode->available != AV_H8
1414 && this_try->opcode->available != AV_H8H
1415 && this_try->opcode->available != AV_H8S)
1417 this_try->opcode->name);
1536 if (OP_KIND (this_try->opcode->how) == O_LDM)
1543 else if (OP_KIND (this_try->opcode->how) == O_STM)
1551 for (i = 0; i < this_try->length; i++)
1556 if ( this_try->opcode->how == O (O_MOV, SB)
1557 || this_try->opcode->how == O (O_BCLR, SB)
1558 || this_try->opcode->how == O (O_BAND, SB)
1559 || this_try->opcode->how == O (O_BIAND, SB)
1560 || this_try->opcode->how == O (O_BILD, SB)
1561 || this_try->opcode->how == O (O_BIOR, SB)
1562 || this_try->opcode->how == O (O_BIST, SB)
1563 || this_try->opcode->how == O (O_BIXOR, SB)
1564 || this_try->opcode->how == O (O_BLD, SB)
1565 || this_try->opcode->how == O (O_BNOT, SB)
1566 || this_try->opcode->how == O (O_BOR, SB)
1567 || this_try->opcode->how == O (O_BSET, SB)
1568 || this_try->opcode->how == O (O_BST, SB)
1569 || this_try->opcode->how == O (O_BTST, SB)
1570 || this_try->opcode->how == O (O_BXOR, SB))
1574 for (i = 0; i < this_try->noperands; i++)