Home
last modified time | relevance | path

Searched refs:operand_string (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c4918 i386_index_check (const char *operand_string) in i386_index_check() argument
5011 operand_string); in i386_index_check()
5015 operand_string, in i386_index_check()
5025 i386_operand (char *operand_string) in i386_operand() argument
5029 char *op_string = operand_string; in i386_operand()
5220 operand_string); in i386_operand()
5245 operand_string); in i386_operand()
5261 operand_string); in i386_operand()
5294 if (i386_index_check (operand_string) == 0) in i386_operand()
6740 p = intel_parser.op_string = xstrdup (operand_string); in i386_intel_operand()
[all …]
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-9899779 operand_string pointer in segment reg case before goto
782 (i386_index_check): Add operand_string param, and print error
830 call i386_index_check instead. Save initial operand_string
H A DChangeLog-02031145 for memory operands. Pass the full operand_string to i386_index_check.