Home | History | Annotate | Download | only in config

Lines Matching refs:num_operands

2446    OPERANDS (number NUM_OPERANDS), creg value THIS_LINE_CREG and z
2461 unsigned int num_operands, unsigned int this_line_creg,
2937 for (opno = 0; opno < num_operands; opno++)
3266 unsigned int num_operands;
3304 num_operands = tic6x_opcode_table[opc->id].num_operands;
3308 if (num_operands != 1
3312 num_operands = 8;
3313 for (i = 0; i < num_operands; i++)
3322 for (i = 0; i < num_operands; i++)
3330 num_operands_permitted[num_operands] = TRUE;
3331 if (num_operands > max_num_operands)
3332 max_num_operands = num_operands;
3445 if (tic6x_opcode_table[opcm[j]].num_operands
3550 && tic6x_opcode_table[opcm[i]].num_operands != num_operands_read)