HomeSort by relevance Sort by last modified time
    Searched refs:func_unit_data_side (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c 318 unsigned int func_unit_data_side = 0; local
534 func_unit_data_side = (opc->flags & TIC6X_FLAG_SIDE_T2_ONLY) ? 2 : 0;
568 if (func_unit_data_side)
574 func_unit_data_side = (fld_val ? 2 : 1);
594 func_unit_data_side = (t_val ? 2 : 1);
618 if (func_unit_data_side && have_cross)
627 if (func_unit_data_side && opc->func_unit != tic6x_func_unit_d)
638 if (have_areg && !func_unit_data_side)
671 switch (func_unit_data_side)
687 opcode, func_unit_data_side);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.c 3136 unsigned int func_unit_data_side = 0; local
    [all...]

Completed in 314 milliseconds