Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c245 expressionS expn; in tic54x_emit_char() local
247 expn.X_op = O_constant; in tic54x_emit_char()
248 expn.X_add_number = c; in tic54x_emit_char()
249 emit_expr (&expn, 2); in tic54x_emit_char()
300 parse_expression (char *str, expressionS *expn) in parse_expression() argument
307 expression (expn); in parse_expression()
1009 expressionS expn; in tic54x_cons() local
1011 input_line_pointer = parse_expression (input_line_pointer, &expn); in tic54x_cons()
1012 if (expn.X_op == O_constant) in tic54x_cons()
1014 offsetT value = expn.X_add_number; in tic54x_cons()
[all …]