Home
last modified time | relevance | path

Searched refs:optext (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.c715 char *optext, /* Text of operand. */ in parse_regop() argument
722 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()
Dtc-vax.c1241 vip_op (char *optext, struct vop *vopP) in vip_op() argument
1284 p = optext; in vip_op()