Searched refs:noperands (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-h8300.c | 61 int noperands; member 316 pi->noperands = 0; in md_begin() 317 while (pi->noperands < 3 && p->args.nib[pi->noperands] != (op_type) E) in md_begin() 318 pi->noperands++; in md_begin() 333 pi->noperands = 0; in md_begin() 893 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand) in get_operands() argument 897 switch (noperands) in get_operands() 1072 int noperands = 0; in get_specific() local 1080 while (noperands < 3 && operands[noperands].mode != 0) in get_specific() 1081 noperands++; in get_specific() [all …]
|
D | tc-z8k.c | 735 switch (opcode->noperands) in get_operands() 862 unsigned int noperands = opcode->noperands; in get_specific() local 871 for (i = 0; i < noperands; i++) in get_specific()
|
D | tc-xtensa.c | 2533 int noperands, opi; in get_relaxable_immed() local 2538 noperands = xtensa_opcode_num_operands (xtensa_default_isa, opcode); in get_relaxable_immed() 2539 for (opi = noperands - 1; opi >= 0; opi--) in get_relaxable_immed() 3959 int noperands; in xg_expand_assembly_insn() local 3970 noperands = xtensa_opcode_num_operands (xtensa_default_isa, in xg_expand_assembly_insn() 3972 if (orig_insn->ntok < noperands) in xg_expand_assembly_insn() 3977 noperands); in xg_expand_assembly_insn() 3980 if (orig_insn->ntok > noperands) in xg_expand_assembly_insn() 3984 noperands); in xg_expand_assembly_insn() 3988 orig_insn->ntok = noperands; in xg_expand_assembly_insn() [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xtensa-dis.c | 139 int bytes_fetched, size, maxsize, i, n, noperands, nslots; in print_insn_xtensa() local 239 noperands = xtensa_opcode_num_operands (isa, opc); in print_insn_xtensa() 241 for (i = 0; i < noperands; i++) in print_insn_xtensa()
|
D | z8k-dis.c | 532 loop_limit = z8k_table[instr_data->tabl_index].noperands; in unparse_instr()
|
D | z8k-opc.h | 295 int noperands; member
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ChangeLog-9103 | 274 * h8300.h (h8_opcode): Remove 'noperands', 'idx', and 'size'
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0203 | 3660 wrap h8_opcodes with length, noperands, idx, and size fields
|