Home
last modified time | relevance | path

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

12

/netbsd-src/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-src/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-src/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-src/external/mit/isl/dist/imath/
H A Dgmp_compat.c659 size_t num_words, num_missing_bytes; in GMPZAPI() local
680 num_words = (num_used_bytes + (size - 1)) / size; /* ceil division */ in GMPZAPI()
692 num_missing_bytes = (size * num_words) - num_used_bytes; in GMPZAPI()
697 rop = malloc(num_words * size); in GMPZAPI()
705 dst = (unsigned char *)rop + (order >= 0 ? (num_words - 1) * size : 0) + in GMPZAPI()
712 for (i = 0; i < num_words; i++) { in GMPZAPI()
729 if (countp) *countp = num_words; in GMPZAPI()
/netbsd-src/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-src/external/gpl3/gcc/dist/gcc/config/stormy16/
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-src/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-src/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-src/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-src/external/gpl3/gcc/dist/gcc/config/bpf/
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-src/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()
H A Delf32-arm.c18772 create_instruction_vldmia (int base_reg, int is_dp, int wback, int num_words, in create_instruction_vldmia() argument
18780 | (num_words & 0x000000ff) in create_instruction_vldmia()
18788 create_instruction_vldmdb (int base_reg, int is_dp, int num_words, in create_instruction_vldmdb() argument
18795 | (num_words & 0x000000ff) in create_instruction_vldmdb()
19275 int num_words = initial_insn & 0xff; in stm32l4xx_create_replacing_stub_vldm() local
19283 if (num_words <= 8) in stm32l4xx_create_replacing_stub_vldm()
19312 int chunks = (num_words % 8) ? (num_words / 8 + 1) : (num_words / 8); in stm32l4xx_create_replacing_stub_vldm()
19345 8 : num_words - chunk * 8, in stm32l4xx_create_replacing_stub_vldm()
19354 8 : num_words - chunk * 8, in stm32l4xx_create_replacing_stub_vldm()
19371 (base_reg, base_reg, 4*num_words)); in stm32l4xx_create_replacing_stub_vldm()
/netbsd-src/external/gpl3/binutils.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()
H A Delf32-arm.c18715 create_instruction_vldmia (int base_reg, int is_dp, int wback, int num_words, in create_instruction_vldmia() argument
18723 | (num_words & 0x000000ff) in create_instruction_vldmia()
18731 create_instruction_vldmdb (int base_reg, int is_dp, int num_words, in create_instruction_vldmdb() argument
18738 | (num_words & 0x000000ff) in create_instruction_vldmdb()
19218 int num_words = initial_insn & 0xff; in stm32l4xx_create_replacing_stub_vldm() local
19226 if (num_words <= 8) in stm32l4xx_create_replacing_stub_vldm()
19255 int chunks = (num_words % 8) ? (num_words / 8 + 1) : (num_words / 8); in stm32l4xx_create_replacing_stub_vldm()
19288 8 : num_words - chunk * 8, in stm32l4xx_create_replacing_stub_vldm()
19297 8 : num_words - chunk * 8, in stm32l4xx_create_replacing_stub_vldm()
19314 (base_reg, base_reg, 4*num_words)); in stm32l4xx_create_replacing_stub_vldm()
/netbsd-src/external/gpl3/gcc/dist/gcc/
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-src/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-src/external/gpl3/gcc/dist/gcc/config/iq2000/
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-src/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-src/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-src/external/gpl3/gcc/dist/gcc/config/microblaze/
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-src/external/gpl3/gcc.old/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()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc3043 unsigned num_bytes, num_words; in riscv_get_arg_info() local
3117 num_words = (num_bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in riscv_get_arg_info()
3125 info->num_gprs = MIN (num_words, MAX_ARGS_IN_REGISTERS - info->gpr_offset); in riscv_get_arg_info()
3126 info->stack_p = (num_words - info->num_gprs) != 0; in riscv_get_arg_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc523 unsigned num_bytes, num_words; in loongarch_get_arg_info() local
600 num_words = (num_bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in loongarch_get_arg_info()
608 info->num_gprs = MIN (num_words, MAX_ARGS_IN_REGISTERS - info->gpr_offset); in loongarch_get_arg_info()
609 info->stack_p = (num_words - info->num_gprs) != 0; in loongarch_get_arg_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc3790 int num_words = in xtensa_rtx_costs() local
3794 *total = COSTS_N_INSNS (num_words); in xtensa_rtx_costs()
3796 *total = COSTS_N_INSNS (2*num_words); in xtensa_rtx_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c3758 int num_words = in xtensa_rtx_costs() local
3762 *total = COSTS_N_INSNS (num_words); in xtensa_rtx_costs()
3764 *total = COSTS_N_INSNS (2*num_words); in xtensa_rtx_costs()

12