Searched refs:operandP (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-vax.c361 struct vop *operandP;
414 for (operandP = v.vit_operand,
420 operandP < end_operandP;
422 operandP++, expP++, segP++, floatP++)
424 if (operandP->vop_error)
426 as_fatal (_("Aborting because statement has \"%s\""), operandP->vop_error);
434 input_line_pointer = operandP->vop_expr_begin;
435 c_save = operandP->vop_expr_end[1];
436 operandP->vop_expr_end[1] = '\0';
488 if (strchr ("s i", operandP
357 struct vop *operandP; local
[all...]
H A Dtc-tahoe.c1605 register struct top *operandP;/* An operand. Scans all operands. */
1650 for (operandP = t.tit_operand;
1651 operandP < t.tit_operand + t.tit_operands;
1652 operandP++)
1654 expP = &(operandP->exp_of_operand);
1655 if (operandP->top_ndx >= 0)
1659 FRAG_APPEND_1_CHAR (0x40 + operandP->top_ndx);
1665 to_seg = operandP->seg_of_operand;
1673 dispsize = operandP->top_dispsize;
1677 if (operandP
1593 register struct top *operandP;/* An operand. Scans all operands. */ local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-vax.c2435 struct vop *operandP;
2484 for (operandP = v.vit_operand,
2490 operandP < end_operandP;
2492 operandP++, expP++, segP++, floatP++)
2494 if (operandP->vop_error)
2496 as_fatal (_("Aborting because statement has \"%s\""), operandP->vop_error);
2504 input_line_pointer = operandP->vop_expr_begin;
2505 c_save = operandP->vop_expr_end[1];
2506 operandP->vop_expr_end[1] = '\0';
2556 if (strchr ("s i", operandP
2422 struct vop *operandP; local
[all...]

Completed in 212 milliseconds