Searched refs:popc (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Dpopc.d1 #source: ./popc.s
10 0: 7e e0 popc psw
11 2: 7e e3 popc fpsw
12 4: 7e e2 popc usp
13 6: 7e ea popc isp
14 8: 7e ec popc intb
15 a: 7e e8 popc bpsw
16 c: 7e e9 popc bpc
17 e: 7e eb popc fintv
18 10: 7e ed popc ext
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
H A Dhamdist.asm60 popc %g1, %g2
64 popc %o4, %g3
73 popc %g1, %g2
H A Dpopcount.asm56 popc %g1, %g2
57 popc %o4, %g3
65 popc %g1, %g2
H A Ddive_1.asm62 popc %g1, %i4 C i4 = count_trailing_zeros(d)
H A Dbdiv_q_1.asm57 popc %g1, cnt
/netbsd-current/external/lgpl3/gmp/dist/tests/
H A DMakefile.am39 t-modlinv t-popc t-parity t-sub
H A DMakefile.in137 t-modlinv$(EXEEXT) t-popc$(EXEEXT) t-parity$(EXEEXT) \
182 t_popc_SOURCES = t-popc.c
183 t_popc_OBJECTS = t-popc.$(OBJEXT)
225 t-modlinv.c t-parity.c t-popc.c t-sub.c
228 t-modlinv.c t-parity.c t-popc.c t-sub.c
787 t-popc$(EXEEXT): $(t_popc_OBJECTS) $(t_popc_DEPENDENCIES) $(EXTRA_t_popc_DEPENDENCIES)
788 @rm -f t-popc$(EXEEXT)
1091 t-popc.log: t-popc$(EXEEXT)
1092 @p='t-popc
[all...]
/netbsd-current/common/lib/libc/arch/sparc64/string/
H A Dffs.S55 * return popc( zz ^ ( ~ (-zz)));
58 * XXXX sptifires and blackbirds don't implement popc,
64 popc %o2, %o1
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/m32c/
H A Dlib1funcs.S122 /* This is for the "popc sp" below. */
126 popc sp
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/m32c/
H A Dlib1funcs.S122 /* This is for the "popc sp" below. */
126 popc sp
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_subr.c878 ulong_t w, popc = 0; local
884 popc += dt_popc(bp[w]);
886 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1)));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c9269 rtx popc = GEN_INT (crtl->args.pops_args);
9293 popc, -1, true);
9297 emit_jump_insn (gen_simple_return_pop_internal (popc));
9252 rtx popc = GEN_INT (crtl->args.pops_args); local
H A Di386-expand.c8148 ix86_split_simple_return_pop_internal (rtx popc) argument
8167 x = gen_rtx_PLUS (Pmode, stack_pointer_rtx, popc);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc9650 rtx popc = GEN_INT (crtl->args.pops_args);
9674 popc, -1, true);
9678 emit_jump_insn (gen_simple_return_pop_internal (popc));
H A Di386-expand.cc9370 ix86_split_simple_return_pop_internal (rtx popc) argument
9389 x = gen_rtx_PLUS (Pmode, stack_pointer_rtx, popc);

Completed in 419 milliseconds