Searched refs:temp_operands (Results 1 – 2 of 2) sorted by relevance
22669 rtx temp_operands[8]; in aarch64_gen_adjusted_ldpstp() local22675 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 …]
26280 rtx temp_operands[8]; in aarch64_gen_adjusted_ldpstp() local26286 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 …]