Searched refs:srcLow (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
H A D | arc.cc | 10103 rtx srcLow = simplify_gen_subreg (SImode, src, DFmode, in arc_process_double_reg_moves() local 10106 emit_insn (gen_dexcl_2op (dest, srcHigh, srcLow)); in arc_process_double_reg_moves()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
H A D | arc.c | 10118 rtx srcLow = simplify_gen_subreg (SImode, src, DFmode, in arc_process_double_reg_moves() local 10121 emit_insn (gen_dexcl_2op (dest, srcHigh, srcLow)); in arc_process_double_reg_moves()
|