Home
last modified time | relevance | path

Searched refs:mem_4 (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
22687 mem_4 = copy_rtx (temp_operands[7]); in aarch64_gen_adjusted_ldpstp()
22694 mem_4 = copy_rtx (temp_operands[6]); in aarch64_gen_adjusted_ldpstp()
22766 replace_equiv_address_nv (mem_4, plus_constant (Pmode, operands[8], in aarch64_gen_adjusted_ldpstp()
22778 mem_4 = gen_rtx_ZERO_EXTEND (DImode, mem_4); in aarch64_gen_adjusted_ldpstp()
22785 mem_4 = gen_rtx_SIGN_EXTEND (DImode, mem_4); in aarch64_gen_adjusted_ldpstp()
22797 operands[7] = mem_4; in aarch64_gen_adjusted_ldpstp()
22807 operands[6] = mem_4; 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
26306 mem_4 = copy_rtx (temp_operands[7]); in aarch64_gen_adjusted_ldpstp()
26313 mem_4 = copy_rtx (temp_operands[6]); in aarch64_gen_adjusted_ldpstp()
26385 replace_equiv_address_nv (mem_4, plus_constant (Pmode, operands[8], in aarch64_gen_adjusted_ldpstp()
26397 mem_4 = gen_rtx_ZERO_EXTEND (DImode, mem_4); in aarch64_gen_adjusted_ldpstp()
26404 mem_4 = gen_rtx_SIGN_EXTEND (DImode, mem_4); in aarch64_gen_adjusted_ldpstp()
26416 operands[7] = mem_4; in aarch64_gen_adjusted_ldpstp()
26426 operands[6] = mem_4; in aarch64_gen_adjusted_ldpstp()