/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | expr.h | 69 extern rtx convert_to_mode (machine_mode, rtx, int);
|
H A D | explow.c | 1225 size = convert_to_mode (Pmode, size, 1); in get_dynamic_stack_size() 1673 size = convert_to_mode (Pmode, size, 1); in probe_stack_range() 1956 size = convert_to_mode (Pmode, size, 1); in anti_adjust_stack_and_probe_stack_clash() 2073 size = convert_to_mode (Pmode, size, 1); in anti_adjust_stack_and_probe()
|
H A D | optabs.c | 1235 return convert_to_mode (mode, temp, unsignedp); in expand_binop() 1784 op1x = convert_to_mode (op1_mode, op1, 1); in expand_binop() 1789 op0 = convert_to_mode (mode, op0, unsignedp); in expand_binop() 2423 return convert_to_mode (mode, temp, 0); in expand_parity() 3867 size = convert_to_mode (cmp_mode, size, 1); in prepare_cmp_insn() 4156 x = convert_to_mode (mode, x, 0); in prepare_float_lib_cmp() 4157 y = convert_to_mode (mode, y, 0); in prepare_float_lib_cmp() 4727 from = convert_to_mode (imode, from, unsignedp); in expand_float() 4859 from = convert_to_mode (SImode, from, unsignedp); in expand_float() 4920 from = convert_to_mode (fmode, from, 0); in expand_fix() [all …]
|
H A D | builtins.c | 2347 op0 = convert_to_mode (mode, op0, 0); in expand_builtin_interclass_mathfn() 2777 return convert_to_mode (mode, target, 0); in expand_builtin_int_roundingfn_2() 2813 op0 = convert_to_mode (mode, op0, 0); in expand_builtin_powi() 2816 op1 = convert_to_mode (mode2, op1, 0); in expand_builtin_powi() 2907 pat = convert_to_mode (Pmode, pat, in expand_builtin_strlen() 2926 target = convert_to_mode (target_mode, ops[0].value, 0); in expand_builtin_strlen() 4151 target = convert_to_mode (mode, (rtx) data, 1); in builtin_memset_gen_str() 4266 val_rtx = convert_to_mode (val_mode, val_rtx, 0); in expand_builtin_memset_args() 4485 return convert_to_mode (mode, result, 0); in expand_builtin_memcmp() 4590 return convert_to_mode (mode, result, 0); in expand_builtin_strcmp() [all …]
|
H A D | expr.c | 369 from = convert_to_mode (full_mode, from, unsignedp); in convert_mode_scalar() 477 lowfrom = convert_to_mode (lowpart_mode, from, unsignedp); in convert_mode_scalar() 576 convert_move (to, convert_to_mode (intermediate, from, in convert_mode_scalar() 632 convert_to_mode (machine_mode mode, rtx x, int unsignedp) in convert_to_mode() function 1898 size = convert_to_mode (size_mode, size, 1); in emit_block_op_via_libcall() 2696 srcreg = convert_to_mode (word_mode, srcreg, TYPE_UNSIGNED (type)); in copy_blkmode_from_reg() 3048 val = convert_to_mode (TYPE_MODE (integer_type_node), val, 1); in set_storage_via_libcall() 3052 size = convert_to_mode (size_mode, size, 1); in set_storage_via_libcall() 5091 offset_rtx = convert_to_mode (address_mode, offset_rtx, 0); in expand_assignment() 5775 copy_size_rtx = convert_to_mode (pointer_mode, copy_size_rtx, in store_expr_with_bounds() [all …]
|
H A D | expmed.c | 1262 value = convert_to_mode (mode, value, 1); in store_fixed_bit_field_1() 1480 x = convert_to_mode (int_mode, x, unsignedp); in convert_extracted_bit_field() 1485 return convert_to_mode (tmode, x, unsignedp); in convert_extracted_bit_field() 2178 op0 = convert_to_mode (new_mode, op0, 1); in extract_fixed_bit_field_1() 2202 op0 = convert_to_mode (mode, op0, 0); in extract_fixed_bit_field_1() 3600 op0 = convert_to_mode (mode, op0, this_optab == umul_widen_optab); in expand_widening_mult() 3611 op0 = convert_to_mode (mode, op0, this_optab == umul_widen_optab); in expand_widening_mult() 3930 tem = convert_to_mode (wider_mode, op0, unsignedp); in expmed_mult_highpart()
|
H A D | except.c | 1321 mem = convert_to_mode (ptr_mode, mem, 0); in sjlj_emit_dispatch_table() 1329 mem = convert_to_mode (filter_mode, mem, 0); in sjlj_emit_dispatch_table() 2187 addr = convert_to_mode (Pmode, addr, 0); in expand_builtin_extract_return_addr()
|
H A D | tree-outof-ssa.c | 220 src = convert_to_mode (GET_MODE (dest), src, unsignedsrcp); in emit_partition_copy()
|
H A D | function.c | 3025 reg = convert_to_mode (mode, copy_to_reg (reg), 1); in assign_parm_setup_block() 3283 tempreg = convert_to_mode (data->nominal_mode, tempreg, unsignedp); in assign_parm_setup_reg() 3345 tempreg = convert_to_mode (GET_MODE (parmreg), tempreg, unsigned_p); in assign_parm_setup_reg() 3441 data->entry_parm = convert_to_mode (data->nominal_mode, tempreg, in assign_parm_setup_stack()
|
H A D | internal-fn.c | 2914 rtx tmp = convert_to_mode (GET_MODE (lhs_rtx), ops[0].value, 0); in expand_direct_optab_fn()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | explow.c | 1214 size = convert_to_mode (Pmode, size, 1); in allocate_dynamic_stack_space() 1556 size = convert_to_mode (Pmode, size, 1); in probe_stack_range() 1720 size = convert_to_mode (Pmode, size, 1); in anti_adjust_stack_and_probe()
|
H A D | optabs.c | 1563 return convert_to_mode (mode, temp, unsignedp); in expand_binop() 2101 op1x = convert_to_mode (op1_mode, op1, 1); in expand_binop() 2106 op0 = convert_to_mode (mode, op0, unsignedp); in expand_binop() 4004 size = convert_to_mode (cmp_mode, size, 1); in prepare_cmp_insn() 4020 size = convert_to_mode (TYPE_MODE (length_type), size, in prepare_cmp_insn() 4276 x = convert_to_mode (mode, x, 0); in prepare_float_lib_cmp() 4277 y = convert_to_mode (mode, y, 0); in prepare_float_lib_cmp() 4893 from = convert_to_mode (imode, from, unsignedp); in expand_float() 5019 from = convert_to_mode (SImode, from, unsignedp); in expand_float() 5082 from = convert_to_mode (fmode, from, 0); in expand_fix() [all …]
|
H A D | expr.c | 431 from = convert_to_mode (full_mode, from, unsignedp); in convert_move() 537 lowfrom = convert_to_mode (lowpart_mode, from, unsignedp); in convert_move() 631 convert_move (to, convert_to_mode (intermediate, from, in convert_move() 686 convert_to_mode (enum machine_mode mode, rtx x, int unsignedp) in convert_to_mode() function 1357 size = convert_to_mode (size_mode, size, 1); in emit_block_move_via_libcall() 2117 srcreg = convert_to_mode (word_mode, srcreg, TYPE_UNSIGNED (type)); in copy_blkmode_from_reg() 2725 size = convert_to_mode (size_mode, size, 1); in set_storage_via_libcall() 2736 val = convert_to_mode (TYPE_MODE (integer_type_node), val, 1); in set_storage_via_libcall() 4740 offset_rtx = convert_to_mode (address_mode, offset_rtx, 0); in expand_assignment() 4967 convert_to_mode (TYPE_MODE (sizetype), in expand_assignment() [all …]
|
H A D | expmed.c | 1011 value = convert_to_mode (mode, value, 1); in store_fixed_bit_field() 1216 x = convert_to_mode (smode, x, unsignedp); in convert_extracted_bit_field() 1221 return convert_to_mode (tmode, x, unsignedp); in convert_extracted_bit_field() 1439 return convert_to_mode (tmode, op0, unsignedp); in extract_bit_field_1() 1875 op0 = convert_to_mode (tmode, op0, 1); in extract_fixed_bit_field() 1897 op0 = convert_to_mode (mode, op0, 0); in extract_fixed_bit_field() 3251 op0 = convert_to_mode (mode, op0, this_optab == umul_widen_optab); in expand_widening_mult() 3262 op0 = convert_to_mode (mode, op0, this_optab == umul_widen_optab); in expand_widening_mult() 3620 tem = convert_to_mode (wider_mode, op0, unsignedp); in expand_mult_highpart()
|
H A D | expr.h | 275 extern rtx convert_to_mode (enum machine_mode, rtx, int);
|
H A D | except.c | 1264 mem = convert_to_mode (ptr_mode, mem, 0); in sjlj_emit_dispatch_table() 1272 mem = convert_to_mode (filter_mode, mem, 0); in sjlj_emit_dispatch_table() 2069 addr = convert_to_mode (Pmode, addr, 0); in expand_builtin_extract_return_addr()
|
H A D | builtins.c | 2498 op0 = convert_to_mode (mode, op0, 0); in expand_builtin_interclass_mathfn() 2924 return convert_to_mode (mode, target, 0); in expand_builtin_int_roundingfn_2() 2962 op0 = convert_to_mode (mode, op0, 0); in expand_builtin_powi() 2965 op1 = convert_to_mode (mode2, op1, 0); in expand_builtin_powi() 3053 pat = convert_to_mode (Pmode, pat, in expand_builtin_strlen() 3072 target = convert_to_mode (target_mode, ops[0].value, 0); in expand_builtin_strlen() 3534 target = convert_to_mode (mode, (rtx) data, 1); in builtin_memset_gen_str() 3613 val_rtx = convert_to_mode (val_mode, val_rtx, 0); in expand_builtin_memset_args() 3788 convert_to_mode (TYPE_MODE (sizetype), arg3_rtx, in expand_builtin_memcmp() 3802 return convert_to_mode (mode, result, 0); in expand_builtin_memcmp() [all …]
|
H A D | tree-outof-ssa.c | 159 src = convert_to_mode (GET_MODE (dest), src, unsignedsrcp); in emit_partition_copy()
|
H A D | stmt.c | 2134 index = convert_to_mode (word_mode, index, 0); in emit_case_bit_tests() 2376 index = convert_to_mode (wider_mode, index, unsignedp); in expand_case()
|
H A D | function.c | 2842 reg = convert_to_mode (mode, copy_to_reg (reg), 1); in assign_parm_setup_block() 3041 tempreg = convert_to_mode (data->nominal_mode, tempreg, unsignedp); in assign_parm_setup_reg() 3091 tempreg = convert_to_mode (GET_MODE (parmreg), tempreg, unsigned_p); in assign_parm_setup_reg() 3184 data->entry_parm = convert_to_mode (data->nominal_mode, tempreg, in assign_parm_setup_stack()
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.c | 12620 tp = convert_to_mode (Pmode, tp, 1); in get_thread_pointer() 13154 val = convert_to_mode (Pmode, val, 1); in ix86_legitimize_address() 13169 val = convert_to_mode (Pmode, val, 1); in ix86_legitimize_address() 15608 op1 = convert_to_mode (mode, op1, 1); in ix86_expand_move() 15636 op1 = convert_to_mode (mode, tmp, 1); in ix86_expand_move() 15690 op1 = convert_to_mode (mode, op1, 1); in ix86_expand_move() 23250 fnaddr = convert_to_mode (Pmode, fnaddr, 1); in ix86_expand_call() 29220 op = convert_to_mode (Pmode, op, 1); in ix86_expand_special_args_builtin() 29266 op = convert_to_mode (Pmode, op, 1); in ix86_expand_special_args_builtin() 29494 op0 = convert_to_mode (Pmode, op0, 1); in ix86_expand_builtin() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 16704 dest = convert_to_mode (Pmode, dest, 1); in legitimize_tls_address() 17170 val = convert_to_mode (Pmode, val, 1); in ix86_legitimize_address() 17184 val = convert_to_mode (Pmode, val, 1); in ix86_legitimize_address() 20018 op1 = convert_to_mode (mode, op1, 1); in ix86_expand_move() 20071 op1 = convert_to_mode (mode, op1, 1); in ix86_expand_move() 26274 return force_reg (Pmode, convert_to_mode (Pmode, exp, 1)); in ix86_zero_extend_to_Pmode() 28547 fnaddr = convert_to_mode (word_mode, XEXP (fnaddr, 0), 1); in ix86_expand_call() 33779 x = convert_to_mode (mode, x, 1); in fixup_modeless_constant() 37034 op0 = convert_to_mode (SImode, op0, 1); in ix86_expand_builtin() 37525 op1 = copy_to_mode_reg (QImode, convert_to_mode (QImode, op1, 1)); in ix86_expand_builtin() [all …]
|
H A D | i386.md | 5543 operands[1] = convert_to_mode (SImode, operands[1], 1); 13360 ra = convert_to_mode (word_mode, ra, 1);
|