| /src/external/gpl3/binutils/dist/bfd/ |
| 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...] |
| 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...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| 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
|
| 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...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| 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
|
| 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...] |
| /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/gdb/dist/gdb/ |
| 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/ |
| 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/dist/gcc/ |
| tree-ssa-math-opts.cc | 3074 tree from_type = TREE_TYPE (gimple_assign_rhs1 (conv_stmt)); local 3079 if (TYPE_PRECISION (from_type) > TYPE_PRECISION (to_type)) 3085 else if (TYPE_PRECISION (from_type) < TYPE_PRECISION (to_type)) 3088 if (TYPE_UNSIGNED (from_type) != is_unsigned 3089 && !(is_unsigned && TYPE_PRECISION (from_type) > data_size))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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))
|
| /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/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.old/dist/gcc/cp/ |
| pt.cc | 7043 tree from_type, tree arg) 7048 arg, from_type, to_type); local
|
| call.cc | 10765 FROM_TYPE is the type of the actual argument; TO_TYPE is the type of 10770 tree from_type, tree to_type, 10774 range_label_for_type_mismatch rhs_label (from_type, to_type); 10784 from_type, to_type); 10816 tree from_type = conv->from; local 10818 from_type = lvalue_type (conv->from); 10820 from_type, conv->to_type,
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| call.cc | 11446 FROM_TYPE is the type of the actual argument; TO_TYPE is the type of 11451 tree from_type, tree to_type, 11455 range_label_for_type_mismatch rhs_label (from_type, to_type); 11465 from_type, to_type); 11497 tree from_type = conv->from; local 11499 from_type = lvalue_type (conv->from); 11501 from_type, conv->to_type,
|
| pt.cc | 7151 tree from_type, tree arg) 7156 arg, from_type, to_type); local
|
| /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/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...] |