Searched refs:RC_NamesTable (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-i386-intel.c | 908 for (j = 0; j < ARRAY_SIZE (RC_NamesTable); ++j) in i386_intel_operand() 909 if (i.rounding.type == RC_NamesTable[j].type) in i386_intel_operand() 912 current_templates->start->name, RC_NamesTable[j].name); in i386_intel_operand()
|
H A D | tc-i386.c | 451 static const struct RC_name RC_NamesTable[] = variable 10544 for (j = 0; j < ARRAY_SIZE (RC_NamesTable); j++) in RC_SAE_specifier() 10546 if (!strncmp (pstr, RC_NamesTable[j].name, RC_NamesTable[j].len)) in RC_SAE_specifier() 10550 as_bad (_("duplicated `{%s}'"), RC_NamesTable[j].name); in RC_SAE_specifier() 10554 i.rounding.type = RC_NamesTable[j].type; in RC_SAE_specifier() 10556 return (char *)(pstr + RC_NamesTable[j].len); in RC_SAE_specifier() 11510 for (j = 0; j < ARRAY_SIZE (RC_NamesTable); ++j) in i386_att_operand() 11511 if (i.rounding.type == RC_NamesTable[j].type) in i386_att_operand() 11514 current_templates->start->name, RC_NamesTable[j].name); in i386_att_operand()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-i386-intel.c | 1005 for (j = 0; j < ARRAY_SIZE (RC_NamesTable); ++j) in i386_intel_operand() 1006 if (i.rounding.type == RC_NamesTable[j].type) in i386_intel_operand() 1009 insn_name (current_templates.start), RC_NamesTable[j].name); in i386_intel_operand()
|
H A D | tc-i386.c | 485 static const struct RC_name RC_NamesTable[] = variable 13314 for (j = 0; j < ARRAY_SIZE (RC_NamesTable); j++) in RC_SAE_specifier() 13316 if (!strncmp (pstr, RC_NamesTable[j].name, RC_NamesTable[j].len)) in RC_SAE_specifier() 13320 as_bad (_("duplicated `{%s}'"), RC_NamesTable[j].name); in RC_SAE_specifier() 13330 i.rounding.type = RC_NamesTable[j].type; in RC_SAE_specifier() 13332 return (char *)(pstr + RC_NamesTable[j].len); in RC_SAE_specifier() 14317 for (j = 0; j < ARRAY_SIZE (RC_NamesTable); ++j) in i386_att_operand() 14318 if (i.rounding.type == RC_NamesTable[j].type) in i386_att_operand() 14321 insn_name (current_templates.start), RC_NamesTable[j].name); in i386_att_operand()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2013 | 666 (RC_NamesTable): New.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2013 | 666 (RC_NamesTable): New.
|