Home
last modified time | relevance | path

Searched refs:halfword_tmp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c14979 rtx halfword_tmp = NULL, byte_tmp = NULL; in arm_block_move_unaligned_straight() local
15116 halfword_tmp = gen_reg_rtx (SImode); in arm_block_move_unaligned_straight()
15120 emit_insn (gen_unaligned_loadhiu (halfword_tmp, mem)); in arm_block_move_unaligned_straight()
15129 gen_lowpart (HImode, halfword_tmp))); in arm_block_move_unaligned_straight()
15130 halfword_tmp = NULL; in arm_block_move_unaligned_straight()
15165 if (halfword_tmp) in arm_block_move_unaligned_straight()
15170 gen_lowpart (HImode, halfword_tmp))); in arm_block_move_unaligned_straight()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc15154 rtx halfword_tmp = NULL, byte_tmp = NULL; in arm_block_move_unaligned_straight() local
15291 halfword_tmp = gen_reg_rtx (SImode); in arm_block_move_unaligned_straight()
15295 emit_insn (gen_unaligned_loadhiu (halfword_tmp, mem)); in arm_block_move_unaligned_straight()
15304 gen_lowpart (HImode, halfword_tmp))); in arm_block_move_unaligned_straight()
15305 halfword_tmp = NULL; in arm_block_move_unaligned_straight()
15340 if (halfword_tmp) in arm_block_move_unaligned_straight()
15345 gen_lowpart (HImode, halfword_tmp))); in arm_block_move_unaligned_straight()