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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 1663 rtx popcnt = gen_reg_rtx (DImode); local
1664 emit_insn (gen_popcntddi2 (popcnt, sub_result));
1666 emit_insn (gen_iordi3 (tmp2, popcnt, tmp_reg_ca));
1673 rtx popcnt = gen_reg_rtx (SImode); local
1674 emit_insn (gen_popcntdsi2 (popcnt, sub_result));
1675 emit_insn (gen_iorsi3 (target, popcnt, tmp_reg_ca));
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 1662 rtx popcnt = gen_reg_rtx (DImode); local
1663 emit_insn (gen_popcntddi2 (popcnt, sub_result));
1665 emit_insn (gen_iordi3 (tmp2, popcnt, tmp_reg_ca));
1672 rtx popcnt = gen_reg_rtx (SImode); local
1673 emit_insn (gen_popcntdsi2 (popcnt, sub_result));
1674 emit_insn (gen_iorsi3 (target, popcnt, tmp_reg_ca));
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 517 popcnt, member in class:BUILTIN
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 6664 gfc_expr *popcnt; local
6670 popcnt = gfc_simplify_popcnt (e);
6671 gcc_assert (popcnt);
6673 bool fail = gfc_extract_int (popcnt, &i);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 6594 gfc_expr *popcnt; local
6600 popcnt = gfc_simplify_popcnt (e);
6601 gcc_assert (popcnt);
6603 bool fail = gfc_extract_int (popcnt, &i);
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 2606 static const unsigned char popcnt[16] = local
2614 if (x < NELEMS (popcnt))
2615 return popcnt[x];
2616 return popcnt[x % NELEMS (popcnt)] + popcount (x / NELEMS (popcnt));
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 2606 static const unsigned char popcnt[16] = local
2614 if (x < NELEMS (popcnt))
2615 return popcnt[x];
2616 return popcnt[x % NELEMS (popcnt)] + popcount (x / NELEMS (popcnt));
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 4304 static const unsigned char popcnt[16] = local
4313 return popcnt[x % 16] + popcnt[x / 16];
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 4304 static const unsigned char popcnt[16] = local
4313 return popcnt[x % 16] + popcnt[x / 16];

Completed in 72 milliseconds