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

  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 1462 int op_at[3]; local
1518 op_at[d] = nibble_count;
1525 op_at[d] = nibble_count;
1645 do_a_fix_imm (output - frag_now->fr_literal + op_at[i] / 2,
1646 op_at[i] & 1, operand + i, (x & MEMRELAX) != 0,
1649 do_a_fix_imm (output - frag_now->fr_literal + op_at[i] / 2,
1650 op_at[i] & 1, operand + i,
1679 operand[i].exp.X_add_number |= output[op_at[i] / 2];
1682 output - frag_now->fr_literal + op_at[i] / 2,
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 1462 int op_at[3]; local
1518 op_at[d] = nibble_count;
1525 op_at[d] = nibble_count;
1645 do_a_fix_imm (output - frag_now->fr_literal + op_at[i] / 2,
1646 op_at[i] & 1, operand + i, (x & MEMRELAX) != 0,
1649 do_a_fix_imm (output - frag_now->fr_literal + op_at[i] / 2,
1650 op_at[i] & 1, operand + i,
1679 operand[i].exp.X_add_number |= output[op_at[i] / 2];
1682 output - frag_now->fr_literal + op_at[i] / 2,

Completed in 18 milliseconds