Searched refs:sub_temp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 2822 rtx sub_temp = op0; in sparc_emit_set_const64_longway() local 2825 sub_temp = gen_reg_rtx (DImode); in sparc_emit_set_const64_longway() 2831 emit_insn (gen_rtx_SET (sub_temp, in sparc_emit_set_const64_longway() 2834 sub_temp = temp; in sparc_emit_set_const64_longway() 2839 sub_temp = temp; in sparc_emit_set_const64_longway() 2848 emit_insn (gen_rtx_SET (temp4, gen_rtx_ASHIFT (DImode, sub_temp, in sparc_emit_set_const64_longway() 2875 emit_insn (gen_rtx_SET (op0, gen_rtx_ASHIFT (DImode, sub_temp, in sparc_emit_set_const64_longway() 2878 sub_temp = op0; in sparc_emit_set_const64_longway() 2887 emit_insn (gen_rtx_SET (op0, gen_rtx_ASHIFT (DImode, sub_temp, in sparc_emit_set_const64_longway() 2890 sub_temp = op0; in sparc_emit_set_const64_longway() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 2818 rtx sub_temp = op0; in sparc_emit_set_const64_longway() local 2821 sub_temp = gen_reg_rtx (DImode); in sparc_emit_set_const64_longway() 2827 emit_insn (gen_rtx_SET (sub_temp, in sparc_emit_set_const64_longway() 2830 sub_temp = temp; in sparc_emit_set_const64_longway() 2835 sub_temp = temp; in sparc_emit_set_const64_longway() 2844 emit_insn (gen_rtx_SET (temp4, gen_rtx_ASHIFT (DImode, sub_temp, in sparc_emit_set_const64_longway() 2871 emit_insn (gen_rtx_SET (op0, gen_rtx_ASHIFT (DImode, sub_temp, in sparc_emit_set_const64_longway() 2874 sub_temp = op0; in sparc_emit_set_const64_longway() 2883 emit_insn (gen_rtx_SET (op0, gen_rtx_ASHIFT (DImode, sub_temp, in sparc_emit_set_const64_longway() 2886 sub_temp = op0; in sparc_emit_set_const64_longway() [all …]
|