Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c1215 char *op_constraint = *op_con; in xgate_parse_operand() local
1224 switch (*op_constraint) in xgate_parse_operand()
1254 op_constraint++; in xgate_parse_operand()
1255 if (ISDIGIT (*op_constraint)) in xgate_parse_operand()
1256 *bit_width = (int) *op_constraint - '0'; in xgate_parse_operand()
1257 else if (*op_constraint == 'a') in xgate_parse_operand()
1259 else if (*op_constraint == 'f') in xgate_parse_operand()
1287 if (*op_constraint == '8') in xgate_parse_operand()
1301 else if (*op_constraint == '5') in xgate_parse_operand()
1304 else if (*op_constraint == '4') in xgate_parse_operand()
[all …]