Searched refs:func_unit_data_side (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Dtic6x-dis.c321 unsigned int func_unit_data_side = 0; local
537 func_unit_data_side = (opc->flags & TIC6X_FLAG_SIDE_T2_ONLY) ? 2 : 0;
571 if (func_unit_data_side)
577 func_unit_data_side = (fld_val ? 2 : 1);
597 func_unit_data_side = (t_val ? 2 : 1);
621 if (func_unit_data_side && have_cross)
630 if (func_unit_data_side && opc->func_unit != tic6x_func_unit_d)
641 if (have_areg && !func_unit_data_side)
674 switch (func_unit_data_side)
690 opcode, func_unit_data_side);
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic6x.c2461 unsigned int func_unit_data_side, int sploop_ii,
3030 value = func_unit_data_side == 2 ? 1 : 0;
3133 unsigned int func_unit_data_side = 0; local
3244 func_unit_data_side = maybe_data_side;
3281 if (!func_unit_data_side
3285 if (func_unit_data_side
3289 if (func_unit_data_side == 1
3459 func_unit_data_side);
3568 func_unit_data_side)
3622 func_unit_cross, func_unit_data_side,
2457 tic6x_try_encode(tic6x_opcode_id id, tic6x_operand *operands, unsigned int num_operands, unsigned int this_line_creg, unsigned int this_line_z, unsigned int func_unit_side, unsigned int func_unit_cross, unsigned int func_unit_data_side, int sploop_ii, expressionS **fix_exp, int *fix_pcrel, bfd_reloc_code_real_type *fx_r_type, bfd_boolean *fix_adda, bfd_boolean *fix_needed, bfd_boolean *ok, bfd_boolean print_errors, char *str, int opc_len) argument
[all...]

Completed in 94 milliseconds