Home
last modified time | relevance | path

Searched refs:tmp_mode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c1041 machine_mode mode0, mode1, tmp_mode; in expand_binop_directly() local
1108 tmp_mode = insn_data[(int) icode].operand[0].mode; in expand_binop_directly()
1110 && maybe_ne (GET_MODE_NUNITS (tmp_mode), 2 * GET_MODE_NUNITS (mode))) in expand_binop_directly()
1117 tmp_mode = mode; in expand_binop_directly()
1119 create_output_operand (&ops[0], target, tmp_mode); in expand_binop_directly()
H A Dexpr.c2613 machine_mode tmp_mode = GET_MODE (tmps[i]); in emit_group_store() local
2618 >= GET_MODE_ALIGNMENT (tmp_mode)) in emit_group_store()
2623 tmp_mode, in emit_group_store()
2630 dest = assign_stack_temp (tmp_mode, in emit_group_store()
2631 GET_MODE_SIZE (tmp_mode)); in emit_group_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc1361 machine_mode mode0, mode1, tmp_mode; in expand_binop_directly() local
1428 tmp_mode = insn_data[(int) icode].operand[0].mode; in expand_binop_directly()
1430 && maybe_ne (GET_MODE_NUNITS (tmp_mode), 2 * GET_MODE_NUNITS (mode))) in expand_binop_directly()
1437 tmp_mode = mode; in expand_binop_directly()
1439 create_output_operand (&ops[0], target, tmp_mode); in expand_binop_directly()
H A Dexpr.cc2804 machine_mode tmp_mode = GET_MODE (tmps[i]); in emit_group_store() local
2809 >= GET_MODE_ALIGNMENT (tmp_mode)) in emit_group_store()
2814 tmp_mode, in emit_group_store()
2821 dest = assign_stack_temp (tmp_mode, in emit_group_store()
2822 GET_MODE_SIZE (tmp_mode)); in emit_group_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc15865 machine_mode tmp_mode, inner_mode; in ix86_expand_vector_init_general() local
15868 tmp_mode = (GET_MODE_SIZE (mode) < UNITS_PER_WORD) ? SImode : word_mode; in ix86_expand_vector_init_general()
15872 n_words = GET_MODE_SIZE (mode) / GET_MODE_SIZE (tmp_mode); in ix86_expand_vector_init_general()
15883 elt = convert_modes (tmp_mode, inner_mode, elt, true); in ix86_expand_vector_init_general()
15889 word = expand_simple_binop (tmp_mode, ASHIFT, word, shift, in ix86_expand_vector_init_general()
15891 word = expand_simple_binop (tmp_mode, IOR, word, elt, in ix86_expand_vector_init_general()
15905 emit_move_insn (gen_lowpart (tmp_mode, tmp), words[0]); in ix86_expand_vector_init_general()
15906 emit_move_insn (gen_highpart (tmp_mode, tmp), words[1]); in ix86_expand_vector_init_general()
15912 gcc_assert (tmp_mode == SImode); in ix86_expand_vector_init_general()