HomeSort by: relevance | last modified time | path
    Searched defs:func_unit_side (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 319 unsigned int func_unit_side = 0; local
543 func_unit_side = (opc->flags & TIC6X_FLAG_SIDE_B_ONLY) ? 2 : 0;
568 if (func_unit_side)
570 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
574 func_unit_side = (fld_val ? 2 : 1);
581 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
621 if (func_unit_side != 1 && func_unit_side != 2)
623 printf ("opcode %x: func_unit_side is not encoded!\n", opcode);
656 func_unit_cross = func_unit_side == 1
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 319 unsigned int func_unit_side = 0; local
543 func_unit_side = (opc->flags & TIC6X_FLAG_SIDE_B_ONLY) ? 2 : 0;
568 if (func_unit_side)
570 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
574 func_unit_side = (fld_val ? 2 : 1);
581 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
621 if (func_unit_side != 1 && func_unit_side != 2)
623 printf ("opcode %x: func_unit_side is not encoded!\n", opcode);
656 func_unit_cross = func_unit_side == 1
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 319 unsigned int func_unit_side = 0; local
543 func_unit_side = (opc->flags & TIC6X_FLAG_SIDE_B_ONLY) ? 2 : 0;
568 if (func_unit_side)
570 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
574 func_unit_side = (fld_val ? 2 : 1);
581 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
621 if (func_unit_side != 1 && func_unit_side != 2)
623 printf ("opcode %x: func_unit_side is not encoded!\n", opcode);
656 func_unit_cross = func_unit_side == 1
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 319 unsigned int func_unit_side = 0; local
543 func_unit_side = (opc->flags & TIC6X_FLAG_SIDE_B_ONLY) ? 2 : 0;
568 if (func_unit_side)
570 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
574 func_unit_side = (fld_val ? 2 : 1);
581 printf ("opcode %x: field #%d use tic6x_coding_fu, but func_unit_side is already set!\n",
621 if (func_unit_side != 1 && func_unit_side != 2)
623 printf ("opcode %x: func_unit_side is not encoded!\n", opcode);
656 func_unit_cross = func_unit_side == 1
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 2438 value THIS_LINE_Z; FUNC_UNIT_SIDE, FUNC_UNIT_CROSS and
2453 unsigned int this_line_z, unsigned int func_unit_side,
3020 value = func_unit_side == 2 ? 1 : 0;
3123 unsigned int func_unit_side = 0; local
3233 func_unit_side = maybe_side;
3235 cross_side = (func_unit_cross ? 3 - func_unit_side : func_unit_side);
3267 if (func_unit_side == 1
3449 func_unit_side,
3558 func_unit_side,
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 2438 value THIS_LINE_Z; FUNC_UNIT_SIDE, FUNC_UNIT_CROSS and
2453 unsigned int this_line_z, unsigned int func_unit_side,
3020 value = func_unit_side == 2 ? 1 : 0;
3123 unsigned int func_unit_side = 0; local
3233 func_unit_side = maybe_side;
3235 cross_side = (func_unit_cross ? 3 - func_unit_side : func_unit_side);
3267 if (func_unit_side == 1
3449 func_unit_side,
3558 func_unit_side,
    [all...]

Completed in 29 milliseconds