Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c1546 maxq20_operand (char *operand_string) in maxq20_operand() argument
1568 memcpy (op_string, operand_string, strlen (operand_string) + 1); in maxq20_operand()
1569 memcpy (org_case_op_string, operand_string, strlen (operand_string) + 1); in maxq20_operand()
1571 ii = strlen (operand_string) + 1; in maxq20_operand()
1589 if (isxdigit (operand_string[0])) in maxq20_operand()
1604 memcpy (op_string, operand_string, strlen (operand_string) + 1); in maxq20_operand()
1605 ii = strlen (operand_string) + 1; in maxq20_operand()
H A Dtc-i386.c85 static int i386_operand PARAMS ((char *operand_string));
86 static int i386_intel_operand PARAMS ((char *operand_string, int got_a_float));
4360 i386_index_check (operand_string) in i386_index_check() argument
4361 const char *operand_string; in i386_index_check()
4453 operand_string);
4457 operand_string,
4467 i386_operand (operand_string) in i386_operand() argument
4468 char *operand_string; in i386_operand()
4472 char *op_string = operand_string;
4660 operand_string);
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c80 static int i386_operand PARAMS ((char *operand_string));
81 static int i386_intel_operand PARAMS ((char *operand_string, int got_a_float));
3956 i386_index_check (operand_string) in i386_index_check() argument
3957 const char *operand_string; in i386_index_check()
4026 operand_string);
4030 operand_string,
4040 i386_operand (operand_string) in i386_operand() argument
4041 char *operand_string; in i386_operand()
4045 char *op_string = operand_string;
4236 operand_string);
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/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.
/openbsd-src/gnu/usr.bin/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.