Home
last modified time | relevance | path

Searched refs:MAX_OPERANDS (Results 1 – 25 of 49) sorted by relevance

12

/toolchain/binutils/binutils-2.25/include/opcode/
Dtic54x.h123 #define MAX_OPERANDS 4 macro
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
Dcrx.h215 #define MAX_OPERANDS 5 macro
269 operand_desc operands[MAX_OPERANDS];
304 argument arg[MAX_OPERANDS];
Dcr16.h207 #define MAX_OPERANDS 5 macro
266 operand_desc operands[MAX_OPERANDS];
307 argument arg[MAX_OPERANDS];
Di386.h132 #define MAX_OPERANDS 5 macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic30.h35 #define MAX_OPERANDS 6 macro
Dtc-tic30.c267 operand *operand_type[MAX_OPERANDS];
647 operand *operand_type[2][MAX_OPERANDS];
798 if (p_insn.operands[found_separator] > MAX_OPERANDS) in tic30_parallel_insn()
801 MAX_OPERANDS); in tic30_parallel_insn()
851 for (i = 0; i < MAX_OPERANDS; i++) in tic30_parallel_insn()
1533 if (insn.operands > MAX_OPERANDS) in md_assemble()
1536 MAX_OPERANDS); in md_assemble()
Dtc-tic54x.h35 #define MAX_OPERANDS 4 macro
Dtc-crx.c916 char *operand[MAX_OPERANDS]; /* Separating the operands. */ in parse_operands()
1314 for (i = 0; instruction->operands[i].op_type && i < MAX_OPERANDS; i++) in get_number_of_operands()
1450 argtype cur_type[MAX_OPERANDS]; in assemble_insn()
1452 unsigned int cur_size[MAX_OPERANDS]; in assemble_insn()
1454 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn()
Dtc-cr16.c1391 char *operand[MAX_OPERANDS];/* Separating the operands. */ in parse_operands()
1982 for (i = 0; instruction->operands[i].op_type && i < MAX_OPERANDS; i++) in get_number_of_operands()
2201 argtype cur_type[MAX_OPERANDS]; in assemble_insn()
2203 unsigned int cur_size[MAX_OPERANDS]; in assemble_insn()
2205 unsigned int cur_flags[MAX_OPERANDS]; in assemble_insn()
/toolchain/binutils/binutils-2.25/opcodes/
Dip2k-desc.c913 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); in build_operand_table()
917 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); in build_operand_table()
924 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
Dlm32-desc.c900 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); in build_operand_table()
904 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); in build_operand_table()
911 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
Dxstormy16-desc.c1215 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); in build_operand_table()
1219 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); in build_operand_table()
1226 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
Dm32r-desc.c1263 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); in build_operand_table()
1267 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); in build_operand_table()
1274 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
Dmt-desc.c1044 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); in build_operand_table()
1048 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); in build_operand_table()
1055 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
Dfr30-desc.c1484 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); in build_operand_table()
1488 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); in build_operand_table()
1495 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
Dtic54x-dis.c206 for (i = 0; i < MAX_OPERANDS && OPTYPE (tm_operands[i]) != OP_None; i++) in print_instruction()
373 i = MAX_OPERANDS; in print_instruction()
Dlm32-desc.h189 #define MAX_OPERANDS 18 macro
Di386-dis.c2353 } op[MAX_OPERANDS];
12285 static char op_out[MAX_OPERANDS][100];
12286 static int op_ad, op_index[MAX_OPERANDS];
12288 static bfd_vma op_address[MAX_OPERANDS];
12289 static bfd_vma op_riprel[MAX_OPERANDS];
12819 char *op_txt[MAX_OPERANDS]; in print_insn()
12959 for (i = 0; i < MAX_OPERANDS; ++i) in print_insn()
13079 for (i = 0; i < MAX_OPERANDS; ++i) in print_insn()
13082 op_ad = MAX_OPERANDS - 1 - i; in print_insn()
13175 for (i = 0; i < MAX_OPERANDS; ++i) in print_insn()
[all …]
Di386-opc.h843 i386_operand_type operand_types[MAX_OPERANDS];
Dm32r-desc.h225 #define MAX_OPERANDS 28 macro
Dip2k-desc.h239 #define MAX_OPERANDS 13 macro
Dfr30-desc.h255 #define MAX_OPERANDS 49 macro
Dmt-desc.h235 #define MAX_OPERANDS 55 macro
Dxstormy16-desc.h275 #define MAX_OPERANDS 39 macro
Depiphany-desc.c2007 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); in build_operand_table()
2011 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *)); in build_operand_table()
2018 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()

12