Searched refs:mem_1 (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 22358 mem_1 = operands[1]; in aarch64_operands_ok_for_ldpstp() 22368 mem_1 = operands[0]; in aarch64_operands_ok_for_ldpstp() 22375 if (MEM_VOLATILE_P (mem_1) || MEM_VOLATILE_P (mem_2)) in aarch64_operands_ok_for_ldpstp() 22384 && MEM_ALIGN (mem_1) < 8 * BITS_PER_UNIT) in aarch64_operands_ok_for_ldpstp() 22388 extract_base_offset_in_addr (mem_1, &base_1, &offset_1); in aarch64_operands_ok_for_ldpstp() 22400 gcc_assert (known_eq (GET_MODE_SIZE (GET_MODE (mem_1)), in aarch64_operands_ok_for_ldpstp() 22415 if (reg_mentioned_p (reg_1, mem_1)) in aarch64_operands_ok_for_ldpstp() 22426 if (!aarch64_mem_pair_operand (mem_1, GET_MODE (mem_1)) in aarch64_operands_ok_for_ldpstp() 22452 rtx mem_1, mem_2, base_1, base_2, offset_1, offset_2; in aarch64_swap_ldrstr_operands() local [all …]
|
| /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 26010 mem_1 = operands[1]; in aarch64_operands_ok_for_ldpstp() 26022 mem_1 = operands[0]; in aarch64_operands_ok_for_ldpstp() 26029 if (MEM_VOLATILE_P (mem_1) || MEM_VOLATILE_P (mem_2)) in aarch64_operands_ok_for_ldpstp() 26038 && MEM_ALIGN (mem_1) < 8 * BITS_PER_UNIT) in aarch64_operands_ok_for_ldpstp() 26043 if (!aarch64_check_consecutive_mems (&mem_1, &mem_2, &reversed)) in aarch64_operands_ok_for_ldpstp() 26047 gcc_assert (known_eq (GET_MODE_SIZE (GET_MODE (mem_1)), in aarch64_operands_ok_for_ldpstp() 26051 rtx lower_mem = reversed ? mem_2 : mem_1; in aarch64_operands_ok_for_ldpstp() 26115 rtx mem_1, mem_2, base, offset_1, offset_2; in aarch64_ldrstr_offset_compare() local 26118 mem_1 = operands_1[0]; in aarch64_ldrstr_offset_compare() [all …]
|
| /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 22492 mem_1 = operands[1]; in ix86_operands_ok_for_move_multiple() 22499 mem_1 = operands[0]; in ix86_operands_ok_for_move_multiple() 22511 if (!extract_base_offset_in_addr (mem_1, &base_1, &offset_1)) 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 23855 mem_1 = operands[1]; in ix86_operands_ok_for_move_multiple() 23862 mem_1 = operands[0]; in ix86_operands_ok_for_move_multiple() 23874 if (!extract_base_offset_in_addr (mem_1, &base_1, &offset_1)) in ix86_operands_ok_for_move_multiple()
|