/toolchain/binutils/binutils-2.27/gold/ |
D | yyscript.y | 212 %type <expr> parse_exp exp 295 | ASSERT_K '(' parse_exp ',' string ')' 360 | ASSERT_K '(' parse_exp ',' string ')' 521 '=' parse_exp 539 | data_length '(' parse_exp ')' 541 | ASSERT_K '(' parse_exp ',' string ')' 543 | FILL '(' parse_exp ')' 722 string memory_attr ':' memory_origin '=' parse_exp opt_comma memory_length '=' parse_exp 809 | AT '(' parse_exp ')' phdr_info 818 string '=' parse_exp [all …]
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-z80.c | 569 parse_exp (const char *s, expressionS *op) in parse_exp() function 835 p = parse_exp (args, &arg_m); in emit_m() 857 p = parse_exp (args, & arg_m); in emit_mr() 864 p = parse_exp (p + 1, & arg_r); in emit_mr() 918 p = parse_exp (args, & arg_s); in emit_s() 949 p = parse_exp (args, &operand); in emit_incdec() 1027 p = parse_exp (args, & mode); in emit_im() 1055 p = parse_exp (args, & regp); in emit_pop() 1101 p = parse_exp (args, &term); in emit_adc() 1117 p = parse_exp (p, &term); in emit_adc() [all …]
|
D | tc-visium.c | 173 static char *parse_exp (char *, expressionS *); 738 parse_exp (char *s, expressionS * op) in parse_exp() function 1223 str = parse_exp (str, &e1); in md_assemble() 1406 str = parse_exp (str, &e1); in md_assemble() 1448 str = parse_exp (str, &e1); in md_assemble() 1476 str = parse_exp (str, &e1); in md_assemble() 1553 str = parse_exp (str, &e1); in md_assemble() 1593 str = parse_exp (str, &e1); in md_assemble() 1700 str = parse_exp (str, &e1); in md_assemble() 1787 str = parse_exp (str, &e1); in md_assemble() [all …]
|
D | tc-mcore.c | 646 parse_exp (char * s, expressionS * e) in parse_exp() function 737 s = parse_exp (s + 1, & e); in parse_rt() 746 s = parse_exp (s, & e); in parse_rt() 776 new_pointer = parse_exp (s, & e); in parse_imm() 1421 input_line_pointer = parse_exp (op_end + 1, & e); in md_assemble() 1440 op_end = parse_exp (op_end + 1, & e); in md_assemble() 1454 input_line_pointer = parse_exp (op_end + 1, & e); in md_assemble() 1465 input_line_pointer = parse_exp (op_end + 1, & e); in md_assemble()
|
D | tc-msp430.c | 412 parse_exp (char * s, expressionS * op) in parse_exp() function 628 parse_exp (str, & exp); in msp430_profiler() 1752 parse_exp (__tl, &(op->exp)); in msp430_srcoperand() 1949 parse_exp (__tl, &(op->exp)); in msp430_srcoperand() 2060 parse_exp (__tl, &(op->exp)); in msp430_srcoperand() 2131 parse_exp (__tl, &(op->exp)); in msp430_srcoperand() 2165 parse_exp (__tl, &(op->exp)); in msp430_dstoperand() 3093 parse_exp (l1 + 1, &(op1.exp)); in msp430_operands() 3164 parse_exp (l1 + 1, &(op1.exp)); in msp430_operands() 3227 parse_exp (l1 + 1, &(op1.exp)); in msp430_operands() [all …]
|
D | tc-avr.c | 711 parse_exp (char *s, expressionS *op) in parse_exp() function 1027 str = parse_exp (str, &op_expr); in avr_operand() 1033 str = parse_exp (str, &op_expr); in avr_operand() 1039 str = parse_exp (str, &op_expr); in avr_operand() 1045 str = parse_exp (str, &op_expr); in avr_operand() 1051 str = parse_exp (str, &op_expr); in avr_operand() 1100 str = parse_exp (str, &op_expr); in avr_operand() 1106 str = parse_exp (str, &op_expr); in avr_operand()
|
D | tc-h8300.c | 363 static char *parse_exp (char *, struct h8_op *); 494 parse_exp (char *src, struct h8_op *op) in parse_exp() function 699 *ptr = parse_exp (src + 1, op); in get_operand() 727 *ptr = parse_exp (src, op); in get_operand() 783 src = parse_exp (src, op); in get_operand() 869 *ptr = parse_exp (src, op); in get_operand() 877 *ptr = parse_exp (src + 1, op); in get_operand() 893 *ptr = parse_exp (src, op); in get_operand() 954 ptr = parse_exp (ptr, &operand[0]); in get_mova_operands()
|
D | tc-z8k.c | 341 parse_exp (char *s, expressionS *op) in parse_exp() function 643 src = parse_exp (src + 1, &(mode->exp)); in get_operand() 687 src = parse_exp (src, &(mode->exp)); in get_operand() 704 src = parse_exp (src, &(mode->exp)); in get_operand()
|
D | tc-sh.c | 1376 parse_exp (char *s, sh_operand_info *op) in parse_exp() function 1482 src = parse_exp (src, op); in parse_at() 1592 *ptr = parse_exp (src, op); in get_operand() 1612 *ptr = parse_exp (src, op); in get_operand() 3000 parse_exp (op_end + 1, &operand[0]); in md_assemble()
|
D | tc-microblaze.c | 588 parse_exp (char *s, expressionS *e) in parse_exp() function 727 new_pointer = parse_exp (s, e); in parse_imm()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2009 | 1060 * config/tc-mcore.c (parse_exp, parse_imm): Rename variable 1062 * config/tc-microblaze.c (parse_exp, parse_imm, check_got): 1077 * config/tc-sh.c (parse_exp): Rename variable new to 1083 * config/tc-z8k.c (parse_exp): Rename variable new to 1237 (parse_exp): Likewise.
|
D | ChangeLog-0203 | 1437 (parse_exp): Replace expressionS argument with a h8_op. Parse the 1442 (get_mova_operands): Combine calls to parse_exp and skip_colonthing. 3195 (parse_exp): Prototype. 3360 (whatreg, parse_reg, parse_exp): Make static, prototype. 3463 (parse_exp): Prototype. Remove unused arg. Adjust w65_expression 3466 parse_exp call. 6988 Use shmedia_parse_exp, not parse_exp. 7196 (parse_exp): Reject misplaced PIC operands.
|
D | ChangeLog-2014 | 224 * config/tc-z80.c (parse_exp_not_indexed, parse_exp): Warning fixes.
|
D | ChangeLog-2012 | 1311 * config/tc-z80.c(parse_exp): Add code to recogize indexed
|
D | ChangeLog-0001 | 1106 (parse_exp, parse_mem, md_assemble): Use ISSPACE instead of 1256 (sh_elf_suffix, parse_reg, dot, parse_exp, parse_at, get_operand, 5966 (parse_exp): Likewise. 6875 (parse_exp): Add second argument 'op'. All callers changed.
|
D | ChangeLog-2010 | 1524 (parse_exp): Do not reject PIC operators here.
|
D | ChangeLog-9295 | 4105 * config/tc-h8300.c (parse_exp, get_operands, clever_message, 10147 * config/tc-h8300.c (parse_exp, colonmod24, check_operand, 10149 * config/tc-h8500.c (parse_exp, skip_colonthing, parse_reglist, 10177 * config/tc-sh.c (parse_exp, check, insert, md_convert_frag): 10185 * config/tc-z8k.c (parse_exp, check_operand, newfix): Ditto. 10374 (parse_exp, skip_colonthing, build_bytes): Add support for
|