Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c22348 rtx mem_1, mem_2, reg_1, reg_2, base_1, base_2, offset_1, offset_2; in aarch64_operands_ok_for_ldpstp() local
22360 reg_1 = operands[0]; in aarch64_operands_ok_for_ldpstp()
22362 gcc_assert (REG_P (reg_1) && REG_P (reg_2)); in aarch64_operands_ok_for_ldpstp()
22363 if (REGNO (reg_1) == REGNO (reg_2)) in aarch64_operands_ok_for_ldpstp()
22370 reg_1 = operands[1]; in aarch64_operands_ok_for_ldpstp()
22415 if (reg_mentioned_p (reg_1, mem_1)) in aarch64_operands_ok_for_ldpstp()
22430 if (REG_P (reg_1) && FP_REGNUM_P (REGNO (reg_1))) in aarch64_operands_ok_for_ldpstp()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26000 rtx mem_1, mem_2, reg_1, reg_2; in aarch64_operands_ok_for_ldpstp() local
26012 reg_1 = operands[0]; in aarch64_operands_ok_for_ldpstp()
26014 gcc_assert (REG_P (reg_1) && REG_P (reg_2)); in aarch64_operands_ok_for_ldpstp()
26015 if (REGNO (reg_1) == REGNO (reg_2)) in aarch64_operands_ok_for_ldpstp()
26017 if (reg_overlap_mentioned_p (reg_1, mem_2)) in aarch64_operands_ok_for_ldpstp()
26024 reg_1 = operands[1]; in aarch64_operands_ok_for_ldpstp()
26055 if (REG_P (reg_1) && FP_REGNUM_P (REGNO (reg_1))) in aarch64_operands_ok_for_ldpstp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c22488 rtx mem_1, mem_2, reg_1, reg_2, base_1, base_2, offset_1, offset_2; in ix86_operands_ok_for_move_multiple() local
22494 reg_1 = operands[0]; in ix86_operands_ok_for_move_multiple()
22501 reg_1 = operands[1]; in ix86_operands_ok_for_move_multiple()
22505 gcc_assert (REG_P (reg_1) && REG_P (reg_2)); in ix86_operands_ok_for_move_multiple()
22507 if (REGNO (reg_1) != REGNO (reg_2)) in ix86_operands_ok_for_move_multiple()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc23851 rtx mem_1, mem_2, reg_1, reg_2, base_1, base_2, offset_1, offset_2; in ix86_operands_ok_for_move_multiple() local
23857 reg_1 = operands[0]; in ix86_operands_ok_for_move_multiple()
23864 reg_1 = operands[1]; in ix86_operands_ok_for_move_multiple()
23868 gcc_assert (REG_P (reg_1) && REG_P (reg_2)); in ix86_operands_ok_for_move_multiple()
23870 if (REGNO (reg_1) != REGNO (reg_2)) in ix86_operands_ok_for_move_multiple()
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS51329 e8ccec6b2fb8a30023cf88dcf2548dba gcc/testsuite/gcc.target/aarch64/cpymem-q-reg_1.c