HomeSort by relevance Sort by last modified time
    Searched full:operandp (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-vax.c 1858 struct vop *operandp; local
    [all...]
tc-dlx.c 599 parse_operand (char *s, expressionS *operandp)
636 (void) expression (operandp);
637 if (operandp->X_op != O_constant
638 || operandp->X_add_number > 31)
640 operandp->X_op = O_register;
646 (void) expression (operandp);

Completed in 504 milliseconds