Searched refs:desthi (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c9495 rtx destlo, desthi; local
9508 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs,
9513 && reg_overlap_mentioned_p (operands[1], desthi))
9526 emit_move_insn (desthi, operands[2]);
9531 emit_move_insn (desthi, operands[2]);
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c23501 rtx destlo, desthi;
23512 desthi = gen_rtx_REG_offset (operands[0], halfmode, dest + halfregs,
23519 rtx y = gen_rtx_SET (VOIDmode, desthi, operands[2]);
23531 emit_move_insn (desthi, operands[2]);
23536 emit_move_insn (desthi, operands[2]);
23477 rtx destlo, desthi; local

Completed in 228 milliseconds