Searched refs:operandP (Results 1 – 1 of 1) sorted by relevance
2421 struct vop *operandP; in md_assemble() local2470 for (operandP = v.vit_operand, in md_assemble()2476 operandP < end_operandP; in md_assemble()2478 operandP++, expP++, segP++, floatP++) in md_assemble()2480 if (operandP->vop_error) in md_assemble()2482 as_fatal (_("Aborting because statement has \"%s\""), operandP->vop_error); in md_assemble()2490 input_line_pointer = operandP->vop_expr_begin; in md_assemble()2491 c_save = operandP->vop_expr_end[1]; in md_assemble()2492 operandP->vop_expr_end[1] = '\0'; in md_assemble()2542 if (strchr ("s i", operandP->vop_short)) in md_assemble()[all …]