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

  /toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c 317 unsigned int func_unit_side = 0; local
532 func_unit_side = (opc->flags & TIC6X_FLAG_SIDE_B_ONLY) ? 2 : 0;
557 if (func_unit_side)
559 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
563 func_unit_side = (fld_val ? 2 : 1);
570 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
610 if (func_unit_side != 1 && func_unit_side != 2)
612 printf ("opcode %x: func_unit_side is not encoded!\n", opcode);
645 func_unit_cross = (func_unit_side == 1 ? TRUE : FALSE)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.c 3133 unsigned int func_unit_side = 0; local
    [all...]

Completed in 228 milliseconds