Searched refs:reg_2 (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 22348 rtx mem_1, mem_2, reg_1, reg_2, base_1, base_2, offset_1, offset_2; in aarch64_operands_ok_for_ldpstp() local 22361 reg_2 = operands[2]; 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() 22371 reg_2 = operands[3]; in aarch64_operands_ok_for_ldpstp() 22419 if (offval_1 > offval_2 && reg_mentioned_p (reg_2, mem_2)) in aarch64_operands_ok_for_ldpstp() 22435 if (REG_P (reg_2) && FP_REGNUM_P (REGNO (reg_2))) in aarch64_operands_ok_for_ldpstp()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 26000 rtx mem_1, mem_2, reg_1, reg_2; in aarch64_operands_ok_for_ldpstp() local 26013 reg_2 = operands[2]; 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() 26025 reg_2 = operands[3]; in aarch64_operands_ok_for_ldpstp() 26060 if (REG_P (reg_2) && FP_REGNUM_P (REGNO (reg_2))) in aarch64_operands_ok_for_ldpstp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386.c | 22488 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 22495 reg_2 = operands[2]; in ix86_operands_ok_for_move_multiple() 22502 reg_2 = operands[3]; 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 D | i386.cc | 23851 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 23858 reg_2 = operands[2]; in ix86_operands_ok_for_move_multiple() 23865 reg_2 = operands[3]; 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()
|