Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic30.c409 operand *current_op; in tic30_operand() local
412 current_op = malloc (sizeof (* current_op)); in tic30_operand()
413 memset (current_op, '\0', sizeof (operand)); in tic30_operand()
434 current_op->direct.label = token + 1; in tic30_operand()
438 retval = expression (&current_op->direct.direct_expr); in tic30_operand()
441 current_op->direct.direct_expr.X_op); in tic30_operand()
443 current_op->direct.direct_expr.X_add_number); in tic30_operand()
448 if (current_op->direct.direct_expr.X_op == O_constant) in tic30_operand()
450 current_op->direct.address = in tic30_operand()
451 current_op->direct.direct_expr.X_add_number; in tic30_operand()
[all …]