Home
last modified time | relevance | path

Searched refs:mem_3 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c22668 rtx mem_1, mem_2, mem_3, mem_4; in aarch64_gen_adjusted_ldpstp() local
22686 mem_3 = copy_rtx (temp_operands[5]); in aarch64_gen_adjusted_ldpstp()
22693 mem_3 = copy_rtx (temp_operands[4]); in aarch64_gen_adjusted_ldpstp()
22699 extract_base_offset_in_addr (mem_3, &base, &offset_3); in aarch64_gen_adjusted_ldpstp()
22764 replace_equiv_address_nv (mem_3, plus_constant (Pmode, operands[8], in aarch64_gen_adjusted_ldpstp()
22770 || !aarch64_mem_pair_operand (mem_3, mode)) in aarch64_gen_adjusted_ldpstp()
22777 mem_3 = gen_rtx_ZERO_EXTEND (DImode, mem_3); in aarch64_gen_adjusted_ldpstp()
22784 mem_3 = gen_rtx_SIGN_EXTEND (DImode, mem_3); in aarch64_gen_adjusted_ldpstp()
22795 operands[5] = mem_3; in aarch64_gen_adjusted_ldpstp()
22805 operands[4] = mem_3; in aarch64_gen_adjusted_ldpstp()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26279 rtx mem_1, mem_2, mem_3, mem_4; in aarch64_gen_adjusted_ldpstp() local
26305 mem_3 = copy_rtx (temp_operands[5]); in aarch64_gen_adjusted_ldpstp()
26312 mem_3 = copy_rtx (temp_operands[4]); in aarch64_gen_adjusted_ldpstp()
26318 extract_base_offset_in_addr (mem_3, &base, &offset_3); in aarch64_gen_adjusted_ldpstp()
26383 replace_equiv_address_nv (mem_3, plus_constant (Pmode, operands[8], in aarch64_gen_adjusted_ldpstp()
26389 || !aarch64_mem_pair_operand (mem_3, mode)) in aarch64_gen_adjusted_ldpstp()
26396 mem_3 = gen_rtx_ZERO_EXTEND (DImode, mem_3); in aarch64_gen_adjusted_ldpstp()
26403 mem_3 = gen_rtx_SIGN_EXTEND (DImode, mem_3); in aarch64_gen_adjusted_ldpstp()
26414 operands[5] = mem_3; in aarch64_gen_adjusted_ldpstp()
26424 operands[4] = mem_3; in aarch64_gen_adjusted_ldpstp()