| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | expmed.h | 115 machine_mode mode; member 219 expmed_mode_index (machine_mode mode) in expmed_mode_index() argument 221 switch (GET_MODE_CLASS (mode)) in expmed_mode_index() 224 return mode - MIN_MODE_INT; in expmed_mode_index() 229 return mode - MIN_MODE_PARTIAL_INT + NUM_MODE_INT; in expmed_mode_index() 235 return mode - MIN_MODE_VECTOR_INT + NUM_MODE_IP_INT; in expmed_mode_index() 249 machine_mode mode) in expmed_op_cheap_ptr() argument 251 int idx = expmed_mode_index (mode); in expmed_op_cheap_ptr() 260 machine_mode mode) in expmed_op_cost_ptr() argument 262 int idx = expmed_mode_index (mode); in expmed_op_cost_ptr() [all …]
|
| H A D | optabs-query.cc | 59 direct_optab_handler (convert_optab optab, machine_mode mode, in direct_optab_handler() argument 62 insn_code icode = direct_optab_handler (optab, mode); in direct_optab_handler() 64 || !targetm.optab_supported_p (optab, mode, mode, opt_type)) in direct_optab_handler() 83 machine_mode mode, in get_traditional_extraction_insn() argument 89 machine_mode struct_mode = data->operand[struct_op].mode; in get_traditional_extraction_insn() 92 if (mode != struct_mode) in get_traditional_extraction_insn() 95 machine_mode field_mode = data->operand[field_op].mode; in get_traditional_extraction_insn() 99 machine_mode pos_mode = data->operand[struct_op + 2].mode; in get_traditional_extraction_insn() 125 machine_mode mode, direct_optab reg_optab, in get_optab_extraction_insn() argument 129 enum insn_code icode = direct_optab_handler (optab, mode); in get_optab_extraction_insn() [all …]
|
| H A D | fixed-value.cc | 32 return (a->mode == b->mode in fixed_identical() 62 check_real_for_fixed_mode (REAL_VALUE_TYPE *real_value, machine_mode mode) in check_real_for_fixed_mode() argument 66 real_2expN (&max_value, GET_MODE_IBIT (mode), VOIDmode); in check_real_for_fixed_mode() 67 real_2expN (&epsilon_value, -GET_MODE_FBIT (mode), VOIDmode); in check_real_for_fixed_mode() 69 if (SIGNED_FIXED_POINT_MODE_P (mode)) in check_real_for_fixed_mode() 89 fixed_from_double_int (double_int payload, scalar_mode mode) in fixed_from_double_int() argument 93 gcc_assert (GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_DOUBLE_INT); in fixed_from_double_int() 95 if (SIGNED_SCALAR_FIXED_POINT_MODE_P (mode)) in fixed_from_double_int() 96 value.data = payload.sext (1 + GET_MODE_IBIT (mode) + GET_MODE_FBIT (mode)); in fixed_from_double_int() 97 else if (UNSIGNED_SCALAR_FIXED_POINT_MODE_P (mode)) in fixed_from_double_int() [all …]
|
| H A D | simplify-rtx.cc | 55 neg_poly_int_rtx (machine_mode mode, const_rtx i) in neg_poly_int_rtx() argument 57 return immed_wide_int_const (-wi::to_poly_wide (i, mode), mode); in neg_poly_int_rtx() 64 mode_signbit_p (machine_mode mode, const_rtx x) in mode_signbit_p() argument 70 if (!is_int_mode (mode, &int_mode)) in mode_signbit_p() 118 val_signbit_p (machine_mode mode, unsigned HOST_WIDE_INT val) in val_signbit_p() argument 123 if (!is_int_mode (mode, &int_mode)) in val_signbit_p() 137 val_signbit_known_set_p (machine_mode mode, unsigned HOST_WIDE_INT val) in val_signbit_known_set_p() argument 142 if (!is_int_mode (mode, &int_mode)) in val_signbit_known_set_p() 156 val_signbit_known_clear_p (machine_mode mode, unsigned HOST_WIDE_INT val) in val_signbit_known_clear_p() argument 161 if (!is_int_mode (mode, &int_mode)) in val_signbit_known_clear_p() [all …]
|
| H A D | expmed.cc | 95 mask_rtx (scalar_int_mode mode, int bitpos, int bitsize, bool complement) in mask_rtx() argument 99 GET_MODE_PRECISION (mode)), mode); in mask_rtx() 164 machine_mode mode, int speed) in init_expmed_one_mode() argument 169 mode_bitsize = GET_MODE_UNIT_BITSIZE (mode); in init_expmed_one_mode() 171 PUT_MODE (all->reg, mode); in init_expmed_one_mode() 172 PUT_MODE (all->plus, mode); in init_expmed_one_mode() 173 PUT_MODE (all->neg, mode); in init_expmed_one_mode() 174 PUT_MODE (all->mult, mode); in init_expmed_one_mode() 175 PUT_MODE (all->sdiv, mode); in init_expmed_one_mode() 176 PUT_MODE (all->udiv, mode); in init_expmed_one_mode() [all …]
|
| H A D | optabs.cc | 200 widen_operand (rtx op, machine_mode mode, machine_mode oldmode, in widen_operand() argument 214 || !is_a <scalar_int_mode> (mode, &int_mode) in widen_operand() 217 return convert_modes (mode, oldmode, op, unsignedp); in widen_operand() 370 expand_ternary_op (machine_mode mode, optab ternary_optab, rtx op0, in expand_ternary_op() argument 374 enum insn_code icode = optab_handler (ternary_optab, mode); in expand_ternary_op() 376 gcc_assert (optab_handler (ternary_optab, mode) != CODE_FOR_nothing); in expand_ternary_op() 378 create_output_operand (&ops[0], target, mode); in expand_ternary_op() 379 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_ternary_op() 380 create_convert_operand_from (&ops[2], op1, mode, unsignedp); in expand_ternary_op() 381 create_convert_operand_from (&ops[3], op2, mode, unsignedp); in expand_ternary_op() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | expmed.h | 115 machine_mode mode; member 228 expmed_mode_index (machine_mode mode) in expmed_mode_index() argument 230 switch (GET_MODE_CLASS (mode)) in expmed_mode_index() 233 return mode - MIN_MODE_INT; in expmed_mode_index() 238 return mode - MIN_MODE_PARTIAL_INT + NUM_MODE_INT; in expmed_mode_index() 244 return mode - MIN_MODE_VECTOR_INT + NUM_MODE_IP_INT; in expmed_mode_index() 258 machine_mode mode) in expmed_op_cheap_ptr() argument 260 int idx = expmed_mode_index (mode); in expmed_op_cheap_ptr() 269 machine_mode mode) in expmed_op_cost_ptr() argument 271 int idx = expmed_mode_index (mode); in expmed_op_cost_ptr() [all …]
|
| H A D | fixed-value.c | 32 return (a->mode == b->mode in fixed_identical() 62 check_real_for_fixed_mode (REAL_VALUE_TYPE *real_value, machine_mode mode) in check_real_for_fixed_mode() argument 66 real_2expN (&max_value, GET_MODE_IBIT (mode), VOIDmode); in check_real_for_fixed_mode() 67 real_2expN (&epsilon_value, -GET_MODE_FBIT (mode), VOIDmode); in check_real_for_fixed_mode() 69 if (SIGNED_FIXED_POINT_MODE_P (mode)) in check_real_for_fixed_mode() 89 fixed_from_double_int (double_int payload, scalar_mode mode) in fixed_from_double_int() argument 93 gcc_assert (GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_DOUBLE_INT); in fixed_from_double_int() 95 if (SIGNED_SCALAR_FIXED_POINT_MODE_P (mode)) in fixed_from_double_int() 96 value.data = payload.sext (1 + GET_MODE_IBIT (mode) + GET_MODE_FBIT (mode)); in fixed_from_double_int() 97 else if (UNSIGNED_SCALAR_FIXED_POINT_MODE_P (mode)) in fixed_from_double_int() [all …]
|
| H A D | simplify-rtx.c | 62 neg_poly_int_rtx (machine_mode mode, const_rtx i) in neg_poly_int_rtx() argument 64 return immed_wide_int_const (-wi::to_poly_wide (i, mode), mode); in neg_poly_int_rtx() 71 mode_signbit_p (machine_mode mode, const_rtx x) in mode_signbit_p() argument 77 if (!is_int_mode (mode, &int_mode)) in mode_signbit_p() 125 val_signbit_p (machine_mode mode, unsigned HOST_WIDE_INT val) in val_signbit_p() argument 130 if (!is_int_mode (mode, &int_mode)) in val_signbit_p() 144 val_signbit_known_set_p (machine_mode mode, unsigned HOST_WIDE_INT val) in val_signbit_known_set_p() argument 149 if (!is_int_mode (mode, &int_mode)) in val_signbit_known_set_p() 163 val_signbit_known_clear_p (machine_mode mode, unsigned HOST_WIDE_INT val) in val_signbit_known_clear_p() argument 168 if (!is_int_mode (mode, &int_mode)) in val_signbit_known_clear_p() [all …]
|
| H A D | optabs-query.c | 59 direct_optab_handler (convert_optab optab, machine_mode mode, in direct_optab_handler() argument 62 insn_code icode = direct_optab_handler (optab, mode); in direct_optab_handler() 64 || !targetm.optab_supported_p (optab, mode, mode, opt_type)) in direct_optab_handler() 83 machine_mode mode, in get_traditional_extraction_insn() argument 89 machine_mode struct_mode = data->operand[struct_op].mode; in get_traditional_extraction_insn() 92 if (mode != struct_mode) in get_traditional_extraction_insn() 95 machine_mode field_mode = data->operand[field_op].mode; in get_traditional_extraction_insn() 99 machine_mode pos_mode = data->operand[struct_op + 2].mode; in get_traditional_extraction_insn() 125 machine_mode mode, direct_optab reg_optab, in get_optab_extraction_insn() argument 129 enum insn_code icode = direct_optab_handler (optab, mode); in get_optab_extraction_insn() [all …]
|
| H A D | expmed.c | 95 mask_rtx (scalar_int_mode mode, int bitpos, int bitsize, bool complement) in mask_rtx() argument 99 GET_MODE_PRECISION (mode)), mode); in mask_rtx() 162 machine_mode mode, int speed) in init_expmed_one_mode() argument 167 mode_bitsize = GET_MODE_UNIT_BITSIZE (mode); in init_expmed_one_mode() 169 PUT_MODE (all->reg, mode); in init_expmed_one_mode() 170 PUT_MODE (all->plus, mode); in init_expmed_one_mode() 171 PUT_MODE (all->neg, mode); in init_expmed_one_mode() 172 PUT_MODE (all->mult, mode); in init_expmed_one_mode() 173 PUT_MODE (all->sdiv, mode); in init_expmed_one_mode() 174 PUT_MODE (all->udiv, mode); in init_expmed_one_mode() [all …]
|
| H A D | optabs.c | 196 widen_operand (rtx op, machine_mode mode, machine_mode oldmode, in widen_operand() argument 210 || !is_a <scalar_int_mode> (mode, &int_mode) in widen_operand() 213 return convert_modes (mode, oldmode, op, unsignedp); in widen_operand() 344 expand_ternary_op (machine_mode mode, optab ternary_optab, rtx op0, in expand_ternary_op() argument 348 enum insn_code icode = optab_handler (ternary_optab, mode); in expand_ternary_op() 350 gcc_assert (optab_handler (ternary_optab, mode) != CODE_FOR_nothing); in expand_ternary_op() 352 create_output_operand (&ops[0], target, mode); in expand_ternary_op() 353 create_convert_operand_from (&ops[1], op0, mode, unsignedp); in expand_ternary_op() 354 create_convert_operand_from (&ops[2], op1, mode, unsignedp); in expand_ternary_op() 355 create_convert_operand_from (&ops[3], op2, mode, unsignedp); in expand_ternary_op() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| H A D | evpkdf_tls13_kdf.txt | 22 Ctrl.mode = mode:EXTRACT_ONLY 28 Ctrl.mode = mode:EXPAND_ONLY 37 Ctrl.mode = mode:EXPAND_ONLY 46 Ctrl.mode = mode:EXTRACT_ONLY 55 Ctrl.mode = mode:EXPAND_ONLY 64 Ctrl.mode = mode:EXPAND_ONLY 73 Ctrl.mode = mode:EXTRACT_ONLY 81 Ctrl.mode = mode:EXPAND_ONLY 90 Ctrl.mode = mode:EXPAND_ONLY 99 Ctrl.mode = mode:EXPAND_ONLY [all …]
|
| /netbsd-src/bin/ps/ |
| H A D | extern.h | 49 void command(struct pinfo *, VARENT *, enum mode); 50 void cpuid(struct pinfo *, VARENT *, enum mode); 51 void cputime(struct pinfo *, VARENT *, enum mode); 56 void elapsed(struct pinfo *, VARENT *, enum mode); 59 void gname(struct pinfo *, VARENT *, enum mode); 60 void groups(struct pinfo *, VARENT *, enum mode); 61 void groupnames(struct pinfo *, VARENT *, enum mode); 62 void lcputime(struct pinfo *, VARENT *, enum mode); 63 void logname(struct pinfo *, VARENT *, enum mode); 64 void longtname(struct pinfo *, VARENT *, enum mode); [all …]
|
| H A D | print.c | 101 static void printval(void *, VAR *, enum mode); 104 static void doubleprintorsetwidth(VAR *, double, int, enum mode); 105 static void intprintorsetwidth(VAR *, int, enum mode); 106 static void strprintorsetwidth(VAR *, const char *, enum mode); 239 doubleprintorsetwidth(VAR *v, double val, int prec, enum mode mode) in doubleprintorsetwidth() argument 243 if (mode == WIDTHMODE) { in doubleprintorsetwidth() 261 intprintorsetwidth(VAR *v, int val, enum mode mode) in intprintorsetwidth() argument 265 if (mode == WIDTHMODE) { in intprintorsetwidth() 282 strprintorsetwidth(VAR *v, const char *str, enum mode mode) in strprintorsetwidth() argument 286 if (mode == WIDTHMODE) { in strprintorsetwidth() [all …]
|
| /netbsd-src/usr.bin/tset/ |
| H A D | set.c | 53 tcgetattr(STDERR_FILENO, &mode); in reset_mode() 56 mode.c_cc[VDISCARD] = CHK(mode.c_cc[VDISCARD], CDISCARD); in reset_mode() 58 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF); in reset_mode() 59 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE); in reset_mode() 61 mode.c_cc[VFLUSH] = CHK(mode.c_cc[VFLUSH], CFLUSH); in reset_mode() 63 mode.c_cc[VINTR] = CHK(mode.c_cc[VINTR], CINTR); in reset_mode() 64 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL); in reset_mode() 66 mode.c_cc[VLNEXT] = CHK(mode.c_cc[VLNEXT], CLNEXT); in reset_mode() 68 mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT); in reset_mode() 70 mode.c_cc[VREPRINT] = CHK(mode.c_cc[VREPRINT], CRPRNT); in reset_mode() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/engines/asm/ |
| H A D | e_padlock-x86_64.pl | 284 my ($mode,$opcode) = @_; 288 .globl padlock_${mode}_encrypt 289 .type padlock_${mode}_encrypt,\@function,4 291 padlock_${mode}_encrypt: 297 jnz .L${mode}_abort 299 jnz .L${mode}_abort 308 jnz .L${mode}_aligned 314 jnz .L${mode}_aligned 329 $code.=<<___ if ($mode eq "ctr32"); 330 .L${mode}_reenter: [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/engines/asm/ |
| H A D | e_padlock-x86_64.pl | 286 my ($mode,$opcode) = @_; 290 .globl padlock_${mode}_encrypt 291 .type padlock_${mode}_encrypt,\@function,4 293 padlock_${mode}_encrypt: 299 jnz .L${mode}_abort 301 jnz .L${mode}_abort 310 jnz .L${mode}_aligned 316 jnz .L${mode}_aligned 331 $code.=<<___ if ($mode eq "ctr32"); 332 .L${mode}_reenter: [all …]
|
| /netbsd-src/distrib/common/ |
| H A D | parselist.awk | 109 if (mode != "crunch" && mode != "install" && 110 mode != "mtree" && mode != "populate") 111 errx("Unknown parselist mode '" mode "'"); 115 if (mode == "install") { 118 else if (mode == "populate") { 128 print "#\tparselist mode=" mode; 131 if (mode == "install") { 134 } else if (mode == "mtree") { 138 } else if (mode == "populate") { 167 if (mode == "install" || mode == "mtree" || mode == "populate") [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| H A D | gcn-protos.h | 52 extern bool gcn_hard_regno_mode_ok (int regno, machine_mode mode); 53 extern int gcn_hard_regno_nregs (int regno, machine_mode mode); 105 vgpr_1reg_mode_p (machine_mode mode) in vgpr_1reg_mode_p() argument 107 return (mode == SImode || mode == SFmode || mode == HImode || mode == QImode in vgpr_1reg_mode_p() 108 || mode == V64QImode || mode == V64HImode || mode == V64SImode in vgpr_1reg_mode_p() 109 || mode == V64HFmode || mode == V64SFmode || mode == BImode); in vgpr_1reg_mode_p() 115 sgpr_1reg_mode_p (machine_mode mode) in sgpr_1reg_mode_p() argument 117 return (mode == SImode || mode == SFmode || mode == HImode in sgpr_1reg_mode_p() 118 || mode == QImode || mode == BImode); in sgpr_1reg_mode_p() 124 vgpr_2reg_mode_p (machine_mode mode) in vgpr_2reg_mode_p() argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| H A D | gcn-protos.h | 49 extern bool gcn_hard_regno_mode_ok (int regno, machine_mode mode); 50 extern int gcn_hard_regno_nregs (int regno, machine_mode mode); 102 vgpr_1reg_mode_p (machine_mode mode) in vgpr_1reg_mode_p() argument 104 return (mode == SImode || mode == SFmode || mode == HImode || mode == QImode in vgpr_1reg_mode_p() 105 || mode == V64QImode || mode == V64HImode || mode == V64SImode in vgpr_1reg_mode_p() 106 || mode == V64HFmode || mode == V64SFmode || mode == BImode); in vgpr_1reg_mode_p() 112 sgpr_1reg_mode_p (machine_mode mode) in sgpr_1reg_mode_p() argument 114 return (mode == SImode || mode == SFmode || mode == HImode in sgpr_1reg_mode_p() 115 || mode == QImode || mode == BImode); in sgpr_1reg_mode_p() 121 vgpr_2reg_mode_p (machine_mode mode) in vgpr_2reg_mode_p() argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | vec-common.md | 23 (define_expand "mov<mode>" 27 || (TARGET_REALLY_IWMMXT && VALID_IWMMXT_REG_MODE (<MODE>mode)) 28 || (TARGET_HAVE_MVE && VALID_MVE_SI_MODE (<MODE>mode)) 29 || (TARGET_HAVE_MVE_FLOAT && VALID_MVE_SF_MODE (<MODE>mode))" 31 gcc_checking_assert (aligned_operand (operands[0], <MODE>mode)); 32 gcc_checking_assert (aligned_operand (operands[1], <MODE>mode)); 36 operands[1] = force_reg (<MODE>mode, operands[1]); 46 (define_expand "mov<mode>" 50 || (TARGET_REALLY_IWMMXT && VALID_IWMMXT_REG_MODE (<MODE>mode))" 52 gcc_checking_assert (aligned_operand (operands[0], <MODE>mode)); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | vector.md | 67 ;; Base type from vector mode 119 (define_expand "mov<mode>" 122 "VECTOR_MEM_ALTIVEC_OR_VSX_P (<MODE>mode)" 128 if (FLOAT128_VECTOR_P (<MODE>mode)) 130 if (!easy_fp_constant (operands[1], <MODE>mode)) 131 operands[1] = force_const_mem (<MODE>mode, operands[1]); 133 else if (!easy_vector_constant (operands[1], <MODE>mode)) 134 operands[1] = force_const_mem (<MODE>mode, operands[1]); 137 if (!vlogical_operand (operands[0], <MODE>mode) 138 && !vlogical_operand (operands[1], <MODE>mode)) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | vec-common.md | 23 (define_expand "mov<mode>" 27 || (TARGET_REALLY_IWMMXT && VALID_IWMMXT_REG_MODE (<MODE>mode)) 28 || (TARGET_HAVE_MVE && VALID_MVE_SI_MODE (<MODE>mode)) 29 || (TARGET_HAVE_MVE_FLOAT && VALID_MVE_SF_MODE (<MODE>mode))" 31 gcc_checking_assert (aligned_operand (operands[0], <MODE>mode)); 32 gcc_checking_assert (aligned_operand (operands[1], <MODE>mode)); 36 operands[1] = force_reg (<MODE>mode, operands[1]); 46 (define_expand "mov<mode>" 50 || (TARGET_REALLY_IWMMXT && VALID_IWMMXT_REG_MODE (<MODE>mode))" 52 gcc_checking_assert (aligned_operand (operands[0], <MODE>mode)); [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_modes.c | 64 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline() argument 66 DRM_DEBUG_KMS("Modeline " DRM_MODE_FMT "\n", DRM_MODE_ARG(mode)); in drm_mode_debug_printmodeline() 99 void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode) in drm_mode_destroy() argument 101 if (!mode) in drm_mode_destroy() 104 kfree(mode); in drm_mode_destroy() 118 struct drm_display_mode *mode) in drm_mode_probed_add() argument 122 list_add_tail(&mode->head, &connector->probed_modes); in drm_mode_probed_add() 750 void drm_mode_set_name(struct drm_display_mode *mode) in drm_mode_set_name() argument 752 bool interlaced = !!(mode->flags & DRM_MODE_FLAG_INTERLACE); in drm_mode_set_name() 754 snprintf(mode->name, DRM_DISPLAY_MODE_LEN, "%dx%d%s", in drm_mode_set_name() [all …]
|