Searched refs:mem_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 22359 mem_2 = operands[3]; in aarch64_operands_ok_for_ldpstp() 22369 mem_2 = operands[2]; in aarch64_operands_ok_for_ldpstp() 22375 if (MEM_VOLATILE_P (mem_1) || MEM_VOLATILE_P (mem_2)) in aarch64_operands_ok_for_ldpstp() 22391 extract_base_offset_in_addr (mem_2, &base_2, &offset_2); in aarch64_operands_ok_for_ldpstp() 22401 GET_MODE_SIZE (GET_MODE (mem_2)))); 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() 22427 && !aarch64_mem_pair_operand (mem_2, GET_MODE (mem_2))) 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 22458 mem_2 = operands[3]; in aarch64_swap_ldrstr_operands() [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 26011 mem_2 = operands[3]; in aarch64_operands_ok_for_ldpstp() 26017 if (reg_overlap_mentioned_p (reg_1, mem_2)) in aarch64_operands_ok_for_ldpstp() 26023 mem_2 = operands[2]; in aarch64_operands_ok_for_ldpstp() 26029 if (MEM_VOLATILE_P (mem_1) || MEM_VOLATILE_P (mem_2)) in aarch64_operands_ok_for_ldpstp() 26043 if (!aarch64_check_consecutive_mems (&mem_1, &mem_2, &reversed)) in aarch64_operands_ok_for_ldpstp() 26048 GET_MODE_SIZE (GET_MODE (mem_2)))); 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 26123 mem_2 = operands_2[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 22493 mem_2 = operands[3]; in ix86_operands_ok_for_move_multiple() 22500 mem_2 = operands[2]; in ix86_operands_ok_for_move_multiple() 22513 if (!extract_base_offset_in_addr (mem_2, &base_2, &offset_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 23856 mem_2 = operands[3]; in ix86_operands_ok_for_move_multiple() 23863 mem_2 = operands[2]; in ix86_operands_ok_for_move_multiple() 23876 if (!extract_base_offset_in_addr (mem_2, &base_2, &offset_2)) in ix86_operands_ok_for_move_multiple()
|