Home
last modified time | relevance | path

Searched refs:operand_table (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dip2k-desc.c935 cd->operand_table.init_entries = init; in build_operand_table()
936 cd->operand_table.entry_size = sizeof (CGEN_OPERAND); in build_operand_table()
943 cd->operand_table.entries = selected; in build_operand_table()
944 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
1199 if (cd->operand_table.entries) in ip2k_cgen_cpu_close()
1200 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); in ip2k_cgen_cpu_close()
Dopenrisc-desc.c776 cd->operand_table.init_entries = init; in build_operand_table()
777 cd->operand_table.entry_size = sizeof (CGEN_OPERAND); in build_operand_table()
784 cd->operand_table.entries = selected; in build_operand_table()
785 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
1040 if (cd->operand_table.entries) in openrisc_cgen_cpu_close()
1041 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); in openrisc_cgen_cpu_close()
Dxstormy16-desc.c1237 cd->operand_table.init_entries = init; in build_operand_table()
1238 cd->operand_table.entry_size = sizeof (CGEN_OPERAND); in build_operand_table()
1245 cd->operand_table.entries = selected; in build_operand_table()
1246 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
1501 if (cd->operand_table.entries) in xstormy16_cgen_cpu_close()
1502 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); in xstormy16_cgen_cpu_close()
Dms1-desc.c996 cd->operand_table.init_entries = init; in build_operand_table()
997 cd->operand_table.entry_size = sizeof (CGEN_OPERAND); in build_operand_table()
1004 cd->operand_table.entries = selected; in build_operand_table()
1005 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
1260 if (cd->operand_table.entries) in ms1_cgen_cpu_close()
1261 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); in ms1_cgen_cpu_close()
Dm32r-desc.c1286 cd->operand_table.init_entries = init; in build_operand_table()
1287 cd->operand_table.entry_size = sizeof (CGEN_OPERAND); in build_operand_table()
1294 cd->operand_table.entries = selected; in build_operand_table()
1295 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
1550 if (cd->operand_table.entries) in m32r_cgen_cpu_close()
1551 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); in m32r_cgen_cpu_close()
Dcgen-opc.c309 const CGEN_OPERAND **op = cd->operand_table.entries; in cgen_operand_lookup_by_name()
311 for (i = 0; i < cd->operand_table.num_entries; ++i) in cgen_operand_lookup_by_name()
327 return cd->operand_table.entries[opnum]; in cgen_operand_lookup_by_num()
Dfr30-desc.c1506 cd->operand_table.init_entries = init; in build_operand_table()
1507 cd->operand_table.entry_size = sizeof (CGEN_OPERAND); in build_operand_table()
1514 cd->operand_table.entries = selected; in build_operand_table()
1515 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
1770 if (cd->operand_table.entries) in fr30_cgen_cpu_close()
1771 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); in fr30_cgen_cpu_close()
Diq2000-desc.c1940 cd->operand_table.init_entries = init; in build_operand_table()
1941 cd->operand_table.entry_size = sizeof (CGEN_OPERAND); in build_operand_table()
1948 cd->operand_table.entries = selected; in build_operand_table()
1949 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
2204 if (cd->operand_table.entries) in iq2000_cgen_cpu_close()
2205 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); in iq2000_cgen_cpu_close()
Dfrv-desc.c6219 cd->operand_table.init_entries = init; in build_operand_table()
6220 cd->operand_table.entry_size = sizeof (CGEN_OPERAND); in build_operand_table()
6227 cd->operand_table.entries = selected; in build_operand_table()
6228 cd->operand_table.num_entries = MAX_OPERANDS; in build_operand_table()
6483 if (cd->operand_table.entries) in frv_cgen_cpu_close()
6484 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); in frv_cgen_cpu_close()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dcgen.h1237 CGEN_OPERAND_TABLE operand_table; member