Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c1319 tic6x_parse_operand (char **p, tic6x_operand *op, unsigned int op_forms, in tic6x_parse_operand() argument
1325 if ((op_forms & (TIC6X_OP_MEM_NOUNREG | TIC6X_OP_MEM_UNREG)) in tic6x_parse_operand()
1330 if (!operand_parsed && (op_forms & TIC6X_OP_FUNC_UNIT)) in tic6x_parse_operand()
1352 if (!operand_parsed && (op_forms & TIC6X_OP_IRP)) in tic6x_parse_operand()
1371 if (!operand_parsed && (op_forms & TIC6X_OP_NRP)) in tic6x_parse_operand()
1390 if (!operand_parsed && (op_forms & TIC6X_OP_CTRL)) in tic6x_parse_operand()
1420 && (op_forms & (TIC6X_OP_MEM_NOUNREG | TIC6X_OP_MEM_UNREG))) in tic6x_parse_operand()
1531 || (op_forms & TIC6X_OP_MEM_UNREG)) in tic6x_parse_operand()
1577 op->form = op_forms & (TIC6X_OP_MEM_NOUNREG | TIC6X_OP_MEM_UNREG); in tic6x_parse_operand()
1598 if (!operand_parsed && (op_forms & (TIC6X_OP_REG | TIC6X_OP_REGPAIR))) in tic6x_parse_operand()
[all …]