Lines Matching refs:parse_exp

1000 parse_exp (const char *s, expressionS *op)  in parse_exp()  function
1023 res = parse_exp (res, op); in parse_exp()
1347 p = parse_exp (args, &arg_m); in emit_m()
1370 p = parse_exp (args, & arg_m); in emit_mr()
1377 p = parse_exp (p + 1, & arg_r); in emit_mr()
1433 p = parse_exp (args, & arg_s); in emit_s()
1439 p = parse_exp (p, & arg_s); in emit_s()
1453 p = parse_exp (args, & arg_s); in emit_sub()
1463 p = parse_exp (p, & arg_s); in emit_sub()
1480 p = parse_exp (args, &reg); in emit_swap()
1516 p = parse_exp (args, &operand); in emit_incdec()
1601 p = parse_exp (args, & mode); in emit_im()
1629 p = parse_exp (args, & regp); in emit_pop()
1659 p = parse_exp (args, & arg); in emit_push()
1700 p = parse_exp (args, &term); in emit_adc()
1716 p = parse_exp (p, &term); in emit_adc()
1743 p = parse_exp (args, &term); in emit_add()
1759 p = parse_exp (p, &term); in emit_add()
1778 p = parse_exp (p, &term); in emit_add()
1825 p = parse_exp (args, &b); in emit_bit()
1855 p = parse_exp (args, & r1); in emit_bshft()
1858 p = parse_exp (p, & r2); in emit_bshft()
1938 p = parse_exp (p, & op); in emit_ex()
1965 p = parse_exp (args, &reg); in emit_in()
1979 p = parse_exp (p, &port); in emit_in()
2026 p = parse_exp (args, &reg); in emit_in0()
2033 p = parse_exp (p, &port); in emit_in0()
2059 p = parse_exp (args, & port); in emit_out()
2065 p = parse_exp (p, &reg); in emit_out()
2116 p = parse_exp (args, & port); in emit_out0()
2122 p = parse_exp (p, &reg); in emit_out0()
2735 p = parse_exp (args, & dst); in emit_ld()
2738 p = parse_exp (p, & src); in emit_ld()
2784 p = parse_exp (args, & dst); in emit_lddldi()
2787 p = parse_exp (p, & src); in emit_lddldi()
2821 p = parse_exp (args, & dst); in emit_ldh()
2828 p = parse_exp (p, & src); in emit_ldh()
2881 p = parse_exp (args, & dst); in emit_ldhl()
2888 p = parse_exp (p, & src); in emit_ldhl()
2902 p = parse_exp (args, op); in parse_lea_pea_args()
2906 p = parse_exp (p + 1, &off); in parse_lea_pea_args()
2921 p = parse_exp (args, & dst); in emit_lea()
2989 p = parse_exp (args, & arg); in emit_mlt()
3018 p = parse_exp (args, & r1); in emit_mul()
3021 p = parse_exp (p, & r2); in emit_mul()
3041 p = parse_exp (args, & rr); in emit_nextreg()
3044 p = parse_exp (p, & nn); in emit_nextreg()
3108 p = parse_exp (args, & arg_s); in emit_tst()
3114 p = parse_exp (p, & arg_s); in emit_tst()
3162 p = parse_exp (args, & arg); in emit_insn_n()
3204 p = parse_exp (p, &exp); in emit_data()
3235 p = parse_exp (p, &exp); in z80_cons()
3338 p = parse_exp (p, & reg); in emit_muluw()