Searched refs:this_try (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-h8300.c1067 const struct h8_instruction *this_try = instruction; local
1077 return this_try;
1087 this_try = instruction++;
1088 this_size = this_try->opcode->how & SN;
1090 if (this_try->noperands != noperands)
1092 else if (this_try->noperands > 0)
1096 for (i = 0; i < this_try->noperands && found; i++)
1098 op_type op = this_try->opcode->args.nib[i];
1207 if (OP_KIND (this_try->opcode->how) == O_MOVSD
1208 || OP_KIND (this_try
1329 do_a_fix_imm(int offset, int nibble, struct h8_op *operand, int relaxmode, const struct h8_instruction *this_try) argument
1456 build_bytes(const struct h8_instruction *this_try, struct h8_op *operand) argument
[all...]
H A Dtc-z8k.c860 opcode_entry_type *this_try = opcode; local
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
1031 build_bytes(opcode_entry_type *this_try, struct z8k_op *operand ATTRIBUTE_UNUSED) argument
[all...]
H A Dtc-sh.c1284 sh_opcode_info *this_try = opcode;
1290 this_try = opcode++;
1291 if ((this_try->name != name) && (strcmp (this_try->name, name) != 0))
1302 for (n = 0; this_try->arg[n]; n++)
1305 sh_arg_type arg = this_try->arg[n];
1809 switch (this_try->nibbles[opf])
1831 if ( !SH_MERGE_ARCH_SET_VALID (valid_arch, this_try->arch))
1833 valid_arch = SH_MERGE_ARCH_SET (valid_arch, this_try->arch);
1834 return this_try;
1282 sh_opcode_info *this_try = opcode; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-h8300.c1068 const struct h8_instruction *this_try = instruction; local
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
1330 do_a_fix_imm(int offset, int nibble, struct h8_op *operand, int relaxmode, const struct h8_instruction *this_try) argument
1457 build_bytes(const struct h8_instruction *this_try, struct h8_op *operand) argument
[all...]
H A Dtc-z8k.c860 opcode_entry_type *this_try = opcode; local
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
1021 build_bytes(opcode_entry_type *this_try, struct z8k_op *operand ATTRIBUTE_UNUSED) argument
[all...]
H A Dtc-sh.c1284 sh_opcode_info *this_try = opcode;
1290 this_try = opcode++;
1291 if ((this_try->name != name) && (strcmp (this_try->name, name) != 0))
1302 for (n = 0; this_try->arg[n]; n++)
1305 sh_arg_type arg = this_try->arg[n];
1809 switch (this_try->nibbles[opf])
1831 if ( !SH_MERGE_ARCH_SET_VALID (valid_arch, this_try->arch))
1833 valid_arch = SH_MERGE_ARCH_SET (valid_arch, this_try->arch);
1834 return this_try;
1282 sh_opcode_info *this_try = opcode; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-h8300.c1067 const struct h8_instruction *this_try = instruction; local
1077 return this_try;
1087 this_try = instruction++;
1088 this_size = this_try->opcode->how & SN;
1090 if (this_try->noperands != noperands)
1092 else if (this_try->noperands > 0)
1096 for (i = 0; i < this_try->noperands && found; i++)
1098 op_type op = this_try->opcode->args.nib[i];
1207 if (OP_KIND (this_try->opcode->how) == O_MOVSD
1208 || OP_KIND (this_try
1329 do_a_fix_imm(int offset, int nibble, struct h8_op *operand, int relaxmode, const struct h8_instruction *this_try) argument
1456 build_bytes(const struct h8_instruction *this_try, struct h8_op *operand) argument
[all...]
H A Dtc-z8k.c860 opcode_entry_type *this_try = opcode; local
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
1031 build_bytes(opcode_entry_type *this_try, struct z8k_op *operand ATTRIBUTE_UNUSED) argument
[all...]
H A Dtc-sh.c1284 sh_opcode_info *this_try = opcode;
1290 this_try = opcode++;
1291 if ((this_try->name != name) && (strcmp (this_try->name, name) != 0))
1302 for (n = 0; this_try->arg[n]; n++)
1305 sh_arg_type arg = this_try->arg[n];
1809 switch (this_try->nibbles[opf])
1831 if ( !SH_MERGE_ARCH_SET_VALID (valid_arch, this_try->arch))
1833 valid_arch = SH_MERGE_ARCH_SET (valid_arch, this_try->arch);
1834 return this_try;
1282 sh_opcode_info *this_try = opcode; local
[all...]

Completed in 160 milliseconds