Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c22669 rtx temp_operands[8]; in aarch64_gen_adjusted_ldpstp() local
22675 temp_operands[i] = operands[i]; in aarch64_gen_adjusted_ldpstp()
22678 qsort (temp_operands, 4, 2 * sizeof (rtx *), aarch64_ldrstr_offset_compare); in aarch64_gen_adjusted_ldpstp()
22684 mem_1 = copy_rtx (temp_operands[1]); in aarch64_gen_adjusted_ldpstp()
22685 mem_2 = copy_rtx (temp_operands[3]); in aarch64_gen_adjusted_ldpstp()
22686 mem_3 = copy_rtx (temp_operands[5]); in aarch64_gen_adjusted_ldpstp()
22687 mem_4 = copy_rtx (temp_operands[7]); in aarch64_gen_adjusted_ldpstp()
22691 mem_1 = copy_rtx (temp_operands[0]); in aarch64_gen_adjusted_ldpstp()
22692 mem_2 = copy_rtx (temp_operands[2]); in aarch64_gen_adjusted_ldpstp()
22693 mem_3 = copy_rtx (temp_operands[4]); in aarch64_gen_adjusted_ldpstp()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26280 rtx temp_operands[8]; in aarch64_gen_adjusted_ldpstp() local
26286 temp_operands[i] = operands[i]; in aarch64_gen_adjusted_ldpstp()
26296 gcc_stablesort(temp_operands, 4, 2 * sizeof (rtx *), in aarch64_gen_adjusted_ldpstp()
26303 mem_1 = copy_rtx (temp_operands[1]); in aarch64_gen_adjusted_ldpstp()
26304 mem_2 = copy_rtx (temp_operands[3]); in aarch64_gen_adjusted_ldpstp()
26305 mem_3 = copy_rtx (temp_operands[5]); in aarch64_gen_adjusted_ldpstp()
26306 mem_4 = copy_rtx (temp_operands[7]); in aarch64_gen_adjusted_ldpstp()
26310 mem_1 = copy_rtx (temp_operands[0]); in aarch64_gen_adjusted_ldpstp()
26311 mem_2 = copy_rtx (temp_operands[2]); in aarch64_gen_adjusted_ldpstp()
26312 mem_3 = copy_rtx (temp_operands[4]); in aarch64_gen_adjusted_ldpstp()
[all …]