| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-arm-tdesc.h | 23 /* Return the Arm target description with fp registers FP_TYPE. */ 25 const target_desc * arm_linux_read_description (arm_fp_type fp_type);
|
| linux-arm-tdesc.cc | 31 arm_linux_read_description (arm_fp_type fp_type) 33 struct target_desc *tdesc = tdesc_arm_list[fp_type]; 37 tdesc = arm_create_target_description (fp_type, false); 42 tdesc_arm_list[fp_type] = tdesc;
|
| linux-arm-low.cc | 314 arm_fp_type fp_type = arm_linux_get_tdesc_fp_type (regcache->tdesc); local 316 if (fp_type == ARM_FP_TYPE_VFPV3) 318 else if (fp_type == ARM_FP_TYPE_VFPV2) 343 arm_fp_type fp_type = arm_linux_get_tdesc_fp_type (regcache->tdesc); local 345 if (fp_type == ARM_FP_TYPE_VFPV3) 347 else if (fp_type == ARM_FP_TYPE_VFPV2)
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-arm-tdesc.h | 23 /* Return the Arm target description with fp registers FP_TYPE. */ 25 const target_desc * arm_linux_read_description (arm_fp_type fp_type);
|
| linux-arm-tdesc.cc | 31 arm_linux_read_description (arm_fp_type fp_type) 33 struct target_desc *tdesc = tdesc_arm_list[fp_type]; 37 tdesc = arm_create_target_description (fp_type, false); 42 tdesc_arm_list[fp_type] = tdesc;
|
| linux-arm-low.cc | 314 arm_fp_type fp_type = arm_linux_get_tdesc_fp_type (regcache->tdesc); local 316 if (fp_type == ARM_FP_TYPE_VFPV3) 318 else if (fp_type == ARM_FP_TYPE_VFPV2) 343 arm_fp_type fp_type = arm_linux_get_tdesc_fp_type (regcache->tdesc); local 345 if (fp_type == ARM_FP_TYPE_VFPV3) 347 else if (fp_type == ARM_FP_TYPE_VFPV2)
|
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| arm.c | 377 arm_create_target_description (arm_fp_type fp_type, bool tls) 382 if (fp_type == ARM_FP_TYPE_IWMMXT) 392 switch (fp_type) 410 error (_("Invalid Arm FP type: %d"), fp_type);
|
| arm.h | 224 target_desc *arm_create_target_description (arm_fp_type fp_type, bool tls);
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| arm.c | 377 arm_create_target_description (arm_fp_type fp_type, bool tls) 382 if (fp_type == ARM_FP_TYPE_IWMMXT) 392 switch (fp_type) 410 error (_("Invalid Arm FP type: %d"), fp_type);
|
| arm.h | 241 target_desc *arm_create_target_description (arm_fp_type fp_type, bool tls);
|
| /src/sys/kern/ |
| kern_veriexec.c | 232 veriexec_fpops_add(const char *fp_type, size_t hash_len, size_t ctx_size, 243 KASSERT(fp_type != NULL); 245 if (veriexec_fpops_lookup(fp_type) != NULL) 249 ops->type = fp_type; 273 strlen(fp_type)) { 289 strlcat(veriexec_fp_names, fp_type, veriexec_name_max); 1052 const char *file, *fp_type; local 1075 fp_type = prop_string_value(prop_dictionary_get(dict, "fp-type")); 1076 if ((vfe->ops = veriexec_fpops_lookup(fp_type)) == NULL) { 1078 "`%s' for file `%s'.\n", fp_type, file) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| arm-tdep.h | 323 const target_desc *arm_read_description (arm_fp_type fp_type, bool tls);
|
| arm-tdep.c | 14962 arm_read_description (arm_fp_type fp_type, bool tls) 14964 struct target_desc *tdesc = tdesc_arm_list[fp_type][tls]; 14968 tdesc = arm_create_target_description (fp_type, tls); 14969 tdesc_arm_list[fp_type][tls] = tdesc;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| arm-tdep.h | 323 const target_desc *arm_read_description (arm_fp_type fp_type, bool tls);
|
| arm-tdep.c | 14963 arm_read_description (arm_fp_type fp_type, bool tls) 14965 struct target_desc *tdesc = tdesc_arm_list[fp_type][tls]; 14969 tdesc = arm_create_target_description (fp_type, tls); 14970 tdesc_arm_list[fp_type][tls] = tdesc;
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| json_test.c | 95 typedef void (*fp_type)(OSSL_JSON_ENC *); typedef 572 fp_type f = (fp_type)GET_FP();
|
| /src/external/gpl3/gcc/dist/include/ |
| hsa.h | 3831 * @param[in] fp_type Floating-point type. 3846 * @retval ::HSA_STATUS_ERROR_INVALID_ARGUMENT @p fp_type is not a valid 3852 hsa_fp_type_t fp_type,
|
| /src/external/gpl3/gcc.old/dist/include/ |
| hsa.h | 3831 * @param[in] fp_type Floating-point type. 3846 * @retval ::HSA_STATUS_ERROR_INVALID_ARGUMENT @p fp_type is not a valid 3852 hsa_fp_type_t fp_type,
|
| /src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| sparc.cc | 6850 const bool fp_type = fp_type_for_abi (field_type); 6851 Func (field, bitpos, fp_type && named && !packed && TARGET_FPU, 6839 const bool fp_type = fp_type_for_abi (field_type); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| sparc.cc | 6841 const bool fp_type 6843 Func (field, bitpos, fp_type && named && !packed && TARGET_FPU, 6830 const bool fp_type local
|