Searched refs:operandP (Results 1 – 1 of 1) sorted by relevance
2524 struct vop *operandP; in md_assemble() local2573 for (operandP = v.vit_operand, in md_assemble()2579 operandP < end_operandP; in md_assemble()2581 operandP++, expP++, segP++, floatP++) in md_assemble()2583 if (operandP->vop_error) in md_assemble()2585 as_fatal (_("Aborting because statement has \"%s\""), operandP->vop_error); in md_assemble()2593 input_line_pointer = operandP->vop_expr_begin; in md_assemble()2594 c_save = operandP->vop_expr_end[1]; in md_assemble()2595 operandP->vop_expr_end[1] = '\0'; in md_assemble()2645 if (strchr ("s i", operandP->vop_short)) in md_assemble()[all …]