Searched refs:optext (Results 1 – 2 of 2) sorted by relevance
715 char *optext, /* Text of operand. */ in parse_regop() argument722 n = get_regnum (optext); in parse_regop()765 if ((optext[0] == '0') in parse_regop()766 && (optext[1] >= 'd') in parse_regop()767 && (optext[1] <= 'f')) in parse_regop()768 optext += 2; in parse_regop()770 if (!strcmp (optext, "0.0") || !strcmp (optext, "0")) in parse_regop()776 if (!strcmp (optext, "1.0") || !strcmp (optext, "1")) in parse_regop()785 parse_expr (optext, &e); in parse_regop()
1241 vip_op (char *optext, struct vop *vopP) in vip_op() argument1284 p = optext; in vip_op()