Home
last modified time | relevance | path

Searched refs:num_words (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/lib/libm/src/
H A Ds_nan.c65 _scan_nan(uint32_t *words, int num_words, const char *s) argument
70 memset(words, 0, num_words * sizeof(*words));
82 for (bitpos = 0; bitpos < 32 * num_words; bitpos += 4) {
84 for (bitpos = 32 * num_words - 4; bitpos >= 0; bitpos -= 4) {
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_intern.c188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words() argument
190 if (bn_wexpand(a, num_words) == NULL) { in bn_set_words()
195 memcpy(a->d, words, sizeof(BN_ULONG) * num_words); in bn_set_words()
196 a->top = num_words; in bn_set_words()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_intern.c188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words() argument
190 if (bn_wexpand(a, num_words) == NULL) { in bn_set_words()
195 memcpy(a->d, words, sizeof(BN_ULONG) * num_words); in bn_set_words()
196 a->top = num_words; in bn_set_words()
/netbsd/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.c188 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in xstormy16_emit_cbranch() local
194 for (i = 0; i < num_words - 1; i++) in xstormy16_emit_cbranch()
726 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in xstormy16_split_move() local
805 gcc_assert (refers_to_regno_p (regno, regno + num_words, in xstormy16_split_move()
810 else if (refers_to_regno_p (regno + num_words - 1, regno + num_words, in xstormy16_split_move()
821 end = direction < 0 ? -1 : num_words; in xstormy16_split_move()
822 for (i = direction < 0 ? num_words - 1 : 0; i != end; i += direction) in xstormy16_split_move()
1969 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in xstormy16_expand_arith() local
1976 for (i = 0; i < num_words; i++) in xstormy16_expand_arith()
2003 if (code == COMPARE && i == num_words - 1) in xstormy16_expand_arith()
H A Dstormy16.cc188 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in xstormy16_emit_cbranch() local
194 for (i = 0; i < num_words - 1; i++) in xstormy16_emit_cbranch()
726 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in xstormy16_split_move() local
805 gcc_assert (refers_to_regno_p (regno, regno + num_words, in xstormy16_split_move()
810 else if (refers_to_regno_p (regno + num_words - 1, regno + num_words, in xstormy16_split_move()
821 end = direction < 0 ? -1 : num_words; in xstormy16_split_move()
822 for (i = direction < 0 ? num_words - 1 : 0; i != end; i += direction) in xstormy16_split_move()
1969 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in xstormy16_expand_arith() local
1976 for (i = 0; i < num_words; i++) in xstormy16_expand_arith()
2003 if (code == COMPARE && i == num_words - 1) in xstormy16_expand_arith()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c188 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in xstormy16_emit_cbranch() local
194 for (i = 0; i < num_words - 1; i++) in xstormy16_emit_cbranch()
726 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in xstormy16_split_move() local
805 gcc_assert (refers_to_regno_p (regno, regno + num_words, in xstormy16_split_move()
810 else if (refers_to_regno_p (regno + num_words - 1, regno + num_words, in xstormy16_split_move()
821 end = direction < 0 ? -1 : num_words; in xstormy16_split_move()
822 for (i = direction < 0 ? num_words - 1 : 0; i != end; i += direction) in xstormy16_split_move()
1969 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in xstormy16_expand_arith() local
1976 for (i = 0; i < num_words; i++) in xstormy16_expand_arith()
2003 if (code == COMPARE && i == num_words - 1) in xstormy16_expand_arith()
/netbsd/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.c619 unsigned num_words = CEIL (num_bytes, UNITS_PER_WORD); in bpf_function_arg_advance() local
621 if (*cum <= 5 && *cum + num_words > 5) in bpf_function_arg_advance()
624 *cum += num_words; in bpf_function_arg_advance()
H A Dbpf.cc764 unsigned num_words = CEIL (num_bytes, UNITS_PER_WORD); in bpf_function_arg_advance() local
766 if (*cum <= 5 && *cum + num_words > 5) in bpf_function_arg_advance()
769 *cum += num_words; in bpf_function_arg_advance()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.c619 unsigned num_words = CEIL (num_bytes, UNITS_PER_WORD); in bpf_function_arg_advance() local
621 if (*cum <= 5 && *cum + num_words > 5) in bpf_function_arg_advance()
624 *cum += num_words; in bpf_function_arg_advance()
/netbsd/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dbn.h61 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words);
/netbsd/crypto/external/bsd/openssl/dist/include/crypto/
H A Dbn.h62 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words);
/netbsd/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_verifier.c244 eat_words(const uint32_t **buf, const uint32_t *buf_end, unsigned num_words) in eat_words() argument
246 if ((buf_end - *buf) >= num_words) { in eat_words()
247 *buf += num_words; in eat_words()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-msp430.c1914 int num_words, int word1, int word2) in msp430_elf_relax_add_words() argument
1929 printf (" adding %d words at 0x%lx\n", num_words, in msp430_elf_relax_add_words()
1934 int num_bytes = num_words * 2; in msp430_elf_relax_add_words()
1942 if (num_words == 2) in msp430_elf_relax_add_words()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-msp430.c1914 int num_words, int word1, int word2) in msp430_elf_relax_add_words() argument
1929 printf (" adding %d words at 0x%lx\n", num_words, in msp430_elf_relax_add_words()
1934 int num_bytes = num_words * 2; in msp430_elf_relax_add_words()
1942 if (num_words == 2) in msp430_elf_relax_add_words()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf32-msp430.c1914 int num_words, int word1, int word2) in msp430_elf_relax_add_words() argument
1929 printf (" adding %d words at 0x%lx\n", num_words, in msp430_elf_relax_add_words()
1934 int num_bytes = num_words * 2; in msp430_elf_relax_add_words()
1942 if (num_words == 2) in msp430_elf_relax_add_words()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dlower-subreg.c858 unsigned int byte, num_bytes, num_words; in can_decompose_p() local
860 if (!interesting_mode_p (GET_MODE (x), &num_bytes, &num_words)) in can_decompose_p()
H A Dlower-subreg.cc860 unsigned int byte, num_bytes, num_words; in can_decompose_p() local
862 if (!interesting_mode_p (GET_MODE (x), &num_bytes, &num_words)) in can_decompose_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dlower-subreg.c858 unsigned int byte, num_bytes, num_words; in can_decompose_p() local
860 if (!interesting_mode_p (GET_MODE (x), &num_bytes, &num_words)) in can_decompose_p()
/netbsd/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c3295 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; in iq2000_rtx_costs() local
3298 return COSTS_N_INSNS (num_words) != 0; in iq2000_rtx_costs()
3300 * total = COSTS_N_INSNS (2 * num_words); in iq2000_rtx_costs()
H A Diq2000.cc3295 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; in iq2000_rtx_costs() local
3298 return COSTS_N_INSNS (num_words) != 0; in iq2000_rtx_costs()
3300 * total = COSTS_N_INSNS (2 * num_words); in iq2000_rtx_costs()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c3295 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; in iq2000_rtx_costs() local
3298 return COSTS_N_INSNS (num_words) != 0; in iq2000_rtx_costs()
3300 * total = COSTS_N_INSNS (2 * num_words); in iq2000_rtx_costs()
/netbsd/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.c1304 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; in microblaze_rtx_costs() local
1306 *total = COSTS_N_INSNS (2 * num_words); in microblaze_rtx_costs()
1308 *total = COSTS_N_INSNS (2 * (2 * num_words)); in microblaze_rtx_costs()
H A Dmicroblaze.cc1305 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; in microblaze_rtx_costs() local
1307 *total = COSTS_N_INSNS (2 * num_words); in microblaze_rtx_costs()
1309 *total = COSTS_N_INSNS (2 * (2 * num_words)); in microblaze_rtx_costs()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c1304 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; in microblaze_rtx_costs() local
1306 *total = COSTS_N_INSNS (2 * num_words); in microblaze_rtx_costs()
1308 *total = COSTS_N_INSNS (2 * (2 * num_words)); in microblaze_rtx_costs()
/netbsd/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.c2688 unsigned num_bytes, num_words; in riscv_get_arg_info() local
2762 num_words = (num_bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in riscv_get_arg_info()
2770 info->num_gprs = MIN (num_words, MAX_ARGS_IN_REGISTERS - info->gpr_offset); in riscv_get_arg_info()
2771 info->stack_p = (num_words - info->num_gprs) != 0; in riscv_get_arg_info()

12