Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z80.c543 parse_exp_not_indexed (const char *s, expressionS *op) in parse_exp_not_indexed() function
570 const char* res = parse_exp_not_indexed (s, op); in parse_exp()
928 p = parse_exp_not_indexed (args, &addr); in emit_call()
976 p = parse_exp_not_indexed (args, &addr); in emit_jr()
996 p = parse_exp_not_indexed (args, & addr); in emit_jp()
1254 p = parse_exp_not_indexed (args, &op); in emit_ex()
1414 p = parse_exp_not_indexed (args, &addr); in emit_rst()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20121310 * config/tc-z80.c(parse_exp_not_indexed): New function.
1314 * config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify
1317 parse_exp_not_indexed.
DChangeLog51 * config/tc-z80.c (parse_exp_not_indexed, parse_exp): Warning fixes.
1673 (parse_exp_not_indexed): Delete unused variable dummy.