HomeSort by: relevance | last modified time | path
    Searched refs:from_type (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/
target-float.h 51 const struct type *from_type,
target-float.c 51 virtual void convert (const gdb_byte *from, const struct type *from_type,
552 void convert (const gdb_byte *from, const struct type *from_type,
1064 /* Convert a floating-point number of type FROM_TYPE from the target
1069 const struct type *from_type,
1074 from_target (from_type, from, &host_float);
1180 void convert (const gdb_byte *from, const struct type *from_type,
1627 /* Convert a floating-point number of type FROM_TYPE from the target
1632 const struct type *from_type,
1636 gdb_mpfr from_tmp (from_type), to_tmp (to_type);
1637 from_target (from_type, from, from_tmp)
    [all...]
valops.c 362 struct type *from_type = from_val->type (); local
364 if (from_type == to_type)
367 if (!is_floating_type (from_type)
368 && !is_integral_type (from_type)
369 && !is_fixed_point_type (from_type))
371 from_type->name (), to_type->name ());
  /src/external/gpl3/gdb.old/dist/gdb/
target-float.h 51 const struct type *from_type,
target-float.c 51 virtual void convert (const gdb_byte *from, const struct type *from_type,
552 void convert (const gdb_byte *from, const struct type *from_type,
1064 /* Convert a floating-point number of type FROM_TYPE from the target
1069 const struct type *from_type,
1074 from_target (from_type, from, &host_float);
1180 void convert (const gdb_byte *from, const struct type *from_type,
1627 /* Convert a floating-point number of type FROM_TYPE from the target
1632 const struct type *from_type,
1636 gdb_mpfr from_tmp (from_type), to_tmp (to_type);
1637 from_target (from_type, from, from_tmp)
    [all...]
valops.c 363 struct type *from_type = from_val->type (); local
365 if (from_type == to_type)
368 if (!is_floating_type (from_type)
369 && !is_integral_type (from_type)
370 && !is_fixed_point_type (from_type))
372 from_type->name (), to_type->name ());
  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 4328 tree from_type = TREE_TYPE (@1);
4332 if (INTEGRAL_TYPE_P (from_type)
4333 && int_fits_type_p (@2, from_type)
4334 && (types_match (c1_type, from_type)
4335 || (TYPE_PRECISION (c1_type) > TYPE_PRECISION (from_type)
4336 && (TYPE_UNSIGNED (from_type)
4337 || TYPE_SIGN (c1_type) == TYPE_SIGN (from_type))))
4338 && (types_match (c2_type, from_type)
4339 || (TYPE_PRECISION (c2_type) > TYPE_PRECISION (from_type)
4340 && (TYPE_UNSIGNED (from_type)
    [all...]
tree-ssa-math-opts.cc 2938 tree from_type = TREE_TYPE (gimple_assign_rhs1 (conv_stmt)); local
2943 if (TYPE_PRECISION (from_type) > TYPE_PRECISION (to_type))
2949 else if (TYPE_PRECISION (from_type) < TYPE_PRECISION (to_type))
2952 if (TYPE_UNSIGNED (from_type) != is_unsigned
2953 && !(is_unsigned && TYPE_PRECISION (from_type) > data_size))
tree-data-ref.cc 678 given that OP has type FROM_TYPE and range RANGE. Both TO_TYPE and
679 FROM_TYPE are integral types. */
682 nop_conversion_for_offset_p (tree to_type, tree from_type, value_range &range)
685 && INTEGRAL_TYPE_P (from_type)
687 && !TYPE_OVERFLOW_TRAPS (from_type));
694 /* Check whether TO_TYPE can represent all values that FROM_TYPE can. */
695 if (TYPE_PRECISION (from_type) < TYPE_PRECISION (to_type)
696 && (TYPE_UNSIGNED (from_type) || !TYPE_UNSIGNED (to_type)))
700 the bits in FROM_TYPE but not in TO_TYPE have a fixed value
  /src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c 1494 unsigned int from_type = *r_type;
1495 unsigned int to_type = from_type;
1506 switch (from_type)
1584 && (from_type == to_type
1585 || (from_type == R_X86_64_CODE_4_GOTTPOFF
1587 || (from_type == R_X86_64_CODE_6_GOTTPOFF
1604 if (from_type == to_type
1605 || (from_type == R_X86_64_CODE_4_GOTTPOFF
1607 || (from_type == R_X86_64_CODE_6_GOTTPOFF
1618 from_type, rel
1492 unsigned int from_type = *r_type; local
    [all...]
elf32-i386.c 1068 unsigned int from_type = *r_type;
1069 unsigned int to_type = from_type;
1093 switch (from_type)
1130 else if (from_type != R_386_TLS_IE
1131 && from_type != R_386_TLS_GOTIE)
1157 check = new_to_type != to_type && from_type == to_type;
1173 if (from_type == to_type)
1182 from_type, rel,
1188 from = elf_i386_rtype_to_howto (from_type);
1065 unsigned int from_type = *r_type; local
  /src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c 1519 unsigned int from_type = *r_type;
1520 unsigned int to_type = from_type;
1531 switch (from_type)
1610 && (from_type == to_type
1611 || (from_type == R_X86_64_CODE_4_GOTTPOFF
1613 || (from_type == R_X86_64_CODE_5_GOTTPOFF
1615 || (from_type == R_X86_64_CODE_6_GOTTPOFF
1635 from_type);
1642 if (from_type == to_type
1643 || (from_type == R_X86_64_CODE_4_GOTTPOF
1517 unsigned int from_type = *r_type; local
    [all...]
elf32-i386.c 1074 unsigned int from_type = *r_type;
1075 unsigned int to_type = from_type;
1099 switch (from_type)
1136 else if (from_type != R_386_TLS_IE
1137 && from_type != R_386_TLS_GOTIE)
1163 check = new_to_type != to_type && from_type == to_type;
1181 reloc_howto_type *howto = elf_i386_rtype_to_howto (from_type);
1188 if (from_type == to_type)
1197 from_type, rel,
1203 from = elf_i386_rtype_to_howto (from_type);
1071 unsigned int from_type = *r_type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c 1519 unsigned int from_type = *r_type;
1520 unsigned int to_type = from_type;
1531 switch (from_type)
1610 && (from_type == to_type
1611 || (from_type == R_X86_64_CODE_4_GOTTPOFF
1613 || (from_type == R_X86_64_CODE_5_GOTTPOFF
1615 || (from_type == R_X86_64_CODE_6_GOTTPOFF
1632 if (from_type == to_type
1633 || (from_type == R_X86_64_CODE_4_GOTTPOFF
1635 || (from_type == R_X86_64_CODE_5_GOTTPOF
1517 unsigned int from_type = *r_type; local
    [all...]
elf32-i386.c 1074 unsigned int from_type = *r_type;
1075 unsigned int to_type = from_type;
1099 switch (from_type)
1136 else if (from_type != R_386_TLS_IE
1137 && from_type != R_386_TLS_GOTIE)
1163 check = new_to_type != to_type && from_type == to_type;
1179 if (from_type == to_type)
1188 from_type, rel,
1194 from = elf_i386_rtype_to_howto (from_type);
1071 unsigned int from_type = *r_type; local
  /src/external/gpl3/gcc/dist/gcc/
match.pd 5553 tree from_type = TREE_TYPE (@1);
5557 if (INTEGRAL_TYPE_P (from_type)
5558 && int_fits_type_p (@2, from_type)
5559 && (types_match (c1_type, from_type)
5560 || (TYPE_PRECISION (c1_type) > TYPE_PRECISION (from_type)
5561 && (TYPE_UNSIGNED (from_type)
5562 || TYPE_SIGN (c1_type) == TYPE_SIGN (from_type))))
5563 && (types_match (c2_type, from_type)
5564 || (TYPE_PRECISION (c2_type) > TYPE_PRECISION (from_type)
5565 && (TYPE_UNSIGNED (from_type)
    [all...]
tree-data-ref.cc 682 given that OP has type FROM_TYPE and range RANGE. Both TO_TYPE and
683 FROM_TYPE are integral types. */
686 nop_conversion_for_offset_p (tree to_type, tree from_type, value_range &range)
689 && INTEGRAL_TYPE_P (from_type)
691 && !TYPE_OVERFLOW_TRAPS (from_type));
698 /* Check whether TO_TYPE can represent all values that FROM_TYPE can. */
699 if (TYPE_PRECISION (from_type) < TYPE_PRECISION (to_type)
700 && (TYPE_UNSIGNED (from_type) || !TYPE_UNSIGNED (to_type)))
704 the bits in FROM_TYPE but not in TO_TYPE have a fixed value
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-i386.c 1066 unsigned int from_type = *r_type;
1067 unsigned int to_type = from_type;
1089 switch (from_type)
1101 else if (from_type != R_386_TLS_IE
1102 && from_type != R_386_TLS_GOTIE)
1128 check = new_to_type != to_type && from_type == to_type;
1144 if (from_type == to_type)
1151 from_type, rel, relend))
1156 from = elf_i386_rtype_to_howto (from_type);
1063 unsigned int from_type = *r_type; local
elf64-x86-64.c 1445 unsigned int from_type = *r_type;
1446 unsigned int to_type = from_type;
1455 switch (from_type)
1493 check = new_to_type != to_type && from_type == to_type;
1509 if (from_type == to_type
1510 || (from_type == R_X86_64_CODE_4_GOTTPOFF
1512 || (from_type == R_X86_64_CODE_6_GOTTPOFF
1520 from_type, rel, relend))
1525 from = elf_x86_64_rtype_to_howto (abfd, from_type);
1443 unsigned int from_type = *r_type; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1455 /* Returns true iff any integer value of type FROM_TYPE can be represented as
1459 int_safely_convertible_to_real_p (const_tree from_type, const_tree to_type)
1461 tree type_low_bound = TYPE_MIN_VALUE (from_type);
1462 tree type_high_bound = TYPE_MAX_VALUE (from_type);
1702 tree from_type = TREE_TYPE (expr_type);
1706 if (TREE_CODE (from_type) == REAL_TYPE
1711 else if (TREE_CODE (from_type) == REAL_TYPE
1713 && TYPE_PRECISION (to_type) < TYPE_PRECISION (from_type))
1719 else if (TREE_CODE (from_type) == INTEGER_TYPE
1723 if (TYPE_PRECISION (to_type) < TYPE_PRECISION (from_type))
1700 tree from_type = TREE_TYPE (expr_type); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1485 /* Returns true iff any integer value of type FROM_TYPE can be represented as
1489 int_safely_convertible_to_real_p (const_tree from_type, const_tree to_type)
1491 tree type_low_bound = TYPE_MIN_VALUE (from_type);
1492 tree type_high_bound = TYPE_MAX_VALUE (from_type);
1740 tree from_type = TREE_TYPE (expr_type);
1744 if (SCALAR_FLOAT_TYPE_P (from_type)
1749 else if (SCALAR_FLOAT_TYPE_P (from_type)
1751 && TYPE_PRECISION (to_type) < TYPE_PRECISION (from_type))
1757 else if (TREE_CODE (from_type) == INTEGER_TYPE
1761 if (TYPE_PRECISION (to_type) < TYPE_PRECISION (from_type))
1738 tree from_type = TREE_TYPE (expr_type); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 12233 enum rs6000_reg_type from_type,
12246 && ((to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12247 || (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE)))
12277 && ((to_type == GPR_REG_TYPE && from_type == SPR_REG_TYPE)
12278 || (to_type == SPR_REG_TYPE && from_type == GPR_REG_TYPE)))
12291 enum rs6000_reg_type from_type,
12306 if (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE)
12315 else if (to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12324 if (to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12330 else if (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE
12429 enum rs6000_reg_type from_type = register_to_reg_type (x, &altivec_p); local
13088 enum rs6000_reg_type from_type, to_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 12618 enum rs6000_reg_type from_type,
12631 && ((to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12632 || (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE)))
12662 && ((to_type == GPR_REG_TYPE && from_type == SPR_REG_TYPE)
12663 || (to_type == SPR_REG_TYPE && from_type == GPR_REG_TYPE)))
12676 enum rs6000_reg_type from_type,
12691 if (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE)
12700 else if (to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12709 if (to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12715 else if (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE
12814 enum rs6000_reg_type from_type = register_to_reg_type (x, &altivec_p); local
13473 enum rs6000_reg_type from_type, to_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.cc 1221 rl78_addr_space_convert (rtx op, tree from_type, tree to_type)
1223 addr_space_t from_as = TYPE_ADDR_SPACE (TREE_TYPE (from_type));
1254 if (TREE_CODE (from_type) == POINTER_TYPE
1255 && TREE_CODE (TREE_TYPE (from_type)) == FUNCTION_TYPE)
  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.cc 1221 rl78_addr_space_convert (rtx op, tree from_type, tree to_type)
1223 addr_space_t from_as = TYPE_ADDR_SPACE (TREE_TYPE (from_type));
1254 if (TREE_CODE (from_type) == POINTER_TYPE
1255 && TREE_CODE (TREE_TYPE (from_type)) == FUNCTION_TYPE)

Completed in 142 milliseconds

1 2