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

  /src/external/gpl3/binutils/dist/opcodes/
metag-dis.c 1667 int pfcount; local
1670 pfcount = ((insn_word >> 1) & IMM4_MASK);
1674 if (pfcount)
1675 snprintf (buf, OPERAND_WIDTH, "#%d,#0x%x", offset, pfcount);
metag-dis.c 1667 int pfcount; local
1670 pfcount = ((insn_word >> 1) & IMM4_MASK);
1674 if (pfcount)
1675 snprintf (buf, OPERAND_WIDTH, "#%d,#0x%x", offset, pfcount);
  /src/external/gpl3/binutils.old/dist/opcodes/
metag-dis.c 1667 int pfcount; local
1670 pfcount = ((insn_word >> 1) & IMM4_MASK);
1674 if (pfcount)
1675 snprintf (buf, OPERAND_WIDTH, "#%d,#0x%x", offset, pfcount);
metag-dis.c 1667 int pfcount; local
1670 pfcount = ((insn_word >> 1) & IMM4_MASK);
1674 if (pfcount)
1675 snprintf (buf, OPERAND_WIDTH, "#%d,#0x%x", offset, pfcount);
  /src/external/gpl3/gdb/dist/opcodes/
metag-dis.c 1667 int pfcount; local
1670 pfcount = ((insn_word >> 1) & IMM4_MASK);
1674 if (pfcount)
1675 snprintf (buf, OPERAND_WIDTH, "#%d,#0x%x", offset, pfcount);
metag-dis.c 1667 int pfcount; local
1670 pfcount = ((insn_word >> 1) & IMM4_MASK);
1674 if (pfcount)
1675 snprintf (buf, OPERAND_WIDTH, "#%d,#0x%x", offset, pfcount);
  /src/external/gpl3/gdb.old/dist/opcodes/
metag-dis.c 1667 int pfcount; local
1670 pfcount = ((insn_word >> 1) & IMM4_MASK);
1674 if (pfcount)
1675 snprintf (buf, OPERAND_WIDTH, "#%d,#0x%x", offset, pfcount);
metag-dis.c 1667 int pfcount; local
1670 pfcount = ((insn_word >> 1) & IMM4_MASK);
1674 if (pfcount)
1675 snprintf (buf, OPERAND_WIDTH, "#%d,#0x%x", offset, pfcount);
  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 3218 int pfcount; local
3230 l = parse_imm_constant (l, insn, &pfcount);
3235 if (!within_unsigned_range (pfcount, IMM4_BITS))
3240 ((pfcount & IMM4_MASK) << 1));
tc-metag.c 3218 int pfcount; local
3230 l = parse_imm_constant (l, insn, &pfcount);
3235 if (!within_unsigned_range (pfcount, IMM4_BITS))
3240 ((pfcount & IMM4_MASK) << 1));
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 3218 int pfcount; local
3230 l = parse_imm_constant (l, insn, &pfcount);
3235 if (!within_unsigned_range (pfcount, IMM4_BITS))
3240 ((pfcount & IMM4_MASK) << 1));
tc-metag.c 3218 int pfcount; local
3230 l = parse_imm_constant (l, insn, &pfcount);
3235 if (!within_unsigned_range (pfcount, IMM4_BITS))
3240 ((pfcount & IMM4_MASK) << 1));

Completed in 85 milliseconds