Home
last modified time | relevance | path

Searched refs:TYPE_MODE (Results 1 – 25 of 249) sorted by relevance

12345678910

/openbsd-src/gnu/gcc/gcc/
H A Dconvert.c95 && exact_real_truncate (TYPE_MODE (float_type_node), &orig)) in strip_float_extensions()
99 && exact_real_truncate (TYPE_MODE (double_type_node), &orig)) in strip_float_extensions()
102 return build_real (type, real_value_truncate (TYPE_MODE (type), orig)); in strip_float_extensions()
138 && (TYPE_MODE (type) == TYPE_MODE (double_type_node) in convert_to_real()
139 || TYPE_MODE (type) == TYPE_MODE (float_type_node))) in convert_to_real()
192 && (TYPE_MODE (newtype) == TYPE_MODE (double_type_node) in convert_to_real()
193 || TYPE_MODE (newtype) == TYPE_MODE (float_type_node))) in convert_to_real()
218 && (TYPE_MODE (type) == TYPE_MODE (double_type_node) in convert_to_real()
219 || TYPE_MODE (type) == TYPE_MODE (float_type_node))) in convert_to_real()
226 && (TYPE_MODE (type) == TYPE_MODE (float_type_node))))) in convert_to_real()
[all …]
H A Dstor-layout.c324 DECL_MODE (decl) = TYPE_MODE (type); in layout_decl()
380 && GET_MODE_CLASS (TYPE_MODE (type)) == MODE_INT) in layout_decl()
397 if (TYPE_MODE (type) == BLKmode && DECL_MODE (decl) == BLKmode in layout_decl()
1322 TYPE_MODE (type) = BLKmode; in compute_record_mode()
1336 || (TYPE_MODE (TREE_TYPE (field)) == BLKmode in compute_record_mode()
1366 TYPE_MODE (type) = mode; in compute_record_mode()
1368 TYPE_MODE (type) = mode_for_size_tree (TYPE_SIZE (type), MODE_INT, 1); in compute_record_mode()
1372 if (TYPE_MODE (type) != BLKmode in compute_record_mode()
1375 || TYPE_ALIGN (type) >= GET_MODE_ALIGNMENT (TYPE_MODE (type)))) in compute_record_mode()
1380 TYPE_MODE (type) = BLKmode; in compute_record_mode()
[all …]
H A Ddojump.c251 && prefer_and_bit_test (TYPE_MODE (argtype), in do_jump()
278 && (cmp_optab->handlers[(int) TYPE_MODE (type)].insn_code in do_jump()
337 && (cmp_optab->handlers[(int) TYPE_MODE (type)].insn_code in do_jump()
350 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type)) in do_jump()
352 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type)) in do_jump()
357 else if (GET_MODE_CLASS (TYPE_MODE (inner_type)) == MODE_INT in do_jump()
358 && !can_compare_p (EQ, TYPE_MODE (inner_type), ccp_jump)) in do_jump()
375 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type)) in do_jump()
377 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type)) in do_jump()
382 else if (GET_MODE_CLASS (TYPE_MODE (inner_type)) == MODE_INT in do_jump()
[all …]
H A Dtree-vect-generic.c153 max = GET_MODE_MASK (TYPE_MODE (inner_type)); in do_plus_minus()
185 max = GET_MODE_MASK (TYPE_MODE (inner_type)); in do_negate()
242 if (TYPE_MODE (TREE_TYPE (type)) == word_mode) in expand_vector_parallel()
293 enum machine_mode compute_mode = TYPE_MODE (compute_type); in expand_vector_operation()
429 if (TYPE_MODE (type) == BLKmode && op) in expand_vector_operations_1()
432 = type_for_widest_vector_mode (TYPE_MODE (TREE_TYPE (type)), op); in expand_vector_operations_1()
442 compute_mode = TYPE_MODE (compute_type); in expand_vector_operations_1()
H A Dcalls.c676 if (args[i].mode != TYPE_MODE (TREE_TYPE (args[i].tree_value))) in precompute_register_parameters()
679 TYPE_MODE (TREE_TYPE (args[i].tree_value)), in precompute_register_parameters()
992 if (pass_by_reference (args_so_far, TYPE_MODE (type), in initialize_argument_information()
999 = reference_callee_copied (args_so_far, TYPE_MODE (type), in initialize_argument_information()
1065 mode = TYPE_MODE (type); in initialize_argument_information()
1144 FUNCTION_ARG_ADVANCE (*args_so_far, TYPE_MODE (type), type, in initialize_argument_information()
1266 mode = TYPE_MODE (TREE_TYPE (args[i].tree_value)); in precompute_arguments()
1329 if (TYPE_MODE (TREE_TYPE (args[i].tree_value)) == BLKmode in finalize_must_preallocate()
1561 else if (TYPE_MODE (TREE_TYPE (args[i].tree_value)) == BLKmode) in load_register_parameters()
1980 || TYPE_MODE (TREE_TYPE (exp)) == VOIDmode)) in expand_call()
[all …]
H A Dexpr.c1255 enum machine_mode mode = TYPE_MODE (TREE_VALUE (arg)); in block_move_libcall_safe_for_call_parm()
1360 size_mode = TYPE_MODE (sizetype); in emit_block_move_via_libcall()
2567 size_mode = TYPE_MODE (sizetype); in clear_storage_via_libcall()
3957 TYPE_MODE (TREE_TYPE (op1)), value, in optimize_bitfield_assignment_op()
3990 TYPE_MODE (TREE_TYPE (op1)), value, in optimize_bitfield_assignment_op()
4242 convert_to_mode (TYPE_MODE (sizetype), in expand_assignment()
4244 TYPE_MODE (sizetype)); in expand_assignment()
4362 temp = convert_modes (GET_MODE (target), TYPE_MODE (TREE_TYPE (exp)), in store_expr()
4401 && GET_MODE (target) != TYPE_MODE (TREE_TYPE (exp))) in store_expr()
4402 temp = convert_modes (GET_MODE (target), TYPE_MODE (TREE_TYPE (exp)), in store_expr()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstor-layout.c394 DECL_MODE (decl) = TYPE_MODE (type);
445 && GET_MODE_CLASS (TYPE_MODE (type)) == MODE_INT)
461 && TYPE_MODE (type) == BLKmode && DECL_MODE (decl) == BLKmode
1353 TYPE_MODE (type) = BLKmode;
1369 || (TYPE_MODE (TREE_TYPE (field)) == BLKmode
1405 TYPE_MODE (type) = mode;
1407 TYPE_MODE (type) = mode_for_size_tree (TYPE_SIZE (type), MODE_INT, 1);
1411 if (TYPE_MODE (type) != BLKmode
1414 || TYPE_ALIGN (type) >= GET_MODE_ALIGNMENT (TYPE_MODE (type))))
1419 TYPE_MODE (type) = BLKmode;
[all …]
H A Dconvert.c199 != GET_MODE_BITSIZE (TYPE_MODE (TREE_TYPE (expr)))))
212 || outprec != GET_MODE_BITSIZE (TYPE_MODE (type)))
215 (TYPE_MODE (type), TREE_UNSIGNED (type)),
402 && (GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (TREE_OPERAND (expr, 0))))
403 != GET_MODE_SIZE (TYPE_MODE (type))))
431 if (GET_MODE_SIZE (TYPE_MODE (type))
432 != GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (expr))))
511 if (GET_MODE_SIZE (TYPE_MODE (type))
512 != GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (expr))))
H A Dexpr.c1845 enum machine_mode mode = TYPE_MODE (TREE_VALUE (arg)); in block_move_libcall_safe_for_call_parm()
1981 size_mode = TYPE_MODE (sizetype);
1983 size_mode = TYPE_MODE (unsigned_type_node);
3100 size_mode = TYPE_MODE (sizetype);
3102 size_mode = TYPE_MODE (unsigned_type_node);
4198 TYPE_MODE (TREE_TYPE (to)))
4208 return (want_value ? convert_modes (TYPE_MODE (TREE_TYPE (to)),
4209 TYPE_MODE (TREE_TYPE (from)),
4301 convert_to_mode (TYPE_MODE (sizetype),
4303 TYPE_MODE (sizetype));
[all …]
H A Dcalls.c794 else if (TYPE_MODE (TREE_TYPE (TREE_TYPE (fndecl))) == Pmode
916 if (args[i].mode != TYPE_MODE (TREE_TYPE (args[i].tree_value)))
919 TYPE_MODE (TREE_TYPE (args[i].tree_value)),
1225 || FUNCTION_ARG_PASS_BY_REFERENCE (*args_so_far, TYPE_MODE (type),
1234 || (FUNCTION_ARG_CALLEE_COPIES (*args_so_far, TYPE_MODE (type),
1314 mode = TYPE_MODE (type);
1413 FUNCTION_ARG_ADVANCE (*args_so_far, TYPE_MODE (type), type,
1554 mode = TYPE_MODE (TREE_TYPE (args[i].tree_value));
1621 if (TYPE_MODE (TREE_TYPE (args[i].tree_value)) == BLKmode
1777 : (TYPE_MODE (TREE_TYPE (args[i].tree_value)) == BLKmode
[all …]
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dsom.h124 if (TYPE_MODE (DECL_ARG_TYPE (parm)) == SFmode \
127 else if (TYPE_MODE (DECL_ARG_TYPE (parm)) == DFmode \
141 FUNCTION_ARG_SIZE (TYPE_MODE (DECL_ARG_TYPE (parm)),\
168 if (TYPE_MODE (fntype) == DFmode && ! TARGET_SOFT_FLOAT) \
170 else if (TYPE_MODE (fntype) == SFmode && ! TARGET_SOFT_FLOAT) \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dsom.h164 if (TYPE_MODE (DECL_ARG_TYPE (parm)) == SFmode \
167 else if (TYPE_MODE (DECL_ARG_TYPE (parm)) == DFmode \
181 FUNCTION_ARG_SIZE (TYPE_MODE (DECL_ARG_TYPE (parm)),\
208 if (TYPE_MODE (fntype) == DFmode && ! TARGET_SOFT_FLOAT) \
210 else if (TYPE_MODE (fntype) == SFmode && ! TARGET_SOFT_FLOAT) \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlinux.h280 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 16) \
282 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 8) \
283 : gen_rtx_REG (TYPE_MODE (VALTYPE), 0)))
H A Dopenbsdelf.h287 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 16) \
289 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 8) \
290 : gen_rtx_REG (TYPE_MODE (VALTYPE), 0)))
H A Dm68kv4.h153 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 16) \
155 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 8) \
156 : gen_rtx_REG (TYPE_MODE (VALTYPE), 0)))
H A Dnetbsd-elf.h342 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 16) \
344 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 8) \
345 : gen_rtx_REG (TYPE_MODE (VALTYPE), 0)))
H A Dmot3300.h225 ((TYPE_MODE (type) == BLKmode) \
227 && GET_MODE_SIZE (TYPE_MODE (type)) > UNITS_PER_WORD))
241 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 16) \
243 ? gen_rtx_REG (TYPE_MODE (VALTYPE), 8) \
244 : gen_rtx_REG (TYPE_MODE (VALTYPE), 0)))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dptx4-i.h33 (TYPE_MODE (TYPE) == BLKmode \
34 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
H A Di386elf.h40 (TYPE_MODE (TYPE) == BLKmode \
41 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
H A Dsysv4.h31 (TYPE_MODE (TYPE) == BLKmode \
32 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dptx4-i.h33 (TYPE_MODE (TYPE) == BLKmode \
34 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
H A Dsol2-10.h112 : (TYPE_MODE (TYPE) == BLKmode \
113 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) \
H A Di386elf.h40 (TYPE_MODE (TYPE) == BLKmode \
41 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
H A Dsysv4.h31 (TYPE_MODE (TYPE) == BLKmode \
32 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.h623 ? word_mode : TYPE_MODE (VALTYPE), \
641 (TYPE_MODE (type) == BLKmode || \
642 GET_MODE_SIZE (TYPE_MODE (type)) > 8 || \
643 GET_MODE_CLASS (TYPE_MODE (type)) == MODE_COMPLEX_INT || \
644 GET_MODE_CLASS (TYPE_MODE (type)) == MODE_COMPLEX_FLOAT || \
645 GET_MODE_CLASS (TYPE_MODE (type)) == MODE_VECTOR_INT || \
646 GET_MODE_CLASS (TYPE_MODE (type)) == MODE_VECTOR_FLOAT)

12345678910