/* * ========== Copyright Header Begin ========================================== * * OpenSPARC T2 Processor File: niagara2_bldst.s * Copyright (C) 1995-2007 Sun Microsystems, Inc. All Rights Reserved * 4150 Network Circle, Santa Clara, California 95054, U.S.A. * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * For the avoidance of doubt, and except that if any non-GPL license * choice is available it will apply instead, Sun elects to use only * the General Public License version 2 (GPLv2) at this time for any * software where a choice of GPL license versions is made * available with the language indicating that GPLv2 or any later version * may be used, or where a choice of which version of the GPL is applied is * otherwise unspecified. * * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, * CA 95054 USA or visit www.sun.com if you need additional information or * have any questions. * * * ========== Copyright Header End ============================================ */ #define N_CPUS 64 #define REGION_MAPPED_SIZE_RTL 8192 #define REGION_SIZE_RTL (8 * 1024) #define RESULTS_BUF_SIZE_PER_CPU_RTL 1024 #define PRIVATE_DATA_AREA_PER_CPU_RTL 384 #define ALIGN_PAGE_8K .align 8192 #define ALIGN_PAGE_64K .align 65536 #define ALIGN_PAGE_512K .align 524288 #define ALIGN_PAGE_4M .align 4194304 #define USER_PAGE_CUSTOM_MAP SECTION .MY_HYP_SEC TEXT_VA = 0x0100150000 attr_text { Name=.MY_HYP_SEC, hypervisor } .text .global intr0x60_custom_trap intr0x60_custom_trap: ldxa [%g0] 0x72, %g2; ldxa [%g0] 0x74, %g1; retry; .global intr0x190_custom_trap intr0x190_custom_trap: sub %o0, 0x55, %o0 brz %o0, l2_dmap nop #ifdef DC_ON_OFF and %i0, 0x1, %i0 brz %i0, on nop mov 0xd, %i0 ba finish_dc_on_off stxa %l0, [%g0] 0x45 /* turn D-cache off */ on: mov 0xf, %i0 stxa %i0, [%g0] 0x45 /* turn D-cache back on */ finish_dc_on_off: done #else stxa %i0, [%g0] 0x73; done; #endif l2_dmap: mov 0xa9, %g1 sllx %g1, 32, %g1 ldx [%g1 + 0x00], %g2 or %g2, 0x2, %g2 stx %g2, [%g1 + 0x00] ldx [%g1 + 0x40], %g2 or %g2, 0x2, %g2 stx %g2, [%g1 + 0x40] ldx [%g1 + 0x80], %g2 or %g2, 0x2, %g2 stx %g2, [%g1 + 0x80] ldx [%g1 + 0xc0], %g2 or %g2, 0x2, %g2 stx %g2, [%g1 + 0xc0] done #define ENABLE_T0_Fp_exception_ieee_754_0x21 #define ENABLE_T0_Fp_exception_other_0x22 #define ENABLE_T0_Fp_disabled_0x20 #define ENABLE_T0_Illegal_instruction_0x10 #define ENABLE_T1_Illegal_instruction_0x10 #define ENABLE_HT0_Illegal_instruction_0x10 #define ENABLE_HT1_Illegal_instruction_0x10 #define ENABLE_T0_Clean_Window_0x24 ! #define DMMU_SKIP_IF_NO_TTE ! #define IMMU_SKIP_IF_NO_TTE #define MAIN_PAGE_NUCLEUS_ALSO #define MAIN_PAGE_HV_ALSO #define MAIN_PAGE_VA_IS_RA_ALSO #define H_T0_Trap_Instruction_0 #define My_T0_Trap_Instruction_0 \ ta 0x90; \ done; #ifdef TSOTOOL_DMA #define ENABLE_PCIE_LINK_TRAINING #endif #define H_HT0_HTrap_Instruction_0 intr0x190_custom_trap ! need this trap for l2_dmap functionality #define My_HT0_HTrap_Instruction_0 \ setx intr0x190_custom_trap, %g1, %g2; \ jmp %g2; nop ! -- alex, this is the original trap ! #define My_HT0_HTrap_Instruction_0 \ ! stxa %i0, [%g0] 0x73; \ ! done; #define H_HT0_Interrupt_0x60 intr0x60_custom_trap #define My_HT0_Interrupt_0x60 \ ldxa [%g0] 0x72, %g2; \ ldxa [%g0] 0x74, %g1; \ retry; #define H_HT0_Trap_Instruction_5 #define My_HT0_Trap_Instruction_5 \ ldxa [%g0 + %g0]0x45, %g1; \ membar #Sync; \ xor %g1, 19, %g1; \ stxa %g1, [%g0 + %g0]0x45; \ done; #ifndef THREAD_COUNT #define THREAD_COUNT 8 #endif #ifndef THREAD_STRIDE #define THREAD_STRIDE 1 #endif #define SKIP_TRAPCHECK #include "hboot.s" !try later: ! stxa %l6, [$8] (0x22 | ($2 & 0x9)) ! ASI is randomly set !=========== define(BST_INIT, ` add $6, ($7 & 0xfff0), $8 ! 4-byte align the offset stxa %l6, [$8] 0x22 ! ASI is randomly set ') !try later: !ldda [$8] (0x22 | ($2 & 0x9)), %l6 ! ASI is randomly set !=========== define(BLD_INIT, ` add $6, ($7 & 0xfff0), $8 ! 4-byte align the offset ldda [$8] 0x22, %l6 ! ASI is randomly set ') define(CHECK_PROC_ID,` check_cpu_id: wr %g0, 0x4, %fprs /* make sure fef is 1 */ mov THREAD_STRIDE, %l2 th_fork(thread,%l0) thread_0: mov 0, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_1: mov 1, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_2: mov 2, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_3: mov 3, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_4: mov 4, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_5: mov 5, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_6: mov 6, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_7: mov 7, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_8: mov 8, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_9: mov 9, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_10: mov 10, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_11: mov 11, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_12: mov 12, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_13: mov 13, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_14: mov 14, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_15: mov 15, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_16: mov 16, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_17: mov 17, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_18: mov 18, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_19: mov 19, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_20: mov 20, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_21: mov 21, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_22: mov 22, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_23: mov 23, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_24: mov 24, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_25: mov 25, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_26: mov 26, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_27: mov 27, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_28: mov 28, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_29: mov 29, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_30: mov 30, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_31: mov 31, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_32: mov 32, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_33: mov 33, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_34: mov 34, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_35: mov 35, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_36: mov 36, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_37: mov 37, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_38: mov 38, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_39: mov 39, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_40: mov 40, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_41: mov 41, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_42: mov 42, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_43: mov 43, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_44: mov 44, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_45: mov 45, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_46: mov 46, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_47: mov 47, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_48: mov 48, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_49: mov 49, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_50: mov 50, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_51: mov 51, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_52: mov 52, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_53: mov 53, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_54: mov 54, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_55: mov 55, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_56: mov 56, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_57: mov 57, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_58: mov 58, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_59: mov 59, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_60: mov 60, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_61: mov 61, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_62: mov 62, %g1 udivx %g1, %l2, %g1 ba entry_point; nop thread_63: mov 63, %g1 udivx %g1, %l2, %g1 ba entry_point; nop entry_point: #ifdef RTGPRIV ta T_CHANGE_PRIV #endif ') #define NOPTRAIN(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ nop;\ nop;\ nop;\ nop; #define STTRAIN4(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ set 5120, tmp_reg1; \ add %i0, tmp_reg1, tmp_reg1; \ set rand, tmp_reg2; \ stw tmp_reg2, [tmp_reg1]; \ stw tmp_reg2, [tmp_reg1+4]; \ stw tmp_reg2, [tmp_reg1+8]; \ stw tmp_reg2, [tmp_reg1+16]; #define STTRAIN8(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ set 5120, tmp_reg1; \ add %i0, tmp_reg1, tmp_reg1; \ set rand, tmp_reg2; \ add tmp_reg2, rand % 4096, tmp_reg3; \ stw tmp_reg2, [tmp_reg1]; \ stw tmp_reg2, [tmp_reg1+4]; \ stw tmp_reg2, [tmp_reg1+8]; \ stw tmp_reg2, [tmp_reg1+12]; \ stw tmp_reg3, [tmp_reg1+4]; \ stw tmp_reg3, [tmp_reg1+12]; \ stw tmp_reg3, [tmp_reg1]; \ stw tmp_reg3, [tmp_reg1+8]; #define LDTRAIN4(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ ld [%i0], tmp_reg1; \ ld [%i1+4], tmp_reg1; \ ld [%i2+8], tmp_reg1; \ ld [%i3+12], tmp_reg1; #define LDTRAIN8(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ ld [%i3], tmp_reg1; \ ld [%i2+4], tmp_reg1; \ ld [%i1+8], tmp_reg2; \ ld [%i0+12], tmp_reg2; \ ld [%i3+4], tmp_reg3; \ ld [%i2], tmp_reg3; \ ld [%i1+12], tmp_reg4; \ ld [%i0+8], tmp_reg4; #define PREFETCHTRAIN4(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ prefetch [%i0+4], 0; \ prefetch [%i1+12], 0; \ prefetch [%i2+8], 0; \ prefetch [%i3], 0; #define PREFETCHTRAIN8(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ prefetch [%i3], 0; \ prefetch [%i2+4], 0; \ prefetch [%i1+8], 0; \ prefetch [%i0+12], 0; \ prefetch [%i3+4], 1; \ prefetch [%i2], 1; \ prefetch [%i1+12], 1; \ prefetch [%i0+8], 1; #define CASTRAIN4(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ set 128, tmp_reg1;\ add %i0, tmp_reg1, tmp_reg1;\ set 256, tmp_reg2;\ add %i1, tmp_reg2, tmp_reg2;\ ld [tmp_reg1], tmp_reg3;\ ld [tmp_reg2], tmp_reg4;\ cas [tmp_reg1], tmp_reg3, tmp_reg3;\ cas [tmp_reg1], tmp_reg3, tmp_reg3;\ cas [tmp_reg2], tmp_reg4, tmp_reg4;\ cas [tmp_reg2], tmp_reg4, tmp_reg4; #define CASTRAIN8(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ add VA_reg, VA_offset, tmp_reg1;\ add VA_reg, (rand&0x0ffc), tmp_reg2;\ ld [tmp_reg1], tmp_reg3;\ cas [tmp_reg1], tmp_reg3, tmp_reg3;\ cas [tmp_reg1], tmp_reg3, tmp_reg3;\ cas [tmp_reg1], tmp_reg3, tmp_reg3;\ cas [tmp_reg1], tmp_reg3, tmp_reg3;\ ld [tmp_reg2], tmp_reg4;\ cas [tmp_reg2], tmp_reg4, tmp_reg4;\ cas [tmp_reg2], tmp_reg4, tmp_reg4;\ cas [tmp_reg2], tmp_reg4, tmp_reg4;\ cas [tmp_reg2], tmp_reg4, tmp_reg4; #define ST_BR_ANLD_CAS (Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ set 128, tmp_reg1;\ add %i0, tmp_reg1, tmp_reg1;\ set rand, tmp_reg3;\ stw tmp_reg3, [tmp_reg1];\ ba,a 1;\ cas [tmp_reg1], tmp_reg3, tmp_reg4;\ #define ASI_BLOCK(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ setx 0x060, tmp_reg1, tmp_reg2; \ stxa %g0, [tmp_reg2] 0x38; #define SELF_MODIFY(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ rd %pc, tmp_reg0; \ ld [ tmp_reg0 + (rand & 0x7c)], tmp_reg1; \ st tmp_reg1, [ tmp_reg0 + (rand & 0x7c)] #define ASI_BLOCK(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ setx 0x060, tmp_reg1, tmp_reg2; \ stxa %g0, [tmp_reg2] 0x38; #define ASI_BLOCK_VA_HOLE(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ setx 0x8559e06ff33bad10, tmp_reg1, tmp_reg2; \ stxa %g0, [tmp_reg2] 0x80; #define PREFETCH_VA_HOLE(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ setx 0x8559e06ff33bad10, tmp_reg1, tmp_reg2; \ prefetch [tmp_reg2], 0; \ prefetch [tmp_reg2+4], 1; \ prefetch [tmp_reg2+8], 2; \ prefetch [tmp_reg2+12], 3; \ prefetch [tmp_reg2+4], 4; \ prefetch [tmp_reg2], 5; \ prefetch [tmp_reg2+12], 6; \ prefetch [tmp_reg2+8], 7; #define LOAD_VA_HOLE(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ setx 0x8559e06ff33bad10, tmp_reg1, tmp_reg2; \ ld [tmp_reg2], tmp_reg1; \ ld [tmp_reg2+4], tmp_reg1; \ ld [tmp_reg2+8], tmp_reg1; \ ld [tmp_reg2+12], tmp_reg1; #define STORE_VA_HOLE(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ setx 0x8559e06ff33bad10, tmp_reg2, tmp_reg1; \ set rand, tmp_reg2; \ add tmp_reg2, rand % 4096, tmp_reg3; \ stw tmp_reg2, [tmp_reg1]; \ stw tmp_reg2, [tmp_reg1+4]; \ stw tmp_reg2, [tmp_reg1+8]; \ stw tmp_reg2, [tmp_reg1+12]; \ stw tmp_reg3, [tmp_reg1+4]; \ stw tmp_reg3, [tmp_reg1+12]; \ stw tmp_reg3, [tmp_reg1]; \ stw tmp_reg3, [tmp_reg1+8]; #define CAS_VA_HOLE(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ setx 0x8559e06ff33bad10, tmp_reg3, tmp_reg1; \ setx 0x8559e06ff33bad10, tmp_reg3, tmp_reg2; \ add tmp_reg2, rand % 4096, tmp_reg3; \ cas [tmp_reg1], tmp_reg3, tmp_reg3;\ cas [tmp_reg2], tmp_reg4, tmp_reg4; #define IDC_FLIP(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ ta 0xb5; \ ta T_CHANGE_NONHPRIV; #define BLD_16(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ta T_CHANGE_PRIV;\ ta T_CHANGE_HPRIV;\ ldda [tmp_reg3]0x16, tmp_reg0; #define BLD_17(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ta T_CHANGE_PRIV;\ ta T_CHANGE_HPRIV;\ ldda [tmp_reg3]0x17, tmp_reg0; #define BLD_1e(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ta T_CHANGE_PRIV;\ ta T_CHANGE_HPRIV;\ ldda [tmp_reg3]0x1e, tmp_reg0; #define BLD_1f(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ta T_CHANGE_PRIV;\ ta T_CHANGE_HPRIV;\ ldda [tmp_reg3]0x1f, tmp_reg0; #define BST_16(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ta T_CHANGE_PRIV;\ ta T_CHANGE_HPRIV;\ stda tmp_reg0, [tmp_reg3]0x16; #define BST_17(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ta T_CHANGE_PRIV;\ ta T_CHANGE_HPRIV;\ stda tmp_reg0, [tmp_reg3]0x17; #define BST_1e(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ta T_CHANGE_PRIV;\ ta T_CHANGE_HPRIV;\ stda tmp_reg0, [tmp_reg3]0x1e; #define BST_1f(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ta T_CHANGE_PRIV;\ ta T_CHANGE_HPRIV;\ stda tmp_reg0, [tmp_reg3]0x1f; #define BLD_INIT_2(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ldda [tmp_reg3] (0x27 | (rand & 0xf)), tmp_reg0; #define BST_INIT_2(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ stda tmp_reg0, [tmp_reg3] (0x27 | (rand & 0xf)); #define BLD_INIT_E(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ ldda [tmp_reg3] (0xe2 | (rand & 0xb)), tmp_reg0; #define BST_INIT_E(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0xfff0), tmp_reg3; \ stda tmp_reg0, [tmp_reg3] (0xe2 | (rand & 0xb)); #define PREFETCHA(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg0, tmp_reg1, tmp_reg2, tmp_reg3) \ add VA_reg, (VA_offset & 0x00ff), tmp_reg3; \ prefetch [%i1], (rand & 0x1f); \ prefetch [%i1 + ((rand >> 5) & 0x1f)], ((rand >> 5) & 0x1f); \ prefetcha [%i1]((rand >> 5) & 0x1f), (0x0 | ((rand >> 5) & 0x1f)); #define STBYTE(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ add VA_reg, (VA_offset & 0xff00), tmp_reg1; \ set rand, tmp_reg2; \ stb tmp_reg2, [tmp_reg1+(rand & 0x5f)]; #define LDBYTE(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ add VA_reg, (VA_offset & 0xff00), tmp_reg1; \ ldub [tmp_reg1+(rand & 0x5f)], tmp_reg2; #define STBYTE1(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ add VA_reg, (VA_offset & 0xff00), tmp_reg1;\ set 5200, tmp_reg2; \ add tmp_reg2, tmp_reg1, tmp_reg1; \ set rand, tmp_reg2; \ stb tmp_reg2, [tmp_reg1+(rand & 0x5f)]; #define STINT(Pid, rand, my_cpu, PA_val, VA_val, VA_reg, VA_offset, tmp_reg1, tmp_reg2, tmp_reg3, tmp_reg4) \ set rand, tmp_reg1; \ stha tmp_reg1,[%g0+%g0](0x73); \ stda tmp_reg1, [%g0+%g0](0x73); #define IREPL(pid, rand, my_cpu, pa_val, va_val, va_reg, va_off, tr0, tr1, tr2, tr3)\ or %g1, %g0, tr3; \ sethi %hi(irepl_text_start), tr1; \ or tr1, %lo(irepl_text_start), tr1; \ rd %pc, tr0; \ and tr0, 0x0fe0, tr0; \ add tr1, tr0, tr1; \ or %g0, (rand%5+1), tr2; \ 1: \ jmpl tr1, %g1; \ nop; \ subcc tr2, 1, tr2; \ bne 1b; \ nop; \ or tr3, %g0, %g1; \ #define IREPL_NEW(pid, rand, my_cpu, pa_val, va_val, va_reg, va_off, tr0, tr1, tr2, tr3)\ or %g1, %g0, tr3; \ or %g0, (rand%5+3), tr2; \ sethi %hi(irepl_text_start), tr1; \ or tr1, %lo(irepl_text_start), tr1; \ rd %pc, tr0; \ and tr0, 0x0fe0, tr0; \ 1: \ jmpl tr1 + tr0, %g1; \ nop; \ add tr0, 0x20, tr0; \ and tr0, 0x0fe0, tr0; \ subcc tr2, 1, tr2; \ bne 1b; \ nop; \ or tr3, %g0, %g1; \ #define ALM_ERRNUM43(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ add int_store_val_reg, 1, tr0; \ add tr0, 1, tr3; \ or %g0, va1_offset, tr1; \ andn tr1, 63, tr1; \ add va2_reg, va2_offset, tr2; \ stw int_store_val_reg, [va1_reg + va1_offset]; \ stw tr0, [va0_reg + va0_offset]; \ stwa tr3, [tr2] 0xe2; \ ldx [va1_reg+tr1], tr0; \ membar #Sync; \ add int_store_val_reg, 3, int_store_val_reg; \ #define ALM_ERRNUM43IO(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ add va2_reg2, va2_offset, tr2; \ stwa int_store_val_reg, [tr2] 0xe2; \ lduw [va2_reg+va2_offset], tr0; \ add int_store_val_reg, 1, int_store_val_reg; \ membar #Sync; \ #define ALM_SPU_LD(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ setx pa0_val, tr0, tr1; \ andn tr1, 7, tr1; \ or %g0, tr1, %l3; \ or %g0, %lo(my_cpu), %l6; \ ta 0x32; \ or %g0, %l7, tr0; \ #define ALM_SPU_ST(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ sllx int_store_val_reg, 32, tr1; \ add int_store_val_reg, 1, int_store_val_reg; \ or tr1, int_store_val_reg, tr1; \ add int_store_val_reg, 1, int_store_val_reg; \ setx pa0_val, tr0, tr2; \ andn tr2, 7, tr2; \ or %g0, tr2, %l3; \ or %g0, %lo(my_cpu), %l6; \ ta 0x31; \ #define ALM_ASIREALMEM_LD(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ setx pa0_val, tr0, tr1; \ lda [tr1] 0x14, tr0; \ #define ALM_ASIREALMEM_ST(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ setx pa0_val, tr1, tr0; \ stwa int_store_val_reg, [tr0] 0x14; \ add int_store_val_reg, 1, int_store_val_reg; \ #define ALM_EXAMPLE(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ sllx int_store_val_reg, 32, tr0; \ add int_store_val_reg, 1, int_store_val_reg; \ or tr0, int_store_val_reg, tr0; \ add int_store_val_reg, 1, int_store_val_reg; \ or %g0, va1_offset, tr1; \ andn tr1, 7, tr1; \ or %g0, va2_offset, tr2; \ andn tr2, 7, tr2; \ stx tr0, [va1_reg+tr1]; \ stw int_store_val_reg, [va0_reg+va0_offset]; \ ldx [va2_reg+tr2], tr0; \ lduw [va1_reg+va1_offset], tr1; \ add int_store_val_reg, 1, int_store_val_reg; \ #define ALM_CAS_EXAMPLE(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ mov int_store_val_reg, tr0; \ inc int_store_val_reg; \ mov int_store_val_reg, tr1; \ inc int_store_val_reg; \ add va2_reg, va2_offset, tr3; \ stw tr0, [va1_reg+va1_offset]; \ lduw [tr3], tr0; \ cas [tr3], tr0, tr1; \ #define ALM_AQLD_EXAMPLE(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ add va1_reg, va1_offset, tr2; \ add va2_reg, va2_offset, tr3; \ andn tr2, 15, tr2; \ andn tr3, 7, tr3; \ ldda [tr2] 0xe2, tr0; \ ldx [tr3], tr2; \ lduw [va0_reg+va1_offset], tr3; \ #define ALM_AQLD_EXAMPLE_1(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ add va1_reg, va1_offset, tr2; \ add va2_reg, va2_offset, tr3; \ andn tr2, 15, tr2; \ andn tr3, 7, tr3; \ ldx [tr3], tr2; \ ldda [tr2] 0xe2, tr0; \ lduw [va0_reg+va1_offset], tr3; \ #define ALM_FP_LOADS(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ add va0_reg, va0_offset, tr0; \ andn tr0, 7, tr0; \ add va2_reg, va2_offset, tr2; \ andn tr2, 15, tr2; \ ldd [tr0], ftr0; \ ld [va1_reg+va1_offset], ftr2; \ ldq [tr2], ftr4; \ andn tr0, 63, tr0; \ membar #Sync; \ ldda [tr0] 0xf0, %f32; \ membar #Sync; \ #define ALM_FP_LOADS_1(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ add va0_reg, va0_offset, tr0; \ andn tr0, 7, tr0; \ ldd [tr0], ftr0; \ ld [va1_reg+va1_offset], ftr2; \ membar #Sync; \ andn tr0, 63, tr0; \ ldda [tr0] 0xf0, %f32; \ membar #Sync; \ #define ALM_FP_STORES(rand, my_cpu, pa0_val, va0_val, va0_reg, va0_offset, pa1_val, va1_val, va1_reg, va1_offset, pa2_val, va2_val, va2_reg, va2_offset, int_store_val_reg, fp_store_val_reg, fp_inc_value_reg, tr0, tr1, tr2, tr3, ftr0, ftr1, ftr2, ftr3, ftr4, ftr5, ftr6, ftr7, ftr8, ftr9)\ add va0_reg, va0_offset, tr0; \ andn tr0, 7, tr0; \ add va2_reg, va2_offset, tr2; \ andn tr2, 7, tr2; \ add va1_reg, va1_offset, tr1; \ andn tr1, 63, tr1; \ fmovs fp_store_val_reg, ftr0; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr1; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr2; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr4; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr5; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr6; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr7; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovd ftr6, %f32; \ fmovs fp_store_val_reg, ftr6; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr7; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovd ftr6, %f34; \ fmovs fp_store_val_reg, ftr6; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr7; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovd ftr6, %f36; \ fmovs fp_store_val_reg, ftr6; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr7; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovd ftr6, %f38; \ fmovs fp_store_val_reg, ftr6; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr7; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovd ftr6, %f40; \ fmovs fp_store_val_reg, ftr6; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr7; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovd ftr6, %f42; \ fmovs fp_store_val_reg, ftr6; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr7; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovd ftr6, %f44; \ fmovs fp_store_val_reg, ftr6; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovs fp_store_val_reg, ftr7; \ fadds fp_store_val_reg, fp_inc_value_reg, fp_store_val_reg; \ fmovd ftr6, %f46; \ std ftr0, [tr0]; \ st ftr2, [va1_reg+va1_offset]; \ std ftr4, [tr2]; \ membar #Sync; \ stda %f32, [tr1] 0xf0; \ membar #Sync; \ define(EN_INTERRUPTS,` nop ') define(DIS_INTERRUPTS,` nop ') define(CHECK_DISPATCH_STATUS,` nop ') define(CHECK_RECEIVE_STATUS,` nop ') define(WRITE_INTR_DATA_REGS,` nop ') define(INTR_SET_DISPATCH_VECTOR,` add %g0, $3, $4 sllx $4, 8, $5 ! DEST ID add %g0, $2, $4 ! VECTOR NUMBER or $5, $4, $5 mov %i0, $4 mov $5, %i0 ta 0x30 mov $4, %i0 ') define(DSPCH_INTERRUPT,` nop ') #define REGION0_ALIAS3_O 0x0 #define REGION1_ALIAS3_O 0x2000 #define REGION2_ALIAS3_O 0x4000 #define REGION3_ALIAS3_O 0x6000 #define REGION4_ALIAS3_O 0x8000 #define REGION5_ALIAS3_O 0xa000 #define REGION6_ALIAS3_O 0xc000 #define REGION7_ALIAS3_O 0xe000 #define REGION8_ALIAS3_O 0x10000 #define REGION9_ALIAS3_O 0x12000 #define REGION10_ALIAS3_O 0x14000 #define REGION11_ALIAS3_O 0x16000 #define REGION12_ALIAS3_O 0x18000 #define REGION13_ALIAS3_O 0x1a000 #define REGION14_ALIAS3_O 0x1c000 #define REGION15_ALIAS3_O 0x1e000 #define REGION16_ALIAS3_O 0x20000 #define REGION17_ALIAS3_O 0x22000 #define REGION18_ALIAS3_O 0x24000 #define REGION19_ALIAS3_O 0x26000 #define REGION20_ALIAS3_O 0x28000 #define REGION21_ALIAS3_O 0x2a000 #define REGION22_ALIAS3_O 0x2c000 #define REGION23_ALIAS3_O 0x2e000 #define REGION24_ALIAS3_O 0x30000 #define REGION25_ALIAS3_O 0x32000 #define REGION26_ALIAS3_O 0x34000 #define REGION27_ALIAS3_O 0x36000 #define REGION28_ALIAS3_O 0x38000 #define REGION29_ALIAS3_O 0x3a000 #define REGION30_ALIAS3_O 0x3c000 #define REGION31_ALIAS3_O 0x3e000 #define REGION32_ALIAS3_O 0x40000 #define REGION33_ALIAS3_O 0x42000 #define REGION34_ALIAS3_O 0x44000 #define REGION35_ALIAS3_O 0x46000 #define REGION36_ALIAS3_O 0x48000 #define REGION37_ALIAS3_O 0x4a000 #define REGION38_ALIAS3_O 0x4c000 #define REGION39_ALIAS3_O 0x4e000 #define REGION40_ALIAS3_O 0x50000 #define REGION41_ALIAS3_O 0x52000 #define REGION42_ALIAS3_O 0x54000 #define REGION43_ALIAS3_O 0x56000 #define REGION44_ALIAS3_O 0x58000 #define REGION45_ALIAS3_O 0x5a000 #define REGION46_ALIAS3_O 0x5c000 #define REGION47_ALIAS3_O 0x5e000 #define REGION48_ALIAS3_O 0x60000 #define REGION49_ALIAS3_O 0x62000 #define REGION50_ALIAS3_O 0x64000 #define REGION51_ALIAS3_O 0x66000 #define REGION52_ALIAS3_O 0x68000 #define REGION53_ALIAS3_O 0x6a000 #define REGION54_ALIAS3_O 0x6c000 #define REGION55_ALIAS3_O 0x6e000 #define REGION56_ALIAS3_O 0x70000 #define REGION57_ALIAS3_O 0x72000 #define REGION58_ALIAS3_O 0x74000 #define REGION59_ALIAS3_O 0x76000 #define REGION60_ALIAS3_O 0x78000 #define REGION61_ALIAS3_O 0x7a000 #define REGION62_ALIAS3_O 0x7c000 #define REGION63_ALIAS3_O 0x7e000 #define REPLACEMENT0_ALIAS3_O 0x80000 #define REGION0_ALIAS2_O 0x90000 #define REGION1_ALIAS2_O 0x92000 #define REGION2_ALIAS2_O 0x94000 #define REGION3_ALIAS2_O 0x96000 #define REGION4_ALIAS2_O 0x98000 #define REGION5_ALIAS2_O 0x9a000 #define REGION6_ALIAS2_O 0x9c000 #define REGION7_ALIAS2_O 0x9e000 #define REGION8_ALIAS2_O 0xa0000 #define REGION9_ALIAS2_O 0xa2000 #define REGION10_ALIAS2_O 0xa4000 #define REGION11_ALIAS2_O 0xa6000 #define REGION12_ALIAS2_O 0xa8000 #define REGION13_ALIAS2_O 0xaa000 #define REGION14_ALIAS2_O 0xac000 #define REGION15_ALIAS2_O 0xae000 #define REGION16_ALIAS2_O 0xb0000 #define REGION17_ALIAS2_O 0xb2000 #define REGION18_ALIAS2_O 0xb4000 #define REGION19_ALIAS2_O 0xb6000 #define REGION20_ALIAS2_O 0xb8000 #define REGION21_ALIAS2_O 0xba000 #define REGION22_ALIAS2_O 0xbc000 #define REGION23_ALIAS2_O 0xbe000 #define REGION24_ALIAS2_O 0xc0000 #define REGION25_ALIAS2_O 0xc2000 #define REGION26_ALIAS2_O 0xc4000 #define REGION27_ALIAS2_O 0xc6000 #define REGION28_ALIAS2_O 0xc8000 #define REGION29_ALIAS2_O 0xca000 #define REGION30_ALIAS2_O 0xcc000 #define REGION31_ALIAS2_O 0xce000 #define REGION32_ALIAS2_O 0xd0000 #define REGION33_ALIAS2_O 0xd2000 #define REGION34_ALIAS2_O 0xd4000 #define REGION35_ALIAS2_O 0xd6000 #define REGION36_ALIAS2_O 0xd8000 #define REGION37_ALIAS2_O 0xda000 #define REGION38_ALIAS2_O 0xdc000 #define REGION39_ALIAS2_O 0xde000 #define REGION40_ALIAS2_O 0xe0000 #define REGION41_ALIAS2_O 0xe2000 #define REGION42_ALIAS2_O 0xe4000 #define REGION43_ALIAS2_O 0xe6000 #define REGION44_ALIAS2_O 0xe8000 #define REGION45_ALIAS2_O 0xea000 #define REGION46_ALIAS2_O 0xec000 #define REGION47_ALIAS2_O 0xee000 #define REGION48_ALIAS2_O 0xf0000 #define REGION49_ALIAS2_O 0xf2000 #define REGION50_ALIAS2_O 0xf4000 #define REGION51_ALIAS2_O 0xf6000 #define REGION52_ALIAS2_O 0xf8000 #define REGION53_ALIAS2_O 0xfa000 #define REGION54_ALIAS2_O 0xfc000 #define REGION55_ALIAS2_O 0xfe000 #define REGION56_ALIAS2_O 0x100000 #define REGION57_ALIAS2_O 0x102000 #define REGION58_ALIAS2_O 0x104000 #define REGION59_ALIAS2_O 0x106000 #define REGION60_ALIAS2_O 0x108000 #define REGION61_ALIAS2_O 0x10a000 #define REGION62_ALIAS2_O 0x10c000 #define REGION63_ALIAS2_O 0x10e000 #define REPLACEMENT0_ALIAS2_O 0x110000 #define REGION0_ALIAS1_O 0x120000 #define REGION1_ALIAS1_O 0x122000 #define REGION2_ALIAS1_O 0x124000 #define REGION3_ALIAS1_O 0x126000 #define REGION4_ALIAS1_O 0x128000 #define REGION5_ALIAS1_O 0x12a000 #define REGION6_ALIAS1_O 0x12c000 #define REGION7_ALIAS1_O 0x12e000 #define REGION8_ALIAS1_O 0x130000 #define REGION9_ALIAS1_O 0x132000 #define REGION10_ALIAS1_O 0x134000 #define REGION11_ALIAS1_O 0x136000 #define REGION12_ALIAS1_O 0x138000 #define REGION13_ALIAS1_O 0x13a000 #define REGION14_ALIAS1_O 0x13c000 #define REGION15_ALIAS1_O 0x13e000 #define REGION16_ALIAS1_O 0x140000 #define REGION17_ALIAS1_O 0x142000 #define REGION18_ALIAS1_O 0x144000 #define REGION19_ALIAS1_O 0x146000 #define REGION20_ALIAS1_O 0x148000 #define REGION21_ALIAS1_O 0x14a000 #define REGION22_ALIAS1_O 0x14c000 #define REGION23_ALIAS1_O 0x14e000 #define REGION24_ALIAS1_O 0x150000 #define REGION25_ALIAS1_O 0x152000 #define REGION26_ALIAS1_O 0x154000 #define REGION27_ALIAS1_O 0x156000 #define REGION28_ALIAS1_O 0x158000 #define REGION29_ALIAS1_O 0x15a000 #define REGION30_ALIAS1_O 0x15c000 #define REGION31_ALIAS1_O 0x15e000 #define REGION32_ALIAS1_O 0x160000 #define REGION33_ALIAS1_O 0x162000 #define REGION34_ALIAS1_O 0x164000 #define REGION35_ALIAS1_O 0x166000 #define REGION36_ALIAS1_O 0x168000 #define REGION37_ALIAS1_O 0x16a000 #define REGION38_ALIAS1_O 0x16c000 #define REGION39_ALIAS1_O 0x16e000 #define REGION40_ALIAS1_O 0x170000 #define REGION41_ALIAS1_O 0x172000 #define REGION42_ALIAS1_O 0x174000 #define REGION43_ALIAS1_O 0x176000 #define REGION44_ALIAS1_O 0x178000 #define REGION45_ALIAS1_O 0x17a000 #define REGION46_ALIAS1_O 0x17c000 #define REGION47_ALIAS1_O 0x17e000 #define REGION48_ALIAS1_O 0x180000 #define REGION49_ALIAS1_O 0x182000 #define REGION50_ALIAS1_O 0x184000 #define REGION51_ALIAS1_O 0x186000 #define REGION52_ALIAS1_O 0x188000 #define REGION53_ALIAS1_O 0x18a000 #define REGION54_ALIAS1_O 0x18c000 #define REGION55_ALIAS1_O 0x18e000 #define REGION56_ALIAS1_O 0x190000 #define REGION57_ALIAS1_O 0x192000 #define REGION58_ALIAS1_O 0x194000 #define REGION59_ALIAS1_O 0x196000 #define REGION60_ALIAS1_O 0x198000 #define REGION61_ALIAS1_O 0x19a000 #define REGION62_ALIAS1_O 0x19c000 #define REGION63_ALIAS1_O 0x19e000 #define REPLACEMENT0_ALIAS1_O 0x1a0000 #define REGION0_ALIAS0_O 0x1b0000 #define REGION1_ALIAS0_O 0x1b2000 #define REGION2_ALIAS0_O 0x1b4000 #define REGION3_ALIAS0_O 0x1b6000 #define REGION4_ALIAS0_O 0x1b8000 #define REGION5_ALIAS0_O 0x1ba000 #define REGION6_ALIAS0_O 0x1bc000 #define REGION7_ALIAS0_O 0x1be000 #define REGION8_ALIAS0_O 0x1c0000 #define REGION9_ALIAS0_O 0x1c2000 #define REGION10_ALIAS0_O 0x1c4000 #define REGION11_ALIAS0_O 0x1c6000 #define REGION12_ALIAS0_O 0x1c8000 #define REGION13_ALIAS0_O 0x1ca000 #define REGION14_ALIAS0_O 0x1cc000 #define REGION15_ALIAS0_O 0x1ce000 #define REGION16_ALIAS0_O 0x1d0000 #define REGION17_ALIAS0_O 0x1d2000 #define REGION18_ALIAS0_O 0x1d4000 #define REGION19_ALIAS0_O 0x1d6000 #define REGION20_ALIAS0_O 0x1d8000 #define REGION21_ALIAS0_O 0x1da000 #define REGION22_ALIAS0_O 0x1dc000 #define REGION23_ALIAS0_O 0x1de000 #define REGION24_ALIAS0_O 0x1e0000 #define REGION25_ALIAS0_O 0x1e2000 #define REGION26_ALIAS0_O 0x1e4000 #define REGION27_ALIAS0_O 0x1e6000 #define REGION28_ALIAS0_O 0x1e8000 #define REGION29_ALIAS0_O 0x1ea000 #define REGION30_ALIAS0_O 0x1ec000 #define REGION31_ALIAS0_O 0x1ee000 #define REGION32_ALIAS0_O 0x1f0000 #define REGION33_ALIAS0_O 0x1f2000 #define REGION34_ALIAS0_O 0x1f4000 #define REGION35_ALIAS0_O 0x1f6000 #define REGION36_ALIAS0_O 0x1f8000 #define REGION37_ALIAS0_O 0x1fa000 #define REGION38_ALIAS0_O 0x1fc000 #define REGION39_ALIAS0_O 0x1fe000 #define REGION40_ALIAS0_O 0x200000 #define REGION41_ALIAS0_O 0x202000 #define REGION42_ALIAS0_O 0x204000 #define REGION43_ALIAS0_O 0x206000 #define REGION44_ALIAS0_O 0x208000 #define REGION45_ALIAS0_O 0x20a000 #define REGION46_ALIAS0_O 0x20c000 #define REGION47_ALIAS0_O 0x20e000 #define REGION48_ALIAS0_O 0x210000 #define REGION49_ALIAS0_O 0x212000 #define REGION50_ALIAS0_O 0x214000 #define REGION51_ALIAS0_O 0x216000 #define REGION52_ALIAS0_O 0x218000 #define REGION53_ALIAS0_O 0x21a000 #define REGION54_ALIAS0_O 0x21c000 #define REGION55_ALIAS0_O 0x21e000 #define REGION56_ALIAS0_O 0x220000 #define REGION57_ALIAS0_O 0x222000 #define REGION58_ALIAS0_O 0x224000 #define REGION59_ALIAS0_O 0x226000 #define REGION60_ALIAS0_O 0x228000 #define REGION61_ALIAS0_O 0x22a000 #define REGION62_ALIAS0_O 0x22c000 #define REGION63_ALIAS0_O 0x22e000 #define REPLACEMENT0_ALIAS0_O 0x230000 #define USER_PAGE_CUSTOM_MAP SECTION .MAIN TEXT_VA=0x1000000 attr_text { Name = .MAIN, VA=0x1000000, RA=0x130000000, PA=ra2pa(0x130000000,0), part_0_ctx_nonzero_tsb_config_1, TTE_EP=1, TTE_G=1, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=0 } attr_text { Name = .MAIN, VA=0x1000000, RA=0x130000000, PA=ra2pa(0x130000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_EP=1, TTE_G=1, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } SECTION tsotool_unshared_data DATA_VA=0x21400000 attr_data { Name = tsotool_unshared_data, VA=0x21400000, RA=0x21400000, PA=ra2pa(0x21400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=1, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region0_alias3_4 DATA_VA=0x6000000 attr_data { Name = region0_alias3_4, VA=0x6000000, RA=0x43000000, PA=ra2pa(0x43000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region1_alias3_4 DATA_VA=0x6002000 attr_data { Name = region1_alias3_4, VA=0x6002000, RA=0x43100000, PA=ra2pa(0x43100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region2_alias3_4 DATA_VA=0x6004000 attr_data { Name = region2_alias3_4, VA=0x6004000, RA=0x43200000, PA=ra2pa(0x43200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region3_alias3_4 DATA_VA=0x6006000 attr_data { Name = region3_alias3_4, VA=0x6006000, RA=0x43300000, PA=ra2pa(0x43300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region4_alias3_4 DATA_VA=0x6008000 attr_data { Name = region4_alias3_4, VA=0x6008000, RA=0x43400000, PA=ra2pa(0x43400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region5_alias3_4 DATA_VA=0x600a000 attr_data { Name = region5_alias3_4, VA=0x600a000, RA=0x43500000, PA=ra2pa(0x43500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region6_alias3_4 DATA_VA=0x600c000 attr_data { Name = region6_alias3_4, VA=0x600c000, RA=0x43600000, PA=ra2pa(0x43600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region7_alias3_4 DATA_VA=0x600e000 attr_data { Name = region7_alias3_4, VA=0x600e000, RA=0x43700000, PA=ra2pa(0x43700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region8_alias3_4 DATA_VA=0x6010000 attr_data { Name = region8_alias3_4, VA=0x6010000, RA=0x43800000, PA=ra2pa(0x43800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region9_alias3_4 DATA_VA=0x6012000 attr_data { Name = region9_alias3_4, VA=0x6012000, RA=0x43900000, PA=ra2pa(0x43900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region10_alias3_4 DATA_VA=0x6014000 attr_data { Name = region10_alias3_4, VA=0x6014000, RA=0x43a00000, PA=ra2pa(0x43a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region11_alias3_4 DATA_VA=0x6016000 attr_data { Name = region11_alias3_4, VA=0x6016000, RA=0x43b00000, PA=ra2pa(0x43b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region12_alias3_4 DATA_VA=0x6018000 attr_data { Name = region12_alias3_4, VA=0x6018000, RA=0x43c00000, PA=ra2pa(0x43c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region13_alias3_4 DATA_VA=0x601a000 attr_data { Name = region13_alias3_4, VA=0x601a000, RA=0x43d00000, PA=ra2pa(0x43d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region14_alias3_4 DATA_VA=0x601c000 attr_data { Name = region14_alias3_4, VA=0x601c000, RA=0x43e00000, PA=ra2pa(0x43e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region15_alias3_4 DATA_VA=0x601e000 attr_data { Name = region15_alias3_4, VA=0x601e000, RA=0x43f00000, PA=ra2pa(0x43f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region16_alias3_4 DATA_VA=0x6020000 attr_data { Name = region16_alias3_4, VA=0x6020000, RA=0x44000000, PA=ra2pa(0x44000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region17_alias3_4 DATA_VA=0x6022000 attr_data { Name = region17_alias3_4, VA=0x6022000, RA=0x44100000, PA=ra2pa(0x44100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region18_alias3_4 DATA_VA=0x6024000 attr_data { Name = region18_alias3_4, VA=0x6024000, RA=0x44200000, PA=ra2pa(0x44200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region19_alias3_4 DATA_VA=0x6026000 attr_data { Name = region19_alias3_4, VA=0x6026000, RA=0x44300000, PA=ra2pa(0x44300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region20_alias3_4 DATA_VA=0x6028000 attr_data { Name = region20_alias3_4, VA=0x6028000, RA=0x44400000, PA=ra2pa(0x44400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region21_alias3_4 DATA_VA=0x602a000 attr_data { Name = region21_alias3_4, VA=0x602a000, RA=0x44500000, PA=ra2pa(0x44500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region22_alias3_4 DATA_VA=0x602c000 attr_data { Name = region22_alias3_4, VA=0x602c000, RA=0x44600000, PA=ra2pa(0x44600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region23_alias3_4 DATA_VA=0x602e000 attr_data { Name = region23_alias3_4, VA=0x602e000, RA=0x44700000, PA=ra2pa(0x44700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region24_alias3_4 DATA_VA=0x6030000 attr_data { Name = region24_alias3_4, VA=0x6030000, RA=0x44800000, PA=ra2pa(0x44800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region25_alias3_4 DATA_VA=0x6032000 attr_data { Name = region25_alias3_4, VA=0x6032000, RA=0x44900000, PA=ra2pa(0x44900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region26_alias3_4 DATA_VA=0x6034000 attr_data { Name = region26_alias3_4, VA=0x6034000, RA=0x44a00000, PA=ra2pa(0x44a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region27_alias3_4 DATA_VA=0x6036000 attr_data { Name = region27_alias3_4, VA=0x6036000, RA=0x44b00000, PA=ra2pa(0x44b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region28_alias3_4 DATA_VA=0x6038000 attr_data { Name = region28_alias3_4, VA=0x6038000, RA=0x44c00000, PA=ra2pa(0x44c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region29_alias3_4 DATA_VA=0x603a000 attr_data { Name = region29_alias3_4, VA=0x603a000, RA=0x44d00000, PA=ra2pa(0x44d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region30_alias3_4 DATA_VA=0x603c000 attr_data { Name = region30_alias3_4, VA=0x603c000, RA=0x44e00000, PA=ra2pa(0x44e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region31_alias3_4 DATA_VA=0x603e000 attr_data { Name = region31_alias3_4, VA=0x603e000, RA=0x44f00000, PA=ra2pa(0x44f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region32_alias3_4 DATA_VA=0x6040000 attr_data { Name = region32_alias3_4, VA=0x6040000, RA=0x45000000, PA=ra2pa(0x45000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region33_alias3_4 DATA_VA=0x6042000 attr_data { Name = region33_alias3_4, VA=0x6042000, RA=0x45100000, PA=ra2pa(0x45100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region34_alias3_4 DATA_VA=0x6044000 attr_data { Name = region34_alias3_4, VA=0x6044000, RA=0x45200000, PA=ra2pa(0x45200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region35_alias3_4 DATA_VA=0x6046000 attr_data { Name = region35_alias3_4, VA=0x6046000, RA=0x45300000, PA=ra2pa(0x45300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region36_alias3_4 DATA_VA=0x6048000 attr_data { Name = region36_alias3_4, VA=0x6048000, RA=0x45400000, PA=ra2pa(0x45400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region37_alias3_4 DATA_VA=0x604a000 attr_data { Name = region37_alias3_4, VA=0x604a000, RA=0x45500000, PA=ra2pa(0x45500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region38_alias3_4 DATA_VA=0x604c000 attr_data { Name = region38_alias3_4, VA=0x604c000, RA=0x45600000, PA=ra2pa(0x45600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region39_alias3_4 DATA_VA=0x604e000 attr_data { Name = region39_alias3_4, VA=0x604e000, RA=0x45700000, PA=ra2pa(0x45700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region40_alias3_4 DATA_VA=0x6050000 attr_data { Name = region40_alias3_4, VA=0x6050000, RA=0x45800000, PA=ra2pa(0x45800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region41_alias3_4 DATA_VA=0x6052000 attr_data { Name = region41_alias3_4, VA=0x6052000, RA=0x45900000, PA=ra2pa(0x45900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region42_alias3_4 DATA_VA=0x6054000 attr_data { Name = region42_alias3_4, VA=0x6054000, RA=0x45a00000, PA=ra2pa(0x45a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region43_alias3_4 DATA_VA=0x6056000 attr_data { Name = region43_alias3_4, VA=0x6056000, RA=0x45b00000, PA=ra2pa(0x45b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region44_alias3_4 DATA_VA=0x6058000 attr_data { Name = region44_alias3_4, VA=0x6058000, RA=0x45c00000, PA=ra2pa(0x45c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region45_alias3_4 DATA_VA=0x605a000 attr_data { Name = region45_alias3_4, VA=0x605a000, RA=0x45d00000, PA=ra2pa(0x45d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region46_alias3_4 DATA_VA=0x605c000 attr_data { Name = region46_alias3_4, VA=0x605c000, RA=0x45e00000, PA=ra2pa(0x45e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region47_alias3_4 DATA_VA=0x605e000 attr_data { Name = region47_alias3_4, VA=0x605e000, RA=0x45f00000, PA=ra2pa(0x45f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region48_alias3_4 DATA_VA=0x6060000 attr_data { Name = region48_alias3_4, VA=0x6060000, RA=0x46000000, PA=ra2pa(0x46000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region49_alias3_4 DATA_VA=0x6062000 attr_data { Name = region49_alias3_4, VA=0x6062000, RA=0x46100000, PA=ra2pa(0x46100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region50_alias3_4 DATA_VA=0x6064000 attr_data { Name = region50_alias3_4, VA=0x6064000, RA=0x46200000, PA=ra2pa(0x46200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region51_alias3_4 DATA_VA=0x6066000 attr_data { Name = region51_alias3_4, VA=0x6066000, RA=0x46300000, PA=ra2pa(0x46300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region52_alias3_4 DATA_VA=0x6068000 attr_data { Name = region52_alias3_4, VA=0x6068000, RA=0x46400000, PA=ra2pa(0x46400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region53_alias3_4 DATA_VA=0x606a000 attr_data { Name = region53_alias3_4, VA=0x606a000, RA=0x46500000, PA=ra2pa(0x46500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region54_alias3_4 DATA_VA=0x606c000 attr_data { Name = region54_alias3_4, VA=0x606c000, RA=0x46600000, PA=ra2pa(0x46600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region55_alias3_4 DATA_VA=0x606e000 attr_data { Name = region55_alias3_4, VA=0x606e000, RA=0x46700000, PA=ra2pa(0x46700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region56_alias3_4 DATA_VA=0x6070000 attr_data { Name = region56_alias3_4, VA=0x6070000, RA=0x46800000, PA=ra2pa(0x46800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region57_alias3_4 DATA_VA=0x6072000 attr_data { Name = region57_alias3_4, VA=0x6072000, RA=0x46900000, PA=ra2pa(0x46900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region58_alias3_4 DATA_VA=0x6074000 attr_data { Name = region58_alias3_4, VA=0x6074000, RA=0x46a00000, PA=ra2pa(0x46a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region59_alias3_4 DATA_VA=0x6076000 attr_data { Name = region59_alias3_4, VA=0x6076000, RA=0x46b00000, PA=ra2pa(0x46b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region60_alias3_4 DATA_VA=0x6078000 attr_data { Name = region60_alias3_4, VA=0x6078000, RA=0x46c00000, PA=ra2pa(0x46c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region61_alias3_4 DATA_VA=0x607a000 attr_data { Name = region61_alias3_4, VA=0x607a000, RA=0x46d00000, PA=ra2pa(0x46d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region62_alias3_4 DATA_VA=0x607c000 attr_data { Name = region62_alias3_4, VA=0x607c000, RA=0x46e00000, PA=ra2pa(0x46e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region63_alias3_4 DATA_VA=0x607e000 attr_data { Name = region63_alias3_4, VA=0x607e000, RA=0x46f00000, PA=ra2pa(0x46f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement0_alias3_4 DATA_VA=0x6080000 attr_data { Name = replacement0_alias3_4, VA=0x6080000, RA=0x47000000, PA=ra2pa(0x47000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement1_alias3_4 DATA_VA=0x6082000 attr_data { Name = replacement1_alias3_4, VA=0x6082000, RA=0x47100000, PA=ra2pa(0x47100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement2_alias3_4 DATA_VA=0x6084000 attr_data { Name = replacement2_alias3_4, VA=0x6084000, RA=0x47200000, PA=ra2pa(0x47200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement3_alias3_4 DATA_VA=0x6086000 attr_data { Name = replacement3_alias3_4, VA=0x6086000, RA=0x47300000, PA=ra2pa(0x47300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement4_alias3_4 DATA_VA=0x6088000 attr_data { Name = replacement4_alias3_4, VA=0x6088000, RA=0x47400000, PA=ra2pa(0x47400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement5_alias3_4 DATA_VA=0x608a000 attr_data { Name = replacement5_alias3_4, VA=0x608a000, RA=0x47500000, PA=ra2pa(0x47500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement6_alias3_4 DATA_VA=0x608c000 attr_data { Name = replacement6_alias3_4, VA=0x608c000, RA=0x47600000, PA=ra2pa(0x47600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement7_alias3_4 DATA_VA=0x608e000 attr_data { Name = replacement7_alias3_4, VA=0x608e000, RA=0x47700000, PA=ra2pa(0x47700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region0_alias2_4 DATA_VA=0x6090000 attr_data { Name = region0_alias2_4, VA=0x6090000, RA=0x43000000, PA=ra2pa(0x43000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region1_alias2_4 DATA_VA=0x6092000 attr_data { Name = region1_alias2_4, VA=0x6092000, RA=0x43100000, PA=ra2pa(0x43100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region2_alias2_4 DATA_VA=0x6094000 attr_data { Name = region2_alias2_4, VA=0x6094000, RA=0x43200000, PA=ra2pa(0x43200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region3_alias2_4 DATA_VA=0x6096000 attr_data { Name = region3_alias2_4, VA=0x6096000, RA=0x43300000, PA=ra2pa(0x43300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region4_alias2_4 DATA_VA=0x6098000 attr_data { Name = region4_alias2_4, VA=0x6098000, RA=0x43400000, PA=ra2pa(0x43400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region5_alias2_4 DATA_VA=0x609a000 attr_data { Name = region5_alias2_4, VA=0x609a000, RA=0x43500000, PA=ra2pa(0x43500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region6_alias2_4 DATA_VA=0x609c000 attr_data { Name = region6_alias2_4, VA=0x609c000, RA=0x43600000, PA=ra2pa(0x43600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region7_alias2_4 DATA_VA=0x609e000 attr_data { Name = region7_alias2_4, VA=0x609e000, RA=0x43700000, PA=ra2pa(0x43700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region8_alias2_4 DATA_VA=0x60a0000 attr_data { Name = region8_alias2_4, VA=0x60a0000, RA=0x43800000, PA=ra2pa(0x43800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region9_alias2_4 DATA_VA=0x60a2000 attr_data { Name = region9_alias2_4, VA=0x60a2000, RA=0x43900000, PA=ra2pa(0x43900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region10_alias2_4 DATA_VA=0x60a4000 attr_data { Name = region10_alias2_4, VA=0x60a4000, RA=0x43a00000, PA=ra2pa(0x43a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region11_alias2_4 DATA_VA=0x60a6000 attr_data { Name = region11_alias2_4, VA=0x60a6000, RA=0x43b00000, PA=ra2pa(0x43b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region12_alias2_4 DATA_VA=0x60a8000 attr_data { Name = region12_alias2_4, VA=0x60a8000, RA=0x43c00000, PA=ra2pa(0x43c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region13_alias2_4 DATA_VA=0x60aa000 attr_data { Name = region13_alias2_4, VA=0x60aa000, RA=0x43d00000, PA=ra2pa(0x43d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region14_alias2_4 DATA_VA=0x60ac000 attr_data { Name = region14_alias2_4, VA=0x60ac000, RA=0x43e00000, PA=ra2pa(0x43e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region15_alias2_4 DATA_VA=0x60ae000 attr_data { Name = region15_alias2_4, VA=0x60ae000, RA=0x43f00000, PA=ra2pa(0x43f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region16_alias2_4 DATA_VA=0x60b0000 attr_data { Name = region16_alias2_4, VA=0x60b0000, RA=0x44000000, PA=ra2pa(0x44000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region17_alias2_4 DATA_VA=0x60b2000 attr_data { Name = region17_alias2_4, VA=0x60b2000, RA=0x44100000, PA=ra2pa(0x44100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region18_alias2_4 DATA_VA=0x60b4000 attr_data { Name = region18_alias2_4, VA=0x60b4000, RA=0x44200000, PA=ra2pa(0x44200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region19_alias2_4 DATA_VA=0x60b6000 attr_data { Name = region19_alias2_4, VA=0x60b6000, RA=0x44300000, PA=ra2pa(0x44300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region20_alias2_4 DATA_VA=0x60b8000 attr_data { Name = region20_alias2_4, VA=0x60b8000, RA=0x44400000, PA=ra2pa(0x44400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region21_alias2_4 DATA_VA=0x60ba000 attr_data { Name = region21_alias2_4, VA=0x60ba000, RA=0x44500000, PA=ra2pa(0x44500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region22_alias2_4 DATA_VA=0x60bc000 attr_data { Name = region22_alias2_4, VA=0x60bc000, RA=0x44600000, PA=ra2pa(0x44600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region23_alias2_4 DATA_VA=0x60be000 attr_data { Name = region23_alias2_4, VA=0x60be000, RA=0x44700000, PA=ra2pa(0x44700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region24_alias2_4 DATA_VA=0x60c0000 attr_data { Name = region24_alias2_4, VA=0x60c0000, RA=0x44800000, PA=ra2pa(0x44800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region25_alias2_4 DATA_VA=0x60c2000 attr_data { Name = region25_alias2_4, VA=0x60c2000, RA=0x44900000, PA=ra2pa(0x44900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region26_alias2_4 DATA_VA=0x60c4000 attr_data { Name = region26_alias2_4, VA=0x60c4000, RA=0x44a00000, PA=ra2pa(0x44a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region27_alias2_4 DATA_VA=0x60c6000 attr_data { Name = region27_alias2_4, VA=0x60c6000, RA=0x44b00000, PA=ra2pa(0x44b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region28_alias2_4 DATA_VA=0x60c8000 attr_data { Name = region28_alias2_4, VA=0x60c8000, RA=0x44c00000, PA=ra2pa(0x44c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region29_alias2_4 DATA_VA=0x60ca000 attr_data { Name = region29_alias2_4, VA=0x60ca000, RA=0x44d00000, PA=ra2pa(0x44d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region30_alias2_4 DATA_VA=0x60cc000 attr_data { Name = region30_alias2_4, VA=0x60cc000, RA=0x44e00000, PA=ra2pa(0x44e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region31_alias2_4 DATA_VA=0x60ce000 attr_data { Name = region31_alias2_4, VA=0x60ce000, RA=0x44f00000, PA=ra2pa(0x44f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region32_alias2_4 DATA_VA=0x60d0000 attr_data { Name = region32_alias2_4, VA=0x60d0000, RA=0x45000000, PA=ra2pa(0x45000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region33_alias2_4 DATA_VA=0x60d2000 attr_data { Name = region33_alias2_4, VA=0x60d2000, RA=0x45100000, PA=ra2pa(0x45100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region34_alias2_4 DATA_VA=0x60d4000 attr_data { Name = region34_alias2_4, VA=0x60d4000, RA=0x45200000, PA=ra2pa(0x45200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region35_alias2_4 DATA_VA=0x60d6000 attr_data { Name = region35_alias2_4, VA=0x60d6000, RA=0x45300000, PA=ra2pa(0x45300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region36_alias2_4 DATA_VA=0x60d8000 attr_data { Name = region36_alias2_4, VA=0x60d8000, RA=0x45400000, PA=ra2pa(0x45400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region37_alias2_4 DATA_VA=0x60da000 attr_data { Name = region37_alias2_4, VA=0x60da000, RA=0x45500000, PA=ra2pa(0x45500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region38_alias2_4 DATA_VA=0x60dc000 attr_data { Name = region38_alias2_4, VA=0x60dc000, RA=0x45600000, PA=ra2pa(0x45600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region39_alias2_4 DATA_VA=0x60de000 attr_data { Name = region39_alias2_4, VA=0x60de000, RA=0x45700000, PA=ra2pa(0x45700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region40_alias2_4 DATA_VA=0x60e0000 attr_data { Name = region40_alias2_4, VA=0x60e0000, RA=0x45800000, PA=ra2pa(0x45800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region41_alias2_4 DATA_VA=0x60e2000 attr_data { Name = region41_alias2_4, VA=0x60e2000, RA=0x45900000, PA=ra2pa(0x45900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region42_alias2_4 DATA_VA=0x60e4000 attr_data { Name = region42_alias2_4, VA=0x60e4000, RA=0x45a00000, PA=ra2pa(0x45a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region43_alias2_4 DATA_VA=0x60e6000 attr_data { Name = region43_alias2_4, VA=0x60e6000, RA=0x45b00000, PA=ra2pa(0x45b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region44_alias2_4 DATA_VA=0x60e8000 attr_data { Name = region44_alias2_4, VA=0x60e8000, RA=0x45c00000, PA=ra2pa(0x45c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region45_alias2_4 DATA_VA=0x60ea000 attr_data { Name = region45_alias2_4, VA=0x60ea000, RA=0x45d00000, PA=ra2pa(0x45d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region46_alias2_4 DATA_VA=0x60ec000 attr_data { Name = region46_alias2_4, VA=0x60ec000, RA=0x45e00000, PA=ra2pa(0x45e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region47_alias2_4 DATA_VA=0x60ee000 attr_data { Name = region47_alias2_4, VA=0x60ee000, RA=0x45f00000, PA=ra2pa(0x45f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region48_alias2_4 DATA_VA=0x60f0000 attr_data { Name = region48_alias2_4, VA=0x60f0000, RA=0x46000000, PA=ra2pa(0x46000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region49_alias2_4 DATA_VA=0x60f2000 attr_data { Name = region49_alias2_4, VA=0x60f2000, RA=0x46100000, PA=ra2pa(0x46100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region50_alias2_4 DATA_VA=0x60f4000 attr_data { Name = region50_alias2_4, VA=0x60f4000, RA=0x46200000, PA=ra2pa(0x46200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region51_alias2_4 DATA_VA=0x60f6000 attr_data { Name = region51_alias2_4, VA=0x60f6000, RA=0x46300000, PA=ra2pa(0x46300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region52_alias2_4 DATA_VA=0x60f8000 attr_data { Name = region52_alias2_4, VA=0x60f8000, RA=0x46400000, PA=ra2pa(0x46400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region53_alias2_4 DATA_VA=0x60fa000 attr_data { Name = region53_alias2_4, VA=0x60fa000, RA=0x46500000, PA=ra2pa(0x46500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region54_alias2_4 DATA_VA=0x60fc000 attr_data { Name = region54_alias2_4, VA=0x60fc000, RA=0x46600000, PA=ra2pa(0x46600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region55_alias2_4 DATA_VA=0x60fe000 attr_data { Name = region55_alias2_4, VA=0x60fe000, RA=0x46700000, PA=ra2pa(0x46700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region56_alias2_4 DATA_VA=0x6100000 attr_data { Name = region56_alias2_4, VA=0x6100000, RA=0x46800000, PA=ra2pa(0x46800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region57_alias2_4 DATA_VA=0x6102000 attr_data { Name = region57_alias2_4, VA=0x6102000, RA=0x46900000, PA=ra2pa(0x46900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region58_alias2_4 DATA_VA=0x6104000 attr_data { Name = region58_alias2_4, VA=0x6104000, RA=0x46a00000, PA=ra2pa(0x46a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region59_alias2_4 DATA_VA=0x6106000 attr_data { Name = region59_alias2_4, VA=0x6106000, RA=0x46b00000, PA=ra2pa(0x46b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region60_alias2_4 DATA_VA=0x6108000 attr_data { Name = region60_alias2_4, VA=0x6108000, RA=0x46c00000, PA=ra2pa(0x46c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region61_alias2_4 DATA_VA=0x610a000 attr_data { Name = region61_alias2_4, VA=0x610a000, RA=0x46d00000, PA=ra2pa(0x46d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region62_alias2_4 DATA_VA=0x610c000 attr_data { Name = region62_alias2_4, VA=0x610c000, RA=0x46e00000, PA=ra2pa(0x46e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region63_alias2_4 DATA_VA=0x610e000 attr_data { Name = region63_alias2_4, VA=0x610e000, RA=0x46f00000, PA=ra2pa(0x46f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement0_alias2_4 DATA_VA=0x6110000 attr_data { Name = replacement0_alias2_4, VA=0x6110000, RA=0x47000000, PA=ra2pa(0x47000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement1_alias2_4 DATA_VA=0x6112000 attr_data { Name = replacement1_alias2_4, VA=0x6112000, RA=0x47100000, PA=ra2pa(0x47100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement2_alias2_4 DATA_VA=0x6114000 attr_data { Name = replacement2_alias2_4, VA=0x6114000, RA=0x47200000, PA=ra2pa(0x47200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement3_alias2_4 DATA_VA=0x6116000 attr_data { Name = replacement3_alias2_4, VA=0x6116000, RA=0x47300000, PA=ra2pa(0x47300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement4_alias2_4 DATA_VA=0x6118000 attr_data { Name = replacement4_alias2_4, VA=0x6118000, RA=0x47400000, PA=ra2pa(0x47400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement5_alias2_4 DATA_VA=0x611a000 attr_data { Name = replacement5_alias2_4, VA=0x611a000, RA=0x47500000, PA=ra2pa(0x47500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement6_alias2_4 DATA_VA=0x611c000 attr_data { Name = replacement6_alias2_4, VA=0x611c000, RA=0x47600000, PA=ra2pa(0x47600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement7_alias2_4 DATA_VA=0x611e000 attr_data { Name = replacement7_alias2_4, VA=0x611e000, RA=0x47700000, PA=ra2pa(0x47700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region0_alias1_4 DATA_VA=0x6120000 attr_data { Name = region0_alias1_4, VA=0x6120000, RA=0x43000000, PA=ra2pa(0x43000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region1_alias1_4 DATA_VA=0x6122000 attr_data { Name = region1_alias1_4, VA=0x6122000, RA=0x43100000, PA=ra2pa(0x43100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region2_alias1_4 DATA_VA=0x6124000 attr_data { Name = region2_alias1_4, VA=0x6124000, RA=0x43200000, PA=ra2pa(0x43200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region3_alias1_4 DATA_VA=0x6126000 attr_data { Name = region3_alias1_4, VA=0x6126000, RA=0x43300000, PA=ra2pa(0x43300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region4_alias1_4 DATA_VA=0x6128000 attr_data { Name = region4_alias1_4, VA=0x6128000, RA=0x43400000, PA=ra2pa(0x43400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region5_alias1_4 DATA_VA=0x612a000 attr_data { Name = region5_alias1_4, VA=0x612a000, RA=0x43500000, PA=ra2pa(0x43500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region6_alias1_4 DATA_VA=0x612c000 attr_data { Name = region6_alias1_4, VA=0x612c000, RA=0x43600000, PA=ra2pa(0x43600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region7_alias1_4 DATA_VA=0x612e000 attr_data { Name = region7_alias1_4, VA=0x612e000, RA=0x43700000, PA=ra2pa(0x43700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region8_alias1_4 DATA_VA=0x6130000 attr_data { Name = region8_alias1_4, VA=0x6130000, RA=0x43800000, PA=ra2pa(0x43800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region9_alias1_4 DATA_VA=0x6132000 attr_data { Name = region9_alias1_4, VA=0x6132000, RA=0x43900000, PA=ra2pa(0x43900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region10_alias1_4 DATA_VA=0x6134000 attr_data { Name = region10_alias1_4, VA=0x6134000, RA=0x43a00000, PA=ra2pa(0x43a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region11_alias1_4 DATA_VA=0x6136000 attr_data { Name = region11_alias1_4, VA=0x6136000, RA=0x43b00000, PA=ra2pa(0x43b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region12_alias1_4 DATA_VA=0x6138000 attr_data { Name = region12_alias1_4, VA=0x6138000, RA=0x43c00000, PA=ra2pa(0x43c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region13_alias1_4 DATA_VA=0x613a000 attr_data { Name = region13_alias1_4, VA=0x613a000, RA=0x43d00000, PA=ra2pa(0x43d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region14_alias1_4 DATA_VA=0x613c000 attr_data { Name = region14_alias1_4, VA=0x613c000, RA=0x43e00000, PA=ra2pa(0x43e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region15_alias1_4 DATA_VA=0x613e000 attr_data { Name = region15_alias1_4, VA=0x613e000, RA=0x43f00000, PA=ra2pa(0x43f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region16_alias1_4 DATA_VA=0x6140000 attr_data { Name = region16_alias1_4, VA=0x6140000, RA=0x44000000, PA=ra2pa(0x44000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region17_alias1_4 DATA_VA=0x6142000 attr_data { Name = region17_alias1_4, VA=0x6142000, RA=0x44100000, PA=ra2pa(0x44100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region18_alias1_4 DATA_VA=0x6144000 attr_data { Name = region18_alias1_4, VA=0x6144000, RA=0x44200000, PA=ra2pa(0x44200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region19_alias1_4 DATA_VA=0x6146000 attr_data { Name = region19_alias1_4, VA=0x6146000, RA=0x44300000, PA=ra2pa(0x44300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region20_alias1_4 DATA_VA=0x6148000 attr_data { Name = region20_alias1_4, VA=0x6148000, RA=0x44400000, PA=ra2pa(0x44400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region21_alias1_4 DATA_VA=0x614a000 attr_data { Name = region21_alias1_4, VA=0x614a000, RA=0x44500000, PA=ra2pa(0x44500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region22_alias1_4 DATA_VA=0x614c000 attr_data { Name = region22_alias1_4, VA=0x614c000, RA=0x44600000, PA=ra2pa(0x44600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region23_alias1_4 DATA_VA=0x614e000 attr_data { Name = region23_alias1_4, VA=0x614e000, RA=0x44700000, PA=ra2pa(0x44700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region24_alias1_4 DATA_VA=0x6150000 attr_data { Name = region24_alias1_4, VA=0x6150000, RA=0x44800000, PA=ra2pa(0x44800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region25_alias1_4 DATA_VA=0x6152000 attr_data { Name = region25_alias1_4, VA=0x6152000, RA=0x44900000, PA=ra2pa(0x44900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region26_alias1_4 DATA_VA=0x6154000 attr_data { Name = region26_alias1_4, VA=0x6154000, RA=0x44a00000, PA=ra2pa(0x44a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region27_alias1_4 DATA_VA=0x6156000 attr_data { Name = region27_alias1_4, VA=0x6156000, RA=0x44b00000, PA=ra2pa(0x44b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region28_alias1_4 DATA_VA=0x6158000 attr_data { Name = region28_alias1_4, VA=0x6158000, RA=0x44c00000, PA=ra2pa(0x44c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region29_alias1_4 DATA_VA=0x615a000 attr_data { Name = region29_alias1_4, VA=0x615a000, RA=0x44d00000, PA=ra2pa(0x44d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region30_alias1_4 DATA_VA=0x615c000 attr_data { Name = region30_alias1_4, VA=0x615c000, RA=0x44e00000, PA=ra2pa(0x44e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region31_alias1_4 DATA_VA=0x615e000 attr_data { Name = region31_alias1_4, VA=0x615e000, RA=0x44f00000, PA=ra2pa(0x44f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region32_alias1_4 DATA_VA=0x6160000 attr_data { Name = region32_alias1_4, VA=0x6160000, RA=0x45000000, PA=ra2pa(0x45000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region33_alias1_4 DATA_VA=0x6162000 attr_data { Name = region33_alias1_4, VA=0x6162000, RA=0x45100000, PA=ra2pa(0x45100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region34_alias1_4 DATA_VA=0x6164000 attr_data { Name = region34_alias1_4, VA=0x6164000, RA=0x45200000, PA=ra2pa(0x45200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region35_alias1_4 DATA_VA=0x6166000 attr_data { Name = region35_alias1_4, VA=0x6166000, RA=0x45300000, PA=ra2pa(0x45300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region36_alias1_4 DATA_VA=0x6168000 attr_data { Name = region36_alias1_4, VA=0x6168000, RA=0x45400000, PA=ra2pa(0x45400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region37_alias1_4 DATA_VA=0x616a000 attr_data { Name = region37_alias1_4, VA=0x616a000, RA=0x45500000, PA=ra2pa(0x45500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region38_alias1_4 DATA_VA=0x616c000 attr_data { Name = region38_alias1_4, VA=0x616c000, RA=0x45600000, PA=ra2pa(0x45600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region39_alias1_4 DATA_VA=0x616e000 attr_data { Name = region39_alias1_4, VA=0x616e000, RA=0x45700000, PA=ra2pa(0x45700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region40_alias1_4 DATA_VA=0x6170000 attr_data { Name = region40_alias1_4, VA=0x6170000, RA=0x45800000, PA=ra2pa(0x45800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region41_alias1_4 DATA_VA=0x6172000 attr_data { Name = region41_alias1_4, VA=0x6172000, RA=0x45900000, PA=ra2pa(0x45900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region42_alias1_4 DATA_VA=0x6174000 attr_data { Name = region42_alias1_4, VA=0x6174000, RA=0x45a00000, PA=ra2pa(0x45a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region43_alias1_4 DATA_VA=0x6176000 attr_data { Name = region43_alias1_4, VA=0x6176000, RA=0x45b00000, PA=ra2pa(0x45b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region44_alias1_4 DATA_VA=0x6178000 attr_data { Name = region44_alias1_4, VA=0x6178000, RA=0x45c00000, PA=ra2pa(0x45c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region45_alias1_4 DATA_VA=0x617a000 attr_data { Name = region45_alias1_4, VA=0x617a000, RA=0x45d00000, PA=ra2pa(0x45d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region46_alias1_4 DATA_VA=0x617c000 attr_data { Name = region46_alias1_4, VA=0x617c000, RA=0x45e00000, PA=ra2pa(0x45e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region47_alias1_4 DATA_VA=0x617e000 attr_data { Name = region47_alias1_4, VA=0x617e000, RA=0x45f00000, PA=ra2pa(0x45f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region48_alias1_4 DATA_VA=0x6180000 attr_data { Name = region48_alias1_4, VA=0x6180000, RA=0x46000000, PA=ra2pa(0x46000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region49_alias1_4 DATA_VA=0x6182000 attr_data { Name = region49_alias1_4, VA=0x6182000, RA=0x46100000, PA=ra2pa(0x46100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region50_alias1_4 DATA_VA=0x6184000 attr_data { Name = region50_alias1_4, VA=0x6184000, RA=0x46200000, PA=ra2pa(0x46200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region51_alias1_4 DATA_VA=0x6186000 attr_data { Name = region51_alias1_4, VA=0x6186000, RA=0x46300000, PA=ra2pa(0x46300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region52_alias1_4 DATA_VA=0x6188000 attr_data { Name = region52_alias1_4, VA=0x6188000, RA=0x46400000, PA=ra2pa(0x46400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region53_alias1_4 DATA_VA=0x618a000 attr_data { Name = region53_alias1_4, VA=0x618a000, RA=0x46500000, PA=ra2pa(0x46500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region54_alias1_4 DATA_VA=0x618c000 attr_data { Name = region54_alias1_4, VA=0x618c000, RA=0x46600000, PA=ra2pa(0x46600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region55_alias1_4 DATA_VA=0x618e000 attr_data { Name = region55_alias1_4, VA=0x618e000, RA=0x46700000, PA=ra2pa(0x46700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region56_alias1_4 DATA_VA=0x6190000 attr_data { Name = region56_alias1_4, VA=0x6190000, RA=0x46800000, PA=ra2pa(0x46800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region57_alias1_4 DATA_VA=0x6192000 attr_data { Name = region57_alias1_4, VA=0x6192000, RA=0x46900000, PA=ra2pa(0x46900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region58_alias1_4 DATA_VA=0x6194000 attr_data { Name = region58_alias1_4, VA=0x6194000, RA=0x46a00000, PA=ra2pa(0x46a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region59_alias1_4 DATA_VA=0x6196000 attr_data { Name = region59_alias1_4, VA=0x6196000, RA=0x46b00000, PA=ra2pa(0x46b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region60_alias1_4 DATA_VA=0x6198000 attr_data { Name = region60_alias1_4, VA=0x6198000, RA=0x46c00000, PA=ra2pa(0x46c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region61_alias1_4 DATA_VA=0x619a000 attr_data { Name = region61_alias1_4, VA=0x619a000, RA=0x46d00000, PA=ra2pa(0x46d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region62_alias1_4 DATA_VA=0x619c000 attr_data { Name = region62_alias1_4, VA=0x619c000, RA=0x46e00000, PA=ra2pa(0x46e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region63_alias1_4 DATA_VA=0x619e000 attr_data { Name = region63_alias1_4, VA=0x619e000, RA=0x46f00000, PA=ra2pa(0x46f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement0_alias1_4 DATA_VA=0x61a0000 attr_data { Name = replacement0_alias1_4, VA=0x61a0000, RA=0x47000000, PA=ra2pa(0x47000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement1_alias1_4 DATA_VA=0x61a2000 attr_data { Name = replacement1_alias1_4, VA=0x61a2000, RA=0x47100000, PA=ra2pa(0x47100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement2_alias1_4 DATA_VA=0x61a4000 attr_data { Name = replacement2_alias1_4, VA=0x61a4000, RA=0x47200000, PA=ra2pa(0x47200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement3_alias1_4 DATA_VA=0x61a6000 attr_data { Name = replacement3_alias1_4, VA=0x61a6000, RA=0x47300000, PA=ra2pa(0x47300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement4_alias1_4 DATA_VA=0x61a8000 attr_data { Name = replacement4_alias1_4, VA=0x61a8000, RA=0x47400000, PA=ra2pa(0x47400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement5_alias1_4 DATA_VA=0x61aa000 attr_data { Name = replacement5_alias1_4, VA=0x61aa000, RA=0x47500000, PA=ra2pa(0x47500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement6_alias1_4 DATA_VA=0x61ac000 attr_data { Name = replacement6_alias1_4, VA=0x61ac000, RA=0x47600000, PA=ra2pa(0x47600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement7_alias1_4 DATA_VA=0x61ae000 attr_data { Name = replacement7_alias1_4, VA=0x61ae000, RA=0x47700000, PA=ra2pa(0x47700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region0_alias0 DATA_VA=0x61b0000 attr_data { Name = region0_alias0, VA=0x61b0000, RA=0x43000000, PA=ra2pa(0x43000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region1_alias0 DATA_VA=0x61b2000 attr_data { Name = region1_alias0, VA=0x61b2000, RA=0x43100000, PA=ra2pa(0x43100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region2_alias0 DATA_VA=0x61b4000 attr_data { Name = region2_alias0, VA=0x61b4000, RA=0x43200000, PA=ra2pa(0x43200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region3_alias0 DATA_VA=0x61b6000 attr_data { Name = region3_alias0, VA=0x61b6000, RA=0x43300000, PA=ra2pa(0x43300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region4_alias0 DATA_VA=0x61b8000 attr_data { Name = region4_alias0, VA=0x61b8000, RA=0x43400000, PA=ra2pa(0x43400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region5_alias0 DATA_VA=0x61ba000 attr_data { Name = region5_alias0, VA=0x61ba000, RA=0x43500000, PA=ra2pa(0x43500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region6_alias0 DATA_VA=0x61bc000 attr_data { Name = region6_alias0, VA=0x61bc000, RA=0x43600000, PA=ra2pa(0x43600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region7_alias0 DATA_VA=0x61be000 attr_data { Name = region7_alias0, VA=0x61be000, RA=0x43700000, PA=ra2pa(0x43700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region8_alias0 DATA_VA=0x61c0000 attr_data { Name = region8_alias0, VA=0x61c0000, RA=0x43800000, PA=ra2pa(0x43800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region9_alias0 DATA_VA=0x61c2000 attr_data { Name = region9_alias0, VA=0x61c2000, RA=0x43900000, PA=ra2pa(0x43900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region10_alias0 DATA_VA=0x61c4000 attr_data { Name = region10_alias0, VA=0x61c4000, RA=0x43a00000, PA=ra2pa(0x43a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region11_alias0 DATA_VA=0x61c6000 attr_data { Name = region11_alias0, VA=0x61c6000, RA=0x43b00000, PA=ra2pa(0x43b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region12_alias0 DATA_VA=0x61c8000 attr_data { Name = region12_alias0, VA=0x61c8000, RA=0x43c00000, PA=ra2pa(0x43c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region13_alias0 DATA_VA=0x61ca000 attr_data { Name = region13_alias0, VA=0x61ca000, RA=0x43d00000, PA=ra2pa(0x43d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region14_alias0 DATA_VA=0x61cc000 attr_data { Name = region14_alias0, VA=0x61cc000, RA=0x43e00000, PA=ra2pa(0x43e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region15_alias0 DATA_VA=0x61ce000 attr_data { Name = region15_alias0, VA=0x61ce000, RA=0x43f00000, PA=ra2pa(0x43f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region16_alias0 DATA_VA=0x61d0000 attr_data { Name = region16_alias0, VA=0x61d0000, RA=0x44000000, PA=ra2pa(0x44000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region17_alias0 DATA_VA=0x61d2000 attr_data { Name = region17_alias0, VA=0x61d2000, RA=0x44100000, PA=ra2pa(0x44100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region18_alias0 DATA_VA=0x61d4000 attr_data { Name = region18_alias0, VA=0x61d4000, RA=0x44200000, PA=ra2pa(0x44200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region19_alias0 DATA_VA=0x61d6000 attr_data { Name = region19_alias0, VA=0x61d6000, RA=0x44300000, PA=ra2pa(0x44300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region20_alias0 DATA_VA=0x61d8000 attr_data { Name = region20_alias0, VA=0x61d8000, RA=0x44400000, PA=ra2pa(0x44400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region21_alias0 DATA_VA=0x61da000 attr_data { Name = region21_alias0, VA=0x61da000, RA=0x44500000, PA=ra2pa(0x44500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region22_alias0 DATA_VA=0x61dc000 attr_data { Name = region22_alias0, VA=0x61dc000, RA=0x44600000, PA=ra2pa(0x44600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region23_alias0 DATA_VA=0x61de000 attr_data { Name = region23_alias0, VA=0x61de000, RA=0x44700000, PA=ra2pa(0x44700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region24_alias0 DATA_VA=0x61e0000 attr_data { Name = region24_alias0, VA=0x61e0000, RA=0x44800000, PA=ra2pa(0x44800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region25_alias0 DATA_VA=0x61e2000 attr_data { Name = region25_alias0, VA=0x61e2000, RA=0x44900000, PA=ra2pa(0x44900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region26_alias0 DATA_VA=0x61e4000 attr_data { Name = region26_alias0, VA=0x61e4000, RA=0x44a00000, PA=ra2pa(0x44a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region27_alias0 DATA_VA=0x61e6000 attr_data { Name = region27_alias0, VA=0x61e6000, RA=0x44b00000, PA=ra2pa(0x44b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region28_alias0 DATA_VA=0x61e8000 attr_data { Name = region28_alias0, VA=0x61e8000, RA=0x44c00000, PA=ra2pa(0x44c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region29_alias0 DATA_VA=0x61ea000 attr_data { Name = region29_alias0, VA=0x61ea000, RA=0x44d00000, PA=ra2pa(0x44d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region30_alias0 DATA_VA=0x61ec000 attr_data { Name = region30_alias0, VA=0x61ec000, RA=0x44e00000, PA=ra2pa(0x44e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region31_alias0 DATA_VA=0x61ee000 attr_data { Name = region31_alias0, VA=0x61ee000, RA=0x44f00000, PA=ra2pa(0x44f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region32_alias0 DATA_VA=0x61f0000 attr_data { Name = region32_alias0, VA=0x61f0000, RA=0x45000000, PA=ra2pa(0x45000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region33_alias0 DATA_VA=0x61f2000 attr_data { Name = region33_alias0, VA=0x61f2000, RA=0x45100000, PA=ra2pa(0x45100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region34_alias0 DATA_VA=0x61f4000 attr_data { Name = region34_alias0, VA=0x61f4000, RA=0x45200000, PA=ra2pa(0x45200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region35_alias0 DATA_VA=0x61f6000 attr_data { Name = region35_alias0, VA=0x61f6000, RA=0x45300000, PA=ra2pa(0x45300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region36_alias0 DATA_VA=0x61f8000 attr_data { Name = region36_alias0, VA=0x61f8000, RA=0x45400000, PA=ra2pa(0x45400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region37_alias0 DATA_VA=0x61fa000 attr_data { Name = region37_alias0, VA=0x61fa000, RA=0x45500000, PA=ra2pa(0x45500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region38_alias0 DATA_VA=0x61fc000 attr_data { Name = region38_alias0, VA=0x61fc000, RA=0x45600000, PA=ra2pa(0x45600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region39_alias0 DATA_VA=0x61fe000 attr_data { Name = region39_alias0, VA=0x61fe000, RA=0x45700000, PA=ra2pa(0x45700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region40_alias0 DATA_VA=0x6200000 attr_data { Name = region40_alias0, VA=0x6200000, RA=0x45800000, PA=ra2pa(0x45800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region41_alias0 DATA_VA=0x6202000 attr_data { Name = region41_alias0, VA=0x6202000, RA=0x45900000, PA=ra2pa(0x45900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region42_alias0 DATA_VA=0x6204000 attr_data { Name = region42_alias0, VA=0x6204000, RA=0x45a00000, PA=ra2pa(0x45a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region43_alias0 DATA_VA=0x6206000 attr_data { Name = region43_alias0, VA=0x6206000, RA=0x45b00000, PA=ra2pa(0x45b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region44_alias0 DATA_VA=0x6208000 attr_data { Name = region44_alias0, VA=0x6208000, RA=0x45c00000, PA=ra2pa(0x45c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region45_alias0 DATA_VA=0x620a000 attr_data { Name = region45_alias0, VA=0x620a000, RA=0x45d00000, PA=ra2pa(0x45d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region46_alias0 DATA_VA=0x620c000 attr_data { Name = region46_alias0, VA=0x620c000, RA=0x45e00000, PA=ra2pa(0x45e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region47_alias0 DATA_VA=0x620e000 attr_data { Name = region47_alias0, VA=0x620e000, RA=0x45f00000, PA=ra2pa(0x45f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region48_alias0 DATA_VA=0x6210000 attr_data { Name = region48_alias0, VA=0x6210000, RA=0x46000000, PA=ra2pa(0x46000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region49_alias0 DATA_VA=0x6212000 attr_data { Name = region49_alias0, VA=0x6212000, RA=0x46100000, PA=ra2pa(0x46100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region50_alias0 DATA_VA=0x6214000 attr_data { Name = region50_alias0, VA=0x6214000, RA=0x46200000, PA=ra2pa(0x46200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region51_alias0 DATA_VA=0x6216000 attr_data { Name = region51_alias0, VA=0x6216000, RA=0x46300000, PA=ra2pa(0x46300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region52_alias0 DATA_VA=0x6218000 attr_data { Name = region52_alias0, VA=0x6218000, RA=0x46400000, PA=ra2pa(0x46400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region53_alias0 DATA_VA=0x621a000 attr_data { Name = region53_alias0, VA=0x621a000, RA=0x46500000, PA=ra2pa(0x46500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region54_alias0 DATA_VA=0x621c000 attr_data { Name = region54_alias0, VA=0x621c000, RA=0x46600000, PA=ra2pa(0x46600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region55_alias0 DATA_VA=0x621e000 attr_data { Name = region55_alias0, VA=0x621e000, RA=0x46700000, PA=ra2pa(0x46700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region56_alias0 DATA_VA=0x6220000 attr_data { Name = region56_alias0, VA=0x6220000, RA=0x46800000, PA=ra2pa(0x46800000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region57_alias0 DATA_VA=0x6222000 attr_data { Name = region57_alias0, VA=0x6222000, RA=0x46900000, PA=ra2pa(0x46900000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region58_alias0 DATA_VA=0x6224000 attr_data { Name = region58_alias0, VA=0x6224000, RA=0x46a00000, PA=ra2pa(0x46a00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region59_alias0 DATA_VA=0x6226000 attr_data { Name = region59_alias0, VA=0x6226000, RA=0x46b00000, PA=ra2pa(0x46b00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region60_alias0 DATA_VA=0x6228000 attr_data { Name = region60_alias0, VA=0x6228000, RA=0x46c00000, PA=ra2pa(0x46c00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region61_alias0 DATA_VA=0x622a000 attr_data { Name = region61_alias0, VA=0x622a000, RA=0x46d00000, PA=ra2pa(0x46d00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region62_alias0 DATA_VA=0x622c000 attr_data { Name = region62_alias0, VA=0x622c000, RA=0x46e00000, PA=ra2pa(0x46e00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION region63_alias0 DATA_VA=0x622e000 attr_data { Name = region63_alias0, VA=0x622e000, RA=0x46f00000, PA=ra2pa(0x46f00000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION replacement0_alias0 DATA_VA=0x6230000 attr_data { Name = replacement0_alias0, VA=0x6230000, RA=0x47000000, PA=ra2pa(0x47000000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION replacement1_alias0 DATA_VA=0x6232000 attr_data { Name = replacement1_alias0, VA=0x6232000, RA=0x47100000, PA=ra2pa(0x47100000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION replacement2_alias0 DATA_VA=0x6234000 attr_data { Name = replacement2_alias0, VA=0x6234000, RA=0x47200000, PA=ra2pa(0x47200000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION replacement3_alias0 DATA_VA=0x6236000 attr_data { Name = replacement3_alias0, VA=0x6236000, RA=0x47300000, PA=ra2pa(0x47300000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION replacement4_alias0 DATA_VA=0x6238000 attr_data { Name = replacement4_alias0, VA=0x6238000, RA=0x47400000, PA=ra2pa(0x47400000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION replacement5_alias0 DATA_VA=0x623a000 attr_data { Name = replacement5_alias0, VA=0x623a000, RA=0x47500000, PA=ra2pa(0x47500000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION replacement6_alias0 DATA_VA=0x623c000 attr_data { Name = replacement6_alias0, VA=0x623c000, RA=0x47600000, PA=ra2pa(0x47600000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION replacement7_alias0 DATA_VA=0x623e000 attr_data { Name = replacement7_alias0, VA=0x623e000, RA=0x47700000, PA=ra2pa(0x47700000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1 } SECTION non_fault_area_4 DATA_VA=0x0 attr_data { Name = non_fault_area_4, VA=0x0, RA=0x47002000, PA=ra2pa(0x47002000,0), part_0_ctx_nonzero_tsb_config_0, TTE_G=0, TTE_L=1, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=PCONTEXT, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=1, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region0_alias3_0 DATA_VA=0x6000000 attr_data { Name = region0_alias3_0, VA=0x6000000, RA=0x43000000, PA=ra2pa(0x43000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region1_alias3_0 DATA_VA=0x6002000 attr_data { Name = region1_alias3_0, VA=0x6002000, RA=0x43100000, PA=ra2pa(0x43100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region2_alias3_0 DATA_VA=0x6004000 attr_data { Name = region2_alias3_0, VA=0x6004000, RA=0x43200000, PA=ra2pa(0x43200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region3_alias3_0 DATA_VA=0x6006000 attr_data { Name = region3_alias3_0, VA=0x6006000, RA=0x43300000, PA=ra2pa(0x43300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region4_alias3_0 DATA_VA=0x6008000 attr_data { Name = region4_alias3_0, VA=0x6008000, RA=0x43400000, PA=ra2pa(0x43400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region5_alias3_0 DATA_VA=0x600a000 attr_data { Name = region5_alias3_0, VA=0x600a000, RA=0x43500000, PA=ra2pa(0x43500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region6_alias3_0 DATA_VA=0x600c000 attr_data { Name = region6_alias3_0, VA=0x600c000, RA=0x43600000, PA=ra2pa(0x43600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region7_alias3_0 DATA_VA=0x600e000 attr_data { Name = region7_alias3_0, VA=0x600e000, RA=0x43700000, PA=ra2pa(0x43700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region8_alias3_0 DATA_VA=0x6010000 attr_data { Name = region8_alias3_0, VA=0x6010000, RA=0x43800000, PA=ra2pa(0x43800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region9_alias3_0 DATA_VA=0x6012000 attr_data { Name = region9_alias3_0, VA=0x6012000, RA=0x43900000, PA=ra2pa(0x43900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region10_alias3_0 DATA_VA=0x6014000 attr_data { Name = region10_alias3_0, VA=0x6014000, RA=0x43a00000, PA=ra2pa(0x43a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region11_alias3_0 DATA_VA=0x6016000 attr_data { Name = region11_alias3_0, VA=0x6016000, RA=0x43b00000, PA=ra2pa(0x43b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region12_alias3_0 DATA_VA=0x6018000 attr_data { Name = region12_alias3_0, VA=0x6018000, RA=0x43c00000, PA=ra2pa(0x43c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region13_alias3_0 DATA_VA=0x601a000 attr_data { Name = region13_alias3_0, VA=0x601a000, RA=0x43d00000, PA=ra2pa(0x43d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region14_alias3_0 DATA_VA=0x601c000 attr_data { Name = region14_alias3_0, VA=0x601c000, RA=0x43e00000, PA=ra2pa(0x43e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region15_alias3_0 DATA_VA=0x601e000 attr_data { Name = region15_alias3_0, VA=0x601e000, RA=0x43f00000, PA=ra2pa(0x43f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region16_alias3_0 DATA_VA=0x6020000 attr_data { Name = region16_alias3_0, VA=0x6020000, RA=0x44000000, PA=ra2pa(0x44000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region17_alias3_0 DATA_VA=0x6022000 attr_data { Name = region17_alias3_0, VA=0x6022000, RA=0x44100000, PA=ra2pa(0x44100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region18_alias3_0 DATA_VA=0x6024000 attr_data { Name = region18_alias3_0, VA=0x6024000, RA=0x44200000, PA=ra2pa(0x44200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region19_alias3_0 DATA_VA=0x6026000 attr_data { Name = region19_alias3_0, VA=0x6026000, RA=0x44300000, PA=ra2pa(0x44300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region20_alias3_0 DATA_VA=0x6028000 attr_data { Name = region20_alias3_0, VA=0x6028000, RA=0x44400000, PA=ra2pa(0x44400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region21_alias3_0 DATA_VA=0x602a000 attr_data { Name = region21_alias3_0, VA=0x602a000, RA=0x44500000, PA=ra2pa(0x44500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region22_alias3_0 DATA_VA=0x602c000 attr_data { Name = region22_alias3_0, VA=0x602c000, RA=0x44600000, PA=ra2pa(0x44600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region23_alias3_0 DATA_VA=0x602e000 attr_data { Name = region23_alias3_0, VA=0x602e000, RA=0x44700000, PA=ra2pa(0x44700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region24_alias3_0 DATA_VA=0x6030000 attr_data { Name = region24_alias3_0, VA=0x6030000, RA=0x44800000, PA=ra2pa(0x44800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region25_alias3_0 DATA_VA=0x6032000 attr_data { Name = region25_alias3_0, VA=0x6032000, RA=0x44900000, PA=ra2pa(0x44900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region26_alias3_0 DATA_VA=0x6034000 attr_data { Name = region26_alias3_0, VA=0x6034000, RA=0x44a00000, PA=ra2pa(0x44a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region27_alias3_0 DATA_VA=0x6036000 attr_data { Name = region27_alias3_0, VA=0x6036000, RA=0x44b00000, PA=ra2pa(0x44b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region28_alias3_0 DATA_VA=0x6038000 attr_data { Name = region28_alias3_0, VA=0x6038000, RA=0x44c00000, PA=ra2pa(0x44c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region29_alias3_0 DATA_VA=0x603a000 attr_data { Name = region29_alias3_0, VA=0x603a000, RA=0x44d00000, PA=ra2pa(0x44d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region30_alias3_0 DATA_VA=0x603c000 attr_data { Name = region30_alias3_0, VA=0x603c000, RA=0x44e00000, PA=ra2pa(0x44e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region31_alias3_0 DATA_VA=0x603e000 attr_data { Name = region31_alias3_0, VA=0x603e000, RA=0x44f00000, PA=ra2pa(0x44f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region32_alias3_0 DATA_VA=0x6040000 attr_data { Name = region32_alias3_0, VA=0x6040000, RA=0x45000000, PA=ra2pa(0x45000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region33_alias3_0 DATA_VA=0x6042000 attr_data { Name = region33_alias3_0, VA=0x6042000, RA=0x45100000, PA=ra2pa(0x45100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region34_alias3_0 DATA_VA=0x6044000 attr_data { Name = region34_alias3_0, VA=0x6044000, RA=0x45200000, PA=ra2pa(0x45200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region35_alias3_0 DATA_VA=0x6046000 attr_data { Name = region35_alias3_0, VA=0x6046000, RA=0x45300000, PA=ra2pa(0x45300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region36_alias3_0 DATA_VA=0x6048000 attr_data { Name = region36_alias3_0, VA=0x6048000, RA=0x45400000, PA=ra2pa(0x45400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region37_alias3_0 DATA_VA=0x604a000 attr_data { Name = region37_alias3_0, VA=0x604a000, RA=0x45500000, PA=ra2pa(0x45500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region38_alias3_0 DATA_VA=0x604c000 attr_data { Name = region38_alias3_0, VA=0x604c000, RA=0x45600000, PA=ra2pa(0x45600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region39_alias3_0 DATA_VA=0x604e000 attr_data { Name = region39_alias3_0, VA=0x604e000, RA=0x45700000, PA=ra2pa(0x45700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region40_alias3_0 DATA_VA=0x6050000 attr_data { Name = region40_alias3_0, VA=0x6050000, RA=0x45800000, PA=ra2pa(0x45800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region41_alias3_0 DATA_VA=0x6052000 attr_data { Name = region41_alias3_0, VA=0x6052000, RA=0x45900000, PA=ra2pa(0x45900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region42_alias3_0 DATA_VA=0x6054000 attr_data { Name = region42_alias3_0, VA=0x6054000, RA=0x45a00000, PA=ra2pa(0x45a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region43_alias3_0 DATA_VA=0x6056000 attr_data { Name = region43_alias3_0, VA=0x6056000, RA=0x45b00000, PA=ra2pa(0x45b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region44_alias3_0 DATA_VA=0x6058000 attr_data { Name = region44_alias3_0, VA=0x6058000, RA=0x45c00000, PA=ra2pa(0x45c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region45_alias3_0 DATA_VA=0x605a000 attr_data { Name = region45_alias3_0, VA=0x605a000, RA=0x45d00000, PA=ra2pa(0x45d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region46_alias3_0 DATA_VA=0x605c000 attr_data { Name = region46_alias3_0, VA=0x605c000, RA=0x45e00000, PA=ra2pa(0x45e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region47_alias3_0 DATA_VA=0x605e000 attr_data { Name = region47_alias3_0, VA=0x605e000, RA=0x45f00000, PA=ra2pa(0x45f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region48_alias3_0 DATA_VA=0x6060000 attr_data { Name = region48_alias3_0, VA=0x6060000, RA=0x46000000, PA=ra2pa(0x46000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region49_alias3_0 DATA_VA=0x6062000 attr_data { Name = region49_alias3_0, VA=0x6062000, RA=0x46100000, PA=ra2pa(0x46100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region50_alias3_0 DATA_VA=0x6064000 attr_data { Name = region50_alias3_0, VA=0x6064000, RA=0x46200000, PA=ra2pa(0x46200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region51_alias3_0 DATA_VA=0x6066000 attr_data { Name = region51_alias3_0, VA=0x6066000, RA=0x46300000, PA=ra2pa(0x46300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region52_alias3_0 DATA_VA=0x6068000 attr_data { Name = region52_alias3_0, VA=0x6068000, RA=0x46400000, PA=ra2pa(0x46400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region53_alias3_0 DATA_VA=0x606a000 attr_data { Name = region53_alias3_0, VA=0x606a000, RA=0x46500000, PA=ra2pa(0x46500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region54_alias3_0 DATA_VA=0x606c000 attr_data { Name = region54_alias3_0, VA=0x606c000, RA=0x46600000, PA=ra2pa(0x46600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region55_alias3_0 DATA_VA=0x606e000 attr_data { Name = region55_alias3_0, VA=0x606e000, RA=0x46700000, PA=ra2pa(0x46700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region56_alias3_0 DATA_VA=0x6070000 attr_data { Name = region56_alias3_0, VA=0x6070000, RA=0x46800000, PA=ra2pa(0x46800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region57_alias3_0 DATA_VA=0x6072000 attr_data { Name = region57_alias3_0, VA=0x6072000, RA=0x46900000, PA=ra2pa(0x46900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region58_alias3_0 DATA_VA=0x6074000 attr_data { Name = region58_alias3_0, VA=0x6074000, RA=0x46a00000, PA=ra2pa(0x46a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region59_alias3_0 DATA_VA=0x6076000 attr_data { Name = region59_alias3_0, VA=0x6076000, RA=0x46b00000, PA=ra2pa(0x46b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region60_alias3_0 DATA_VA=0x6078000 attr_data { Name = region60_alias3_0, VA=0x6078000, RA=0x46c00000, PA=ra2pa(0x46c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region61_alias3_0 DATA_VA=0x607a000 attr_data { Name = region61_alias3_0, VA=0x607a000, RA=0x46d00000, PA=ra2pa(0x46d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region62_alias3_0 DATA_VA=0x607c000 attr_data { Name = region62_alias3_0, VA=0x607c000, RA=0x46e00000, PA=ra2pa(0x46e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region63_alias3_0 DATA_VA=0x607e000 attr_data { Name = region63_alias3_0, VA=0x607e000, RA=0x46f00000, PA=ra2pa(0x46f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement0_alias3_0 DATA_VA=0x6080000 attr_data { Name = replacement0_alias3_0, VA=0x6080000, RA=0x47000000, PA=ra2pa(0x47000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement1_alias3_0 DATA_VA=0x6082000 attr_data { Name = replacement1_alias3_0, VA=0x6082000, RA=0x47100000, PA=ra2pa(0x47100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement2_alias3_0 DATA_VA=0x6084000 attr_data { Name = replacement2_alias3_0, VA=0x6084000, RA=0x47200000, PA=ra2pa(0x47200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement3_alias3_0 DATA_VA=0x6086000 attr_data { Name = replacement3_alias3_0, VA=0x6086000, RA=0x47300000, PA=ra2pa(0x47300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement4_alias3_0 DATA_VA=0x6088000 attr_data { Name = replacement4_alias3_0, VA=0x6088000, RA=0x47400000, PA=ra2pa(0x47400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement5_alias3_0 DATA_VA=0x608a000 attr_data { Name = replacement5_alias3_0, VA=0x608a000, RA=0x47500000, PA=ra2pa(0x47500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement6_alias3_0 DATA_VA=0x608c000 attr_data { Name = replacement6_alias3_0, VA=0x608c000, RA=0x47600000, PA=ra2pa(0x47600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement7_alias3_0 DATA_VA=0x608e000 attr_data { Name = replacement7_alias3_0, VA=0x608e000, RA=0x47700000, PA=ra2pa(0x47700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region0_alias2_0 DATA_VA=0x6090000 attr_data { Name = region0_alias2_0, VA=0x6090000, RA=0x43000000, PA=ra2pa(0x43000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region1_alias2_0 DATA_VA=0x6092000 attr_data { Name = region1_alias2_0, VA=0x6092000, RA=0x43100000, PA=ra2pa(0x43100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region2_alias2_0 DATA_VA=0x6094000 attr_data { Name = region2_alias2_0, VA=0x6094000, RA=0x43200000, PA=ra2pa(0x43200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region3_alias2_0 DATA_VA=0x6096000 attr_data { Name = region3_alias2_0, VA=0x6096000, RA=0x43300000, PA=ra2pa(0x43300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region4_alias2_0 DATA_VA=0x6098000 attr_data { Name = region4_alias2_0, VA=0x6098000, RA=0x43400000, PA=ra2pa(0x43400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region5_alias2_0 DATA_VA=0x609a000 attr_data { Name = region5_alias2_0, VA=0x609a000, RA=0x43500000, PA=ra2pa(0x43500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region6_alias2_0 DATA_VA=0x609c000 attr_data { Name = region6_alias2_0, VA=0x609c000, RA=0x43600000, PA=ra2pa(0x43600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region7_alias2_0 DATA_VA=0x609e000 attr_data { Name = region7_alias2_0, VA=0x609e000, RA=0x43700000, PA=ra2pa(0x43700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region8_alias2_0 DATA_VA=0x60a0000 attr_data { Name = region8_alias2_0, VA=0x60a0000, RA=0x43800000, PA=ra2pa(0x43800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region9_alias2_0 DATA_VA=0x60a2000 attr_data { Name = region9_alias2_0, VA=0x60a2000, RA=0x43900000, PA=ra2pa(0x43900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region10_alias2_0 DATA_VA=0x60a4000 attr_data { Name = region10_alias2_0, VA=0x60a4000, RA=0x43a00000, PA=ra2pa(0x43a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region11_alias2_0 DATA_VA=0x60a6000 attr_data { Name = region11_alias2_0, VA=0x60a6000, RA=0x43b00000, PA=ra2pa(0x43b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region12_alias2_0 DATA_VA=0x60a8000 attr_data { Name = region12_alias2_0, VA=0x60a8000, RA=0x43c00000, PA=ra2pa(0x43c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region13_alias2_0 DATA_VA=0x60aa000 attr_data { Name = region13_alias2_0, VA=0x60aa000, RA=0x43d00000, PA=ra2pa(0x43d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region14_alias2_0 DATA_VA=0x60ac000 attr_data { Name = region14_alias2_0, VA=0x60ac000, RA=0x43e00000, PA=ra2pa(0x43e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region15_alias2_0 DATA_VA=0x60ae000 attr_data { Name = region15_alias2_0, VA=0x60ae000, RA=0x43f00000, PA=ra2pa(0x43f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region16_alias2_0 DATA_VA=0x60b0000 attr_data { Name = region16_alias2_0, VA=0x60b0000, RA=0x44000000, PA=ra2pa(0x44000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region17_alias2_0 DATA_VA=0x60b2000 attr_data { Name = region17_alias2_0, VA=0x60b2000, RA=0x44100000, PA=ra2pa(0x44100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region18_alias2_0 DATA_VA=0x60b4000 attr_data { Name = region18_alias2_0, VA=0x60b4000, RA=0x44200000, PA=ra2pa(0x44200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region19_alias2_0 DATA_VA=0x60b6000 attr_data { Name = region19_alias2_0, VA=0x60b6000, RA=0x44300000, PA=ra2pa(0x44300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region20_alias2_0 DATA_VA=0x60b8000 attr_data { Name = region20_alias2_0, VA=0x60b8000, RA=0x44400000, PA=ra2pa(0x44400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region21_alias2_0 DATA_VA=0x60ba000 attr_data { Name = region21_alias2_0, VA=0x60ba000, RA=0x44500000, PA=ra2pa(0x44500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region22_alias2_0 DATA_VA=0x60bc000 attr_data { Name = region22_alias2_0, VA=0x60bc000, RA=0x44600000, PA=ra2pa(0x44600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region23_alias2_0 DATA_VA=0x60be000 attr_data { Name = region23_alias2_0, VA=0x60be000, RA=0x44700000, PA=ra2pa(0x44700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region24_alias2_0 DATA_VA=0x60c0000 attr_data { Name = region24_alias2_0, VA=0x60c0000, RA=0x44800000, PA=ra2pa(0x44800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region25_alias2_0 DATA_VA=0x60c2000 attr_data { Name = region25_alias2_0, VA=0x60c2000, RA=0x44900000, PA=ra2pa(0x44900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region26_alias2_0 DATA_VA=0x60c4000 attr_data { Name = region26_alias2_0, VA=0x60c4000, RA=0x44a00000, PA=ra2pa(0x44a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region27_alias2_0 DATA_VA=0x60c6000 attr_data { Name = region27_alias2_0, VA=0x60c6000, RA=0x44b00000, PA=ra2pa(0x44b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region28_alias2_0 DATA_VA=0x60c8000 attr_data { Name = region28_alias2_0, VA=0x60c8000, RA=0x44c00000, PA=ra2pa(0x44c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region29_alias2_0 DATA_VA=0x60ca000 attr_data { Name = region29_alias2_0, VA=0x60ca000, RA=0x44d00000, PA=ra2pa(0x44d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region30_alias2_0 DATA_VA=0x60cc000 attr_data { Name = region30_alias2_0, VA=0x60cc000, RA=0x44e00000, PA=ra2pa(0x44e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region31_alias2_0 DATA_VA=0x60ce000 attr_data { Name = region31_alias2_0, VA=0x60ce000, RA=0x44f00000, PA=ra2pa(0x44f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region32_alias2_0 DATA_VA=0x60d0000 attr_data { Name = region32_alias2_0, VA=0x60d0000, RA=0x45000000, PA=ra2pa(0x45000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region33_alias2_0 DATA_VA=0x60d2000 attr_data { Name = region33_alias2_0, VA=0x60d2000, RA=0x45100000, PA=ra2pa(0x45100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region34_alias2_0 DATA_VA=0x60d4000 attr_data { Name = region34_alias2_0, VA=0x60d4000, RA=0x45200000, PA=ra2pa(0x45200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region35_alias2_0 DATA_VA=0x60d6000 attr_data { Name = region35_alias2_0, VA=0x60d6000, RA=0x45300000, PA=ra2pa(0x45300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region36_alias2_0 DATA_VA=0x60d8000 attr_data { Name = region36_alias2_0, VA=0x60d8000, RA=0x45400000, PA=ra2pa(0x45400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region37_alias2_0 DATA_VA=0x60da000 attr_data { Name = region37_alias2_0, VA=0x60da000, RA=0x45500000, PA=ra2pa(0x45500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region38_alias2_0 DATA_VA=0x60dc000 attr_data { Name = region38_alias2_0, VA=0x60dc000, RA=0x45600000, PA=ra2pa(0x45600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region39_alias2_0 DATA_VA=0x60de000 attr_data { Name = region39_alias2_0, VA=0x60de000, RA=0x45700000, PA=ra2pa(0x45700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region40_alias2_0 DATA_VA=0x60e0000 attr_data { Name = region40_alias2_0, VA=0x60e0000, RA=0x45800000, PA=ra2pa(0x45800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region41_alias2_0 DATA_VA=0x60e2000 attr_data { Name = region41_alias2_0, VA=0x60e2000, RA=0x45900000, PA=ra2pa(0x45900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region42_alias2_0 DATA_VA=0x60e4000 attr_data { Name = region42_alias2_0, VA=0x60e4000, RA=0x45a00000, PA=ra2pa(0x45a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region43_alias2_0 DATA_VA=0x60e6000 attr_data { Name = region43_alias2_0, VA=0x60e6000, RA=0x45b00000, PA=ra2pa(0x45b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region44_alias2_0 DATA_VA=0x60e8000 attr_data { Name = region44_alias2_0, VA=0x60e8000, RA=0x45c00000, PA=ra2pa(0x45c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region45_alias2_0 DATA_VA=0x60ea000 attr_data { Name = region45_alias2_0, VA=0x60ea000, RA=0x45d00000, PA=ra2pa(0x45d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region46_alias2_0 DATA_VA=0x60ec000 attr_data { Name = region46_alias2_0, VA=0x60ec000, RA=0x45e00000, PA=ra2pa(0x45e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region47_alias2_0 DATA_VA=0x60ee000 attr_data { Name = region47_alias2_0, VA=0x60ee000, RA=0x45f00000, PA=ra2pa(0x45f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region48_alias2_0 DATA_VA=0x60f0000 attr_data { Name = region48_alias2_0, VA=0x60f0000, RA=0x46000000, PA=ra2pa(0x46000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region49_alias2_0 DATA_VA=0x60f2000 attr_data { Name = region49_alias2_0, VA=0x60f2000, RA=0x46100000, PA=ra2pa(0x46100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region50_alias2_0 DATA_VA=0x60f4000 attr_data { Name = region50_alias2_0, VA=0x60f4000, RA=0x46200000, PA=ra2pa(0x46200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region51_alias2_0 DATA_VA=0x60f6000 attr_data { Name = region51_alias2_0, VA=0x60f6000, RA=0x46300000, PA=ra2pa(0x46300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region52_alias2_0 DATA_VA=0x60f8000 attr_data { Name = region52_alias2_0, VA=0x60f8000, RA=0x46400000, PA=ra2pa(0x46400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region53_alias2_0 DATA_VA=0x60fa000 attr_data { Name = region53_alias2_0, VA=0x60fa000, RA=0x46500000, PA=ra2pa(0x46500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region54_alias2_0 DATA_VA=0x60fc000 attr_data { Name = region54_alias2_0, VA=0x60fc000, RA=0x46600000, PA=ra2pa(0x46600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region55_alias2_0 DATA_VA=0x60fe000 attr_data { Name = region55_alias2_0, VA=0x60fe000, RA=0x46700000, PA=ra2pa(0x46700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region56_alias2_0 DATA_VA=0x6100000 attr_data { Name = region56_alias2_0, VA=0x6100000, RA=0x46800000, PA=ra2pa(0x46800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region57_alias2_0 DATA_VA=0x6102000 attr_data { Name = region57_alias2_0, VA=0x6102000, RA=0x46900000, PA=ra2pa(0x46900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region58_alias2_0 DATA_VA=0x6104000 attr_data { Name = region58_alias2_0, VA=0x6104000, RA=0x46a00000, PA=ra2pa(0x46a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region59_alias2_0 DATA_VA=0x6106000 attr_data { Name = region59_alias2_0, VA=0x6106000, RA=0x46b00000, PA=ra2pa(0x46b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region60_alias2_0 DATA_VA=0x6108000 attr_data { Name = region60_alias2_0, VA=0x6108000, RA=0x46c00000, PA=ra2pa(0x46c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region61_alias2_0 DATA_VA=0x610a000 attr_data { Name = region61_alias2_0, VA=0x610a000, RA=0x46d00000, PA=ra2pa(0x46d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region62_alias2_0 DATA_VA=0x610c000 attr_data { Name = region62_alias2_0, VA=0x610c000, RA=0x46e00000, PA=ra2pa(0x46e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region63_alias2_0 DATA_VA=0x610e000 attr_data { Name = region63_alias2_0, VA=0x610e000, RA=0x46f00000, PA=ra2pa(0x46f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement0_alias2_0 DATA_VA=0x6110000 attr_data { Name = replacement0_alias2_0, VA=0x6110000, RA=0x47000000, PA=ra2pa(0x47000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement1_alias2_0 DATA_VA=0x6112000 attr_data { Name = replacement1_alias2_0, VA=0x6112000, RA=0x47100000, PA=ra2pa(0x47100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement2_alias2_0 DATA_VA=0x6114000 attr_data { Name = replacement2_alias2_0, VA=0x6114000, RA=0x47200000, PA=ra2pa(0x47200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement3_alias2_0 DATA_VA=0x6116000 attr_data { Name = replacement3_alias2_0, VA=0x6116000, RA=0x47300000, PA=ra2pa(0x47300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement4_alias2_0 DATA_VA=0x6118000 attr_data { Name = replacement4_alias2_0, VA=0x6118000, RA=0x47400000, PA=ra2pa(0x47400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement5_alias2_0 DATA_VA=0x611a000 attr_data { Name = replacement5_alias2_0, VA=0x611a000, RA=0x47500000, PA=ra2pa(0x47500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement6_alias2_0 DATA_VA=0x611c000 attr_data { Name = replacement6_alias2_0, VA=0x611c000, RA=0x47600000, PA=ra2pa(0x47600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement7_alias2_0 DATA_VA=0x611e000 attr_data { Name = replacement7_alias2_0, VA=0x611e000, RA=0x47700000, PA=ra2pa(0x47700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region0_alias1_0 DATA_VA=0x6120000 attr_data { Name = region0_alias1_0, VA=0x6120000, RA=0x43000000, PA=ra2pa(0x43000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region1_alias1_0 DATA_VA=0x6122000 attr_data { Name = region1_alias1_0, VA=0x6122000, RA=0x43100000, PA=ra2pa(0x43100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region2_alias1_0 DATA_VA=0x6124000 attr_data { Name = region2_alias1_0, VA=0x6124000, RA=0x43200000, PA=ra2pa(0x43200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region3_alias1_0 DATA_VA=0x6126000 attr_data { Name = region3_alias1_0, VA=0x6126000, RA=0x43300000, PA=ra2pa(0x43300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region4_alias1_0 DATA_VA=0x6128000 attr_data { Name = region4_alias1_0, VA=0x6128000, RA=0x43400000, PA=ra2pa(0x43400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region5_alias1_0 DATA_VA=0x612a000 attr_data { Name = region5_alias1_0, VA=0x612a000, RA=0x43500000, PA=ra2pa(0x43500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region6_alias1_0 DATA_VA=0x612c000 attr_data { Name = region6_alias1_0, VA=0x612c000, RA=0x43600000, PA=ra2pa(0x43600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region7_alias1_0 DATA_VA=0x612e000 attr_data { Name = region7_alias1_0, VA=0x612e000, RA=0x43700000, PA=ra2pa(0x43700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region8_alias1_0 DATA_VA=0x6130000 attr_data { Name = region8_alias1_0, VA=0x6130000, RA=0x43800000, PA=ra2pa(0x43800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region9_alias1_0 DATA_VA=0x6132000 attr_data { Name = region9_alias1_0, VA=0x6132000, RA=0x43900000, PA=ra2pa(0x43900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region10_alias1_0 DATA_VA=0x6134000 attr_data { Name = region10_alias1_0, VA=0x6134000, RA=0x43a00000, PA=ra2pa(0x43a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region11_alias1_0 DATA_VA=0x6136000 attr_data { Name = region11_alias1_0, VA=0x6136000, RA=0x43b00000, PA=ra2pa(0x43b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region12_alias1_0 DATA_VA=0x6138000 attr_data { Name = region12_alias1_0, VA=0x6138000, RA=0x43c00000, PA=ra2pa(0x43c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region13_alias1_0 DATA_VA=0x613a000 attr_data { Name = region13_alias1_0, VA=0x613a000, RA=0x43d00000, PA=ra2pa(0x43d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region14_alias1_0 DATA_VA=0x613c000 attr_data { Name = region14_alias1_0, VA=0x613c000, RA=0x43e00000, PA=ra2pa(0x43e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region15_alias1_0 DATA_VA=0x613e000 attr_data { Name = region15_alias1_0, VA=0x613e000, RA=0x43f00000, PA=ra2pa(0x43f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region16_alias1_0 DATA_VA=0x6140000 attr_data { Name = region16_alias1_0, VA=0x6140000, RA=0x44000000, PA=ra2pa(0x44000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region17_alias1_0 DATA_VA=0x6142000 attr_data { Name = region17_alias1_0, VA=0x6142000, RA=0x44100000, PA=ra2pa(0x44100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region18_alias1_0 DATA_VA=0x6144000 attr_data { Name = region18_alias1_0, VA=0x6144000, RA=0x44200000, PA=ra2pa(0x44200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region19_alias1_0 DATA_VA=0x6146000 attr_data { Name = region19_alias1_0, VA=0x6146000, RA=0x44300000, PA=ra2pa(0x44300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region20_alias1_0 DATA_VA=0x6148000 attr_data { Name = region20_alias1_0, VA=0x6148000, RA=0x44400000, PA=ra2pa(0x44400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region21_alias1_0 DATA_VA=0x614a000 attr_data { Name = region21_alias1_0, VA=0x614a000, RA=0x44500000, PA=ra2pa(0x44500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region22_alias1_0 DATA_VA=0x614c000 attr_data { Name = region22_alias1_0, VA=0x614c000, RA=0x44600000, PA=ra2pa(0x44600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region23_alias1_0 DATA_VA=0x614e000 attr_data { Name = region23_alias1_0, VA=0x614e000, RA=0x44700000, PA=ra2pa(0x44700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region24_alias1_0 DATA_VA=0x6150000 attr_data { Name = region24_alias1_0, VA=0x6150000, RA=0x44800000, PA=ra2pa(0x44800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region25_alias1_0 DATA_VA=0x6152000 attr_data { Name = region25_alias1_0, VA=0x6152000, RA=0x44900000, PA=ra2pa(0x44900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region26_alias1_0 DATA_VA=0x6154000 attr_data { Name = region26_alias1_0, VA=0x6154000, RA=0x44a00000, PA=ra2pa(0x44a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region27_alias1_0 DATA_VA=0x6156000 attr_data { Name = region27_alias1_0, VA=0x6156000, RA=0x44b00000, PA=ra2pa(0x44b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region28_alias1_0 DATA_VA=0x6158000 attr_data { Name = region28_alias1_0, VA=0x6158000, RA=0x44c00000, PA=ra2pa(0x44c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region29_alias1_0 DATA_VA=0x615a000 attr_data { Name = region29_alias1_0, VA=0x615a000, RA=0x44d00000, PA=ra2pa(0x44d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region30_alias1_0 DATA_VA=0x615c000 attr_data { Name = region30_alias1_0, VA=0x615c000, RA=0x44e00000, PA=ra2pa(0x44e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region31_alias1_0 DATA_VA=0x615e000 attr_data { Name = region31_alias1_0, VA=0x615e000, RA=0x44f00000, PA=ra2pa(0x44f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region32_alias1_0 DATA_VA=0x6160000 attr_data { Name = region32_alias1_0, VA=0x6160000, RA=0x45000000, PA=ra2pa(0x45000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region33_alias1_0 DATA_VA=0x6162000 attr_data { Name = region33_alias1_0, VA=0x6162000, RA=0x45100000, PA=ra2pa(0x45100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region34_alias1_0 DATA_VA=0x6164000 attr_data { Name = region34_alias1_0, VA=0x6164000, RA=0x45200000, PA=ra2pa(0x45200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region35_alias1_0 DATA_VA=0x6166000 attr_data { Name = region35_alias1_0, VA=0x6166000, RA=0x45300000, PA=ra2pa(0x45300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region36_alias1_0 DATA_VA=0x6168000 attr_data { Name = region36_alias1_0, VA=0x6168000, RA=0x45400000, PA=ra2pa(0x45400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region37_alias1_0 DATA_VA=0x616a000 attr_data { Name = region37_alias1_0, VA=0x616a000, RA=0x45500000, PA=ra2pa(0x45500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region38_alias1_0 DATA_VA=0x616c000 attr_data { Name = region38_alias1_0, VA=0x616c000, RA=0x45600000, PA=ra2pa(0x45600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region39_alias1_0 DATA_VA=0x616e000 attr_data { Name = region39_alias1_0, VA=0x616e000, RA=0x45700000, PA=ra2pa(0x45700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region40_alias1_0 DATA_VA=0x6170000 attr_data { Name = region40_alias1_0, VA=0x6170000, RA=0x45800000, PA=ra2pa(0x45800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region41_alias1_0 DATA_VA=0x6172000 attr_data { Name = region41_alias1_0, VA=0x6172000, RA=0x45900000, PA=ra2pa(0x45900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region42_alias1_0 DATA_VA=0x6174000 attr_data { Name = region42_alias1_0, VA=0x6174000, RA=0x45a00000, PA=ra2pa(0x45a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region43_alias1_0 DATA_VA=0x6176000 attr_data { Name = region43_alias1_0, VA=0x6176000, RA=0x45b00000, PA=ra2pa(0x45b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region44_alias1_0 DATA_VA=0x6178000 attr_data { Name = region44_alias1_0, VA=0x6178000, RA=0x45c00000, PA=ra2pa(0x45c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region45_alias1_0 DATA_VA=0x617a000 attr_data { Name = region45_alias1_0, VA=0x617a000, RA=0x45d00000, PA=ra2pa(0x45d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region46_alias1_0 DATA_VA=0x617c000 attr_data { Name = region46_alias1_0, VA=0x617c000, RA=0x45e00000, PA=ra2pa(0x45e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region47_alias1_0 DATA_VA=0x617e000 attr_data { Name = region47_alias1_0, VA=0x617e000, RA=0x45f00000, PA=ra2pa(0x45f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region48_alias1_0 DATA_VA=0x6180000 attr_data { Name = region48_alias1_0, VA=0x6180000, RA=0x46000000, PA=ra2pa(0x46000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region49_alias1_0 DATA_VA=0x6182000 attr_data { Name = region49_alias1_0, VA=0x6182000, RA=0x46100000, PA=ra2pa(0x46100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region50_alias1_0 DATA_VA=0x6184000 attr_data { Name = region50_alias1_0, VA=0x6184000, RA=0x46200000, PA=ra2pa(0x46200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region51_alias1_0 DATA_VA=0x6186000 attr_data { Name = region51_alias1_0, VA=0x6186000, RA=0x46300000, PA=ra2pa(0x46300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region52_alias1_0 DATA_VA=0x6188000 attr_data { Name = region52_alias1_0, VA=0x6188000, RA=0x46400000, PA=ra2pa(0x46400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region53_alias1_0 DATA_VA=0x618a000 attr_data { Name = region53_alias1_0, VA=0x618a000, RA=0x46500000, PA=ra2pa(0x46500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region54_alias1_0 DATA_VA=0x618c000 attr_data { Name = region54_alias1_0, VA=0x618c000, RA=0x46600000, PA=ra2pa(0x46600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region55_alias1_0 DATA_VA=0x618e000 attr_data { Name = region55_alias1_0, VA=0x618e000, RA=0x46700000, PA=ra2pa(0x46700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region56_alias1_0 DATA_VA=0x6190000 attr_data { Name = region56_alias1_0, VA=0x6190000, RA=0x46800000, PA=ra2pa(0x46800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region57_alias1_0 DATA_VA=0x6192000 attr_data { Name = region57_alias1_0, VA=0x6192000, RA=0x46900000, PA=ra2pa(0x46900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region58_alias1_0 DATA_VA=0x6194000 attr_data { Name = region58_alias1_0, VA=0x6194000, RA=0x46a00000, PA=ra2pa(0x46a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region59_alias1_0 DATA_VA=0x6196000 attr_data { Name = region59_alias1_0, VA=0x6196000, RA=0x46b00000, PA=ra2pa(0x46b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region60_alias1_0 DATA_VA=0x6198000 attr_data { Name = region60_alias1_0, VA=0x6198000, RA=0x46c00000, PA=ra2pa(0x46c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region61_alias1_0 DATA_VA=0x619a000 attr_data { Name = region61_alias1_0, VA=0x619a000, RA=0x46d00000, PA=ra2pa(0x46d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region62_alias1_0 DATA_VA=0x619c000 attr_data { Name = region62_alias1_0, VA=0x619c000, RA=0x46e00000, PA=ra2pa(0x46e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region63_alias1_0 DATA_VA=0x619e000 attr_data { Name = region63_alias1_0, VA=0x619e000, RA=0x46f00000, PA=ra2pa(0x46f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement0_alias1_0 DATA_VA=0x61a0000 attr_data { Name = replacement0_alias1_0, VA=0x61a0000, RA=0x47000000, PA=ra2pa(0x47000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement1_alias1_0 DATA_VA=0x61a2000 attr_data { Name = replacement1_alias1_0, VA=0x61a2000, RA=0x47100000, PA=ra2pa(0x47100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement2_alias1_0 DATA_VA=0x61a4000 attr_data { Name = replacement2_alias1_0, VA=0x61a4000, RA=0x47200000, PA=ra2pa(0x47200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement3_alias1_0 DATA_VA=0x61a6000 attr_data { Name = replacement3_alias1_0, VA=0x61a6000, RA=0x47300000, PA=ra2pa(0x47300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement4_alias1_0 DATA_VA=0x61a8000 attr_data { Name = replacement4_alias1_0, VA=0x61a8000, RA=0x47400000, PA=ra2pa(0x47400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement5_alias1_0 DATA_VA=0x61aa000 attr_data { Name = replacement5_alias1_0, VA=0x61aa000, RA=0x47500000, PA=ra2pa(0x47500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement6_alias1_0 DATA_VA=0x61ac000 attr_data { Name = replacement6_alias1_0, VA=0x61ac000, RA=0x47600000, PA=ra2pa(0x47600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement7_alias1_0 DATA_VA=0x61ae000 attr_data { Name = replacement7_alias1_0, VA=0x61ae000, RA=0x47700000, PA=ra2pa(0x47700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region0_alias0_0 DATA_VA=0x61b0000 attr_data { Name = region0_alias0_0, VA=0x61b0000, RA=0x43000000, PA=ra2pa(0x43000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region1_alias0_0 DATA_VA=0x61b2000 attr_data { Name = region1_alias0_0, VA=0x61b2000, RA=0x43100000, PA=ra2pa(0x43100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region2_alias0_0 DATA_VA=0x61b4000 attr_data { Name = region2_alias0_0, VA=0x61b4000, RA=0x43200000, PA=ra2pa(0x43200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region3_alias0_0 DATA_VA=0x61b6000 attr_data { Name = region3_alias0_0, VA=0x61b6000, RA=0x43300000, PA=ra2pa(0x43300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region4_alias0_0 DATA_VA=0x61b8000 attr_data { Name = region4_alias0_0, VA=0x61b8000, RA=0x43400000, PA=ra2pa(0x43400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region5_alias0_0 DATA_VA=0x61ba000 attr_data { Name = region5_alias0_0, VA=0x61ba000, RA=0x43500000, PA=ra2pa(0x43500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region6_alias0_0 DATA_VA=0x61bc000 attr_data { Name = region6_alias0_0, VA=0x61bc000, RA=0x43600000, PA=ra2pa(0x43600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region7_alias0_0 DATA_VA=0x61be000 attr_data { Name = region7_alias0_0, VA=0x61be000, RA=0x43700000, PA=ra2pa(0x43700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region8_alias0_0 DATA_VA=0x61c0000 attr_data { Name = region8_alias0_0, VA=0x61c0000, RA=0x43800000, PA=ra2pa(0x43800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region9_alias0_0 DATA_VA=0x61c2000 attr_data { Name = region9_alias0_0, VA=0x61c2000, RA=0x43900000, PA=ra2pa(0x43900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region10_alias0_0 DATA_VA=0x61c4000 attr_data { Name = region10_alias0_0, VA=0x61c4000, RA=0x43a00000, PA=ra2pa(0x43a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region11_alias0_0 DATA_VA=0x61c6000 attr_data { Name = region11_alias0_0, VA=0x61c6000, RA=0x43b00000, PA=ra2pa(0x43b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region12_alias0_0 DATA_VA=0x61c8000 attr_data { Name = region12_alias0_0, VA=0x61c8000, RA=0x43c00000, PA=ra2pa(0x43c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region13_alias0_0 DATA_VA=0x61ca000 attr_data { Name = region13_alias0_0, VA=0x61ca000, RA=0x43d00000, PA=ra2pa(0x43d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region14_alias0_0 DATA_VA=0x61cc000 attr_data { Name = region14_alias0_0, VA=0x61cc000, RA=0x43e00000, PA=ra2pa(0x43e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region15_alias0_0 DATA_VA=0x61ce000 attr_data { Name = region15_alias0_0, VA=0x61ce000, RA=0x43f00000, PA=ra2pa(0x43f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region16_alias0_0 DATA_VA=0x61d0000 attr_data { Name = region16_alias0_0, VA=0x61d0000, RA=0x44000000, PA=ra2pa(0x44000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region17_alias0_0 DATA_VA=0x61d2000 attr_data { Name = region17_alias0_0, VA=0x61d2000, RA=0x44100000, PA=ra2pa(0x44100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region18_alias0_0 DATA_VA=0x61d4000 attr_data { Name = region18_alias0_0, VA=0x61d4000, RA=0x44200000, PA=ra2pa(0x44200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region19_alias0_0 DATA_VA=0x61d6000 attr_data { Name = region19_alias0_0, VA=0x61d6000, RA=0x44300000, PA=ra2pa(0x44300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region20_alias0_0 DATA_VA=0x61d8000 attr_data { Name = region20_alias0_0, VA=0x61d8000, RA=0x44400000, PA=ra2pa(0x44400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region21_alias0_0 DATA_VA=0x61da000 attr_data { Name = region21_alias0_0, VA=0x61da000, RA=0x44500000, PA=ra2pa(0x44500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region22_alias0_0 DATA_VA=0x61dc000 attr_data { Name = region22_alias0_0, VA=0x61dc000, RA=0x44600000, PA=ra2pa(0x44600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region23_alias0_0 DATA_VA=0x61de000 attr_data { Name = region23_alias0_0, VA=0x61de000, RA=0x44700000, PA=ra2pa(0x44700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region24_alias0_0 DATA_VA=0x61e0000 attr_data { Name = region24_alias0_0, VA=0x61e0000, RA=0x44800000, PA=ra2pa(0x44800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region25_alias0_0 DATA_VA=0x61e2000 attr_data { Name = region25_alias0_0, VA=0x61e2000, RA=0x44900000, PA=ra2pa(0x44900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region26_alias0_0 DATA_VA=0x61e4000 attr_data { Name = region26_alias0_0, VA=0x61e4000, RA=0x44a00000, PA=ra2pa(0x44a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region27_alias0_0 DATA_VA=0x61e6000 attr_data { Name = region27_alias0_0, VA=0x61e6000, RA=0x44b00000, PA=ra2pa(0x44b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region28_alias0_0 DATA_VA=0x61e8000 attr_data { Name = region28_alias0_0, VA=0x61e8000, RA=0x44c00000, PA=ra2pa(0x44c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region29_alias0_0 DATA_VA=0x61ea000 attr_data { Name = region29_alias0_0, VA=0x61ea000, RA=0x44d00000, PA=ra2pa(0x44d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region30_alias0_0 DATA_VA=0x61ec000 attr_data { Name = region30_alias0_0, VA=0x61ec000, RA=0x44e00000, PA=ra2pa(0x44e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region31_alias0_0 DATA_VA=0x61ee000 attr_data { Name = region31_alias0_0, VA=0x61ee000, RA=0x44f00000, PA=ra2pa(0x44f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region32_alias0_0 DATA_VA=0x61f0000 attr_data { Name = region32_alias0_0, VA=0x61f0000, RA=0x45000000, PA=ra2pa(0x45000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region33_alias0_0 DATA_VA=0x61f2000 attr_data { Name = region33_alias0_0, VA=0x61f2000, RA=0x45100000, PA=ra2pa(0x45100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region34_alias0_0 DATA_VA=0x61f4000 attr_data { Name = region34_alias0_0, VA=0x61f4000, RA=0x45200000, PA=ra2pa(0x45200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region35_alias0_0 DATA_VA=0x61f6000 attr_data { Name = region35_alias0_0, VA=0x61f6000, RA=0x45300000, PA=ra2pa(0x45300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region36_alias0_0 DATA_VA=0x61f8000 attr_data { Name = region36_alias0_0, VA=0x61f8000, RA=0x45400000, PA=ra2pa(0x45400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region37_alias0_0 DATA_VA=0x61fa000 attr_data { Name = region37_alias0_0, VA=0x61fa000, RA=0x45500000, PA=ra2pa(0x45500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region38_alias0_0 DATA_VA=0x61fc000 attr_data { Name = region38_alias0_0, VA=0x61fc000, RA=0x45600000, PA=ra2pa(0x45600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region39_alias0_0 DATA_VA=0x61fe000 attr_data { Name = region39_alias0_0, VA=0x61fe000, RA=0x45700000, PA=ra2pa(0x45700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region40_alias0_0 DATA_VA=0x6200000 attr_data { Name = region40_alias0_0, VA=0x6200000, RA=0x45800000, PA=ra2pa(0x45800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region41_alias0_0 DATA_VA=0x6202000 attr_data { Name = region41_alias0_0, VA=0x6202000, RA=0x45900000, PA=ra2pa(0x45900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region42_alias0_0 DATA_VA=0x6204000 attr_data { Name = region42_alias0_0, VA=0x6204000, RA=0x45a00000, PA=ra2pa(0x45a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region43_alias0_0 DATA_VA=0x6206000 attr_data { Name = region43_alias0_0, VA=0x6206000, RA=0x45b00000, PA=ra2pa(0x45b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region44_alias0_0 DATA_VA=0x6208000 attr_data { Name = region44_alias0_0, VA=0x6208000, RA=0x45c00000, PA=ra2pa(0x45c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region45_alias0_0 DATA_VA=0x620a000 attr_data { Name = region45_alias0_0, VA=0x620a000, RA=0x45d00000, PA=ra2pa(0x45d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region46_alias0_0 DATA_VA=0x620c000 attr_data { Name = region46_alias0_0, VA=0x620c000, RA=0x45e00000, PA=ra2pa(0x45e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region47_alias0_0 DATA_VA=0x620e000 attr_data { Name = region47_alias0_0, VA=0x620e000, RA=0x45f00000, PA=ra2pa(0x45f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region48_alias0_0 DATA_VA=0x6210000 attr_data { Name = region48_alias0_0, VA=0x6210000, RA=0x46000000, PA=ra2pa(0x46000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region49_alias0_0 DATA_VA=0x6212000 attr_data { Name = region49_alias0_0, VA=0x6212000, RA=0x46100000, PA=ra2pa(0x46100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region50_alias0_0 DATA_VA=0x6214000 attr_data { Name = region50_alias0_0, VA=0x6214000, RA=0x46200000, PA=ra2pa(0x46200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region51_alias0_0 DATA_VA=0x6216000 attr_data { Name = region51_alias0_0, VA=0x6216000, RA=0x46300000, PA=ra2pa(0x46300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region52_alias0_0 DATA_VA=0x6218000 attr_data { Name = region52_alias0_0, VA=0x6218000, RA=0x46400000, PA=ra2pa(0x46400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region53_alias0_0 DATA_VA=0x621a000 attr_data { Name = region53_alias0_0, VA=0x621a000, RA=0x46500000, PA=ra2pa(0x46500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region54_alias0_0 DATA_VA=0x621c000 attr_data { Name = region54_alias0_0, VA=0x621c000, RA=0x46600000, PA=ra2pa(0x46600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region55_alias0_0 DATA_VA=0x621e000 attr_data { Name = region55_alias0_0, VA=0x621e000, RA=0x46700000, PA=ra2pa(0x46700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region56_alias0_0 DATA_VA=0x6220000 attr_data { Name = region56_alias0_0, VA=0x6220000, RA=0x46800000, PA=ra2pa(0x46800000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region57_alias0_0 DATA_VA=0x6222000 attr_data { Name = region57_alias0_0, VA=0x6222000, RA=0x46900000, PA=ra2pa(0x46900000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region58_alias0_0 DATA_VA=0x6224000 attr_data { Name = region58_alias0_0, VA=0x6224000, RA=0x46a00000, PA=ra2pa(0x46a00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region59_alias0_0 DATA_VA=0x6226000 attr_data { Name = region59_alias0_0, VA=0x6226000, RA=0x46b00000, PA=ra2pa(0x46b00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region60_alias0_0 DATA_VA=0x6228000 attr_data { Name = region60_alias0_0, VA=0x6228000, RA=0x46c00000, PA=ra2pa(0x46c00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region61_alias0_0 DATA_VA=0x622a000 attr_data { Name = region61_alias0_0, VA=0x622a000, RA=0x46d00000, PA=ra2pa(0x46d00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region62_alias0_0 DATA_VA=0x622c000 attr_data { Name = region62_alias0_0, VA=0x622c000, RA=0x46e00000, PA=ra2pa(0x46e00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION region63_alias0_0 DATA_VA=0x622e000 attr_data { Name = region63_alias0_0, VA=0x622e000, RA=0x46f00000, PA=ra2pa(0x46f00000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement0_alias0_0 DATA_VA=0x6230000 attr_data { Name = replacement0_alias0_0, VA=0x6230000, RA=0x47000000, PA=ra2pa(0x47000000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement1_alias0_0 DATA_VA=0x6232000 attr_data { Name = replacement1_alias0_0, VA=0x6232000, RA=0x47100000, PA=ra2pa(0x47100000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement2_alias0_0 DATA_VA=0x6234000 attr_data { Name = replacement2_alias0_0, VA=0x6234000, RA=0x47200000, PA=ra2pa(0x47200000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement3_alias0_0 DATA_VA=0x6236000 attr_data { Name = replacement3_alias0_0, VA=0x6236000, RA=0x47300000, PA=ra2pa(0x47300000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement4_alias0_0 DATA_VA=0x6238000 attr_data { Name = replacement4_alias0_0, VA=0x6238000, RA=0x47400000, PA=ra2pa(0x47400000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement5_alias0_0 DATA_VA=0x623a000 attr_data { Name = replacement5_alias0_0, VA=0x623a000, RA=0x47500000, PA=ra2pa(0x47500000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement6_alias0_0 DATA_VA=0x623c000 attr_data { Name = replacement6_alias0_0, VA=0x623c000, RA=0x47600000, PA=ra2pa(0x47600000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 SECTION replacement7_alias0_0 DATA_VA=0x623e000 attr_data { Name = replacement7_alias0_0, VA=0x623e000, RA=0x47700000, PA=ra2pa(0x47700000,0), part_0_ctx_zero_tsb_config_0, TTE_G=0, TTE_L=0, TTE_Soft2=0, TTE_Diag=0, TTE_Soft=0, TTE_Context=0, TTE_V=1, TTE_Size=0, TTE_SIZE_PTR=0, TTE_NFO=0, TTE_IE=0, TTE_CP=1, TTE_CV=1, TTE_E=0, TTE_P=0, TTE_W=1, tsbonly } .data .skip 1024 !------------------------------------------------------------------------ SECTION tsotool_unshared_data .global tsotool_unshared_data_start .global res_buf_fp_p_0 .global res_buf_int_p_0 .global private_data_p0 .global stack_top_p0: .global res_buf_fp_p_1 .global res_buf_int_p_1 .global private_data_p1 .global stack_top_p1: .global res_buf_fp_p_2 .global res_buf_int_p_2 .global private_data_p2 .global stack_top_p2: .global res_buf_fp_p_3 .global res_buf_int_p_3 .global private_data_p3 .global stack_top_p3: .global res_buf_fp_p_4 .global res_buf_int_p_4 .global private_data_p4 .global stack_top_p4: .global res_buf_fp_p_5 .global res_buf_int_p_5 .global private_data_p5 .global stack_top_p5: .global res_buf_fp_p_6 .global res_buf_int_p_6 .global private_data_p6 .global stack_top_p6: .global res_buf_fp_p_7 .global res_buf_int_p_7 .global private_data_p7 .global stack_top_p7: .global res_buf_fp_p_8 .global res_buf_int_p_8 .global private_data_p8 .global stack_top_p8: .global res_buf_fp_p_9 .global res_buf_int_p_9 .global private_data_p9 .global stack_top_p9: .global res_buf_fp_p_10 .global res_buf_int_p_10 .global private_data_p10 .global stack_top_p10: .global res_buf_fp_p_11 .global res_buf_int_p_11 .global private_data_p11 .global stack_top_p11: .global res_buf_fp_p_12 .global res_buf_int_p_12 .global private_data_p12 .global stack_top_p12: .global res_buf_fp_p_13 .global res_buf_int_p_13 .global private_data_p13 .global stack_top_p13: .global res_buf_fp_p_14 .global res_buf_int_p_14 .global private_data_p14 .global stack_top_p14: .global res_buf_fp_p_15 .global res_buf_int_p_15 .global private_data_p15 .global stack_top_p15: .global res_buf_fp_p_16 .global res_buf_int_p_16 .global private_data_p16 .global stack_top_p16: .global res_buf_fp_p_17 .global res_buf_int_p_17 .global private_data_p17 .global stack_top_p17: .global res_buf_fp_p_18 .global res_buf_int_p_18 .global private_data_p18 .global stack_top_p18: .global res_buf_fp_p_19 .global res_buf_int_p_19 .global private_data_p19 .global stack_top_p19: .global res_buf_fp_p_20 .global res_buf_int_p_20 .global private_data_p20 .global stack_top_p20: .global res_buf_fp_p_21 .global res_buf_int_p_21 .global private_data_p21 .global stack_top_p21: .global res_buf_fp_p_22 .global res_buf_int_p_22 .global private_data_p22 .global stack_top_p22: .global res_buf_fp_p_23 .global res_buf_int_p_23 .global private_data_p23 .global stack_top_p23: .global res_buf_fp_p_24 .global res_buf_int_p_24 .global private_data_p24 .global stack_top_p24: .global res_buf_fp_p_25 .global res_buf_int_p_25 .global private_data_p25 .global stack_top_p25: .global res_buf_fp_p_26 .global res_buf_int_p_26 .global private_data_p26 .global stack_top_p26: .global res_buf_fp_p_27 .global res_buf_int_p_27 .global private_data_p27 .global stack_top_p27: .global res_buf_fp_p_28 .global res_buf_int_p_28 .global private_data_p28 .global stack_top_p28: .global res_buf_fp_p_29 .global res_buf_int_p_29 .global private_data_p29 .global stack_top_p29: .global res_buf_fp_p_30 .global res_buf_int_p_30 .global private_data_p30 .global stack_top_p30: .global res_buf_fp_p_31 .global res_buf_int_p_31 .global private_data_p31 .global stack_top_p31: .global res_buf_fp_p_32 .global res_buf_int_p_32 .global private_data_p32 .global stack_top_p32: .global res_buf_fp_p_33 .global res_buf_int_p_33 .global private_data_p33 .global stack_top_p33: .global res_buf_fp_p_34 .global res_buf_int_p_34 .global private_data_p34 .global stack_top_p34: .global res_buf_fp_p_35 .global res_buf_int_p_35 .global private_data_p35 .global stack_top_p35: .global res_buf_fp_p_36 .global res_buf_int_p_36 .global private_data_p36 .global stack_top_p36: .global res_buf_fp_p_37 .global res_buf_int_p_37 .global private_data_p37 .global stack_top_p37: .global res_buf_fp_p_38 .global res_buf_int_p_38 .global private_data_p38 .global stack_top_p38: .global res_buf_fp_p_39 .global res_buf_int_p_39 .global private_data_p39 .global stack_top_p39: .global res_buf_fp_p_40 .global res_buf_int_p_40 .global private_data_p40 .global stack_top_p40: .global res_buf_fp_p_41 .global res_buf_int_p_41 .global private_data_p41 .global stack_top_p41: .global res_buf_fp_p_42 .global res_buf_int_p_42 .global private_data_p42 .global stack_top_p42: .global res_buf_fp_p_43 .global res_buf_int_p_43 .global private_data_p43 .global stack_top_p43: .global res_buf_fp_p_44 .global res_buf_int_p_44 .global private_data_p44 .global stack_top_p44: .global res_buf_fp_p_45 .global res_buf_int_p_45 .global private_data_p45 .global stack_top_p45: .global res_buf_fp_p_46 .global res_buf_int_p_46 .global private_data_p46 .global stack_top_p46: .global res_buf_fp_p_47 .global res_buf_int_p_47 .global private_data_p47 .global stack_top_p47: .global res_buf_fp_p_48 .global res_buf_int_p_48 .global private_data_p48 .global stack_top_p48: .global res_buf_fp_p_49 .global res_buf_int_p_49 .global private_data_p49 .global stack_top_p49: .global res_buf_fp_p_50 .global res_buf_int_p_50 .global private_data_p50 .global stack_top_p50: .global res_buf_fp_p_51 .global res_buf_int_p_51 .global private_data_p51 .global stack_top_p51: .global res_buf_fp_p_52 .global res_buf_int_p_52 .global private_data_p52 .global stack_top_p52: .global res_buf_fp_p_53 .global res_buf_int_p_53 .global private_data_p53 .global stack_top_p53: .global res_buf_fp_p_54 .global res_buf_int_p_54 .global private_data_p54 .global stack_top_p54: .global res_buf_fp_p_55 .global res_buf_int_p_55 .global private_data_p55 .global stack_top_p55: .global res_buf_fp_p_56 .global res_buf_int_p_56 .global private_data_p56 .global stack_top_p56: .global res_buf_fp_p_57 .global res_buf_int_p_57 .global private_data_p57 .global stack_top_p57: .global res_buf_fp_p_58 .global res_buf_int_p_58 .global private_data_p58 .global stack_top_p58: .global res_buf_fp_p_59 .global res_buf_int_p_59 .global private_data_p59 .global stack_top_p59: .global res_buf_fp_p_60 .global res_buf_int_p_60 .global private_data_p60 .global stack_top_p60: .global res_buf_fp_p_61 .global res_buf_int_p_61 .global private_data_p61 .global stack_top_p61: .global res_buf_fp_p_62 .global res_buf_int_p_62 .global private_data_p62 .global stack_top_p62: .global res_buf_fp_p_63 .global res_buf_int_p_63 .global private_data_p63 .global stack_top_p63: .data ALIGN_PAGE_512K tsotool_unshared_data_start: private_data_p0: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p1: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p2: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p3: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p4: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p5: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p6: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p7: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p8: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p9: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p10: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p11: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p12: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p13: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p14: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p15: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p16: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p17: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p18: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p19: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p20: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p21: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p22: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p23: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p24: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p25: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p26: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p27: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p28: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p29: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p30: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p31: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p32: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p33: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p34: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p35: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p36: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p37: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p38: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p39: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p40: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p41: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p42: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p43: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p44: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p45: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p46: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p47: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p48: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p49: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p50: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p51: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p52: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p53: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p54: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p55: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p56: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p57: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p58: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p59: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p60: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p61: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p62: .skip PRIVATE_DATA_AREA_PER_CPU_RTL private_data_p63: .skip PRIVATE_DATA_AREA_PER_CPU_RTL !-- label names of res_buf must match with extract_loads_m64.pl -- .align 64 ! for self bcopy() res_buf_fp_p_0: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_0: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_1: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_1: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_2: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_2: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_3: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_3: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_4: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_4: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_5: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_5: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_6: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_6: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_7: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_7: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_8: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_8: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_9: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_9: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_10: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_10: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_11: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_11: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_12: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_12: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_13: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_13: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_14: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_14: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_15: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_15: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_16: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_16: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_17: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_17: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_18: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_18: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_19: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_19: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_20: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_20: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_21: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_21: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_22: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_22: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_23: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_23: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_24: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_24: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_25: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_25: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_26: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_26: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_27: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_27: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_28: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_28: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_29: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_29: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_30: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_30: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_31: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_31: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_32: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_32: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_33: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_33: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_34: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_34: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_35: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_35: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_36: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_36: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_37: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_37: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_38: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_38: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_39: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_39: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_40: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_40: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_41: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_41: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_42: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_42: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_43: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_43: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_44: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_44: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_45: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_45: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_46: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_46: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_47: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_47: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_48: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_48: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_49: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_49: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_50: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_50: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_51: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_51: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_52: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_52: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_53: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_53: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_54: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_54: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_55: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_55: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_56: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_56: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_57: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_57: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_58: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_58: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_59: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_59: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_60: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_60: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_61: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_61: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_62: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_62: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_fp_p_63: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 .align 64 ! for self bcopy() res_buf_int_p_63: .skip RESULTS_BUF_SIZE_PER_CPU_RTL/2 stack_top_p0: .skip 2048 stack_top_p1: .skip 2048 stack_top_p2: .skip 2048 stack_top_p3: .skip 2048 stack_top_p4: .skip 2048 stack_top_p5: .skip 2048 stack_top_p6: .skip 2048 stack_top_p7: .skip 2048 stack_top_p8: .skip 2048 stack_top_p9: .skip 2048 stack_top_p10: .skip 2048 stack_top_p11: .skip 2048 stack_top_p12: .skip 2048 stack_top_p13: .skip 2048 stack_top_p14: .skip 2048 stack_top_p15: .skip 2048 stack_top_p16: .skip 2048 stack_top_p17: .skip 2048 stack_top_p18: .skip 2048 stack_top_p19: .skip 2048 stack_top_p20: .skip 2048 stack_top_p21: .skip 2048 stack_top_p22: .skip 2048 stack_top_p23: .skip 2048 stack_top_p24: .skip 2048 stack_top_p25: .skip 2048 stack_top_p26: .skip 2048 stack_top_p27: .skip 2048 stack_top_p28: .skip 2048 stack_top_p29: .skip 2048 stack_top_p30: .skip 2048 stack_top_p31: .skip 2048 stack_top_p32: .skip 2048 stack_top_p33: .skip 2048 stack_top_p34: .skip 2048 stack_top_p35: .skip 2048 stack_top_p36: .skip 2048 stack_top_p37: .skip 2048 stack_top_p38: .skip 2048 stack_top_p39: .skip 2048 stack_top_p40: .skip 2048 stack_top_p41: .skip 2048 stack_top_p42: .skip 2048 stack_top_p43: .skip 2048 stack_top_p44: .skip 2048 stack_top_p45: .skip 2048 stack_top_p46: .skip 2048 stack_top_p47: .skip 2048 stack_top_p48: .skip 2048 stack_top_p49: .skip 2048 stack_top_p50: .skip 2048 stack_top_p51: .skip 2048 stack_top_p52: .skip 2048 stack_top_p53: .skip 2048 stack_top_p54: .skip 2048 stack_top_p55: .skip 2048 stack_top_p56: .skip 2048 stack_top_p57: .skip 2048 stack_top_p58: .skip 2048 stack_top_p59: .skip 2048 stack_top_p60: .skip 2048 stack_top_p61: .skip 2048 stack_top_p62: .skip 2048 stack_top_p63: .skip 2048 tsotool_unshared_data_end: ALIGN_PAGE_512K ! to prevent VAs from running over from this section into shared regions !------------------------------------------------------------------------ .seg "data" ! 64 shared memory regions, 3 alias(es) each (Alias 0 is normal VA) SECTION region0_alias0 .global REGION0_ALIAS0_START .data ALIGN_PAGE_8K REGION0_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION0_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region1_alias0 .global REGION1_ALIAS0_START .data ALIGN_PAGE_8K REGION1_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION1_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region2_alias0 .global REGION2_ALIAS0_START .data ALIGN_PAGE_8K REGION2_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION2_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region3_alias0 .global REGION3_ALIAS0_START .data ALIGN_PAGE_8K REGION3_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION3_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region4_alias0 .global REGION4_ALIAS0_START .data ALIGN_PAGE_8K REGION4_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION4_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region5_alias0 .global REGION5_ALIAS0_START .data ALIGN_PAGE_8K REGION5_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION5_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region6_alias0 .global REGION6_ALIAS0_START .data ALIGN_PAGE_8K REGION6_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION6_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region7_alias0 .global REGION7_ALIAS0_START .data ALIGN_PAGE_8K REGION7_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION7_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region8_alias0 .global REGION8_ALIAS0_START .data ALIGN_PAGE_8K REGION8_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION8_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region9_alias0 .global REGION9_ALIAS0_START .data ALIGN_PAGE_8K REGION9_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION9_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region10_alias0 .global REGION10_ALIAS0_START .data ALIGN_PAGE_8K REGION10_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION10_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region11_alias0 .global REGION11_ALIAS0_START .data ALIGN_PAGE_8K REGION11_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION11_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region12_alias0 .global REGION12_ALIAS0_START .data ALIGN_PAGE_8K REGION12_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION12_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region13_alias0 .global REGION13_ALIAS0_START .data ALIGN_PAGE_8K REGION13_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION13_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region14_alias0 .global REGION14_ALIAS0_START .data ALIGN_PAGE_8K REGION14_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION14_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region15_alias0 .global REGION15_ALIAS0_START .data ALIGN_PAGE_8K REGION15_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION15_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region16_alias0 .global REGION16_ALIAS0_START .data ALIGN_PAGE_8K REGION16_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION16_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region17_alias0 .global REGION17_ALIAS0_START .data ALIGN_PAGE_8K REGION17_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION17_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region18_alias0 .global REGION18_ALIAS0_START .data ALIGN_PAGE_8K REGION18_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION18_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region19_alias0 .global REGION19_ALIAS0_START .data ALIGN_PAGE_8K REGION19_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION19_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region20_alias0 .global REGION20_ALIAS0_START .data ALIGN_PAGE_8K REGION20_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION20_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region21_alias0 .global REGION21_ALIAS0_START .data ALIGN_PAGE_8K REGION21_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION21_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region22_alias0 .global REGION22_ALIAS0_START .data ALIGN_PAGE_8K REGION22_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION22_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region23_alias0 .global REGION23_ALIAS0_START .data ALIGN_PAGE_8K REGION23_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION23_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region24_alias0 .global REGION24_ALIAS0_START .data ALIGN_PAGE_8K REGION24_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION24_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region25_alias0 .global REGION25_ALIAS0_START .data ALIGN_PAGE_8K REGION25_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION25_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region26_alias0 .global REGION26_ALIAS0_START .data ALIGN_PAGE_8K REGION26_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION26_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region27_alias0 .global REGION27_ALIAS0_START .data ALIGN_PAGE_8K REGION27_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION27_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region28_alias0 .global REGION28_ALIAS0_START .data ALIGN_PAGE_8K REGION28_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION28_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region29_alias0 .global REGION29_ALIAS0_START .data ALIGN_PAGE_8K REGION29_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION29_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region30_alias0 .global REGION30_ALIAS0_START .data ALIGN_PAGE_8K REGION30_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION30_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region31_alias0 .global REGION31_ALIAS0_START .data ALIGN_PAGE_8K REGION31_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION31_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region32_alias0 .global REGION32_ALIAS0_START .data ALIGN_PAGE_8K REGION32_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION32_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region33_alias0 .global REGION33_ALIAS0_START .data ALIGN_PAGE_8K REGION33_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION33_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region34_alias0 .global REGION34_ALIAS0_START .data ALIGN_PAGE_8K REGION34_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION34_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region35_alias0 .global REGION35_ALIAS0_START .data ALIGN_PAGE_8K REGION35_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION35_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region36_alias0 .global REGION36_ALIAS0_START .data ALIGN_PAGE_8K REGION36_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION36_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region37_alias0 .global REGION37_ALIAS0_START .data ALIGN_PAGE_8K REGION37_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION37_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region38_alias0 .global REGION38_ALIAS0_START .data ALIGN_PAGE_8K REGION38_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION38_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region39_alias0 .global REGION39_ALIAS0_START .data ALIGN_PAGE_8K REGION39_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION39_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region40_alias0 .global REGION40_ALIAS0_START .data ALIGN_PAGE_8K REGION40_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION40_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region41_alias0 .global REGION41_ALIAS0_START .data ALIGN_PAGE_8K REGION41_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION41_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region42_alias0 .global REGION42_ALIAS0_START .data ALIGN_PAGE_8K REGION42_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION42_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region43_alias0 .global REGION43_ALIAS0_START .data ALIGN_PAGE_8K REGION43_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION43_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region44_alias0 .global REGION44_ALIAS0_START .data ALIGN_PAGE_8K REGION44_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION44_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region45_alias0 .global REGION45_ALIAS0_START .data ALIGN_PAGE_8K REGION45_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION45_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region46_alias0 .global REGION46_ALIAS0_START .data ALIGN_PAGE_8K REGION46_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION46_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region47_alias0 .global REGION47_ALIAS0_START .data ALIGN_PAGE_8K REGION47_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION47_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region48_alias0 .global REGION48_ALIAS0_START .data ALIGN_PAGE_8K REGION48_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION48_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region49_alias0 .global REGION49_ALIAS0_START .data ALIGN_PAGE_8K REGION49_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION49_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region50_alias0 .global REGION50_ALIAS0_START .data ALIGN_PAGE_8K REGION50_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION50_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region51_alias0 .global REGION51_ALIAS0_START .data ALIGN_PAGE_8K REGION51_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION51_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region52_alias0 .global REGION52_ALIAS0_START .data ALIGN_PAGE_8K REGION52_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION52_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region53_alias0 .global REGION53_ALIAS0_START .data ALIGN_PAGE_8K REGION53_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION53_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region54_alias0 .global REGION54_ALIAS0_START .data ALIGN_PAGE_8K REGION54_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION54_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region55_alias0 .global REGION55_ALIAS0_START .data ALIGN_PAGE_8K REGION55_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION55_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region56_alias0 .global REGION56_ALIAS0_START .data ALIGN_PAGE_8K REGION56_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION56_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region57_alias0 .global REGION57_ALIAS0_START .data ALIGN_PAGE_8K REGION57_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION57_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region58_alias0 .global REGION58_ALIAS0_START .data ALIGN_PAGE_8K REGION58_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION58_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region59_alias0 .global REGION59_ALIAS0_START .data ALIGN_PAGE_8K REGION59_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION59_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region60_alias0 .global REGION60_ALIAS0_START .data ALIGN_PAGE_8K REGION60_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION60_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region61_alias0 .global REGION61_ALIAS0_START .data ALIGN_PAGE_8K REGION61_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION61_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region62_alias0 .global REGION62_ALIAS0_START .data ALIGN_PAGE_8K REGION62_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION62_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION region63_alias0 .global REGION63_ALIAS0_START .data ALIGN_PAGE_8K REGION63_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REGION63_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION replacement0_alias0 .global REPLACEMENT0_ALIAS0_START .data ALIGN_PAGE_8K REPLACEMENT0_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REPLACEMENT0_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION replacement1_alias0 .global REPLACEMENT1_ALIAS0_START .data ALIGN_PAGE_8K REPLACEMENT1_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REPLACEMENT1_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION replacement2_alias0 .global REPLACEMENT2_ALIAS0_START .data ALIGN_PAGE_8K REPLACEMENT2_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REPLACEMENT2_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION replacement3_alias0 .global REPLACEMENT3_ALIAS0_START .data ALIGN_PAGE_8K REPLACEMENT3_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REPLACEMENT3_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION replacement4_alias0 .global REPLACEMENT4_ALIAS0_START .data ALIGN_PAGE_8K REPLACEMENT4_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REPLACEMENT4_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION replacement5_alias0 .global REPLACEMENT5_ALIAS0_START .data ALIGN_PAGE_8K REPLACEMENT5_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REPLACEMENT5_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION replacement6_alias0 .global REPLACEMENT6_ALIAS0_START .data ALIGN_PAGE_8K REPLACEMENT6_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REPLACEMENT6_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL SECTION replacement7_alias0 .global REPLACEMENT7_ALIAS0_START .data ALIGN_PAGE_8K REPLACEMENT7_ALIAS0_START: .skip REGION_MAPPED_SIZE_RTL REPLACEMENT7_ALIAS0_END: .skip REGION_SIZE_RTL-REGION_MAPPED_SIZE_RTL .seg "text" ALIGN_PAGE_8K local_trap_handlers_start: .align 64 extern_interrupt_handler: stxa %g0, [%g0]ASI_INTR_RECEIVE retry local_trap_handlers_end: SECTION .MAIN .global main .global tsotool_text_start .global irepl_text_start .text ba user_text_start nop ALIGN_PAGE_64K irepl_text_start: jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 jmpl %g1+8, %g1 nop .skip 24 ALIGN_PAGE_64K user_text_start: ba main nop user_text_end: ALIGN_PAGE_64K tsotool_text_start: main: mov 0, %o0 mov 0, %o1 CHECK_PROC_ID ! at this point, g1 should have CPU id (0, 1, 2, ...) set REGION0_ALIAS0_START, %o0 ! shared address 0 set REGION1_ALIAS0_START, %o1 ! shared address 1 cmp %g1, 0x3f be setup_p63 nop cmp %g1, 0x3e be setup_p62 nop cmp %g1, 0x3d be setup_p61 nop cmp %g1, 0x3c be setup_p60 nop cmp %g1, 0x3b be setup_p59 nop cmp %g1, 0x3a be setup_p58 nop cmp %g1, 0x39 be setup_p57 nop cmp %g1, 0x38 be setup_p56 nop cmp %g1, 0x37 be setup_p55 nop cmp %g1, 0x36 be setup_p54 nop cmp %g1, 0x35 be setup_p53 nop cmp %g1, 0x34 be setup_p52 nop cmp %g1, 0x33 be setup_p51 nop cmp %g1, 0x32 be setup_p50 nop cmp %g1, 0x31 be setup_p49 nop cmp %g1, 0x30 be setup_p48 nop cmp %g1, 0x2f be setup_p47 nop cmp %g1, 0x2e be setup_p46 nop cmp %g1, 0x2d be setup_p45 nop cmp %g1, 0x2c be setup_p44 nop cmp %g1, 0x2b be setup_p43 nop cmp %g1, 0x2a be setup_p42 nop cmp %g1, 0x29 be setup_p41 nop cmp %g1, 0x28 be setup_p40 nop cmp %g1, 0x27 be setup_p39 nop cmp %g1, 0x26 be setup_p38 nop cmp %g1, 0x25 be setup_p37 nop cmp %g1, 0x24 be setup_p36 nop cmp %g1, 0x23 be setup_p35 nop cmp %g1, 0x22 be setup_p34 nop cmp %g1, 0x21 be setup_p33 nop cmp %g1, 0x20 be setup_p32 nop cmp %g1, 0x1f be setup_p31 nop cmp %g1, 0x1e be setup_p30 nop cmp %g1, 0x1d be setup_p29 nop cmp %g1, 0x1c be setup_p28 nop cmp %g1, 0x1b be setup_p27 nop cmp %g1, 0x1a be setup_p26 nop cmp %g1, 0x19 be setup_p25 nop cmp %g1, 0x18 be setup_p24 nop cmp %g1, 0x17 be setup_p23 nop cmp %g1, 0x16 be setup_p22 nop cmp %g1, 0x15 be setup_p21 nop cmp %g1, 0x14 be setup_p20 nop cmp %g1, 0x13 be setup_p19 nop cmp %g1, 0x12 be setup_p18 nop cmp %g1, 0x11 be setup_p17 nop cmp %g1, 0x10 be setup_p16 nop cmp %g1, 0xf be setup_p15 nop cmp %g1, 0xe be setup_p14 nop cmp %g1, 0xd be setup_p13 nop cmp %g1, 0xc be setup_p12 nop cmp %g1, 0xb be setup_p11 nop cmp %g1, 0xa be setup_p10 nop cmp %g1, 0x9 be setup_p9 nop cmp %g1, 0x8 be setup_p8 nop cmp %g1, 0x7 be setup_p7 nop cmp %g1, 0x6 be setup_p6 nop cmp %g1, 0x5 be setup_p5 nop cmp %g1, 0x4 be setup_p4 nop cmp %g1, 0x3 be setup_p3 nop cmp %g1, 0x2 be setup_p2 nop cmp %g1, 0x1 be setup_p1 nop cmp %g1, 0x0 be setup_p0 nop EXIT_BAD ! Should never reach here nop setup_p0: setx stack_top_p0, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_0, %g1, %o4 setx private_data_p0, %g1, %o5 setx func0, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p1: setx stack_top_p1, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_1, %g1, %o4 setx private_data_p1, %g1, %o5 setx func1, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p2: setx stack_top_p2, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_2, %g1, %o4 setx private_data_p2, %g1, %o5 setx func2, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p3: setx stack_top_p3, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_3, %g1, %o4 setx private_data_p3, %g1, %o5 setx func3, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p4: setx stack_top_p4, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_4, %g1, %o4 setx private_data_p4, %g1, %o5 setx func4, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p5: setx stack_top_p5, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_5, %g1, %o4 setx private_data_p5, %g1, %o5 setx func5, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p6: setx stack_top_p6, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_6, %g1, %o4 setx private_data_p6, %g1, %o5 setx func6, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p7: setx stack_top_p7, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_7, %g1, %o4 setx private_data_p7, %g1, %o5 setx func7, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p8: setx stack_top_p8, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_8, %g1, %o4 setx private_data_p8, %g1, %o5 setx func8, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p9: setx stack_top_p9, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_9, %g1, %o4 setx private_data_p9, %g1, %o5 setx func9, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p10: setx stack_top_p10, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_10, %g1, %o4 setx private_data_p10, %g1, %o5 setx func10, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p11: setx stack_top_p11, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_11, %g1, %o4 setx private_data_p11, %g1, %o5 setx func11, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p12: setx stack_top_p12, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_12, %g1, %o4 setx private_data_p12, %g1, %o5 setx func12, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p13: setx stack_top_p13, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_13, %g1, %o4 setx private_data_p13, %g1, %o5 setx func13, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p14: setx stack_top_p14, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_14, %g1, %o4 setx private_data_p14, %g1, %o5 setx func14, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p15: setx stack_top_p15, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_15, %g1, %o4 setx private_data_p15, %g1, %o5 setx func15, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p16: setx stack_top_p16, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_16, %g1, %o4 setx private_data_p16, %g1, %o5 setx func16, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p17: setx stack_top_p17, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_17, %g1, %o4 setx private_data_p17, %g1, %o5 setx func17, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p18: setx stack_top_p18, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_18, %g1, %o4 setx private_data_p18, %g1, %o5 setx func18, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p19: setx stack_top_p19, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_19, %g1, %o4 setx private_data_p19, %g1, %o5 setx func19, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p20: setx stack_top_p20, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_20, %g1, %o4 setx private_data_p20, %g1, %o5 setx func20, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p21: setx stack_top_p21, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_21, %g1, %o4 setx private_data_p21, %g1, %o5 setx func21, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p22: setx stack_top_p22, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_22, %g1, %o4 setx private_data_p22, %g1, %o5 setx func22, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p23: setx stack_top_p23, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_23, %g1, %o4 setx private_data_p23, %g1, %o5 setx func23, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p24: setx stack_top_p24, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_24, %g1, %o4 setx private_data_p24, %g1, %o5 setx func24, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p25: setx stack_top_p25, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_25, %g1, %o4 setx private_data_p25, %g1, %o5 setx func25, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p26: setx stack_top_p26, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_26, %g1, %o4 setx private_data_p26, %g1, %o5 setx func26, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p27: setx stack_top_p27, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_27, %g1, %o4 setx private_data_p27, %g1, %o5 setx func27, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p28: setx stack_top_p28, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_28, %g1, %o4 setx private_data_p28, %g1, %o5 setx func28, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p29: setx stack_top_p29, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_29, %g1, %o4 setx private_data_p29, %g1, %o5 setx func29, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p30: setx stack_top_p30, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_30, %g1, %o4 setx private_data_p30, %g1, %o5 setx func30, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p31: setx stack_top_p31, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_31, %g1, %o4 setx private_data_p31, %g1, %o5 setx func31, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p32: setx stack_top_p32, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_32, %g1, %o4 setx private_data_p32, %g1, %o5 setx func32, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p33: setx stack_top_p33, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_33, %g1, %o4 setx private_data_p33, %g1, %o5 setx func33, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p34: setx stack_top_p34, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_34, %g1, %o4 setx private_data_p34, %g1, %o5 setx func34, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p35: setx stack_top_p35, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_35, %g1, %o4 setx private_data_p35, %g1, %o5 setx func35, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p36: setx stack_top_p36, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_36, %g1, %o4 setx private_data_p36, %g1, %o5 setx func36, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p37: setx stack_top_p37, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_37, %g1, %o4 setx private_data_p37, %g1, %o5 setx func37, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p38: setx stack_top_p38, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_38, %g1, %o4 setx private_data_p38, %g1, %o5 setx func38, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p39: setx stack_top_p39, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_39, %g1, %o4 setx private_data_p39, %g1, %o5 setx func39, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p40: setx stack_top_p40, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_40, %g1, %o4 setx private_data_p40, %g1, %o5 setx func40, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p41: setx stack_top_p41, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_41, %g1, %o4 setx private_data_p41, %g1, %o5 setx func41, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p42: setx stack_top_p42, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_42, %g1, %o4 setx private_data_p42, %g1, %o5 setx func42, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p43: setx stack_top_p43, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_43, %g1, %o4 setx private_data_p43, %g1, %o5 setx func43, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p44: setx stack_top_p44, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_44, %g1, %o4 setx private_data_p44, %g1, %o5 setx func44, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p45: setx stack_top_p45, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_45, %g1, %o4 setx private_data_p45, %g1, %o5 setx func45, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p46: setx stack_top_p46, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_46, %g1, %o4 setx private_data_p46, %g1, %o5 setx func46, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p47: setx stack_top_p47, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_47, %g1, %o4 setx private_data_p47, %g1, %o5 setx func47, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p48: setx stack_top_p48, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_48, %g1, %o4 setx private_data_p48, %g1, %o5 setx func48, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p49: setx stack_top_p49, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_49, %g1, %o4 setx private_data_p49, %g1, %o5 setx func49, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p50: setx stack_top_p50, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_50, %g1, %o4 setx private_data_p50, %g1, %o5 setx func50, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p51: setx stack_top_p51, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_51, %g1, %o4 setx private_data_p51, %g1, %o5 setx func51, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p52: setx stack_top_p52, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_52, %g1, %o4 setx private_data_p52, %g1, %o5 setx func52, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p53: setx stack_top_p53, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_53, %g1, %o4 setx private_data_p53, %g1, %o5 setx func53, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p54: setx stack_top_p54, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_54, %g1, %o4 setx private_data_p54, %g1, %o5 setx func54, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p55: setx stack_top_p55, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_55, %g1, %o4 setx private_data_p55, %g1, %o5 setx func55, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p56: setx stack_top_p56, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_56, %g1, %o4 setx private_data_p56, %g1, %o5 setx func56, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p57: setx stack_top_p57, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_57, %g1, %o4 setx private_data_p57, %g1, %o5 setx func57, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p58: setx stack_top_p58, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_58, %g1, %o4 setx private_data_p58, %g1, %o5 setx func58, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p59: setx stack_top_p59, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_59, %g1, %o4 setx private_data_p59, %g1, %o5 setx func59, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p60: setx stack_top_p60, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_60, %g1, %o4 setx private_data_p60, %g1, %o5 setx func60, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p61: setx stack_top_p61, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_61, %g1, %o4 setx private_data_p61, %g1, %o5 setx func61, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p62: setx stack_top_p62, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_62, %g1, %o4 setx private_data_p62, %g1, %o5 setx func62, %g1, %l4 call %l4 nop EXIT_GOOD nop setup_p63: setx stack_top_p63, %g1, %l1 add %l1, 1024, %sp setx res_buf_fp_p_63, %g1, %o4 setx private_data_p63, %g1, %o5 setx func63, %g1, %l4 call %l4 nop EXIT_GOOD nop #define NO_REAL_CPUS_MINUS_1 63 !-- Sync code (shared routine) ! time_out = %g2 ! sync_addr_reg = %o5 ! tmp_regs = %l6, %l7 tsotool_barrier_sync: membar #Sync ! in case barrier_sync intervenes BST(BLD) and its following membar ! use untouched cache-line (offset 4K) in replacement area for sync ! need to do atomic ops, so need CV=1 (guarunteed in replacement area) sethi %hi(REPLACEMENT0_ALIAS0_O-REGION0_ALIAS0_O), %o5 add %i0, %o5, %o5 sub %o5, -4096, %o5 lduw [%o5+16], %l6 ! which working area to use and %l6, 8, %l6 add %l6, %o5, %o5 ! finding threadID srl %l4, 23, %l6 and %l6, 255, %l6 brnz,pn %l6, slave_barrier_sync nop !-- master of barrier_sync --- or %g0, NO_REAL_CPUS_MINUS_1, %l6 stw %l6, [%o5] membar #Sync ba wait0_barrier_sync nop !-- slave of barrier_sync --- slave_barrier_sync: lduw [%o5], %l6 brz,pt %l6, slave_barrier_sync nop slave_barrier_sync_2: sub %l6, 1, %l7 brz,pn %l7, last_slave_barrier_sync nop cas [%o5], %l6, %l7 cmp %l6, %l7 bne,pt %xcc, slave_barrier_sync_2 lduw [%o5], %l6 ! delay slot membar #Sync wait0_barrier_sync: brnz,pt %g2, 1f sub %g2, 1, %g2 ! delay slot EXIT_BAD ! timeout 1: brnz,pt %l6, wait0_barrier_sync lduw [%o5], %l6 ! delay slot !-- end of barrier_sync --- done_barrier_sync: jmpl %l3+8, %g0 nop ! last slave ping-pong the working area indicator last_slave_barrier_sync: xor %o5, 8, %l6 andn %o5, 8, %l7 stw %l6, [%l7+16] stw %g0, [%o5] ba done_barrier_sync membar #Sync !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func0: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x00deade1), %l6 or %l6, %lo(0x00deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x80000001), %l4 or %l4, %lo(0x80000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0xc000001), %l6 or %l6, %lo(0xc000001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x800000), %l6 or %l6, %lo(0x800000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x3556^4 sethi %hi(0x3556), %l0 or %l0, %lo(0x3556), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 0 to 4 --- stx %g0, [%i0+512] stx %g0, [%i0+808] stx %g0, [%i0+1024] stx %g0, [%i0+2552] stx %g0, [%i0+2928] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES0, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES0: ! Test instruction sequence for ISTREAM 0 begins P1: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_0: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1 nop RET1: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P2: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_0 nop P4: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_1: membar #StoreLoad P5: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_1 nop P7: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_2: membar #StoreLoad P8: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_2 nop P10: !_IDC_FLIP [144] (Int) (Loop entry) (Loop exit) (Branch target of P220) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_3: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(10, 879, 0, 0x449007bc, 0x7bc, %i2, 0x7bc, %l6, %l7, %o5, %l3) loop_exit_0_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_3 nop ba P11 nop TARGET220: ba RET220 nop P11: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_4: membar #StoreLoad P12: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_4 nop P14: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_5: membar #StoreLoad P15: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_5 nop P17: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_6: membar #StoreLoad P18: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_6 nop P20: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_7: membar #StoreLoad P21: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P22: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_7 nop P23: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_8: membar #StoreLoad P24: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P25: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_0_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_8 nop P26: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_9: membar #StoreLoad P27: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION11_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P28: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_9 nop P29: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_10: membar #StoreLoad P30: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P31: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_10 nop P32: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_11: membar #StoreLoad P33: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P34: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_11 nop P35: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_12: membar #StoreLoad P36: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P37: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_12 nop P38: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_13: membar #StoreLoad P39: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P40: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_13 nop P41: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_14: membar #StoreLoad P42: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P43: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_14 nop P44: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_15: membar #StoreLoad P45: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P46: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_15 nop P47: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_16: membar #StoreLoad P48: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P49: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_16 nop P50: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_17: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET50 nop RET50: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P51: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P52: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_17 nop P53: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_18: membar #StoreLoad P54: !_BLD [92] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET54 nop RET54: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P55: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_0_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_18 nop P56: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_19: membar #StoreLoad P57: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P58: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_19 nop P59: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_20: membar #StoreLoad P60: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P61: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_0_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_20 nop P62: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_21: membar #StoreLoad P63: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P64: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_21 nop P65: !_ST [167] (maybe <- 0x80000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_22: sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1056 ] add %l4, 1, %l4 loop_exit_0_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_22 nop P66: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_23: membar #StoreLoad P67: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P68: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_23 nop P69: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_24: membar #StoreLoad P70: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P71: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_24 nop P72: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_25: membar #StoreLoad P73: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P74: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_25 nop P75: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_26: membar #StoreLoad P76: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P77: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET77 nop RET77: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_26 nop P78: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_27: membar #StoreLoad P79: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P80: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_27 nop P81: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_28: membar #StoreLoad P82: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P83: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_28 nop P84: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_29: membar #StoreLoad P85: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION49_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P86: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_29 nop P87: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_30: membar #StoreLoad P88: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P89: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_30 nop P90: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_31: membar #StoreLoad P91: !_BLD [60] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION11_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET91 nop RET91: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P92: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_31 nop P93: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_32: membar #StoreLoad P94: !_BLD [341] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 256] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET94 nop RET94: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P95: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_32 nop P96: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_33: membar #StoreLoad P97: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P98: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_33 nop P99: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_34: membar #StoreLoad P100: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P101: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_34 nop P102: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_35: membar #StoreLoad P103: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P104: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_35 nop P105: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_36: membar #StoreLoad P106: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P107: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_36 nop P108: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_37: membar #StoreLoad P109: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P110: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_37 nop P111: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_38: membar #StoreLoad P112: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P113: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_38 nop P114: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_39: membar #StoreLoad P115: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P116: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_39 nop P117: !_FLUSHI [186] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_40: flush %g0 loop_exit_0_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_40 nop P118: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_41: membar #StoreLoad P119: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_41 nop P121: !_PREFETCH [204] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_42: sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1716], 2 P122: !_MEMBAR (FP) membar #StoreLoad P123: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P124: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_42 nop P125: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_43: membar #StoreLoad P126: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION51_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P127: !_MEMBAR (FP) (Loop exit) (Branch target of P94) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_0_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_43 nop ba P128 nop TARGET94: ba RET94 nop P128: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_44: membar #StoreLoad P129: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P130: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_44 nop P131: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_45: membar #StoreLoad P132: !_BLD [222] (FP) (Branch target of P270) wr %g0, 0xf0, %asi sethi %hi(REGION39_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P133 nop TARGET270: ba RET270 nop P133: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_45 nop P134: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_46: membar #StoreLoad P135: !_BLD [162] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET135 nop RET135: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P136: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_46 nop P137: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_47: membar #StoreLoad P138: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P139: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_47 nop P140: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_48: membar #StoreLoad P141: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P142: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET142 nop RET142: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_0_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_48 nop P143: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_49: membar #StoreLoad P144: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P145: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_0_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_49 nop P146: !_LD [0] (FP) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_50: ld [%i0 + 516], %f0 ! 1 addresses covered !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_50 nop P147: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_51: membar #StoreLoad P148: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P149: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_51 nop P150: !_IDC_FLIP [329] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_52: sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(150, 28396, 0, 0x46a00594, 0x594, %i3, 0x594, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET150 nop RET150: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P151: !_MEMBAR (FP) membar #StoreLoad P152: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P153: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_52 nop P154: !_ST [12] (maybe <- 0x80000002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_53: sethi %hi(REGION2_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1588 ] add %l4, 1, %l4 P155: !_MEMBAR (FP) membar #StoreLoad P156: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P157: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_53 nop P158: !_PREFETCH [140] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_54: sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2776], 3 P159: !_MEMBAR (FP) membar #StoreLoad P160: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P161: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_54 nop P162: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_55: membar #StoreLoad P163: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P164: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_55 nop P165: !_PREFETCH [329] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_56: sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1428], 3 loop_exit_0_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_56 nop P166: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_57: membar #StoreLoad P167: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION49_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P168: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_57 nop P169: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_58: membar #StoreLoad P170: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P171: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_58 nop P172: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_59: membar #StoreLoad P173: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P174: !_MEMBAR (FP) (Loop exit) (Branch target of P301) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_59 nop ba P175 nop TARGET301: ba RET301 nop P175: !_MEMBAR (FP) (Loop entry) (Branch target of P1) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_60: membar #StoreLoad ba P176 nop TARGET1: ba RET1 nop P176: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION11_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P177: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_60 nop P178: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_61: membar #StoreLoad P179: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P180: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_61 nop P181: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_62: membar #StoreLoad P182: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P183: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_62 nop P184: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_63: membar #StoreLoad P185: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P186: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_63 nop P187: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_64: membar #StoreLoad P188: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P189: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_64 nop P190: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_65: membar #StoreLoad P191: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P192: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_65 nop P193: !_ST [24] (maybe <- 0x80000003) (Int) (Loop entry) (Branch target of P135) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_66: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2708 ] add %l4, 1, %l4 ba P194 nop TARGET135: ba RET135 nop P194: !_MEMBAR (FP) membar #StoreLoad P195: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P196: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_0_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_66 nop P197: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_67: membar #StoreLoad P198: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P199: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_67 nop P200: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_68: membar #StoreLoad P201: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P202: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_68 nop P203: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_69: membar #StoreLoad P204: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P205: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_0_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_69 nop P206: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_70: membar #StoreLoad P207: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_70 nop P209: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_71: membar #StoreLoad P210: !_BLD [108] (FP) (Branch target of P50) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered ba P211 nop TARGET50: ba RET50 nop P211: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_71 nop P212: !_IDC_FLIP [79] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_72: sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(212, 22035, 0, 0x43e008d4, 0x8d4, %i3, 0x8d4, %l6, %l7, %o5, %l3) P213: !_MEMBAR (FP) (Branch target of P150) membar #StoreLoad ba P214 nop TARGET150: ba RET150 nop P214: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P215: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_72 nop P216: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_73: membar #StoreLoad P217: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P218: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_73 nop P219: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_74: membar #StoreLoad P220: !_BLD [341] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET220 nop RET220: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P221: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_74 nop P222: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_75: membar #StoreLoad P223: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION39_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P224: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET224 nop RET224: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_75 nop P225: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_76: membar #StoreLoad P226: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P227: !_MEMBAR (FP) (Loop exit) (Branch target of P338) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_76 nop ba P228 nop TARGET338: ba RET338 nop P228: !_IDC_FLIP [164] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_77: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(228, 396, 0, 0x44c00d50, 0xd50, %i3, 0xd50, %l6, %l7, %o5, %l3) P229: !_MEMBAR (FP) membar #StoreLoad P230: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P231: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_77 nop P232: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_78: membar #StoreLoad P233: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P234: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_78 nop P235: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_79: membar #StoreLoad P236: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P237: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_79 nop P238: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_80: membar #StoreLoad P239: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P240: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_80 nop P241: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_81: membar #StoreLoad P242: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_0_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_81 nop P244: !_MEMBAR (FP) (Loop entry) (Branch target of P284) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_82: membar #StoreLoad ba P245 nop TARGET284: ba RET284 nop P245: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P246: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_82 nop P247: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_83: membar #StoreLoad P248: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P249: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_83 nop P250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_84: membar #StoreLoad P251: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P252: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_84 nop P253: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_85: membar #StoreLoad P254: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P255: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_85 nop P256: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_86: membar #StoreLoad P257: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION50_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P258: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_86 nop P259: !_ST [44] (maybe <- 0x80000004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_87: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 496 ] add %l4, 1, %l4 loop_exit_0_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_87 nop P260: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_88: membar #StoreLoad P261: !_BLD [92] (FP) (Branch target of P77) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 ba P262 nop TARGET77: ba RET77 nop P262: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_0_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_88 nop P263: !_MEMBAR (FP) (Loop entry) (Branch target of P142) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_89: membar #StoreLoad ba P264 nop TARGET142: ba RET142 nop P264: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION39_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P265: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_89 nop P266: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_90: membar #StoreLoad P267: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P268: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_90 nop P269: !_MEMBAR (FP) (Loop entry) (Branch target of P91) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_91: membar #StoreLoad ba P270 nop TARGET91: ba RET91 nop P270: !_BLD [254] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET270 nop RET270: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P271: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_91 nop P272: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_92: membar #StoreLoad P273: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P274: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_0_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_92 nop P275: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_93: membar #StoreLoad P276: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P277: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_93 nop P278: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_94: membar #StoreLoad P279: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION49_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P280: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_94 nop P281: !_MEMBAR (FP) (Loop entry) (Branch target of P54) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_95: membar #StoreLoad ba P282 nop TARGET54: ba RET54 nop P282: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P283: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_95 nop P284: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_96: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET284 nop RET284: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P285: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P286: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_96 nop P287: !_IDC_FLIP [22] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_97: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(287, 12708, 0, 0x434004b8, 0x4b8, %i3, 0x4b8, %l6, %l7, %o5, %l3) P288: !_MEMBAR (FP) membar #StoreLoad P289: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P290: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_97 nop P291: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_98: membar #StoreLoad P292: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P293: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_98 nop P294: !_IDC_FLIP [159] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_99: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(294, 11527, 0, 0x44c00054, 0x54, %i2, 0x54, %l6, %l7, %o5, %l3) loop_exit_0_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_99 nop P295: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_100: membar #StoreLoad P296: !_BLD [127] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P297: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_100 nop P298: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_101: membar #StoreLoad P299: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P300: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_101 nop P301: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_102: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET301 nop RET301: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P302: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P303: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_102 nop P304: !_IDC_FLIP [355] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_103: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(304, 27830, 0, 0x46f00234, 0x234, %i2, 0x234, %l6, %l7, %o5, %l3) loop_exit_0_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_103 nop P305: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_104: membar #StoreLoad P306: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P307: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_104 nop P308: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_105: membar #StoreLoad P309: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P310: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_105 nop P311: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_106: membar #StoreLoad P312: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P313: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_106 nop P314: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_107: membar #StoreLoad P315: !_BLD [211] (FP) (Branch target of P224) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered ba P316 nop TARGET224: ba RET224 nop P316: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_107 nop P317: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_108: membar #StoreLoad P318: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P319: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_108 nop P320: !_ST [56] (maybe <- 0x80000005) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_109: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3072 ] add %l4, 1, %l4 loop_exit_0_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_109 nop P321: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_110: membar #StoreLoad P322: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P323: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_110 nop P324: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_111: membar #StoreLoad P325: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P326: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_111 nop P327: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_112: membar #StoreLoad P328: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P329: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_112 nop P330: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_113: membar #StoreLoad loop_exit_0_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_113 nop P331: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_114: membar #StoreLoad P332: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P333: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_114 nop P334: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_115: membar #StoreLoad P335: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P336: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_115 nop P337: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_116: membar #StoreLoad P338: !_BLD [130] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET338 nop RET338: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P339: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_116 nop P340: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_117: membar #StoreLoad P341: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P342: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_117 nop P343: !_IDC_FLIP [107] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_0_118: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(343, 17745, 0, 0x44300818, 0x818, %i2, 0x818, %l6, %l7, %o5, %l3) P344: !_MEMBAR (FP) membar #StoreLoad P345: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P346: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_118 nop P347: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_0_119: membar #StoreLoad P348: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P349: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_0_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_0_119 nop P350: !_MEMBAR (Int) membar #StoreLoad END_NODES0: ! Test instruction sequence for CPU 0 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func1: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x01deade1), %l7 or %l7, %lo(0x01deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x80800001), %l4 or %l4, %lo(0x80800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0xc800001), %l7 or %l7, %lo(0xc800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1000000), %l7 or %l7, %lo(0x1000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x274e^4 sethi %hi(0x274e), %l0 or %l0, %lo(0x274e), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 5 to 10 --- stx %g0, [%i1+128] stx %g0, [%i1+1376] stx %g0, [%i1+1384] stx %g0, [%i1+2200] stx %g0, [%i1+2360] stx %g0, [%i1+3224] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES1, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES1: ! Test instruction sequence for ISTREAM 1 begins P351: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_0: membar #StoreLoad P352: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION50_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P353: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_0 nop P354: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_1: membar #StoreLoad P355: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P356: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_1 nop P357: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_2: membar #StoreLoad P358: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P359: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_1_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_2 nop P360: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_3: membar #StoreLoad P361: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P362: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_3 nop P363: !_MEMBAR (FP) (Loop entry) (Branch target of P542) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_4: membar #StoreLoad ba P364 nop TARGET542: ba RET542 nop P364: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION2_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_4 nop P366: !_IDC_FLIP [95] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_5: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(366, 1618, 1, 0x441004ac, 0x4ac, %i2, 0x4ac, %l6, %l7, %o5, %l3) loop_exit_1_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_5 nop P367: !_PREFETCH [206] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_6: sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3892], 4 P368: !_MEMBAR (FP) membar #StoreLoad P369: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P370: !_MEMBAR (FP) (Loop exit) (Branch target of P472) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_6 nop ba P371 nop TARGET472: ba RET472 nop P371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_7: membar #StoreLoad P372: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION49_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P373: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_7 nop P374: !_IDC_FLIP [50] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_8: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(374, 15091, 1, 0x43900f40, 0xf40, %i2, 0xf40, %l6, %l7, %o5, %l3) P375: !_MEMBAR (FP) membar #StoreLoad P376: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P377: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_8 nop P378: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_9: membar #StoreLoad P379: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P380: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_9 nop P381: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_10: membar #StoreLoad P382: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION51_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P383: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_10 nop P384: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_11: membar #StoreLoad P385: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P386: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_11 nop P387: !_IDC_FLIP [57] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_12: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(387, 16176, 1, 0x43a00f80, 0xf80, %i3, 0xf80, %l6, %l7, %o5, %l3) P388: !_MEMBAR (FP) membar #StoreLoad P389: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P390: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_1_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_12 nop P391: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_13: membar #StoreLoad P392: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P393: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_13 nop P394: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_14: membar #StoreLoad P395: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P396: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_14 nop P397: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_15: membar #StoreLoad P398: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P399: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_15 nop P400: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_16: membar #StoreLoad P401: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P402: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_16 nop P403: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_17: membar #StoreLoad P404: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P405: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_17 nop P406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_18: membar #StoreLoad P407: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION39_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_18 nop P409: !_ST [355] (maybe <- 0x80800001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_19: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 564 ] add %l4, 1, %l4 P410: !_PREFETCH [303] (Int) (Loop exit) sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 448], 1 loop_exit_1_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_19 nop P411: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_20: membar #StoreLoad P412: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P413: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_1_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_20 nop P414: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_21: membar #StoreLoad P415: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P416: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_21 nop P417: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_22: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET417 nop RET417: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P418: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P419: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_22 nop P420: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_23: membar #StoreLoad P421: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P422: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_23 nop P423: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_24: membar #StoreLoad P424: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P425: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_24 nop P426: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_25: membar #StoreLoad P427: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P428: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_25 nop P429: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_26: membar #StoreLoad P430: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P431: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_26 nop P432: !_ST [15] (maybe <- 0x80800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_27: sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2056 ] add %l4, 1, %l4 P433: !_PREFETCH [238] (Int) (Loop exit) sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 4092], 21 loop_exit_1_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_27 nop P434: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_28: membar #StoreLoad P435: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P436: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_28 nop P437: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_29: membar #StoreLoad P438: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P439: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_29 nop P440: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_30: membar #StoreLoad P441: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P442: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_30 nop P443: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_31: membar #StoreLoad P444: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P445: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_31 nop P446: !_IDC_FLIP [281] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_32: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(446, 13975, 1, 0x46000f64, 0xf64, %i2, 0xf64, %l6, %l7, %o5, %l3) loop_exit_1_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_32 nop P447: !_IDC_FLIP [299] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_33: sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(447, 13078, 1, 0x46400ba0, 0xba0, %i3, 0xba0, %l6, %l7, %o5, %l3) P448: !_MEMBAR (FP) membar #StoreLoad P449: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P450: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_33 nop P451: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_34: membar #StoreLoad P452: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P453: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_1_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_34 nop P454: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_35: membar #StoreLoad P455: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P456: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_35 nop P457: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_36: membar #StoreLoad P458: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P459: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_1_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_36 nop P460: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_37: membar #StoreLoad P461: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P462: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_37 nop P463: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_38: membar #StoreLoad P464: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION49_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P465: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_38 nop P466: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_39: membar #StoreLoad P467: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION11_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P468: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_39 nop P469: !_IDC_FLIP [285] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_40: sethi %hi(REGION49_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(469, 24106, 1, 0x4610070c, 0x70c, %i3, 0x70c, %l6, %l7, %o5, %l3) loop_exit_1_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_40 nop P470: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_41: membar #StoreLoad P471: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P472: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET472 nop RET472: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_41 nop P473: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_42: membar #StoreLoad P474: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_42 nop P476: !_PREFETCH [64] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_43: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 72], 2 P477: !_MEMBAR (FP) membar #StoreLoad P478: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P479: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_43 nop P480: !_IDC_FLIP [228] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_44: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(480, 17372, 1, 0x4580047c, 0x47c, %i2, 0x47c, %l6, %l7, %o5, %l3) loop_exit_1_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_44 nop P481: !_PREFETCH [191] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_45: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3520], 2 loop_exit_1_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_45 nop P482: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_46: membar #StoreLoad P483: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P484: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_46 nop P485: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_47: membar #StoreLoad P486: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P487: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_47 nop P488: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_48: membar #StoreLoad P489: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P490: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_48 nop P491: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_49: membar #StoreLoad P492: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P493: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_1_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_49 nop P494: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_50: membar #StoreLoad P495: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P496: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_50 nop P497: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_51: membar #StoreLoad P498: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P499: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_51 nop P500: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_52: membar #StoreLoad P501: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P502: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_52 nop P503: !_PREFETCH [286] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_53: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2140], 27 loop_exit_1_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_53 nop P504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_54: membar #StoreLoad P505: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_54 nop P507: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_55: membar #StoreLoad P508: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P509: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_55 nop P510: !_LD [236] (Int) (Loop entry) (Branch target of P587) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_56: sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3280], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 ba P511 nop TARGET587: ba RET587 nop P511: !_MEMBAR (FP) membar #StoreLoad P512: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P513: !_MEMBAR (FP) P514: !_LD [259] (Int) (Loop exit) sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3808], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_56 nop P515: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_57: membar #StoreLoad P516: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P517: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_57 nop P518: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_58: membar #StoreLoad P519: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P520: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_58 nop P521: !_LD [94] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_59: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 1168], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P522: !_PREFETCH [109] (Int) sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2356], 21 P523: !_LD [83] (Int) (Loop exit) sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 1384], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_1_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_59 nop P524: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_60: membar #StoreLoad P525: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_60 nop P527: !_IDC_FLIP [68] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_61: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(527, 10280, 1, 0x43c00b24, 0xb24, %i2, 0xb24, %l6, %l7, %o5, %l3) loop_exit_1_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_61 nop P528: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_62: membar #StoreLoad P529: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_62 nop P531: !_PREFETCH [307] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_63: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 124], 21 P532: !_MEMBAR (FP) membar #StoreLoad P533: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P534: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_63 nop P535: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_64: membar #StoreLoad P536: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P537: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_64 nop P538: !_MEMBAR (FP) (Loop entry) (Branch target of P665) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_65: membar #StoreLoad ba P539 nop TARGET665: ba RET665 nop P539: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P540: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_65 nop P541: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_66: membar #StoreLoad P542: !_BLD [131] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET542 nop RET542: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P543: !_MEMBAR (FP) (Loop exit) (Branch target of P417) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_66 nop ba P544 nop TARGET417: ba RET417 nop P544: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_67: membar #StoreLoad P545: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P546: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_67 nop P547: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_68: membar #StoreLoad P548: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P549: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_68 nop P550: !_LD [343] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_69: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 1072], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P551: !_LD [235] (Int) (Loop exit) (LE) wr %g0, 0x88, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduwa [%i2 + 2092] %asi, %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_1_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_69 nop P552: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_70: membar #StoreLoad P553: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P554: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_70 nop P555: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_71: membar #StoreLoad P556: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P557: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_71 nop P558: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_72: membar #StoreLoad P559: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P560: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_72 nop P561: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_73: membar #StoreLoad P562: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P563: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_73 nop P564: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_74: membar #StoreLoad P565: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P566: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_74 nop P567: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_75: membar #StoreLoad P568: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P569: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_1_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_75 nop P570: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_76: membar #StoreLoad P571: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P572: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_76 nop P573: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_77: membar #StoreLoad P574: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P575: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_77 nop P576: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_78: membar #StoreLoad P577: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P578: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_78 nop P579: !_FLUSHI [98] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_79: flush %g0 P580: !_MEMBAR (FP) membar #StoreLoad P581: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P582: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_79 nop P583: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_80: membar #StoreLoad P584: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P585: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_80 nop P586: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_81: membar #StoreLoad P587: !_BLD [231] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET587 nop RET587: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P588: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_81 nop P589: !_PREFETCH [187] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_82: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 864], 1 loop_exit_1_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_82 nop P590: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_83: membar #StoreLoad P591: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P592: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_83 nop P593: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_84: membar #StoreLoad P594: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P595: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_84 nop P596: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_85: membar #StoreLoad P597: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P598: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_85 nop P599: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_86: membar #StoreLoad P600: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P601: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_86 nop P602: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_87: membar #StoreLoad P603: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P604: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_87 nop P605: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_88: membar #StoreLoad P606: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P607: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_88 nop P608: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_89: membar #StoreLoad P609: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P610: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_89 nop P611: !_LD [119] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_90: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3344], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P612: !_LD [51] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 236], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_1_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_90 nop P613: !_ST [136] (maybe <- 0x80800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_91: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3724 ] add %l4, 1, %l4 loop_exit_1_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_91 nop P614: !_IDC_FLIP [204] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_92: sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(614, 26645, 1, 0x454006b4, 0x6b4, %i2, 0x6b4, %l6, %l7, %o5, %l3) P615: !_MEMBAR (FP) membar #StoreLoad P616: !_BLD [333] (FP) (Branch target of P657) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P617 nop TARGET657: ba RET657 nop P617: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_92 nop P618: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_93: membar #StoreLoad P619: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P620: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_93 nop P621: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_94: membar #StoreLoad P622: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P623: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_94 nop P624: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_95: membar #StoreLoad P625: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P626: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_95 nop P627: !_IDC_FLIP [270] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_96: sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(627, 10591, 1, 0x45e00fac, 0xfac, %i3, 0xfac, %l6, %l7, %o5, %l3) P628: !_MEMBAR (FP) membar #StoreLoad P629: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P630: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_96 nop P631: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_97: membar #StoreLoad P632: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P633: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_97 nop P634: !_IDC_FLIP [269] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_98: sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(634, 23493, 1, 0x45e00f70, 0xf70, %i2, 0xf70, %l6, %l7, %o5, %l3) loop_exit_1_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_98 nop P635: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_99: membar #StoreLoad P636: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P637: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_99 nop P638: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_100: membar #StoreLoad P639: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P640: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_100 nop P641: !_FLUSHI [33] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_101: flush %g0 P642: !_MEMBAR (FP) membar #StoreLoad P643: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P644: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_101 nop P645: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_102: membar #StoreLoad P646: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P647: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_102 nop P648: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_103: membar #StoreLoad P649: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P650: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_1_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_103 nop P651: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_104: membar #StoreLoad P652: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P653: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_104 nop P654: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_105: membar #StoreLoad P655: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P656: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_105 nop P657: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_106: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET657 nop RET657: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P658: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P659: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_106 nop P660: !_ST [276] (maybe <- 0x80800004) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_107: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 780 ] add %l4, 1, %l4 P661: !_MEMBAR (FP) membar #StoreLoad P662: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P663: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_107 nop P664: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_108: membar #StoreLoad P665: !_BLD [200] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET665 nop RET665: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P666: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_108 nop P667: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_109: membar #StoreLoad P668: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P669: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_109 nop P670: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_110: membar #StoreLoad P671: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P672: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_110 nop P673: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_111: membar #StoreLoad P674: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P675: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_111 nop P676: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_1_112: membar #StoreLoad P677: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P678: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_112 nop P679: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_1_113: membar #StoreLoad P680: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P681: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_1_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_1_113 nop P682: !_MEMBAR (Int) membar #StoreLoad END_NODES1: ! Test instruction sequence for CPU 1 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func2: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x02deade1), %l7 or %l7, %lo(0x02deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x81000001), %l4 or %l4, %lo(0x81000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0xd000001), %l7 or %l7, %lo(0xd000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1800000), %l7 or %l7, %lo(0x1800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x6008^4 sethi %hi(0x6008), %l0 or %l0, %lo(0x6008), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 11 to 15 --- sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+1560] stx %g0, [%i3+1584] stx %g0, [%i3+1664] stx %g0, [%i3+1760] sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+2056] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES2, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES2: ! Test instruction sequence for ISTREAM 2 begins P683: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_0: membar #StoreLoad P684: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P685: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_0 nop P686: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_1: membar #StoreLoad P687: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P688: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_1 nop P689: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_2: membar #StoreLoad P690: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P691: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_2 nop P692: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_3: membar #StoreLoad P693: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P694: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_3 nop P695: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_4: membar #StoreLoad P696: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P697: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_4 nop P698: !_ST [280] (maybe <- 0x81000001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_5: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3460 ] add %l4, 1, %l4 P699: !_MEMBAR (FP) membar #StoreLoad P700: !_BLD [314] (FP) (Branch target of P885) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P701 nop TARGET885: ba RET885 nop P701: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_5 nop P702: !_LD [191] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_6: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3520], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P703: !_LD [121] (Int) (NF) (Loop exit) wr %g0, 0x82, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduwa [%i3 + 3104] %asi, %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_2_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_6 nop P704: !_LD [69] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_7: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3368], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P705: !_LD [301] (Int) (Loop exit) (LE) wr %g0, 0x88, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduwa [%i3 + 112] %asi, %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_2_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_7 nop P706: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_8: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET706 nop RET706: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P707: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P708: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_8 nop P709: !_IDC_FLIP [15] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_9: sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(709, 26475, 2, 0x43300808, 0x808, %i3, 0x808, %l6, %l7, %o5, %l3) loop_exit_2_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_9 nop P710: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_10: membar #StoreLoad P711: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P712: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_10 nop P713: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_11: membar #StoreLoad P714: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P715: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_11 nop P716: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_12: membar #StoreLoad P717: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P718: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_12 nop P719: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_13: membar #StoreLoad P720: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P721: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_13 nop P722: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_14: membar #StoreLoad P723: !_BLD [292] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION51_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P724: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_14 nop P725: !_PREFETCH [331] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_15: sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3484], 21 loop_exit_2_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_15 nop P726: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_16: membar #StoreLoad P727: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P728: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_16 nop P729: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_17: membar #StoreLoad P730: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P731: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_17 nop P732: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_18: membar #StoreLoad P733: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P734: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_18 nop P735: !_IDC_FLIP [139] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_19: sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(735, 10149, 2, 0x44800a8c, 0xa8c, %i3, 0xa8c, %l6, %l7, %o5, %l3) loop_exit_2_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_19 nop P736: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_20: membar #StoreLoad P737: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P738: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_20 nop P739: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_21: membar #StoreLoad P740: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P741: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_21 nop P742: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_22: membar #StoreLoad P743: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P744: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_22 nop P745: !_ST [63] (maybe <- 0x81000002) (Int) (Loop entry) (Loop exit) (Branch target of P1003) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_23: sethi %hi(REGION11_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 880 ] add %l4, 1, %l4 loop_exit_2_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_23 nop ba P746 nop TARGET1003: ba RET1003 nop P746: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_24: membar #StoreLoad P747: !_BLD [179] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET747 nop RET747: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P748: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_24 nop P749: !_PREFETCH [306] (Int) (Loop entry) (Loop exit) (Branch target of P915) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_25: sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2508], 22 loop_exit_2_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_25 nop ba P750 nop TARGET915: ba RET915 nop P750: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_26: membar #StoreLoad P751: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P752: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_26 nop P753: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_27: membar #StoreLoad P754: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P755: !_MEMBAR (FP) (Loop exit) (Branch target of P869) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_27 nop ba P756 nop TARGET869: ba RET869 nop P756: !_MEMBAR (FP) (Loop entry) (Branch target of P852) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_28: membar #StoreLoad ba P757 nop TARGET852: ba RET852 nop P757: !_BLD [345] (FP) (Branch target of P943) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P758 nop TARGET943: ba RET943 nop P758: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_28 nop P759: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_29: membar #StoreLoad P760: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION14_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P761: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_29 nop P762: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_30: membar #StoreLoad P763: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P764: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET764 nop RET764: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_30 nop P765: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_31: membar #StoreLoad P766: !_BLD [30] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET766 nop RET766: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P767: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_31 nop P768: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_32: membar #StoreLoad P769: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P770: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_32 nop P771: !_ST [23] (maybe <- 0x81000003) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_33: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2128 ] add %l4, 1, %l4 P772: !_MEMBAR (FP) membar #StoreLoad P773: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P774: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_2_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_33 nop P775: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_34: membar #StoreLoad P776: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P777: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET777 nop RET777: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_34 nop P778: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_35: membar #StoreLoad P779: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P780: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_35 nop P781: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_36: membar #StoreLoad P782: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P783: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_36 nop P784: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_37: membar #StoreLoad P785: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P786: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_37 nop P787: !_PREFETCH [295] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_38: sethi %hi(REGION51_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3464], 2 P788: !_MEMBAR (FP) membar #StoreLoad P789: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P790: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_38 nop P791: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_39: membar #StoreLoad P792: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P793: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_2_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_39 nop P794: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_40: membar #StoreLoad P795: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P796: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_40 nop P797: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_41: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET797 nop RET797: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P798: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P799: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_41 nop P800: !_MEMBAR (FP) (Loop entry) (Branch target of P909) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_42: membar #StoreLoad ba P801 nop TARGET909: ba RET909 nop P801: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P802: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_2_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_42 nop P803: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_43: membar #StoreLoad P804: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P805: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET805 nop RET805: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_43 nop P806: !_LD [197] (Int) (NF) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_44: wr %g0, 0x82, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduwa [%i3 + 3368] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P807: !_MEMBAR (FP) (Branch target of P706) membar #StoreLoad ba P808 nop TARGET706: ba RET706 nop P808: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P809: !_MEMBAR (FP) P810: !_LD [78] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 1932], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_44 nop P811: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_45: membar #StoreLoad P812: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_45 nop P814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_46: membar #StoreLoad P815: !_BLD [138] (FP) (Branch target of P797) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P816 nop TARGET797: ba RET797 nop P816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_46 nop P817: !_IDC_FLIP [69] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_47: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(817, 11440, 2, 0x43c00d28, 0xd28, %i2, 0xd28, %l6, %l7, %o5, %l3) P818: !_MEMBAR (Int) (Loop exit) membar #StoreLoad loop_exit_2_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_47 nop P819: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_48: membar #StoreLoad P820: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P821: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_2_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_48 nop P822: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_49: membar #StoreLoad P823: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P824: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_49 nop P825: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_50: membar #StoreLoad P826: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P827: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_50 nop P828: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_51: membar #StoreLoad P829: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P830: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_51 nop P831: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_52: membar #StoreLoad P832: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P833: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_52 nop P834: !_PREFETCH [226] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_53: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 348], 17 loop_exit_2_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_53 nop P835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_54: membar #StoreLoad P836: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION39_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P837: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_54 nop P838: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_55: membar #StoreLoad P839: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P840: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_55 nop P841: !_MEMBAR (FP) (Loop entry) (Branch target of P777) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_56: membar #StoreLoad ba P842 nop TARGET777: ba RET777 nop P842: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P843: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_56 nop P844: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_57: membar #StoreLoad P845: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P846: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_57 nop P847: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_58: membar #StoreLoad P848: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P849: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_58 nop P850: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_59: membar #StoreLoad P851: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION39_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P852: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET852 nop RET852: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_59 nop P853: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_60: membar #StoreLoad P854: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P855: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_60 nop P856: !_ST [154] (maybe <- 0x81000004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_61: sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3792 ] add %l4, 1, %l4 loop_exit_2_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_61 nop P857: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_62: membar #StoreLoad P858: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION50_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P859: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_62 nop P860: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_63: membar #StoreLoad P861: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P862: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_63 nop P863: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_64: membar #StoreLoad P864: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P865: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_64 nop P866: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_65: membar #StoreLoad P867: !_BLD [116] (FP) (Branch target of P939) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P868 nop TARGET939: ba RET939 nop P868: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_65 nop P869: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P1017) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_66: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET869 nop RET869: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 ba P870 nop TARGET1017: ba RET1017 nop P870: !_BLD [76] (FP) (CBR) (Branch target of P886) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET870 nop RET870: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P871 nop TARGET886: ba RET886 nop P871: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_66 nop P872: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_67: membar #StoreLoad P873: !_ST [253] (maybe <- 0x81000005) (Int) (Loop exit) sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 120 ] add %l4, 1, %l4 loop_exit_2_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_67 nop P874: !_PREFETCH [222] (Int) (NF) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_68: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetcha [%i3 + 1452] %asi, 29 P875: !_MEMBAR (FP) membar #StoreLoad P876: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P877: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_68 nop P878: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_69: membar #StoreLoad P879: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P880: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_69 nop P881: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_70: membar #StoreLoad loop_exit_2_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_70 nop P882: !_IDC_FLIP [33] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_71: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(882, 13022, 2, 0x43600898, 0x898, %i2, 0x898, %l6, %l7, %o5, %l3) loop_exit_2_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_71 nop P883: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_72: membar #StoreLoad P884: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P885: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET885 nop RET885: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_72 nop P886: !_IDC_FLIP [60] (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_73: sethi %hi(REGION11_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(886, 30239, 2, 0x43b002a0, 0x2a0, %i2, 0x2a0, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET886 nop RET886: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P887: !_MEMBAR (FP) membar #StoreLoad P888: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P889: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_73 nop P890: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_74: membar #StoreLoad P891: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P892: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_74 nop P893: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_75: membar #StoreLoad P894: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P895: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_2_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_75 nop P896: !_LD [165] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_76: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3652], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P897: !_IDC_FLIP [114] (Int) sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(897, 10187, 2, 0x44400184, 0x184, %i3, 0x184, %l6, %l7, %o5, %l3) P898: !_LD [355] (Int) (Loop exit) sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 564], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_2_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_76 nop P899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_77: membar #StoreLoad P900: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P901: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_77 nop P902: !_IDC_FLIP [341] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_78: sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(902, 20252, 2, 0x46c00100, 0x100, %i2, 0x100, %l6, %l7, %o5, %l3) loop_exit_2_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_78 nop P903: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_79: membar #StoreLoad P904: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P905: !_MEMBAR (FP) (Loop exit) (Branch target of P805) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_79 nop ba P906 nop TARGET805: ba RET805 nop P906: !_MEMBAR (FP) (Loop entry) (Branch target of P957) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_80: membar #StoreLoad ba P907 nop TARGET957: ba RET957 nop P907: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P908: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_80 nop P909: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_81: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET909 nop RET909: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P910: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P911: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET911 nop RET911: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_81 nop P912: !_MEMBAR (FP) (Loop entry) (Branch target of P766) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_82: membar #StoreLoad ba P913 nop TARGET766: ba RET766 nop P913: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_82 nop P915: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_83: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET915 nop RET915: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P916: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P917: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_83 nop P918: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_84: membar #StoreLoad P919: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P920: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_84 nop P921: !_PREFETCH [126] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_85: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3448], 4 P922: !_MEMBAR (FP) membar #StoreLoad P923: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P924: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_2_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_85 nop P925: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_86: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET925 nop RET925: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P926: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P927: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_86 nop P928: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_87: membar #StoreLoad P929: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION11_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P930: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_2_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_87 nop P931: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_88: membar #StoreLoad P932: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P933: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET933 nop RET933: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_88 nop P934: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_89: membar #StoreLoad P935: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P936: !_MEMBAR (FP) (Loop exit) (Branch target of P747) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_2_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_89 nop ba P937 nop TARGET747: ba RET747 nop P937: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_90: membar #StoreLoad P938: !_BLD [24] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P939: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET939 nop RET939: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_90 nop P940: !_IDC_FLIP [310] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_91: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(940, 21424, 2, 0x46600618, 0x618, %i2, 0x618, %l6, %l7, %o5, %l3) P941: !_MEMBAR (FP) membar #StoreLoad P942: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P943: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P764) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET943 nop RET943: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_91 nop ba P944 nop TARGET764: ba RET764 nop P944: !_MEMBAR (FP) (Loop entry) (Branch target of P925) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_92: membar #StoreLoad ba P945 nop TARGET925: ba RET925 nop P945: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P946: !_MEMBAR (FP) (Loop exit) (Branch target of P870) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_92 nop ba P947 nop TARGET870: ba RET870 nop P947: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_93: membar #StoreLoad P948: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P949: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_93 nop P950: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_94: membar #StoreLoad P951: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P952: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_94 nop P953: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_95: membar #StoreLoad P954: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P955: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_95 nop P956: !_IDC_FLIP [312] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_96: sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(956, 22930, 2, 0x467003cc, 0x3cc, %i2, 0x3cc, %l6, %l7, %o5, %l3) loop_exit_2_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_96 nop P957: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_97: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET957 nop RET957: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P958: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P959: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_97 nop P960: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_98: membar #StoreLoad P961: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P962: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_98 nop P963: !_ST [28] (maybe <- 0x81000006) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_99: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3168 ] add %l4, 1, %l4 loop_exit_2_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_99 nop P964: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_100: membar #StoreLoad P965: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P966: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_100 nop P967: !_ST [51] (maybe <- 0x81000007) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_101: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 236 ] add %l4, 1, %l4 loop_exit_2_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_101 nop P968: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_102: membar #StoreLoad P969: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P970: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_102 nop P971: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_103: membar #StoreLoad P972: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION51_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P973: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_2_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_103 nop P974: !_IDC_FLIP [6] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_104: IDC_FLIP(974, 26083, 2, 0x43100560, 0x560, %i1, 0x560, %l6, %l7, %o5, %l3) loop_exit_2_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_104 nop P975: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_105: membar #StoreLoad P976: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P977: !_MEMBAR (FP) (Loop exit) (Branch target of P933) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_2_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_105 nop ba P978 nop TARGET933: ba RET933 nop P978: !_FLUSHI [260] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_106: flush %g0 loop_exit_2_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_106 nop P979: !_MEMBAR (FP) (Loop entry) (Branch target of P911) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_107: membar #StoreLoad ba P980 nop TARGET911: ba RET911 nop P980: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P981: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_107 nop P982: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_108: membar #StoreLoad P983: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P984: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_108 nop P985: !_IDC_FLIP [142] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_109: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(985, 14298, 2, 0x449000d4, 0xd4, %i3, 0xd4, %l6, %l7, %o5, %l3) P986: !_MEMBAR (FP) membar #StoreLoad P987: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_109 nop P989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_110: membar #StoreLoad P990: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P991: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_110 nop P992: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_111: membar #StoreLoad P993: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P994: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_2_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_111 nop P995: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_112: membar #StoreLoad P996: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P997: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_112 nop P998: !_IDC_FLIP [239] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_113: sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(998, 4168, 2, 0x45a00200, 0x200, %i2, 0x200, %l6, %l7, %o5, %l3) P999: !_MEMBAR (FP) membar #StoreLoad P1000: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1001: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_113 nop P1002: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_114: membar #StoreLoad P1003: !_BLD [239] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1003 nop RET1003: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P1004: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_114 nop P1005: !_PREFETCH [314] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_115: sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1868], 30 loop_exit_2_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_115 nop P1006: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_116: membar #StoreLoad P1007: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1008: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_116 nop P1009: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_117: membar #StoreLoad P1010: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_117 nop P1012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_2_118: membar #StoreLoad P1013: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_118 nop P1015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_2_119: membar #StoreLoad P1016: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1017: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1017 nop RET1017: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_2_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_2_119 nop P1018: !_MEMBAR (Int) membar #StoreLoad END_NODES2: ! Test instruction sequence for CPU 2 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func3: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x03deade1), %l7 or %l7, %lo(0x03deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x81800001), %l4 or %l4, %lo(0x81800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0xd800001), %l7 or %l7, %lo(0xd800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x2000000), %l7 or %l7, %lo(0x2000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x495b^4 sethi %hi(0x495b), %l0 or %l0, %lo(0x495b), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 16 to 21 --- sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+2208] stx %g0, [%i2+2312] stx %g0, [%i2+2488] stx %g0, [%i2+2496] sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+336] stx %g0, [%i3+856] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES3, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES3: ! Test instruction sequence for ISTREAM 3 begins P1019: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_0: membar #StoreLoad P1020: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1021: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_0 nop P1022: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_1: membar #StoreLoad P1023: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1024: !_MEMBAR (FP) (Loop exit) (Branch target of P1346) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_1 nop ba P1025 nop TARGET1346: ba RET1346 nop P1025: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_2: membar #StoreLoad P1026: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1027: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_2 nop P1028: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_3: membar #StoreLoad P1029: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1030: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_3 nop P1031: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_4: membar #StoreLoad P1032: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1033: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_4 nop P1034: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_5: membar #StoreLoad P1035: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION50_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1036: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_5 nop P1037: !_ST [291] (maybe <- 0x81800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_6: sethi %hi(REGION50_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2516 ] add %l4, 1, %l4 loop_exit_3_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_6 nop P1038: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_7: membar #StoreLoad P1039: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_7 nop P1041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_8: membar #StoreLoad P1042: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_8 nop P1044: !_PREFETCH [30] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_9: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2092], 22 P1045: !_PREFETCH [354] (Int) (Loop exit) sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3684], 0 loop_exit_3_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_9 nop P1046: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_10: membar #StoreLoad P1047: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1048: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_10 nop P1049: !_PREFETCH [219] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_11: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 4032], 4 P1050: !_MEMBAR (FP) membar #StoreLoad P1051: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION51_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P1052: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_11 nop P1053: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_12: membar #StoreLoad P1054: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1055: !_MEMBAR (FP) (Loop exit) (Branch target of P1225) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_12 nop ba P1056 nop TARGET1225: ba RET1225 nop P1056: !_MEMBAR (FP) (Loop entry) (Branch target of P1211) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_13: membar #StoreLoad ba P1057 nop TARGET1211: ba RET1211 nop P1057: !_BLD [352] (FP) (Branch target of P1231) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P1058 nop TARGET1231: ba RET1231 nop P1058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_13 nop P1059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_14: membar #StoreLoad P1060: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_14 nop P1062: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_15: membar #StoreLoad P1063: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1064: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_15 nop P1065: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_16: membar #StoreLoad P1066: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION51_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P1067: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_16 nop P1068: !_PREFETCH [245] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_17: sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3972], 26 P1069: !_LD [25] (FP) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ld [%i3 + 3960], %f0 ! 1 addresses covered !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_17 nop P1070: !_IDC_FLIP [124] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_18: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1070, 7474, 3, 0x44500d40, 0xd40, %i2, 0xd40, %l6, %l7, %o5, %l3) loop_exit_3_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_18 nop P1071: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_19: membar #StoreLoad P1072: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1073: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_19 nop P1074: !_IDC_FLIP [34] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_20: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1074, 27478, 3, 0x4360096c, 0x96c, %i2, 0x96c, %l6, %l7, %o5, %l3) P1075: !_MEMBAR (FP) membar #StoreLoad P1076: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P1077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_20 nop P1078: !_IDC_FLIP [115] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_21: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1078, 14571, 3, 0x444003bc, 0x3bc, %i2, 0x3bc, %l6, %l7, %o5, %l3) P1079: !_PREFETCH [277] (Int) (Loop exit) sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1368], 3 loop_exit_3_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_21 nop P1080: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_22: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1080 nop RET1080: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P1081: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1082: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_22 nop P1083: !_MEMBAR (FP) (Loop entry) (Branch target of P1102) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_23: membar #StoreLoad ba P1084 nop TARGET1102: ba RET1102 nop P1084: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1085: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_23 nop P1086: !_ST [301] (maybe <- 0xd800001) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_24: sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 112 ] loop_exit_3_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_24 nop P1087: !_ST [175] (maybe <- 0xd800002) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_25: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 3936 ] loop_exit_3_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_25 nop P1088: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_26: membar #StoreLoad P1089: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P1090: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_3_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_26 nop P1091: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_27: membar #StoreLoad P1092: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_27 nop P1094: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_28: membar #StoreLoad P1095: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1096: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_28 nop P1097: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_29: membar #StoreLoad P1098: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1099: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_29 nop P1100: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_30: membar #StoreLoad P1101: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1102: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1102 nop RET1102: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_30 nop P1103: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_31: membar #StoreLoad P1104: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P1105: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_31 nop P1106: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_32: membar #StoreLoad loop_exit_3_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_32 nop P1107: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_33: membar #StoreLoad P1108: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1109: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_33 nop P1110: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_34: membar #StoreLoad P1111: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1112: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_34 nop P1113: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_35: membar #StoreLoad P1114: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1115: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_35 nop P1116: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_36: membar #StoreLoad P1117: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1118: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_36 nop P1119: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_37: membar #StoreLoad P1120: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P1121: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_3_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_37 nop P1122: !_PREFETCH [238] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_38: sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 4092], 1 loop_exit_3_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_38 nop P1123: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_39: membar #StoreLoad P1124: !_BLD [252] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1124 nop RET1124: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1125: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1125 nop RET1125: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_39 nop P1126: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_40: membar #StoreLoad P1127: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1128: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_40 nop P1129: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_41: membar #StoreLoad P1130: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1131: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_41 nop P1132: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_42: membar #StoreLoad P1133: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P1134: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_3_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_42 nop P1135: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_43: membar #StoreLoad P1136: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1137: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_43 nop P1138: !_MEMBAR (FP) (Loop entry) (Branch target of P1080) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_44: membar #StoreLoad ba P1139 nop TARGET1080: ba RET1080 nop P1139: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1140: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_44 nop P1141: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_45: membar #StoreLoad P1142: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1143: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_45 nop P1144: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_46: membar #StoreLoad P1145: !_BLD [307] (FP) (Branch target of P1236) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P1146 nop TARGET1236: ba RET1236 nop P1146: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_46 nop P1147: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_47: membar #StoreLoad P1148: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1149: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_47 nop P1150: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_48: membar #StoreLoad P1151: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P1152: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_48 nop P1153: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_49: membar #StoreLoad P1154: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P1155: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_3_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_49 nop P1156: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_50: membar #StoreLoad P1157: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1158: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_50 nop P1159: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_51: membar #StoreLoad P1160: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1161: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_51 nop P1162: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_52: membar #StoreLoad P1163: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION50_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1164: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_52 nop P1165: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_53: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1165 nop RET1165: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P1166: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1167: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_53 nop P1168: !_ST [196] (maybe <- 0x81800002) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_54: wr %g0, 0x88, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l3 or %l3, %lo(0xff00ff00), %l3 and %l4, %l3, %l6 srl %l6, 8, %l6 sll %l4, 8, %o5 and %o5, %l3, %o5 or %o5, %l6, %o5 srl %o5, 16, %l6 sll %o5, 16, %o5 srl %o5, 0, %o5 or %o5, %l6, %o5 stwa %o5, [%i2 + 2928] %asi add %l4, 1, %l4 loop_exit_3_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_54 nop P1169: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_55: membar #StoreLoad P1170: !_BLD [187] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1170 nop RET1170: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P1171: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_55 nop P1172: !_IDC_FLIP [119] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_56: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1172, 32615, 3, 0x44400d10, 0xd10, %i2, 0xd10, %l6, %l7, %o5, %l3) P1173: !_MEMBAR (FP) membar #StoreLoad P1174: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1175: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_56 nop P1176: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P1364) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_57: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1176 nop RET1176: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 ba P1177 nop TARGET1364: ba RET1364 nop P1177: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P1178: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_57 nop P1179: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_58: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1179 nop RET1179: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1180: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P1181: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_3_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_58 nop P1182: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_59: membar #StoreLoad P1183: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1184: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_59 nop P1185: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_60: membar #StoreLoad P1186: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P1187: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_60 nop P1188: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_61: membar #StoreLoad P1189: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1190: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_61 nop P1191: !_ST [265] (maybe <- 0x81800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_62: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3876 ] add %l4, 1, %l4 loop_exit_3_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_62 nop P1192: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_63: membar #StoreLoad P1193: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1194: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_63 nop P1195: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_64: membar #StoreLoad P1196: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1197: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_64 nop P1198: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_65: membar #StoreLoad P1199: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1200: !_MEMBAR (FP) (Loop exit) (Branch target of P1300) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_65 nop ba P1201 nop TARGET1300: ba RET1300 nop P1201: !_PREFETCH [255] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_66: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1776], 20 P1202: !_MEMBAR (FP) membar #StoreLoad P1203: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1204: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_66 nop P1205: !_PREFETCH [195] (Int) (Loop entry) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_67: wr %g0, 0x88, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 1892] %asi, 20 P1206: !_MEMBAR (FP) membar #StoreLoad P1207: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P1208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_67 nop P1209: !_MEMBAR (FP) (Loop entry) (Branch target of P1176) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_68: membar #StoreLoad ba P1210 nop TARGET1176: ba RET1176 nop P1210: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P1211: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1211 nop RET1211: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_3_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_68 nop P1212: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_69: membar #StoreLoad P1213: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1214: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_69 nop P1215: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_70: membar #StoreLoad P1216: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1217: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_70 nop P1218: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_71: membar #StoreLoad P1219: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P1220: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_3_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_71 nop P1221: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_72: membar #StoreLoad P1222: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1223: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_72 nop P1224: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_73: membar #StoreLoad P1225: !_BLD [0] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1225 nop RET1225: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P1226: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_73 nop P1227: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_74: membar #StoreLoad P1228: !_BLD [132] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1229: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_74 nop P1230: !_ST [111] (maybe <- 0x81800004) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_75: wr %g0, 0x88, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l6 or %l6, %lo(0xff00ff00), %l6 and %l4, %l6, %l7 srl %l7, 8, %l7 sll %l4, 8, %l3 and %l3, %l6, %l3 or %l3, %l7, %l3 srl %l3, 16, %l7 sll %l3, 16, %l3 srl %l3, 0, %l3 or %l3, %l7, %l3 stwa %l3, [%i3 + 2496] %asi add %l4, 1, %l4 loop_exit_3_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_75 nop P1231: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_76: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1231 nop RET1231: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1232: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1233: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_76 nop P1234: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_77: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1234 nop RET1234: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P1235: !_BLD [266] (FP) (Branch target of P1356) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered ba P1236 nop TARGET1356: ba RET1356 nop P1236: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1236 nop RET1236: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_77 nop P1237: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_78: membar #StoreLoad P1238: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P1239: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_3_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_78 nop P1240: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_79: membar #StoreLoad P1241: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1242: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_79 nop P1243: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_80: membar #StoreLoad P1244: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1245: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_80 nop P1246: !_FLUSHI [91] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_81: flush %g0 P1247: !_MEMBAR (FP) membar #StoreLoad P1248: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1249: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_81 nop P1250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_82: membar #StoreLoad P1251: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1252: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_82 nop P1253: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_83: membar #StoreLoad P1254: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P1255: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_83 nop P1256: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_84: membar #StoreLoad P1257: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P1258: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_84 nop P1259: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_85: membar #StoreLoad P1260: !_BLD [324] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1261: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_85 nop P1262: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_86: membar #StoreLoad P1263: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P1264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_3_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_86 nop P1265: !_IDC_FLIP [300] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_87: sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(1265, 24803, 3, 0x46400f0c, 0xf0c, %i3, 0xf0c, %l6, %l7, %o5, %l3) loop_exit_3_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_87 nop P1266: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_88: membar #StoreLoad P1267: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1268: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_88 nop P1269: !_MEMBAR (Int) (Loop entry) (Loop exit) (Branch target of P1234) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_89: membar #StoreLoad loop_exit_3_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_89 nop ba P1270 nop TARGET1234: ba RET1234 nop P1270: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_90: membar #StoreLoad P1271: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1272: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_90 nop P1273: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_91: membar #StoreLoad P1274: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1275: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_91 nop P1276: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_92: membar #StoreLoad P1277: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P1278: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_92 nop P1279: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_93: membar #StoreLoad P1280: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1281: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_93 nop P1282: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_94: membar #StoreLoad P1283: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1284: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_94 nop P1285: !_MEMBAR (FP) (Loop entry) (Branch target of P1165) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_95: membar #StoreLoad ba P1286 nop TARGET1165: ba RET1165 nop P1286: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1287: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_95 nop P1288: !_FLUSHI [220] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_96: flush %g0 loop_exit_3_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_96 nop P1289: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_97: membar #StoreLoad P1290: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P1291: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_3_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_97 nop P1292: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_98: membar #StoreLoad P1293: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1294: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_98 nop P1295: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_99: membar #StoreLoad P1296: !_BLD [300] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1297: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_99 nop P1298: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_100: membar #StoreLoad P1299: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1300: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1300 nop RET1300: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_100 nop P1301: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_101: membar #StoreLoad P1302: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P1303: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_3_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_101 nop P1304: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_102: membar #StoreLoad P1305: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1306: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1306 nop RET1306: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_102 nop P1307: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_103: membar #StoreLoad P1308: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1309: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_103 nop P1310: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_104: membar #StoreLoad P1311: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1312: !_MEMBAR (FP) (Loop exit) (Branch target of P1124) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_104 nop ba P1313 nop TARGET1124: ba RET1124 nop P1313: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_105: membar #StoreLoad P1314: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1315: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_105 nop P1316: !_PREFETCH [236] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_106: sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3280], 23 loop_exit_3_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_106 nop P1317: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_107: membar #StoreLoad P1318: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1319: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_107 nop P1320: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_108: membar #StoreLoad P1321: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1322: !_MEMBAR (FP) (Loop exit) (Branch target of P1125) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_108 nop ba P1323 nop TARGET1125: ba RET1125 nop P1323: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_109: membar #StoreLoad P1324: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1325: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_109 nop P1326: !_MEMBAR (FP) (Loop entry) (Branch target of P1306) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_110: membar #StoreLoad ba P1327 nop TARGET1306: ba RET1306 nop P1327: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P1328: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_3_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_110 nop P1329: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_111: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1329 nop RET1329: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1330: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1331: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_111 nop P1332: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_112: membar #StoreLoad P1333: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1334: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_112 nop P1335: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_113: membar #StoreLoad P1336: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1337: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_113 nop P1338: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_114: membar #StoreLoad P1339: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1340: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_114 nop P1341: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_115: membar #StoreLoad P1342: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1343: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_115 nop P1344: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_116: membar #StoreLoad P1345: !_BLD [24] (FP) (Branch target of P1329) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P1346 nop TARGET1329: ba RET1329 nop P1346: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1346 nop RET1346: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_116 nop P1347: !_MEMBAR (FP) (Loop entry) (Branch target of P1179) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_117: membar #StoreLoad ba P1348 nop TARGET1179: ba RET1179 nop P1348: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1349: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_117 nop P1350: !_PREFETCH [109] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_118: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2356], 3 loop_exit_3_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_118 nop P1351: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_119: membar #StoreLoad P1352: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1353: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_119 nop P1354: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_120: membar #StoreLoad P1355: !_BLD [67] (FP) (Branch target of P1170) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P1356 nop TARGET1170: ba RET1170 nop P1356: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1356 nop RET1356: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_120 nop P1357: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_3_121: membar #StoreLoad P1358: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1359: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_121: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_121 nop P1360: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_122: membar #StoreLoad P1361: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1362: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_122: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_122 nop P1363: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_3_123: membar #StoreLoad P1364: !_BLD [266] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1364 nop RET1364: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_3_123: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_3_123 nop P1366: !_MEMBAR (Int) membar #StoreLoad END_NODES3: ! Test instruction sequence for CPU 3 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func4: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x04deade1), %l6 or %l6, %lo(0x04deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x82000001), %l4 or %l4, %lo(0x82000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0xe000001), %l6 or %l6, %lo(0xe000001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x2800000), %l6 or %l6, %lo(0x2800000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x76f8^4 sethi %hi(0x76f8), %l0 or %l0, %lo(0x76f8), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 22 to 27 --- sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1208] stx %g0, [%i2+2128] stx %g0, [%i2+2704] stx %g0, [%i2+3960] sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+2480] stx %g0, [%i3+2808] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES4, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES4: ! Test instruction sequence for ISTREAM 4 begins P1367: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_0: membar #StoreLoad P1368: !_BLD [345] (FP) (Branch target of P1572) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P1369 nop TARGET1572: ba RET1572 nop P1369: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_0 nop P1370: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_1: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1370 nop RET1370: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P1371: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1372: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_1 nop P1373: !_MEMBAR (FP) (Loop entry) (Branch target of P1687) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_2: membar #StoreLoad ba P1374 nop TARGET1687: ba RET1687 nop P1374: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P1375: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1375 nop RET1375: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_2 nop P1376: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_3: membar #StoreLoad P1377: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1378: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_3 nop P1379: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_4: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1379 nop RET1379: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P1380: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P1381: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_4_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_4 nop P1382: !_IDC_FLIP [4] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_5: IDC_FLIP(1382, 22809, 4, 0x43000b70, 0xb70, %i0, 0xb70, %l6, %l7, %o5, %l3) P1383: !_IDC_FLIP [301] (Int) (Loop exit) (Branch target of P1370) sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(1383, 21328, 4, 0x46500070, 0x70, %i3, 0x70, %l6, %l7, %o5, %l3) loop_exit_4_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_5 nop ba P1384 nop TARGET1370: ba RET1370 nop P1384: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_6: membar #StoreLoad P1385: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P1386: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_4_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_6 nop P1387: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_7: membar #StoreLoad P1388: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1389: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_7 nop P1390: !_PREFETCH [172] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_8: wr %g0, 0x82, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 1972] %asi, 22 loop_exit_4_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_8 nop P1391: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_9: membar #StoreLoad P1392: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1393: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_9 nop P1394: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_10: membar #StoreLoad P1395: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1396: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_10 nop P1397: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_11: membar #StoreLoad P1398: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1399: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_11 nop P1400: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_12: membar #StoreLoad P1401: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1402: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_12 nop P1403: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_13: membar #StoreLoad P1404: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1405: !_MEMBAR (FP) (Loop exit) (Branch target of P1375) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_13 nop ba P1406 nop TARGET1375: ba RET1375 nop P1406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_14: membar #StoreLoad P1407: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_14 nop P1409: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_15: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1409 nop RET1409: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P1410: !_BLD [351] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1410 nop RET1410: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1411: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_15 nop P1412: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_16: membar #StoreLoad P1413: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1414: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_16 nop P1415: !_MEMBAR (Int) (Loop entry) (Branch target of P1446) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_17: membar #StoreLoad ba P1416 nop TARGET1446: ba RET1446 nop P1416: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1417: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_17 nop P1418: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_18: membar #StoreLoad P1419: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1420: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_18 nop P1421: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_19: membar #StoreLoad P1422: !_BLD [292] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1422 nop RET1422: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P1423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_19 nop P1424: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_20: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1424 nop RET1424: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P1425: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1426: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_20 nop P1427: !_PREFETCH [341] (Int) (Loop entry) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_21: wr %g0, 0x88, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetcha [%i2 + 256] %asi, 2 P1428: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1428 nop RET1428: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P1429: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1430: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_21 nop P1431: !_PREFETCH [153] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_22: sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3416], 16 loop_exit_4_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_22 nop P1432: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_23: membar #StoreLoad P1433: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P1434: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_23 nop P1435: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_24: membar #StoreLoad P1436: !_IDC_FLIP [158] (Int) (Loop exit) sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1436, 16036, 4, 0x44b00b9c, 0xb9c, %i2, 0xb9c, %l6, %l7, %o5, %l3) loop_exit_4_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_24 nop P1437: !_MEMBAR (FP) (Loop entry) (Branch target of P1454) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_25: membar #StoreLoad ba P1438 nop TARGET1454: ba RET1454 nop P1438: !_BLD [292] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P1439: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_25 nop P1440: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_26: membar #StoreLoad P1441: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1442: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_26 nop P1443: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_27: membar #StoreLoad P1444: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P1445: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_4_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_27 nop P1446: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_28: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1446 nop RET1446: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P1447: !_BLD [296] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1447 nop RET1447: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P1448: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_4_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_28 nop P1449: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_29: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1449 nop RET1449: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1450: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1451: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_29 nop P1452: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_30: membar #StoreLoad P1453: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P1454: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1454 nop RET1454: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_30 nop P1455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_31: membar #StoreLoad P1456: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_31 nop P1458: !_MEMBAR (FP) (Loop entry) (Branch target of P1428) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_32: membar #StoreLoad ba P1459 nop TARGET1428: ba RET1428 nop P1459: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1460: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_32 nop P1461: !_PREFETCH [46] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_33: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1644], 22 loop_exit_4_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_33 nop P1462: !_PREFETCH [41] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_34: sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1184], 31 loop_exit_4_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_34 nop P1463: !_FLUSHI [202] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_35: flush %g0 loop_exit_4_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_35 nop P1464: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_36: membar #StoreLoad P1465: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1466: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_36 nop P1467: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_37: membar #StoreLoad P1468: !_BLD [284] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1468 nop RET1468: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P1469: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_37 nop P1470: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_38: membar #StoreLoad P1471: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1472: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_38 nop P1473: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_39: membar #StoreLoad P1474: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_39 nop P1476: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_40: membar #StoreLoad P1477: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1478: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_40 nop P1479: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_41: membar #StoreLoad P1480: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1481: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_41 nop P1482: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_42: membar #StoreLoad P1483: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1484: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_42 nop P1485: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_43: membar #StoreLoad P1486: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION42_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P1487: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_43 nop P1488: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_44: membar #StoreLoad P1489: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1490: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_44 nop P1491: !_MEMBAR (FP) (Loop entry) (Branch target of P1468) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_45: membar #StoreLoad ba P1492 nop TARGET1468: ba RET1468 nop P1492: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P1493: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_4_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_45 nop P1494: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_46: membar #StoreLoad P1495: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1496: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_46 nop P1497: !_MEMBAR (FP) (Loop entry) (Branch target of P1379) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_47: membar #StoreLoad ba P1498 nop TARGET1379: ba RET1379 nop P1498: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P1499: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_47 nop P1500: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_48: membar #StoreLoad P1501: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1502: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_48 nop P1503: !_FLUSHI [183] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_49: flush %g0 loop_exit_4_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_49 nop P1504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_50: membar #StoreLoad P1505: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_50 nop P1507: !_IDC_FLIP [248] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_51: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1507, 17918, 4, 0x45b007e0, 0x7e0, %i2, 0x7e0, %l6, %l7, %o5, %l3) P1508: !_MEMBAR (FP) membar #StoreLoad P1509: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1510: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_51 nop P1511: !_IDC_FLIP [66] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_52: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1511, 17789, 4, 0x43c00734, 0x734, %i2, 0x734, %l6, %l7, %o5, %l3) P1512: !_MEMBAR (FP) membar #StoreLoad P1513: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P1514: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_52 nop P1515: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_53: membar #StoreLoad P1516: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P1517: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_53 nop P1518: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_54: membar #StoreLoad P1519: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P1520: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_54 nop P1521: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_55: membar #StoreLoad P1522: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION50_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1523: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_55 nop P1524: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_56: membar #StoreLoad P1525: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_56 nop P1527: !_ST [168] (maybe <- 0xe000001) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_57: sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 1832 ] loop_exit_4_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_57 nop P1528: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_58: membar #StoreLoad P1529: !_BLD [19] (FP) (Branch target of P1538) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered ba P1530 nop TARGET1538: ba RET1538 nop P1530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_58 nop P1531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_59: membar #StoreLoad P1532: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1533: !_MEMBAR (FP) (Loop exit) (Branch target of P1410) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_59 nop ba P1534 nop TARGET1410: ba RET1410 nop P1534: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_60: membar #StoreLoad P1535: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1536: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_60 nop P1537: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_61: membar #StoreLoad P1538: !_BLD [217] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1538 nop RET1538: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P1539: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_61 nop P1540: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_62: membar #StoreLoad P1541: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1542: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_62 nop P1543: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_63: membar #StoreLoad P1544: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1545: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_63 nop P1546: !_LD [34] (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_64: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ld [%i2 + 2412], %f0 ! 1 addresses covered !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_64 nop P1547: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_65: membar #StoreLoad P1548: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1549: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_65 nop P1550: !_PREFETCH [50] (Int) (Loop entry) (Loop exit) (Branch target of P1409) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_66: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3904], 0 loop_exit_4_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_66 nop ba P1551 nop TARGET1409: ba RET1409 nop P1551: !_ST [191] (maybe <- 0xe000002) (FP) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_67: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 3520 ] loop_exit_4_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_67 nop P1552: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_68: membar #StoreLoad P1553: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1554: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_68 nop P1555: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_69: membar #StoreLoad P1556: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1557: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_69 nop P1558: !_IDC_FLIP [291] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_70: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(1558, 22585, 4, 0x462009d4, 0x9d4, %i2, 0x9d4, %l6, %l7, %o5, %l3) P1559: !_MEMBAR (FP) membar #StoreLoad P1560: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P1561: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_70 nop P1562: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_71: membar #StoreLoad P1563: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1564: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_71 nop P1565: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_72: membar #StoreLoad P1566: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1567: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_72 nop P1568: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_73: membar #StoreLoad P1569: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1570: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_73 nop P1571: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_74: membar #StoreLoad P1572: !_BLD [178] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1572 nop RET1572: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P1573: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_74 nop P1574: !_ST [151] (maybe <- 0x82000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_75: sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1400 ] add %l4, 1, %l4 loop_exit_4_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_75 nop P1575: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_76: membar #StoreLoad P1576: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1577: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_76 nop P1578: !_PREFETCH [1] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_77: prefetch [%i0 + 812], 0 loop_exit_4_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_77 nop P1579: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_78: membar #StoreLoad P1580: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1581: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_78 nop P1582: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_79: membar #StoreLoad P1583: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1584: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_79 nop P1585: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_80: membar #StoreLoad P1586: !_BLD [289] (FP) (CBR) (Branch target of P1633) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1586 nop RET1586: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 ba P1587 nop TARGET1633: ba RET1633 nop P1587: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_80 nop P1588: !_ST [182] (maybe <- 0x82000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_81: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1672 ] add %l4, 1, %l4 loop_exit_4_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_81 nop P1589: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_82: membar #StoreLoad P1590: !_BLD [343] (FP) (Branch target of P1613) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 ba P1591 nop TARGET1613: ba RET1613 nop P1591: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_4_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_82 nop P1592: !_IDC_FLIP [309] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_83: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(1592, 14638, 4, 0x466005e4, 0x5e4, %i3, 0x5e4, %l6, %l7, %o5, %l3) P1593: !_MEMBAR (FP) membar #StoreLoad P1594: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1595: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_83 nop P1596: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_84: membar #StoreLoad P1597: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1598: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_84 nop P1599: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_85: membar #StoreLoad P1600: !_BLD [132] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1601: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_85 nop P1602: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_86: membar #StoreLoad P1603: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1604: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_86 nop P1605: !_MEMBAR (FP) (Loop entry) (Branch target of P1586) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_87: membar #StoreLoad ba P1606 nop TARGET1586: ba RET1586 nop P1606: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P1607: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_4_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_87 nop P1608: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_88: membar #StoreLoad P1609: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1610: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_88 nop P1611: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_89: membar #StoreLoad P1612: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1613: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1613 nop RET1613: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_89 nop P1614: !_PREFETCH [53] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_90: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1852], 27 P1615: !_MEMBAR (FP) membar #StoreLoad P1616: !_BLD [203] (FP) (Branch target of P1422) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P1617 nop TARGET1422: ba RET1422 nop P1617: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_90 nop P1618: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_91: membar #StoreLoad P1619: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1620: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_91 nop P1621: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_92: membar #StoreLoad P1622: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P1623: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_4_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_92 nop P1624: !_ST [325] (maybe <- 0xe000003) (FP) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_93: sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 2696 ] loop_exit_4_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_93 nop P1625: !_FLUSHI [310] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_94: flush %g0 P1626: !_MEMBAR (FP) membar #StoreLoad P1627: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1628: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_94 nop P1629: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_95: membar #StoreLoad P1630: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1631: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_95 nop P1632: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_96: membar #StoreLoad P1633: !_BLD [1] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1633 nop RET1633: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P1634: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_96 nop P1635: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_97: membar #StoreLoad P1636: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1637: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_97 nop P1638: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_98: membar #StoreLoad P1639: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1640: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_98 nop P1641: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_99: membar #StoreLoad P1642: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P1643: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_99 nop P1644: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_100: membar #StoreLoad P1645: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1646: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_100 nop P1647: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_101: membar #StoreLoad P1648: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P1649: !_MEMBAR (FP) (Loop exit) (Branch target of P1449) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_101 nop ba P1650 nop TARGET1449: ba RET1449 nop P1650: !_MEMBAR (FP) (Loop entry) (Branch target of P1447) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_102: membar #StoreLoad ba P1651 nop TARGET1447: ba RET1447 nop P1651: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1652: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_102 nop P1653: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_103: membar #StoreLoad P1654: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P1655: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_103 nop P1656: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_104: membar #StoreLoad P1657: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1658: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_104 nop P1659: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_105: membar #StoreLoad P1660: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1661: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_105 nop P1662: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_106: membar #StoreLoad P1663: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1664: !_MEMBAR (FP) (Loop exit) (Branch target of P1424) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_106 nop ba P1665 nop TARGET1424: ba RET1424 nop P1665: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_107: membar #StoreLoad P1666: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1667: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_107 nop P1668: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_108: membar #StoreLoad P1669: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P1670: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_108 nop P1671: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_109: membar #StoreLoad P1672: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1673: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_109 nop P1674: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_110: membar #StoreLoad P1675: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1676: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_110 nop P1677: !_PREFETCH [44] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_111: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 496], 16 loop_exit_4_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_111 nop P1678: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_4_112: membar #StoreLoad P1679: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1680: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_112 nop P1681: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_113: membar #StoreLoad P1682: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1683: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_113 nop P1684: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_114: membar #StoreLoad P1685: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P1686: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_114 nop P1687: !_IDC_FLIP [252] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_115: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1687, 28712, 4, 0x45b00edc, 0xedc, %i2, 0xedc, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1687 nop RET1687: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_4_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_115 nop P1688: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_4_116: membar #StoreLoad P1689: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1690: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_4_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_4_116 nop P1691: !_MEMBAR (Int) membar #StoreLoad END_NODES4: ! Test instruction sequence for CPU 4 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func5: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x05deade1), %o5 or %o5, %lo(0x05deade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x82800001), %l4 or %l4, %lo(0x82800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0xe800001), %o5 or %o5, %lo(0xe800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x3000000), %o5 or %o5, %lo(0x3000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x4a5f^4 sethi %hi(0x4a5f), %l0 or %l0, %lo(0x4a5f), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 28 to 32 --- sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+3168] stx %g0, [%i2+3688] sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+2088] stx %g0, [%i3+2128] stx %g0, [%i3+2192] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES5, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES5: ! Test instruction sequence for ISTREAM 5 begins P1692: !_IDC_FLIP [162] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_0: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1692, 25697, 5, 0x44c00850, 0x850, %i2, 0x850, %l6, %l7, %o5, %l3) P1693: !_MEMBAR (FP) membar #StoreLoad P1694: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P1695: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_0 nop P1696: !_IDC_FLIP [81] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_1: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(1696, 560, 5, 0x43e00bec, 0xbec, %i2, 0xbec, %l6, %l7, %o5, %l3) loop_exit_5_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_1 nop P1697: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_2: membar #StoreLoad P1698: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P1699: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_5_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_2 nop P1700: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_3: membar #StoreLoad P1701: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1702: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_3 nop P1703: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_4: membar #StoreLoad P1704: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P1705: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_4 nop P1706: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_5: membar #StoreLoad P1707: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1708: !_MEMBAR (FP) (Loop exit) (Branch target of P1785) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_5 nop ba P1709 nop TARGET1785: ba RET1785 nop P1709: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_6: membar #StoreLoad P1710: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1711: !_MEMBAR (FP) (Loop exit) (Branch target of P1945) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_6 nop ba P1712 nop TARGET1945: ba RET1945 nop P1712: !_MEMBAR (Int) (Loop entry) (Loop exit) (Branch target of P1992) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_7: membar #StoreLoad loop_exit_5_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_7 nop ba P1713 nop TARGET1992: ba RET1992 nop P1713: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_8: membar #StoreLoad P1714: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1715: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_8 nop P1716: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_9: membar #StoreLoad P1717: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1718: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_9 nop P1719: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_10: membar #StoreLoad P1720: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1721: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_10 nop P1722: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_11: membar #StoreLoad P1723: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P1724: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_11 nop P1725: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_12: membar #StoreLoad P1726: !_BLD [293] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1726 nop RET1726: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1727: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_12 nop P1728: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_13: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1728 nop RET1728: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P1729: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1730: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_13 nop P1731: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_14: membar #StoreLoad P1732: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P1733: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_5_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_14 nop P1734: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_15: membar #StoreLoad P1735: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1736: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_15 nop P1737: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_16: membar #StoreLoad P1738: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1739: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_16 nop P1740: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_17: membar #StoreLoad P1741: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1742: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_17 nop P1743: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_18: membar #StoreLoad P1744: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1745: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_18 nop P1746: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_19: membar #StoreLoad P1747: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P1748: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_19 nop P1749: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_20: membar #StoreLoad P1750: !_BLD [241] (FP) (Branch target of P1879) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 ba P1751 nop TARGET1879: ba RET1879 nop P1751: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_20 nop P1752: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_21: membar #StoreLoad P1753: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1754: !_MEMBAR (FP) (Loop exit) (Branch target of P1776) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_21 nop ba P1755 nop TARGET1776: ba RET1776 nop P1755: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_22: membar #StoreLoad P1756: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1757: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_22 nop P1758: !_MEMBAR (FP) (Loop entry) (Branch target of P1728) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_23: membar #StoreLoad ba P1759 nop TARGET1728: ba RET1728 nop P1759: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1760: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_23 nop P1761: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_24: membar #StoreLoad P1762: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1763: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_24 nop P1764: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_25: membar #StoreLoad P1765: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1766: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_25 nop P1767: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_26: membar #StoreLoad P1768: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1769: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_26 nop P1770: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_27: membar #StoreLoad P1771: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P1772: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_27 nop P1773: !_PREFETCH [152] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_28: sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3120], 23 loop_exit_5_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_28 nop P1774: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_29: membar #StoreLoad P1775: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P1776: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1776 nop RET1776: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_29 nop P1777: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_30: membar #StoreLoad P1778: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P1779: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_30 nop P1780: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_31: membar #StoreLoad P1781: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1782: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_31 nop P1783: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_32: membar #StoreLoad P1784: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1785: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1785 nop RET1785: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_32 nop P1786: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_33: membar #StoreLoad P1787: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1788: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_33 nop P1789: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_34: membar #StoreLoad P1790: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1791: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_34 nop P1792: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_35: membar #StoreLoad P1793: !_BLD [6] (FP) (Branch target of P1870) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 ba P1794 nop TARGET1870: ba RET1870 nop P1794: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_35 nop P1795: !_MEMBAR (FP) (Loop entry) (Branch target of P2017) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_36: membar #StoreLoad ba P1796 nop TARGET2017: ba RET2017 nop P1796: !_BLD [352] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1796 nop RET1796: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P1797: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_36 nop P1798: !_MEMBAR (FP) (Loop entry) (Branch target of P1988) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_37: membar #StoreLoad ba P1799 nop TARGET1988: ba RET1988 nop P1799: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P1800: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_37 nop P1801: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_38: membar #StoreLoad P1802: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1803: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_38 nop P1804: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_39: membar #StoreLoad P1805: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1806: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_39 nop P1807: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_40: membar #StoreLoad P1808: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1809: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_40 nop P1810: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_41: membar #StoreLoad P1811: !_BLD [301] (FP) (Branch target of P1915) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P1812 nop TARGET1915: ba RET1915 nop P1812: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_41 nop P1813: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_42: membar #StoreLoad P1814: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1815: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1815 nop RET1815: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_42 nop P1816: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_43: membar #StoreLoad P1817: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1818: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_43 nop P1819: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_44: membar #StoreLoad P1820: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1821: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_44 nop P1822: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_45: membar #StoreLoad P1823: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P1824: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_45 nop P1825: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_46: membar #StoreLoad P1826: !_BLD [62] (FP) (Branch target of P1815) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 ba P1827 nop TARGET1815: ba RET1815 nop P1827: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_46 nop P1828: !_IDC_FLIP [35] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_47: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(1828, 4837, 5, 0x43700144, 0x144, %i3, 0x144, %l6, %l7, %o5, %l3) loop_exit_5_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_47 nop P1829: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_48: membar #StoreLoad P1830: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1831: !_MEMBAR (FP) (Loop exit) (Branch target of P1961) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_48 nop ba P1832 nop TARGET1961: ba RET1961 nop P1832: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_49: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1832 nop RET1832: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P1833: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1834: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_49 nop P1835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_50: membar #StoreLoad P1836: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P1837: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_50 nop P1838: !_IDC_FLIP [354] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_51: sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(1838, 23461, 5, 0x46e00e64, 0xe64, %i3, 0xe64, %l6, %l7, %o5, %l3) loop_exit_5_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_51 nop P1839: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_52: membar #StoreLoad P1840: !_BLD [156] (FP) (Branch target of P2023) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered ba P1841 nop TARGET2023: ba RET2023 nop P1841: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_52 nop P1842: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_53: membar #StoreLoad P1843: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_53 nop P1845: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_54: membar #StoreLoad P1846: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P1847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_54 nop P1848: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_55: membar #StoreLoad P1849: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P1850: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_55 nop P1851: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_56: membar #StoreLoad P1852: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1853: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_56 nop P1854: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_57: membar #StoreLoad P1855: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1856: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_57 nop P1857: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_58: membar #StoreLoad P1858: !_BLD [291] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1858 nop RET1858: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1859: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_58 nop P1860: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_59: membar #StoreLoad P1861: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P1862: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_5_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_59 nop P1863: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_60: membar #StoreLoad P1864: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1865: !_MEMBAR (FP) (Loop exit) (Branch target of P1832) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_60 nop ba P1866 nop TARGET1832: ba RET1832 nop P1866: !_ST [144] (maybe <- 0x82800001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_61: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1980 ] add %l4, 1, %l4 P1867: !_FLUSHI [273] (Int) (Loop exit) flush %g0 loop_exit_5_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_61 nop P1868: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_62: membar #StoreLoad P1869: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1870: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1870 nop RET1870: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_62 nop P1871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_63: membar #StoreLoad P1872: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P1873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_63 nop P1874: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_64: membar #StoreLoad P1875: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P1876: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_64 nop P1877: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_65: membar #StoreLoad P1878: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1879: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1879 nop RET1879: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_65 nop P1880: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_66: membar #StoreLoad P1881: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P1882: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_66 nop P1883: !_IDC_FLIP [132] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_67: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(1883, 12199, 5, 0x44700464, 0x464, %i3, 0x464, %l6, %l7, %o5, %l3) loop_exit_5_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_67 nop P1884: !_FLUSHI [41] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_68: flush %g0 P1885: !_MEMBAR (FP) membar #StoreLoad P1886: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1887: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_68 nop P1888: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_69: membar #StoreLoad P1889: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1890: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_69 nop P1891: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_70: membar #StoreLoad P1892: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1893: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_70 nop P1894: !_IDC_FLIP [256] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_71: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(1894, 8034, 5, 0x45c00834, 0x834, %i3, 0x834, %l6, %l7, %o5, %l3) loop_exit_5_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_71 nop P1895: !_PREFETCH [186] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_72: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 4028], 4 P1896: !_MEMBAR (FP) membar #StoreLoad P1897: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1898: !_MEMBAR (FP) (Loop exit) (Branch target of P1973) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_72 nop ba P1899 nop TARGET1973: ba RET1973 nop P1899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_73: membar #StoreLoad P1900: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1901: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_73 nop P1902: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_74: membar #StoreLoad P1903: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1904: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_74 nop P1905: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_75: membar #StoreLoad P1906: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1907: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_75 nop P1908: !_IDC_FLIP [334] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_76: sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(1908, 12389, 5, 0x46b00250, 0x250, %i3, 0x250, %l6, %l7, %o5, %l3) loop_exit_5_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_76 nop P1909: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_77: membar #StoreLoad loop_exit_5_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_77 nop P1910: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_78: membar #StoreLoad P1911: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1912: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_78 nop P1913: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_79: membar #StoreLoad P1914: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P1915: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1915 nop RET1915: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_79 nop P1916: !_ST [174] (maybe <- 0x82800002) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_80: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3764 ] add %l4, 1, %l4 P1917: !_MEMBAR (FP) membar #StoreLoad P1918: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P1919: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_80 nop P1920: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_81: membar #StoreLoad P1921: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P1922: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_81 nop P1923: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_82: membar #StoreLoad P1924: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P1925: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_82 nop P1926: !_IDC_FLIP [251] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_83: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1926, 30720, 5, 0x45b00c98, 0xc98, %i2, 0xc98, %l6, %l7, %o5, %l3) loop_exit_5_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_83 nop P1927: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_84: membar #StoreLoad P1928: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1929: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_84 nop P1930: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_85: membar #StoreLoad P1931: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P1932: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_85 nop P1933: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_86: membar #StoreLoad P1934: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P1935: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_5_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_86 nop P1936: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_87: membar #StoreLoad P1937: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1938: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_87 nop P1939: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_88: membar #StoreLoad P1940: !_BLD [26] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P1941: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_88 nop P1942: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_89: membar #StoreLoad P1943: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1944: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_89 nop P1945: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_90: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1945 nop RET1945: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P1946: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1947: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_90 nop P1948: !_IDC_FLIP [202] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_91: sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1948, 8154, 5, 0x45400274, 0x274, %i2, 0x274, %l6, %l7, %o5, %l3) P1949: !_MEMBAR (FP) membar #StoreLoad P1950: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P1951: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_91 nop P1952: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_92: membar #StoreLoad P1953: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P1954: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_92 nop P1955: !_IDC_FLIP [56] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_93: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(1955, 30229, 5, 0x43a00c00, 0xc00, %i3, 0xc00, %l6, %l7, %o5, %l3) P1956: !_MEMBAR (FP) membar #StoreLoad P1957: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P1958: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_93 nop P1959: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_94: membar #StoreLoad P1960: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1961: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1961 nop RET1961: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_94 nop P1962: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_95: membar #StoreLoad P1963: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P1964: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_95 nop P1965: !_ST [221] (maybe <- 0x82800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_96: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 868 ] add %l4, 1, %l4 loop_exit_5_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_96 nop P1966: !_LD [274] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_97: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 2496], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P1967: !_LD [313] (Int) (Loop exit) (Branch target of P1858) sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 1780], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_5_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_97 nop ba P1968 nop TARGET1858: ba RET1858 nop P1968: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_98: membar #StoreLoad P1969: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P1970: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_98 nop P1971: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_99: membar #StoreLoad P1972: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P1973: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1973 nop RET1973: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_99 nop P1974: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_100: membar #StoreLoad P1975: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P1976: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_100 nop P1977: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_101: membar #StoreLoad P1978: !_BLD [300] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1979: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_101 nop P1980: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_102: membar #StoreLoad P1981: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P1982: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_102 nop P1983: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_103: membar #StoreLoad P1984: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P1985: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_103 nop P1986: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_104: membar #StoreLoad P1987: !_IDC_FLIP [36] (Int) (Loop exit) sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(1987, 13266, 5, 0x43700744, 0x744, %i2, 0x744, %l6, %l7, %o5, %l3) loop_exit_5_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_104 nop P1988: !_PREFETCH [244] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_105: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3700], 3 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET1988 nop RET1988: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 loop_exit_5_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_105 nop P1989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_106: membar #StoreLoad P1990: !_BLD [99] (FP) (Branch target of P1726) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 ba P1991 nop TARGET1726: ba RET1726 nop P1991: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_106 nop P1992: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_107: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET1992 nop RET1992: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P1993: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P1994: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_107 nop P1995: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_108: membar #StoreLoad P1996: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P1997: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_108 nop P1998: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_109: membar #StoreLoad P1999: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2000: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_109 nop P2001: !_PREFETCH [149] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_110: wr %g0, 0x82, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetcha [%i2 + 152] %asi, 1 loop_exit_5_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_110 nop P2002: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_111: membar #StoreLoad P2003: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P2004: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_5_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_111 nop P2005: !_PREFETCH [148] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_112: sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 20], 21 loop_exit_5_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_112 nop P2006: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_113: membar #StoreLoad P2007: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P2008: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_113 nop P2009: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_5_114: membar #StoreLoad P2010: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P2011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_114 nop P2012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_115: membar #StoreLoad P2013: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_115 nop P2015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_116: membar #StoreLoad P2016: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P2017: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2017 nop RET2017: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_5_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_116 nop P2018: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_117: membar #StoreLoad P2019: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2020: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_117 nop P2021: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_5_118: membar #StoreLoad P2022: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2023: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2023 nop RET2023: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_5_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_5_118 nop P2024: !_MEMBAR (Int) (Branch target of P1796) membar #StoreLoad ba END_NODES5 nop TARGET1796: ba RET1796 nop END_NODES5: ! Test instruction sequence for CPU 5 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func6: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x06deade1), %l3 or %l3, %lo(0x06deade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x83000001), %l4 or %l4, %lo(0x83000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0xf000001), %l3 or %l3, %lo(0xf000001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x3800000), %l3 or %l3, %lo(0x3800000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x7624^4 sethi %hi(0x7624), %l0 or %l0, %lo(0x7624), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 33 to 38 --- sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+2200] stx %g0, [%i2+2408] sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+320] stx %g0, [%i3+1856] stx %g0, [%i3+2328] stx %g0, [%i3+3136] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES6, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES6: ! Test instruction sequence for ISTREAM 6 begins P2025: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_0: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2025 nop RET2025: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P2026: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2027: !_MEMBAR (FP) (Loop exit) (Branch target of P2097) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_0 nop ba P2028 nop TARGET2097: ba RET2097 nop P2028: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_1: membar #StoreLoad P2029: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2030: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_1 nop P2031: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_2: membar #StoreLoad P2032: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2033: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_2 nop P2034: !_PREFETCH [296] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_3: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3500], 4 P2035: !_MEMBAR (FP) membar #StoreLoad P2036: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2037: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_3 nop P2038: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_4: membar #StoreLoad P2039: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_4 nop P2041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_5: membar #StoreLoad P2042: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P2043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_5 nop P2044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_6: membar #StoreLoad P2045: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_6 nop P2047: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_7: membar #StoreLoad P2048: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P2049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_7 nop P2050: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_8: membar #StoreLoad P2051: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P2052: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2052 nop RET2052: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_6_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_8 nop P2053: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_9: membar #StoreLoad P2054: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION53_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2055: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_9 nop P2056: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_10: membar #StoreLoad P2057: !_BLD [173] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2057 nop RET2057: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P2058: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2058 nop RET2058: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_10 nop P2059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_11: membar #StoreLoad P2060: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_11 nop P2062: !_PREFETCH [127] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_12: sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 764], 31 loop_exit_6_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_12 nop P2063: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_13: membar #StoreLoad P2064: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2065: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_13 nop P2066: !_IDC_FLIP [69] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_14: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2066, 3853, 6, 0x43c00d28, 0xd28, %i3, 0xd28, %l6, %l7, %o5, %l3) P2067: !_MEMBAR (FP) membar #StoreLoad P2068: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2069: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_14 nop P2070: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_15: membar #StoreLoad P2071: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2072: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2072 nop RET2072: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_15 nop P2073: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_16: membar #StoreLoad loop_exit_6_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_16 nop P2074: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_17: membar #StoreLoad P2075: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2076: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_17 nop P2077: !_MEMBAR (FP) (Loop entry) (Branch target of P2314) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_18: membar #StoreLoad ba P2078 nop TARGET2314: ba RET2314 nop P2078: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2079: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_18 nop P2080: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_19: membar #StoreLoad P2081: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2082: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_19 nop P2083: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_20: membar #StoreLoad P2084: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2085: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_20 nop P2086: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_21: membar #StoreLoad P2087: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P2088: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_21 nop P2089: !_MEMBAR (FP) (Loop entry) (Branch target of P2025) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_22: membar #StoreLoad ba P2090 nop TARGET2025: ba RET2025 nop P2090: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2091: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_22 nop P2092: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_23: membar #StoreLoad P2093: !_BLD [93] (FP) (Branch target of P2220) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 ba P2094 nop TARGET2220: ba RET2220 nop P2094: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_6_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_23 nop P2095: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_24: membar #StoreLoad P2096: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P2097: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2097 nop RET2097: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_24 nop P2098: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_25: membar #StoreLoad P2099: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2100: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_25 nop P2101: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_26: membar #StoreLoad P2102: !_BLD [113] (FP) (Branch target of P2256) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 ba P2103 nop TARGET2256: ba RET2256 nop P2103: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_6_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_26 nop P2104: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_27: membar #StoreLoad P2105: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2106: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_27 nop P2107: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_28: membar #StoreLoad P2108: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P2109: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_6_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_28 nop P2110: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_29: membar #StoreLoad P2111: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2112: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_29 nop P2113: !_IDC_FLIP [72] (Int) (Loop entry) (Loop exit) (Branch target of P2058) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_30: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2113, 19720, 6, 0x43d0001c, 0x1c, %i3, 0x1c, %l6, %l7, %o5, %l3) loop_exit_6_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_30 nop ba P2114 nop TARGET2058: ba RET2058 nop P2114: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_31: membar #StoreLoad P2115: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2116: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_31 nop P2117: !_ST [309] (maybe <- 0x83000001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_32: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1508 ] add %l4, 1, %l4 P2118: !_MEMBAR (FP) membar #StoreLoad P2119: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_32 nop P2121: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_33: membar #StoreLoad P2122: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2123: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_33 nop P2124: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_34: membar #StoreLoad P2125: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2126: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_34 nop P2127: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_35: membar #StoreLoad P2128: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P2129: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2129 nop RET2129: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_6_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_35 nop P2130: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_36: membar #StoreLoad P2131: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2132: !_MEMBAR (FP) (Loop exit) (Branch target of P2303) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_36 nop ba P2133 nop TARGET2303: ba RET2303 nop P2133: !_IDC_FLIP [313] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_37: sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2133, 2263, 6, 0x467006f4, 0x6f4, %i3, 0x6f4, %l6, %l7, %o5, %l3) loop_exit_6_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_37 nop P2134: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_38: membar #StoreLoad P2135: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2136: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_38 nop P2137: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_39: membar #StoreLoad P2138: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P2139: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_39 nop P2140: !_ST [12] (maybe <- 0xf000001) (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_40: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 1588 ] P2141: !_MEMBAR (FP) membar #StoreLoad P2142: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P2143: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_6_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_40 nop P2144: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_41: membar #StoreLoad P2145: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2146: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_41 nop P2147: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_42: membar #StoreLoad P2148: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2149: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_42 nop P2150: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_43: membar #StoreLoad P2151: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2152: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_43 nop P2153: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_44: membar #StoreLoad P2154: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P2155: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_44 nop P2156: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_45: membar #StoreLoad P2157: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2158: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_45 nop P2159: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_46: membar #StoreLoad P2160: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P2161: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_46 nop P2162: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_47: membar #StoreLoad P2163: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2164: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_47 nop P2165: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_48: membar #StoreLoad P2166: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P2167: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_48 nop P2168: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_49: membar #StoreLoad P2169: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2170: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_49 nop P2171: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_50: membar #StoreLoad P2172: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P2173: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_50 nop P2174: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_51: membar #StoreLoad P2175: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2176: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_51 nop P2177: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_52: membar #StoreLoad P2178: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2179: !_MEMBAR (FP) (Loop exit) (Branch target of P2057) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_52 nop ba P2180 nop TARGET2057: ba RET2057 nop P2180: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_53: membar #StoreLoad P2181: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2182: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_53 nop P2183: !_ST [35] (maybe <- 0x83000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_54: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 324 ] add %l4, 1, %l4 loop_exit_6_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_54 nop P2184: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_55: membar #StoreLoad P2185: !_BLD [258] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2185 nop RET2185: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P2186: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_55 nop P2187: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_56: membar #StoreLoad P2188: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2189: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_56 nop P2190: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_57: membar #StoreLoad P2191: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2192: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_57 nop P2193: !_ST [212] (maybe <- 0x83000003) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_58: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3212 ] add %l4, 1, %l4 P2194: !_MEMBAR (FP) membar #StoreLoad P2195: !_BLD [314] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2195 nop RET2195: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P2196: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_58 nop P2197: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_59: membar #StoreLoad P2198: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2199: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_59 nop P2200: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_60: membar #StoreLoad P2201: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2202: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_60 nop P2203: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_61: membar #StoreLoad P2204: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2205: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_61 nop P2206: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_62: membar #StoreLoad P2207: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P2208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_62 nop P2209: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_63: membar #StoreLoad P2210: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P2211: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_6_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_63 nop P2212: !_MEMBAR (FP) (Loop entry) (Branch target of P2247) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_64: membar #StoreLoad ba P2213 nop TARGET2247: ba RET2247 nop P2213: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2214: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_64 nop P2215: !_IDC_FLIP [67] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_65: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2215, 31457, 6, 0x43c00820, 0x820, %i3, 0x820, %l6, %l7, %o5, %l3) P2216: !_MEMBAR (FP) membar #StoreLoad P2217: !_BLD [324] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2218: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_65 nop P2219: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_66: membar #StoreLoad P2220: !_BLD [254] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2220 nop RET2220: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P2221: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_66 nop P2222: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_67: membar #StoreLoad P2223: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2224: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_67 nop P2225: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_68: membar #StoreLoad P2226: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2227: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_68 nop P2228: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_69: membar #StoreLoad P2229: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2230: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_69 nop P2231: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_70: membar #StoreLoad P2232: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2233: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_70 nop P2234: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_71: membar #StoreLoad P2235: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2236: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_71 nop P2237: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_72: membar #StoreLoad P2238: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P2239: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_6_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_72 nop P2240: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_73: membar #StoreLoad P2241: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P2242: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_6_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_73 nop P2243: !_IDC_FLIP [317] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_74: sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2243, 21306, 6, 0x46800524, 0x524, %i3, 0x524, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2243 nop RET2243: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P2244: !_MEMBAR (FP) membar #StoreLoad P2245: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2246: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2246 nop RET2246: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_74 nop P2247: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_75: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2247 nop RET2247: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P2248: !_BLD [132] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2249: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_75 nop P2250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_76: membar #StoreLoad P2251: !_BLD [192] (FP) (Branch target of P2246) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P2252 nop TARGET2246: ba RET2246 nop P2252: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_76 nop P2253: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_77: membar #StoreLoad P2254: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2255: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_77 nop P2256: !_MEMBAR (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_78: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2256 nop RET2256: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P2257: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P2258: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_6_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_78 nop P2259: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_79: membar #StoreLoad P2260: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2261: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_79 nop P2262: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_80: membar #StoreLoad P2263: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_80 nop P2265: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_81: membar #StoreLoad P2266: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2267: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_81 nop P2268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_82: membar #StoreLoad P2269: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2270: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_82 nop P2271: !_IDC_FLIP [85] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_83: sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2271, 1210, 6, 0x43f00de0, 0xde0, %i3, 0xde0, %l6, %l7, %o5, %l3) P2272: !_MEMBAR (FP) membar #StoreLoad P2273: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2274: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_83 nop P2275: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_84: membar #StoreLoad P2276: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2277: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_84 nop P2278: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_85: membar #StoreLoad P2279: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2280: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_85 nop P2281: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_86: membar #StoreLoad P2282: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2283: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_86 nop P2284: !_IDC_FLIP [160] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_87: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2284, 13464, 6, 0x44c00230, 0x230, %i2, 0x230, %l6, %l7, %o5, %l3) loop_exit_6_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_87 nop P2285: !_ST [19] (maybe <- 0x83000004) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_88: sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2496 ] add %l4, 1, %l4 P2286: !_MEMBAR (FP) membar #StoreLoad P2287: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2288: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_88 nop P2289: !_ST [172] (maybe <- 0xf000002) (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_89: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 1972 ] P2290: !_MEMBAR (FP) membar #StoreLoad P2291: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2292: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_89 nop P2293: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_90: membar #StoreLoad P2294: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P2295: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_90 nop P2296: !_ST [159] (maybe <- 0x83000005) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_91: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 84 ] add %l4, 1, %l4 loop_exit_6_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_91 nop P2297: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_92: membar #StoreLoad P2298: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2299: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_92 nop P2300: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_93: membar #StoreLoad P2301: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2302: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_93 nop P2303: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P2072) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_94: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2303 nop RET2303: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P2304 nop TARGET2072: ba RET2072 nop P2304: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2305: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_94 nop P2306: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_95: membar #StoreLoad P2307: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P2308: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_95 nop P2309: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_96: membar #StoreLoad P2310: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2311: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_96 nop P2312: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_97: membar #StoreLoad P2313: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2314: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P2129) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2314 nop RET2314: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_97 nop ba P2315 nop TARGET2129: ba RET2129 nop P2315: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_98: membar #StoreLoad P2316: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2317: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_98 nop P2318: !_IDC_FLIP [352] (Int) (Loop entry) (Branch target of P2185) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_99: sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2318, 15930, 6, 0x46e00b18, 0xb18, %i3, 0xb18, %l6, %l7, %o5, %l3) ba P2319 nop TARGET2185: ba RET2185 nop P2319: !_MEMBAR (FP) membar #StoreLoad P2320: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2321: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_99 nop P2322: !_ST [191] (maybe <- 0x83000006) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_100: wr %g0, 0x88, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %o5 or %o5, %lo(0xff00ff00), %o5 and %l4, %o5, %l3 srl %l3, 8, %l3 sll %l4, 8, %l7 and %l7, %o5, %l7 or %l7, %l3, %l7 srl %l7, 16, %l3 sll %l7, 16, %l7 srl %l7, 0, %l7 or %l7, %l3, %l7 stwa %l7, [%i3 + 3520] %asi add %l4, 1, %l4 loop_exit_6_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_100 nop P2323: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_101: membar #StoreLoad P2324: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2325: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_101 nop P2326: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_102: membar #StoreLoad P2327: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2328: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_102 nop P2329: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_103: membar #StoreLoad P2330: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2331: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_103 nop P2332: !_IDC_FLIP [61] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_104: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(2332, 17511, 6, 0x43b00300, 0x300, %i3, 0x300, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2332 nop RET2332: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_6_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_104 nop P2333: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_105: membar #StoreLoad P2334: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2335: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_105 nop P2336: !_MEMBAR (FP) (Loop entry) (Branch target of P2243) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_106: membar #StoreLoad ba P2337 nop TARGET2243: ba RET2243 nop P2337: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION56_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2338: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_106 nop P2339: !_MEMBAR (FP) (Loop entry) (Branch target of P2332) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_107: membar #StoreLoad ba P2340 nop TARGET2332: ba RET2332 nop P2340: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P2341: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_6_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_107 nop P2342: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_108: membar #StoreLoad P2343: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_108 nop P2345: !_IDC_FLIP [199] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_109: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2345, 28648, 6, 0x45300a4c, 0xa4c, %i2, 0xa4c, %l6, %l7, %o5, %l3) loop_exit_6_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_109 nop P2346: !_PREFETCH [285] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_110: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1804], 3 P2347: !_MEMBAR (FP) membar #StoreLoad P2348: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P2349: !_MEMBAR (FP) (Loop exit) (Branch target of P2195) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_110 nop ba P2350 nop TARGET2195: ba RET2195 nop P2350: !_MEMBAR (FP) (Loop entry) (Branch target of P2052) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_6_111: membar #StoreLoad ba P2351 nop TARGET2052: ba RET2052 nop P2351: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2352: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_111 nop P2353: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_112: membar #StoreLoad P2354: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P2355: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_6_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_112 nop P2356: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_6_113: membar #StoreLoad P2357: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2358: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_6_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_6_113 nop P2359: !_MEMBAR (Int) membar #StoreLoad END_NODES6: ! Test instruction sequence for CPU 6 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func7: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x07deade1), %l6 or %l6, %lo(0x07deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x83800001), %l4 or %l4, %lo(0x83800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0xf800001), %l6 or %l6, %lo(0xf800001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x4000000), %l6 or %l6, %lo(0x4000000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0xb13^4 sethi %hi(0xb13), %l0 or %l0, %lo(0xb13), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 39 to 43 --- sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+3648] sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+64] stx %g0, [%i3+1184] stx %g0, [%i3+2728] stx %g0, [%i3+3688] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES7, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES7: ! Test instruction sequence for ISTREAM 7 begins P2360: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_0: membar #StoreLoad P2361: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2362: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_0 nop P2363: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_1: membar #StoreLoad P2364: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_1 nop P2366: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_2: membar #StoreLoad P2367: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2368: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2368 nop RET2368: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_2 nop P2369: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_3: membar #StoreLoad P2370: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2371: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_3 nop P2372: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_4: membar #StoreLoad P2373: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2374: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_4 nop P2375: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_5: membar #StoreLoad P2376: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2377: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_5 nop P2378: !_PREFETCH [105] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_6: sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3328], 21 P2379: !_MEMBAR (FP) membar #StoreLoad P2380: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P2381: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_7_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_6 nop P2382: !_MEMBAR (FP) (Loop entry) (Branch target of P2440) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_7: membar #StoreLoad ba P2383 nop TARGET2440: ba RET2440 nop P2383: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2384: !_MEMBAR (FP) (Loop exit) (Branch target of P2534) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_7 nop ba P2385 nop TARGET2534: ba RET2534 nop P2385: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_8: membar #StoreLoad P2386: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2387: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_8 nop P2388: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_9: membar #StoreLoad P2389: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2390: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_9 nop P2391: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_10: membar #StoreLoad P2392: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2393: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_10 nop P2394: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_11: membar #StoreLoad P2395: !_BLD [129] (FP) (Branch target of P2404) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P2396 nop TARGET2404: ba RET2404 nop P2396: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_11 nop P2397: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_12: membar #StoreLoad P2398: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2399: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_12 nop P2400: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_13: membar #StoreLoad P2401: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2402: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_13 nop P2403: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_14: membar #StoreLoad P2404: !_BLD [28] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2404 nop RET2404: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P2405: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_14 nop P2406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_15: membar #StoreLoad P2407: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_15 nop P2409: !_IDC_FLIP [130] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_16: sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2409, 9474, 7, 0x44600f4c, 0xf4c, %i2, 0xf4c, %l6, %l7, %o5, %l3) loop_exit_7_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_16 nop P2410: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_17: membar #StoreLoad P2411: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2412: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_17 nop P2413: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_18: membar #StoreLoad P2414: !_BLD [163] (FP) (Branch target of P2500) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P2415 nop TARGET2500: ba RET2500 nop P2415: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_18 nop P2416: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_19: membar #StoreLoad P2417: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2418: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_19 nop P2419: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_20: membar #StoreLoad P2420: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2421: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_20 nop P2422: !_ST [93] (maybe <- 0x83800001) (Int) (Loop entry) (Loop exit) (Branch target of P2472) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_21: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1400 ] add %l4, 1, %l4 loop_exit_7_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_21 nop ba P2423 nop TARGET2472: ba RET2472 nop P2423: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_22: membar #StoreLoad P2424: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2425: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_22 nop P2426: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_23: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2426 nop RET2426: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P2427: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2428: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_23 nop P2429: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_24: membar #StoreLoad P2430: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2431: !_MEMBAR (FP) (Loop exit) (Branch target of P2368) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_24 nop ba P2432 nop TARGET2368: ba RET2368 nop P2432: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_25: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2432 nop RET2432: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P2433: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P2434: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_7_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_25 nop P2435: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_26: membar #StoreLoad P2436: !_BLD [324] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2437: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_26 nop P2438: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_27: membar #StoreLoad P2439: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2440: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2440 nop RET2440: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_27 nop P2441: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_28: membar #StoreLoad P2442: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P2443: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_7_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_28 nop P2444: !_IDC_FLIP [179] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_29: sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2444, 23553, 7, 0x44f00ee8, 0xee8, %i3, 0xee8, %l6, %l7, %o5, %l3) P2445: !_MEMBAR (FP) membar #StoreLoad P2446: !_BLD [159] (FP) (Branch target of P2426) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P2447 nop TARGET2426: ba RET2426 nop P2447: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_29 nop P2448: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_30: membar #StoreLoad P2449: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2450: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_30 nop P2451: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_31: membar #StoreLoad P2452: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2453: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_31 nop P2454: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_32: membar #StoreLoad P2455: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2456: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_32 nop P2457: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_33: membar #StoreLoad P2458: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2459: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_33 nop P2460: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_34: membar #StoreLoad P2461: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2462: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_34 nop P2463: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_35: membar #StoreLoad P2464: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2465: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_35 nop P2466: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_36: membar #StoreLoad P2467: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2468: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_36 nop P2469: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_37: membar #StoreLoad P2470: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2471: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_37 nop P2472: !_IDC_FLIP [27] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_38: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2472, 10358, 7, 0x43500afc, 0xafc, %i2, 0xafc, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2472 nop RET2472: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_7_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_38 nop P2473: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_39: membar #StoreLoad P2474: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_39 nop P2476: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_40: membar #StoreLoad P2477: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P2478: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_40 nop P2479: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_41: membar #StoreLoad P2480: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2481: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_41 nop P2482: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_42: membar #StoreLoad P2483: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2484: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_42 nop P2485: !_IDC_FLIP [85] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_43: sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2485, 28219, 7, 0x43f00de0, 0xde0, %i3, 0xde0, %l6, %l7, %o5, %l3) loop_exit_7_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_43 nop P2486: !_IDC_FLIP [214] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_44: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2486, 30923, 7, 0x45600e2c, 0xe2c, %i2, 0xe2c, %l6, %l7, %o5, %l3) loop_exit_7_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_44 nop P2487: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_45: membar #StoreLoad P2488: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2489: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_45 nop P2490: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_46: membar #StoreLoad P2491: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P2492: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_46 nop P2493: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_47: membar #StoreLoad P2494: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P2495: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_47 nop P2496: !_PREFETCH [122] (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_48: wr %g0, 0x88, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 3192] %asi, 1 loop_exit_7_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_48 nop P2497: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_49: membar #StoreLoad P2498: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2499: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_49 nop P2500: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_50: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2500 nop RET2500: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P2501: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2502: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_50 nop P2503: !_IDC_FLIP [105] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_51: sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2503, 7778, 7, 0x44200d00, 0xd00, %i2, 0xd00, %l6, %l7, %o5, %l3) loop_exit_7_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_51 nop P2504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_52: membar #StoreLoad P2505: !_BLD [324] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_52 nop P2507: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_53: membar #StoreLoad P2508: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2509: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_53 nop P2510: !_ST [122] (maybe <- 0x83800002) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_54: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3192 ] add %l4, 1, %l4 P2511: !_MEMBAR (FP) membar #StoreLoad P2512: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2513: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_54 nop P2514: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_55: membar #StoreLoad P2515: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2516: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_55 nop P2517: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_56: membar #StoreLoad P2518: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2519: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_56 nop P2520: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_57: membar #StoreLoad P2521: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2522: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_57 nop P2523: !_IDC_FLIP [63] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_58: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(2523, 8537, 7, 0x43b00370, 0x370, %i2, 0x370, %l6, %l7, %o5, %l3) P2524: !_MEMBAR (FP) membar #StoreLoad P2525: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_58 nop P2527: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_59: membar #StoreLoad P2528: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P2529: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_59 nop P2530: !_PREFETCH [149] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_60: sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 152], 0 loop_exit_7_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_60 nop P2531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_61: membar #StoreLoad P2532: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_61 nop P2534: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_62: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2534 nop RET2534: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P2535: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P2536: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_7_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_62 nop P2537: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_63: membar #StoreLoad P2538: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2539: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_63 nop P2540: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_64: membar #StoreLoad P2541: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P2542: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_64 nop P2543: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_65: membar #StoreLoad P2544: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P2545: !_MEMBAR (FP) (Loop exit) (Branch target of P2564) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_7_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_65 nop ba P2546 nop TARGET2564: ba RET2564 nop P2546: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_66: membar #StoreLoad P2547: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P2548: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_66 nop P2549: !_PREFETCH [328] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_67: sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1356], 2 loop_exit_7_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_67 nop P2550: !_IDC_FLIP [262] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_68: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2550, 20463, 7, 0x45d006f8, 0x6f8, %i3, 0x6f8, %l6, %l7, %o5, %l3) P2551: !_MEMBAR (FP) membar #StoreLoad P2552: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2553: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_68 nop P2554: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_69: membar #StoreLoad P2555: !_BLD [26] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2556: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_69 nop P2557: !_ST [21] (maybe <- 0x83800003) (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_70: sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 860 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2557 nop RET2557: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P2558: !_MEMBAR (FP) membar #StoreLoad P2559: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2560: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_70 nop P2561: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_71: membar #StoreLoad P2562: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2563: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2563 nop RET2563: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_71 nop P2564: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_72: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2564 nop RET2564: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P2565: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2566: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_72 nop P2567: !_IDC_FLIP [97] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_73: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2567, 12003, 7, 0x44100578, 0x578, %i2, 0x578, %l6, %l7, %o5, %l3) loop_exit_7_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_73 nop P2568: !_MEMBAR (FP) (Loop entry) (Branch target of P2649) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_74: membar #StoreLoad ba P2569 nop TARGET2649: ba RET2649 nop P2569: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2570: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_74 nop P2571: !_MEMBAR (FP) (Loop entry) (Branch target of P2625) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_75: membar #StoreLoad ba P2572 nop TARGET2625: ba RET2625 nop P2572: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2573: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_75 nop P2574: !_ST [203] (maybe <- 0x83800004) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_76: sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 680 ] add %l4, 1, %l4 loop_exit_7_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_76 nop P2575: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_77: membar #StoreLoad P2576: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P2577: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_77 nop P2578: !_ST [231] (maybe <- 0x83800005) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_78: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2708 ] add %l4, 1, %l4 P2579: !_MEMBAR (FP) membar #StoreLoad P2580: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P2581: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_78 nop P2582: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_79: membar #StoreLoad P2583: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2584: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2584 nop RET2584: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_79 nop P2585: !_ST [37] (maybe <- 0x83800006) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_80: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2328 ] add %l4, 1, %l4 P2586: !_IDC_FLIP [180] (Int) (Loop exit) sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2586, 3022, 7, 0x44f00f98, 0xf98, %i2, 0xf98, %l6, %l7, %o5, %l3) loop_exit_7_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_80 nop P2587: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_81: membar #StoreLoad P2588: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P2589: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_81 nop P2590: !_IDC_FLIP [33] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_82: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2590, 7073, 7, 0x43600898, 0x898, %i2, 0x898, %l6, %l7, %o5, %l3) P2591: !_MEMBAR (FP) membar #StoreLoad P2592: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2593: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_82 nop P2594: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_83: membar #StoreLoad P2595: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2596: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2596 nop RET2596: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_83 nop P2597: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_84: membar #StoreLoad P2598: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2599: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_84 nop P2600: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_85: membar #StoreLoad P2601: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2602: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_85 nop P2603: !_PREFETCH [227] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_86: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 684], 2 P2604: !_MEMBAR (FP) membar #StoreLoad P2605: !_BLD [136] (FP) (Branch target of P2557) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P2606 nop TARGET2557: ba RET2557 nop P2606: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_86 nop P2607: !_IDC_FLIP [108] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_87: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2607, 7315, 7, 0x443008c0, 0x8c0, %i3, 0x8c0, %l6, %l7, %o5, %l3) loop_exit_7_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_87 nop P2608: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_88: membar #StoreLoad P2609: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P2610: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_88 nop P2611: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_89: membar #StoreLoad P2612: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P2613: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_89 nop P2614: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_90: membar #StoreLoad P2615: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2616: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_90 nop P2617: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_91: membar #StoreLoad P2618: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2619: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_91 nop P2620: !_ST [180] (maybe <- 0x83800007) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_92: sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3992 ] add %l4, 1, %l4 P2621: !_MEMBAR (FP) membar #StoreLoad P2622: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P2623: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_92 nop P2624: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_93: membar #StoreLoad P2625: !_BLD [226] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2625 nop RET2625: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P2626: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_93 nop P2627: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_94: membar #StoreLoad P2628: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2629: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_94 nop P2630: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_95: membar #StoreLoad P2631: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2632: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_95 nop P2633: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_96: membar #StoreLoad loop_exit_7_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_96 nop P2634: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_97: membar #StoreLoad P2635: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P2636: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_97 nop P2637: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_98: membar #StoreLoad P2638: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P2639: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_7_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_98 nop P2640: !_MEMBAR (FP) (Loop entry) (Branch target of P2563) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_99: membar #StoreLoad ba P2641 nop TARGET2563: ba RET2563 nop P2641: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2642: !_MEMBAR (FP) (Loop exit) (Branch target of P2689) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_99 nop ba P2643 nop TARGET2689: ba RET2689 nop P2643: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_100: membar #StoreLoad P2644: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2645: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_100 nop P2646: !_ST [110] (maybe <- 0x83800008) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_101: wr %g0, 0x88, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l6 or %l6, %lo(0xff00ff00), %l6 and %l4, %l6, %l7 srl %l7, 8, %l7 sll %l4, 8, %l3 and %l3, %l6, %l3 or %l3, %l7, %l3 srl %l3, 16, %l7 sll %l3, 16, %l3 srl %l3, 0, %l3 or %l3, %l7, %l3 stwa %l3, [%i3 + 2408] %asi add %l4, 1, %l4 loop_exit_7_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_101 nop P2647: !_MEMBAR (FP) (Loop entry) (Branch target of P2596) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_102: membar #StoreLoad ba P2648 nop TARGET2596: ba RET2596 nop P2648: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P2649: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2649 nop RET2649: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_102 nop P2650: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_103: membar #StoreLoad P2651: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P2652: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_7_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_103 nop P2653: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_104: membar #StoreLoad P2654: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2655: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_104 nop P2656: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_105: membar #StoreLoad P2657: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2658: !_MEMBAR (FP) (Loop exit) (Branch target of P2432) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_105 nop ba P2659 nop TARGET2432: ba RET2432 nop P2659: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_106: membar #StoreLoad P2660: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P2661: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_7_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_106 nop P2662: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_107: membar #StoreLoad P2663: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2664: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_107 nop P2665: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_108: membar #StoreLoad P2666: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2667: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_108 nop P2668: !_PREFETCH [179] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_109: sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3816], 30 P2669: !_MEMBAR (FP) membar #StoreLoad P2670: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P2671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_109 nop P2672: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_110: membar #StoreLoad P2673: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2674: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_110 nop P2675: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_111: membar #StoreLoad P2676: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P2677: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_7_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_111 nop P2678: !_ST [106] (maybe <- 0x83800009) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_112: sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3500 ] add %l4, 1, %l4 loop_exit_7_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_112 nop P2679: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_113: membar #StoreLoad P2680: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2681: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_113 nop P2682: !_MEMBAR (FP) (Loop entry) (Branch target of P2584) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_7_114: membar #StoreLoad ba P2683 nop TARGET2584: ba RET2584 nop P2683: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P2684: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_114 nop P2685: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_115: membar #StoreLoad P2686: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P2687: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_7_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_115 nop P2688: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_7_116: membar #StoreLoad P2689: !_BLD [351] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2689 nop RET2689: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P2690: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_7_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_7_116 nop P2691: !_MEMBAR (Int) membar #StoreLoad END_NODES7: ! Test instruction sequence for CPU 7 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func8: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x08deade1), %l3 or %l3, %lo(0x08deade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x84000001), %l4 or %l4, %lo(0x84000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x10000001), %l3 or %l3, %lo(0x10000001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x4800000), %l3 or %l3, %lo(0x4800000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x7dc0^4 sethi %hi(0x7dc0), %l0 or %l0, %lo(0x7dc0), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 44 to 49 --- sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+496] stx %g0, [%i2+960] stx %g0, [%i2+1640] stx %g0, [%i2+2048] stx %g0, [%i2+2624] stx %g0, [%i2+2912] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES8, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES8: ! Test instruction sequence for ISTREAM 8 begins P2692: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_0: membar #StoreLoad P2693: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2694: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_0 nop P2695: !_PREFETCH [115] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_1: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 956], 4 loop_exit_8_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_1 nop P2696: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_2: membar #StoreLoad P2697: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2698: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_2 nop P2699: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_3: membar #StoreLoad P2700: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2701: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_3 nop P2702: !_IDC_FLIP [112] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_4: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2702, 9767, 8, 0x443009d0, 0x9d0, %i3, 0x9d0, %l6, %l7, %o5, %l3) loop_exit_8_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_4 nop P2703: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_5: membar #StoreLoad P2704: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2705: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_5 nop P2706: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_6: membar #StoreLoad P2707: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2708: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_6 nop P2709: !_IDC_FLIP [214] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_7: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2709, 3654, 8, 0x45600e2c, 0xe2c, %i2, 0xe2c, %l6, %l7, %o5, %l3) P2710: !_MEMBAR (FP) membar #StoreLoad P2711: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2712: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_7 nop P2713: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_8: membar #StoreLoad P2714: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P2715: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_8_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_8 nop P2716: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_9: membar #StoreLoad P2717: !_BLD [127] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2718: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_9 nop P2719: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_10: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2719 nop RET2719: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P2720: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2721: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_10 nop P2722: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_11: membar #StoreLoad P2723: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2724: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_11 nop P2725: !_MEMBAR (FP) (Loop entry) (Branch target of P2804) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_12: membar #StoreLoad ba P2726 nop TARGET2804: ba RET2804 nop P2726: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2727: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_12 nop P2728: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_13: membar #StoreLoad P2729: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2730: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_13 nop P2731: !_IDC_FLIP [14] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_14: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(2731, 29593, 8, 0x432006e4, 0x6e4, %i2, 0x6e4, %l6, %l7, %o5, %l3) P2732: !_IDC_FLIP [189] (Int) (Loop exit) sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2732, 2165, 8, 0x451007b8, 0x7b8, %i3, 0x7b8, %l6, %l7, %o5, %l3) loop_exit_8_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_14 nop P2733: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_15: membar #StoreLoad P2734: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2735: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_15 nop P2736: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_16: membar #StoreLoad P2737: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2738: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_16 nop P2739: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_17: membar #StoreLoad P2740: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2741: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_17 nop P2742: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_18: membar #StoreLoad P2743: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2744: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_18 nop P2745: !_MEMBAR (FP) (Loop entry) (Branch target of P2868) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_19: membar #StoreLoad ba P2746 nop TARGET2868: ba RET2868 nop P2746: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2747: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_19 nop P2748: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_20: membar #StoreLoad P2749: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P2750: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_20 nop P2751: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_21: membar #StoreLoad P2752: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2753: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_21 nop P2754: !_MEMBAR (FP) (Loop entry) (Branch target of P2884) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_22: membar #StoreLoad ba P2755 nop TARGET2884: ba RET2884 nop P2755: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2756: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_22 nop P2757: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_23: membar #StoreLoad P2758: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2759: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_23 nop P2760: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_24: membar #StoreLoad P2761: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2762: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_24 nop P2763: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_25: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2763 nop RET2763: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P2764: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2765: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_25 nop P2766: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_26: membar #StoreLoad P2767: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2768: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_26 nop P2769: !_IDC_FLIP [299] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_27: sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2769, 22723, 8, 0x46400ba0, 0xba0, %i2, 0xba0, %l6, %l7, %o5, %l3) loop_exit_8_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_27 nop P2770: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_28: membar #StoreLoad P2771: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2772: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_28 nop P2773: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_29: membar #StoreLoad P2774: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2775: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_29 nop P2776: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_30: membar #StoreLoad P2777: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2778: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_30 nop P2779: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_31: membar #StoreLoad P2780: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2781: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_31 nop P2782: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_32: membar #StoreLoad P2783: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION60_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P2784: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_32 nop P2785: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_33: membar #StoreLoad P2786: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2787: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_33 nop P2788: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_34: membar #StoreLoad P2789: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2790: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_34 nop P2791: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_35: membar #StoreLoad P2792: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2793: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_35 nop P2794: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_36: membar #StoreLoad P2795: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2796: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_36 nop P2797: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_37: membar #StoreLoad P2798: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2799: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_37 nop P2800: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_38: membar #StoreLoad P2801: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P2802: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_38 nop P2803: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_39: membar #StoreLoad P2804: !_BLD [337] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2804 nop RET2804: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P2805: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_39 nop P2806: !_IDC_FLIP [259] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_40: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2806, 16461, 8, 0x45c00ee0, 0xee0, %i2, 0xee0, %l6, %l7, %o5, %l3) loop_exit_8_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_40 nop P2807: !_IDC_FLIP [336] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_41: sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2807, 10277, 8, 0x46b00838, 0x838, %i3, 0x838, %l6, %l7, %o5, %l3) P2808: !_MEMBAR (FP) membar #StoreLoad P2809: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_41 nop P2811: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_42: membar #StoreLoad P2812: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_42 nop P2814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_43: membar #StoreLoad P2815: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P2816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_43 nop P2817: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_44: membar #StoreLoad P2818: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2819: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_44 nop P2820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_45: membar #StoreLoad P2821: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2822: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_45 nop P2823: !_IDC_FLIP [312] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_46: sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2823, 6766, 8, 0x467003cc, 0x3cc, %i3, 0x3cc, %l6, %l7, %o5, %l3) P2824: !_MEMBAR (FP) membar #StoreLoad P2825: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2826: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_46 nop P2827: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_47: membar #StoreLoad P2828: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P2829: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_47 nop P2830: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_48: membar #StoreLoad P2831: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2832: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_48 nop P2833: !_ST [214] (maybe <- 0x84000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_49: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3628 ] add %l4, 1, %l4 loop_exit_8_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_49 nop P2834: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_50: membar #StoreLoad P2835: !_BLD [24] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2836: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_50 nop P2837: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_51: membar #StoreLoad P2838: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P2839: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2839 nop RET2839: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_51 nop P2840: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_52: membar #StoreLoad P2841: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2842: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_52 nop P2843: !_IDC_FLIP [193] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_53: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2843, 28634, 8, 0x45100efc, 0xefc, %i3, 0xefc, %l6, %l7, %o5, %l3) loop_exit_8_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_53 nop P2844: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_54: membar #StoreLoad P2845: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P2846: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_54 nop P2847: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_55: membar #StoreLoad P2848: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2849: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_55 nop P2850: !_IDC_FLIP [322] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_56: sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2850, 30133, 8, 0x4690021c, 0x21c, %i2, 0x21c, %l6, %l7, %o5, %l3) P2851: !_PREFETCH [7] (Int) (Loop exit) prefetch [%i1 + 1384], 22 loop_exit_8_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_56 nop P2852: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_57: membar #StoreLoad P2853: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2854: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_57 nop P2855: !_PREFETCH [121] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_58: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3104], 21 loop_exit_8_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_58 nop P2856: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_59: membar #StoreLoad P2857: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2858: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_59 nop P2859: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_60: membar #StoreLoad P2860: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P2861: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_8_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_60 nop P2862: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_61: membar #StoreLoad P2863: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P2864: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_61 nop P2865: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_62: membar #StoreLoad loop_exit_8_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_62 nop P2866: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_63: membar #StoreLoad P2867: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2868: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2868 nop RET2868: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_63 nop P2869: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_64: membar #StoreLoad P2870: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2871: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_64 nop P2872: !_IDC_FLIP [86] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_65: sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2872, 17422, 8, 0x43f00f40, 0xf40, %i2, 0xf40, %l6, %l7, %o5, %l3) P2873: !_MEMBAR (FP) membar #StoreLoad P2874: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2875: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_65 nop P2876: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_66: membar #StoreLoad P2877: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P2878: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_66 nop P2879: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_67: membar #StoreLoad P2880: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P2881: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_67 nop P2882: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_68: membar #StoreLoad P2883: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2884: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2884 nop RET2884: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_68 nop P2885: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_69: membar #StoreLoad P2886: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2887: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_69 nop P2888: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_70: membar #StoreLoad P2889: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2890: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_70 nop P2891: !_MEMBAR (FP) (Loop entry) (Branch target of P2719) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_71: membar #StoreLoad ba P2892 nop TARGET2719: ba RET2719 nop P2892: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P2893: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_71 nop P2894: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_72: membar #StoreLoad P2895: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2896: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_72 nop P2897: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_73: membar #StoreLoad P2898: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2899: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_73 nop P2900: !_MEMBAR (FP) (Loop entry) (Branch target of P2927) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_74: membar #StoreLoad ba P2901 nop TARGET2927: ba RET2927 nop P2901: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2902: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_74 nop P2903: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_75: membar #StoreLoad P2904: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2905: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_75 nop P2906: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_76: membar #StoreLoad P2907: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P2908: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_76 nop P2909: !_LD [22] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_77: sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 1208], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P2910: !_LD [8] (Int) (Loop exit) lduw [%i1 + 2200], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_8_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_77 nop P2911: !_IDC_FLIP [108] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_78: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(2911, 15678, 8, 0x443008c0, 0x8c0, %i2, 0x8c0, %l6, %l7, %o5, %l3) P2912: !_PREFETCH [51] (Int) (Loop exit) (Branch target of P3024) sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 236], 0 loop_exit_8_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_78 nop ba P2913 nop TARGET3024: ba RET3024 nop P2913: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_79: membar #StoreLoad P2914: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P2915: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_79 nop P2916: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_80: membar #StoreLoad P2917: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2918: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2918 nop RET2918: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_80 nop P2919: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_81: membar #StoreLoad P2920: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2921: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_81 nop P2922: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_82: membar #StoreLoad P2923: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P2924: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_82 nop P2925: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_83: membar #StoreLoad P2926: !_BLD [35] (FP) (Branch target of P2973) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P2927 nop TARGET2973: ba RET2973 nop P2927: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET2927 nop RET2927: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_83 nop P2928: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_84: membar #StoreLoad P2929: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2930: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_84 nop P2931: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_85: membar #StoreLoad P2932: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2933: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_85 nop P2934: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_86: membar #StoreLoad P2935: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P2936: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_86 nop P2937: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_87: membar #StoreLoad P2938: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P2939: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_8_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_87 nop P2940: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_88: membar #StoreLoad P2941: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P2942: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_88 nop P2943: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_89: membar #StoreLoad P2944: !_BLD [324] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2944 nop RET2944: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P2945: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_89 nop P2946: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_90: membar #StoreLoad P2947: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P2948: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_90 nop P2949: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_91: membar #StoreLoad P2950: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P2951: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_91 nop P2952: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_92: membar #StoreLoad P2953: !_BLD [61] (FP) (Branch target of P2987) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered ba P2954 nop TARGET2987: ba RET2987 nop P2954: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_92 nop P2955: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_93: membar #StoreLoad P2956: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P2957: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_93 nop P2958: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_94: membar #StoreLoad P2959: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P2960: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_94 nop P2961: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_95: membar #StoreLoad P2962: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P2963: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_95 nop P2964: !_IDC_FLIP [113] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_96: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(2964, 13211, 8, 0x443009ec, 0x9ec, %i3, 0x9ec, %l6, %l7, %o5, %l3) P2965: !_PREFETCH [83] (Int) (Loop exit) sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1384], 21 loop_exit_8_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_96 nop P2966: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_97: membar #StoreLoad P2967: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2968: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_97 nop P2969: !_MEMBAR (FP) (Loop entry) (Branch target of P2944) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_98: membar #StoreLoad ba P2970 nop TARGET2944: ba RET2944 nop P2970: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2971: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_98 nop P2972: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_99: membar #StoreLoad P2973: !_BLD [334] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2973 nop RET2973: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P2974: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_99 nop P2975: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_100: membar #StoreLoad P2976: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P2977: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_100 nop P2978: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_101: membar #StoreLoad P2979: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P2980: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_101 nop P2981: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_102: membar #StoreLoad P2982: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P2983: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_102 nop P2984: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_103: membar #StoreLoad P2985: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P2986: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_103 nop P2987: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_104: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET2987 nop RET2987: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P2988: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P2989: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_8_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_104 nop P2990: !_PREFETCH [296] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_105: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3500], 0 loop_exit_8_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_105 nop P2991: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_106: membar #StoreLoad P2992: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P2993: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_106 nop P2994: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_107: membar #StoreLoad P2995: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P2996: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_107 nop P2997: !_ST [182] (maybe <- 0x84000002) (Int) (Loop entry) (Branch target of P2839) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_108: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1672 ] add %l4, 1, %l4 ba P2998 nop TARGET2839: ba RET2839 nop P2998: !_MEMBAR (FP) (Branch target of P2763) membar #StoreLoad ba P2999 nop TARGET2763: ba RET2763 nop P2999: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3000: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_108 nop P3001: !_IDC_FLIP [14] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_109: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(3001, 25337, 8, 0x432006e4, 0x6e4, %i2, 0x6e4, %l6, %l7, %o5, %l3) P3002: !_MEMBAR (FP) membar #StoreLoad P3003: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3004: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_109 nop P3005: !_PREFETCH [122] (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_110: wr %g0, 0x88, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 3192] %asi, 23 loop_exit_8_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_110 nop P3006: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_111: membar #StoreLoad P3007: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3008: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_111 nop P3009: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_112: membar #StoreLoad P3010: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_112 nop P3012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_113: membar #StoreLoad P3013: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_113 nop P3015: !_PREFETCH [186] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_114: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 4028], 0 loop_exit_8_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_114 nop P3016: !_LD [261] (Int) (Loop entry) (Branch target of P2918) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_115: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 1616], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 ba P3017 nop TARGET2918: ba RET2918 nop P3017: !_IDC_FLIP [206] (Int) sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3017, 7376, 8, 0x45400f34, 0xf34, %i3, 0xf34, %l6, %l7, %o5, %l3) P3018: !_LD [37] (Int) (Loop exit) sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 2328], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_8_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_115 nop P3019: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_116: membar #StoreLoad P3020: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P3021: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_116 nop P3022: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_8_117: membar #StoreLoad P3023: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3024: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3024 nop RET3024: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_117 nop P3025: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_8_118: membar #StoreLoad P3026: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P3027: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_8_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_8_118 nop P3028: !_MEMBAR (Int) membar #StoreLoad END_NODES8: ! Test instruction sequence for CPU 8 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func9: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x09deade1), %o5 or %o5, %lo(0x09deade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x84800001), %l4 or %l4, %lo(0x84800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x10800001), %o5 or %o5, %lo(0x10800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x5000000), %o5 or %o5, %lo(0x5000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x12d2^4 sethi %hi(0x12d2), %l0 or %l0, %lo(0x12d2), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 50 to 55 --- sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+3904] sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+232] stx %g0, [%i3+1192] stx %g0, [%i3+1848] stx %g0, [%i3+2392] stx %g0, [%i3+2560] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES9, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES9: ! Test instruction sequence for ISTREAM 9 begins P3029: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_0: membar #StoreLoad P3030: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3031: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_0 nop P3032: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_1: membar #StoreLoad P3033: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3034: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_1 nop P3035: !_IDC_FLIP [306] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_2: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(3035, 7085, 9, 0x465009cc, 0x9cc, %i3, 0x9cc, %l6, %l7, %o5, %l3) P3036: !_MEMBAR (FP) membar #StoreLoad P3037: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3038: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_2 nop P3039: !_ST [318] (maybe <- 0x84800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_3: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2240 ] add %l4, 1, %l4 loop_exit_9_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_3 nop P3040: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_4: membar #StoreLoad P3041: !_BLD [189] (FP) (Branch target of P3304) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P3042 nop TARGET3304: ba RET3304 nop P3042: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_4 nop P3043: !_IDC_FLIP [210] (Int) (Loop entry) (Loop exit) (Branch target of P3064) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_5: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3043, 25588, 9, 0x45500938, 0x938, %i3, 0x938, %l6, %l7, %o5, %l3) loop_exit_9_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_5 nop ba P3044 nop TARGET3064: ba RET3064 nop P3044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_6: membar #StoreLoad P3045: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_6 nop P3047: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_7: membar #StoreLoad P3048: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P3049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_7 nop P3050: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_8: membar #StoreLoad P3051: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P3052: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_8 nop P3053: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_9: membar #StoreLoad P3054: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3055: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_9 nop P3056: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_10: membar #StoreLoad P3057: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_10 nop P3059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_11: membar #StoreLoad P3060: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P3061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_11 nop P3062: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_12: membar #StoreLoad P3063: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3064: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3064 nop RET3064: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_12 nop P3065: !_PREFETCH [117] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_13: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2512], 21 P3066: !_IDC_FLIP [77] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(3066, 4208, 9, 0x43e00240, 0x240, %i3, 0x240, %l6, %l7, %o5, %l3) loop_exit_9_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_13 nop P3067: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_14: membar #StoreLoad P3068: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3069: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_14 nop P3070: !_PREFETCH [298] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_15: wr %g0, 0x82, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 1752] %asi, 20 loop_exit_9_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_15 nop P3071: !_PREFETCH [45] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_16: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 964], 21 P3072: !_MEMBAR (FP) membar #StoreLoad P3073: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3074: !_MEMBAR (FP) (Loop exit) (Branch target of P3123) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_16 nop ba P3075 nop TARGET3123: ba RET3123 nop P3075: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_17: membar #StoreLoad P3076: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_17 nop P3078: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_18: membar #StoreLoad P3079: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3080: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3080 nop RET3080: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_18 nop P3081: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_19: membar #StoreLoad P3082: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P3083: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_19 nop P3084: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_20: membar #StoreLoad P3085: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3086: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_20 nop P3087: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_21: membar #StoreLoad P3088: !_BLD [179] (FP) (Branch target of P3274) wr %g0, 0xf0, %asi sethi %hi(REGION31_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P3089 nop TARGET3274: ba RET3274 nop P3089: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_21 nop P3090: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_22: membar #StoreLoad P3091: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P3092: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_22 nop P3093: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_23: membar #StoreLoad P3094: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3095: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_23 nop P3096: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_24: membar #StoreLoad P3097: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P3098: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_24 nop P3099: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_25: membar #StoreLoad P3100: !_BLD [106] (FP) (Branch target of P3213) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P3101 nop TARGET3213: ba RET3213 nop P3101: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_25 nop P3102: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_26: membar #StoreLoad P3103: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P3104: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_26 nop P3105: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_27: membar #StoreLoad P3106: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3107: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_27 nop P3108: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_28: membar #StoreLoad P3109: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3110: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P3316) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3110 nop RET3110: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_28 nop ba P3111 nop TARGET3316: ba RET3316 nop P3111: !_PREFETCH [58] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_29: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 572], 20 P3112: !_MEMBAR (FP) membar #StoreLoad P3113: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P3114: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_29 nop P3115: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_30: membar #StoreLoad P3116: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3117: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_30 nop P3118: !_MEMBAR (FP) (Loop entry) (Branch target of P3303) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_31: membar #StoreLoad ba P3119 nop TARGET3303: ba RET3303 nop P3119: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_31 nop P3121: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_32: membar #StoreLoad P3122: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3123: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3123 nop RET3123: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_32 nop P3124: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_33: membar #StoreLoad P3125: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3126: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_33 nop P3127: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_34: membar #StoreLoad P3128: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P3129: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_34 nop P3130: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_35: membar #StoreLoad P3131: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3132: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_35 nop P3133: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_36: membar #StoreLoad P3134: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3135: !_MEMBAR (FP) (Loop exit) (Branch target of P3348) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_36 nop ba P3136 nop TARGET3348: ba RET3348 nop P3136: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_37: membar #StoreLoad P3137: !_BLD [4] (FP) (Branch target of P3162) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P3138 nop TARGET3162: ba RET3162 nop P3138: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_37 nop P3139: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_38: membar #StoreLoad P3140: !_BLD [2] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3140 nop RET3140: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P3141: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_38 nop P3142: !_PREFETCH [164] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_39: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3408], 1 P3143: !_MEMBAR (FP) membar #StoreLoad P3144: !_BLD [25] (FP) (Branch target of P3110) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P3145 nop TARGET3110: ba RET3110 nop P3145: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_39 nop P3146: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_40: membar #StoreLoad P3147: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P3148: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_40 nop P3149: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_41: membar #StoreLoad P3150: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3151: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_41 nop P3152: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_42: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3152 nop RET3152: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P3153: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3154: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_42 nop P3155: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_43: membar #StoreLoad P3156: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P3157: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_43 nop P3158: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_44: membar #StoreLoad P3159: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P3160: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_44 nop P3161: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_45: membar #StoreLoad P3162: !_BLD [144] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3162 nop RET3162: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3163: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_45 nop P3164: !_IDC_FLIP [310] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_46: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3164, 27475, 9, 0x46600618, 0x618, %i3, 0x618, %l6, %l7, %o5, %l3) P3165: !_MEMBAR (FP) membar #StoreLoad P3166: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P3167: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_46 nop P3168: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_47: membar #StoreLoad P3169: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P3170: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_9_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_47 nop P3171: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_48: membar #StoreLoad P3172: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P3173: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_48 nop P3174: !_IDC_FLIP [305] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_49: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(3174, 19330, 9, 0x4650098c, 0x98c, %i3, 0x98c, %l6, %l7, %o5, %l3) loop_exit_9_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_49 nop P3175: !_MEMBAR (FP) (Loop entry) (Branch target of P3246) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_50: membar #StoreLoad ba P3176 nop TARGET3246: ba RET3246 nop P3176: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3177: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_50 nop P3178: !_MEMBAR (FP) (Loop entry) (Branch target of P3365) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_51: membar #StoreLoad ba P3179 nop TARGET3365: ba RET3365 nop P3179: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3180: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_51 nop P3181: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_52: membar #StoreLoad P3182: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P3183: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_52 nop P3184: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P3184) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_53: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3184 nop RET3184: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P3185 nop TARGET3184: ba RET3184 nop P3185: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P3186: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_53 nop P3187: !_IDC_FLIP [2] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_54: IDC_FLIP(3187, 23265, 9, 0x43000404, 0x404, %i0, 0x404, %l6, %l7, %o5, %l3) P3188: !_MEMBAR (FP) membar #StoreLoad P3189: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3190: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_54 nop P3191: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_55: membar #StoreLoad P3192: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3193: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_55 nop P3194: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_56: membar #StoreLoad P3195: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P3196: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_56 nop P3197: !_ST [150] (maybe <- 0x84800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_57: sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 480 ] add %l4, 1, %l4 P3198: !_MEMBAR (FP) membar #StoreLoad P3199: !_BLD [151] (FP) wr %g0, 0xf0, %asi ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3200: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_57 nop P3201: !_ST [93] (maybe <- 0x84800003) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_58: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1400 ] add %l4, 1, %l4 P3202: !_ST [202] (maybe <- 0x84800004) (Int) (Loop exit) sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 628 ] add %l4, 1, %l4 loop_exit_9_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_58 nop P3203: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_59: membar #StoreLoad P3204: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3205: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_59 nop P3206: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_60: membar #StoreLoad P3207: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_60 nop P3209: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_61: membar #StoreLoad P3210: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3211: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_61 nop P3212: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_62: membar #StoreLoad P3213: !_BLD [101] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3213 nop RET3213: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P3214: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_62 nop P3215: !_PREFETCH [5] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_63: prefetch [%i1 + 128], 0 loop_exit_9_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_63 nop P3216: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_64: membar #StoreLoad P3217: !_BLD [212] (FP) (Branch target of P3152) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P3218 nop TARGET3152: ba RET3152 nop P3218: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_64 nop P3219: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_65: membar #StoreLoad P3220: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3221: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_65 nop P3222: !_IDC_FLIP [299] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_66: sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(3222, 7606, 9, 0x46400ba0, 0xba0, %i2, 0xba0, %l6, %l7, %o5, %l3) P3223: !_MEMBAR (FP) membar #StoreLoad P3224: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3225: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_66 nop P3226: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_67: membar #StoreLoad P3227: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3228: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_67 nop P3229: !_MEMBAR (FP) (Loop entry) (Branch target of P3233) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_68: membar #StoreLoad ba P3230 nop TARGET3233: ba RET3233 nop P3230: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3231: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_68 nop P3232: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_69: membar #StoreLoad P3233: !_BLD [326] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3233 nop RET3233: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3234: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_69 nop P3235: !_ST [32] (maybe <- 0x84800005) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_70: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2196 ] add %l4, 1, %l4 P3236: !_MEMBAR (FP) membar #StoreLoad P3237: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3238: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_70 nop P3239: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_71: membar #StoreLoad P3240: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3241: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_71 nop P3242: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_72: membar #StoreLoad P3243: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3244: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_72 nop P3245: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_73: membar #StoreLoad P3246: !_BLD [315] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3246 nop RET3246: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3247: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_73 nop P3248: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_74: membar #StoreLoad P3249: !_BLD [118] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3250: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_74 nop P3251: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_75: membar #StoreLoad P3252: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3253: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_75 nop P3254: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_76: membar #StoreLoad P3255: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P3256: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_76 nop P3257: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_77: membar #StoreLoad P3258: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3259: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_77 nop P3260: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_78: membar #StoreLoad P3261: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3262: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_78 nop P3263: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_79: membar #StoreLoad P3264: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3265: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_79 nop P3266: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_80: membar #StoreLoad P3267: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3268: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_80 nop P3269: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_81: membar #StoreLoad P3270: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3271: !_MEMBAR (FP) (Loop exit) (Branch target of P3287) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_81 nop ba P3272 nop TARGET3287: ba RET3287 nop P3272: !_ST [275] (maybe <- 0x84800006) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_82: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 508 ] add %l4, 1, %l4 P3273: !_MEMBAR (FP) membar #StoreLoad P3274: !_BLD [273] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3274 nop RET3274: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P3275: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_82 nop P3276: !_ST [186] (maybe <- 0x84800007) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_83: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 4028 ] add %l4, 1, %l4 loop_exit_9_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_83 nop P3277: !_FLUSHI [129] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_84: flush %g0 P3278: !_MEMBAR (FP) membar #StoreLoad P3279: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3280: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_84 nop P3281: !_LD [230] (FP) (NF) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_85: wr %g0, 0x82, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lda [%i2 + 2336] %asi, %f0 ! 1 addresses covered !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_85 nop P3282: !_MEMBAR (FP) (Loop entry) (Branch target of P3140) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_86: membar #StoreLoad ba P3283 nop TARGET3140: ba RET3140 nop P3283: !_BLD [26] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3284: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_86 nop P3285: !_ST [81] (maybe <- 0x84800008) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_87: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3052 ] add %l4, 1, %l4 loop_exit_9_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_87 nop P3286: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_88: membar #StoreLoad P3287: !_BLD [12] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3287 nop RET3287: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P3288: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_88 nop P3289: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_89: membar #StoreLoad P3290: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P3291: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_89 nop P3292: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_90: membar #StoreLoad P3293: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3294: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_90 nop P3295: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_91: membar #StoreLoad P3296: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3297: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_91 nop P3298: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_92: membar #StoreLoad P3299: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3300: !_MEMBAR (FP) (Loop exit) (Branch target of P3326) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_92 nop ba P3301 nop TARGET3326: ba RET3326 nop P3301: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_93: membar #StoreLoad P3302: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3303: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3303 nop RET3303: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_93 nop P3304: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_94: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3304 nop RET3304: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P3305: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P3306: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_94 nop P3307: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_95: membar #StoreLoad P3308: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3309: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_95 nop P3310: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_96: membar #StoreLoad P3311: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P3312: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_96 nop P3313: !_IDC_FLIP [137] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_97: sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3313, 21621, 9, 0x44800230, 0x230, %i3, 0x230, %l6, %l7, %o5, %l3) P3314: !_MEMBAR (FP) membar #StoreLoad P3315: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P3316: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P3080) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3316 nop RET3316: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_97 nop ba P3317 nop TARGET3080: ba RET3080 nop P3317: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_98: membar #StoreLoad P3318: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3319: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_98 nop P3320: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_99: membar #StoreLoad P3321: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3322: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_99 nop P3323: !_IDC_FLIP [4] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_100: IDC_FLIP(3323, 20276, 9, 0x43000b70, 0xb70, %i0, 0xb70, %l6, %l7, %o5, %l3) loop_exit_9_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_100 nop P3324: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_101: membar #StoreLoad P3325: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P3326: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3326 nop RET3326: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_101 nop P3327: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_102: membar #StoreLoad P3328: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3329: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_102 nop P3330: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_103: membar #StoreLoad P3331: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3332: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_103 nop P3333: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_104: membar #StoreLoad P3334: !_BLD [348] (FP) (Branch target of P3360) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P3335 nop TARGET3360: ba RET3360 nop P3335: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_104 nop P3336: !_IDC_FLIP [227] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_105: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3336, 26134, 9, 0x458002ac, 0x2ac, %i3, 0x2ac, %l6, %l7, %o5, %l3) loop_exit_9_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_105 nop P3337: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_106: membar #StoreLoad P3338: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3339: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_106 nop P3340: !_IDC_FLIP [10] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_107: IDC_FLIP(3340, 9196, 9, 0x43100c98, 0xc98, %i1, 0xc98, %l6, %l7, %o5, %l3) P3341: !_IDC_FLIP [97] (Int) (Loop exit) sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3341, 14654, 9, 0x44100578, 0x578, %i3, 0x578, %l6, %l7, %o5, %l3) loop_exit_9_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_107 nop P3342: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_108: membar #StoreLoad P3343: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P3344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_108 nop P3345: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_109: membar #StoreLoad P3346: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3347: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_109 nop P3348: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_110: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3348 nop RET3348: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P3349: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P3350: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_110 nop P3351: !_PREFETCH [249] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_111: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2168], 23 P3352: !_MEMBAR (FP) membar #StoreLoad P3353: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P3354: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_111 nop P3355: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_112: membar #StoreLoad P3356: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3357: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_112 nop P3358: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_113: membar #StoreLoad P3359: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3360: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3360 nop RET3360: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_113 nop P3361: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_114: membar #StoreLoad P3362: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P3363: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_9_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_114 nop P3364: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_115: membar #StoreLoad P3365: !_BLD [276] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3365 nop RET3365: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3366: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_115 nop P3367: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_116: membar #StoreLoad P3368: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P3369: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_9_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_116 nop P3370: !_PREFETCH [219] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_117: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 4032], 22 loop_exit_9_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_117 nop P3371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_9_118: membar #StoreLoad P3372: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3373: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_118 nop P3374: !_PREFETCH [3] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_9_119: prefetch [%i0 + 2556], 1 P3375: !_MEMBAR (FP) membar #StoreLoad P3376: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3377: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_9_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_9_119 nop P3378: !_MEMBAR (Int) membar #StoreLoad END_NODES9: ! Test instruction sequence for CPU 9 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func10: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x0adeade1), %l6 or %l6, %lo(0x0adeade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x85000001), %l4 or %l4, %lo(0x85000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x11000001), %l6 or %l6, %lo(0x11000001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x5800000), %l6 or %l6, %lo(0x5800000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x23cd^4 sethi %hi(0x23cd), %l0 or %l0, %lo(0x23cd), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 56 to 60 --- sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+3072] stx %g0, [%i3+3968] sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+568] stx %g0, [%i2+624] stx %g0, [%i2+672] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES10, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES10: ! Test instruction sequence for ISTREAM 10 begins P3379: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_0: membar #StoreLoad P3380: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3381: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_0 nop P3382: !_IDC_FLIP [123] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_1: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(3382, 29830, 10, 0x44500cbc, 0xcbc, %i2, 0xcbc, %l6, %l7, %o5, %l3) loop_exit_10_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_1 nop P3383: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_2: membar #StoreLoad P3384: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3385: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_2 nop P3386: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_3: membar #StoreLoad P3387: !_BLD [224] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3388: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_3 nop P3389: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_4: membar #StoreLoad P3390: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P3391: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_4 nop P3392: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_5: membar #StoreLoad P3393: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3394: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_5 nop P3395: !_ST [100] (maybe <- 0x85000001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_6: sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3116 ] add %l4, 1, %l4 P3396: !_MEMBAR (FP) membar #StoreLoad P3397: !_BLD [21] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3397 nop RET3397: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P3398: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_6 nop P3399: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_7: membar #StoreLoad P3400: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3401: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_7 nop P3402: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_8: membar #StoreLoad P3403: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3404: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3404 nop RET3404: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_8 nop P3405: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_9: membar #StoreLoad P3406: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3407: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_9 nop P3408: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_10: membar #StoreLoad P3409: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P3410: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3410 nop RET3410: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_10 nop P3411: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_11: membar #StoreLoad P3412: !_BLD [99] (FP) (CBR) (Branch target of P3451) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3412 nop RET3412: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P3413 nop TARGET3451: ba RET3451 nop P3413: !_MEMBAR (FP) (Loop exit) (Branch target of P3528) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_10_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_11 nop ba P3414 nop TARGET3528: ba RET3528 nop P3414: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_12: membar #StoreLoad P3415: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3416: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_12 nop P3417: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_13: membar #StoreLoad P3418: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P3419: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_13 nop P3420: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_14: membar #StoreLoad P3421: !_BLD [290] (FP) (Branch target of P3598) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P3422 nop TARGET3598: ba RET3598 nop P3422: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_14 nop P3423: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_15: membar #StoreLoad P3424: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3425: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_15 nop P3426: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_16: membar #StoreLoad P3427: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3428: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_16 nop P3429: !_PREFETCH [243] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_17: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2608], 1 loop_exit_10_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_17 nop P3430: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_18: membar #StoreLoad P3431: !_BLD [251] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3431 nop RET3431: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P3432: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_18 nop P3433: !_MEMBAR (FP) (Loop entry) (Branch target of P3699) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_19: membar #StoreLoad ba P3434 nop TARGET3699: ba RET3699 nop P3434: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3435: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_19 nop P3436: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_20: membar #StoreLoad P3437: !_BLD [152] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3437 nop RET3437: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3438: !_MEMBAR (FP) (Loop exit) (Branch target of P3531) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_20 nop ba P3439 nop TARGET3531: ba RET3531 nop P3439: !_IDC_FLIP [331] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_21: sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3439, 24235, 10, 0x46a00d9c, 0xd9c, %i3, 0xd9c, %l6, %l7, %o5, %l3) P3440: !_IDC_FLIP [204] (Int) (Loop exit) sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(3440, 32481, 10, 0x454006b4, 0x6b4, %i2, 0x6b4, %l6, %l7, %o5, %l3) loop_exit_10_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_21 nop P3441: !_PREFETCH [20] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_22: sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 336], 4 P3442: !_MEMBAR (FP) membar #StoreLoad P3443: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P3444: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_22 nop P3445: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_23: membar #StoreLoad P3446: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3447: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_23 nop P3448: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_24: membar #StoreLoad P3449: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3450: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_24 nop P3451: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_25: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3451 nop RET3451: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P3452: !_BLD [165] (FP) (Branch target of P3644) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P3453 nop TARGET3644: ba RET3644 nop P3453: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_25 nop P3454: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_26: membar #StoreLoad P3455: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3456: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_26 nop P3457: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_27: membar #StoreLoad P3458: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3459: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_27 nop P3460: !_MEMBAR (FP) (Loop entry) (Branch target of P3619) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_28: membar #StoreLoad ba P3461 nop TARGET3619: ba RET3619 nop P3461: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3462: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_28 nop P3463: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_29: membar #StoreLoad P3464: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3465: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_29 nop P3466: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_30: membar #StoreLoad P3467: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3468: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_30 nop P3469: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_31: membar #StoreLoad P3470: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3471: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_31 nop P3472: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_32: membar #StoreLoad P3473: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3474: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_32 nop P3475: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_33: membar #StoreLoad P3476: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P3477: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_10_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_33 nop P3478: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_34: membar #StoreLoad P3479: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3480: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_34 nop P3481: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_35: membar #StoreLoad P3482: !_BLD [314] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3482 nop RET3482: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P3483: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_35 nop P3484: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_36: membar #StoreLoad P3485: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_36 nop P3487: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_37: membar #StoreLoad P3488: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3489: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_37 nop P3490: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_38: membar #StoreLoad P3491: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P3492: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_38 nop P3493: !_IDC_FLIP [323] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_39: sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(3493, 31311, 10, 0x469007e4, 0x7e4, %i2, 0x7e4, %l6, %l7, %o5, %l3) loop_exit_10_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_39 nop P3494: !_MEMBAR (FP) (Loop entry) (Branch target of P3572) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_40: membar #StoreLoad ba P3495 nop TARGET3572: ba RET3572 nop P3495: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P3496: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_10_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_40 nop P3497: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_41: membar #StoreLoad P3498: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3499: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_41 nop P3500: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_42: membar #StoreLoad P3501: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3502: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_42 nop P3503: !_FLUSHI [268] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_43: flush %g0 loop_exit_10_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_43 nop P3504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_44: membar #StoreLoad P3505: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_44 nop P3507: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_45: membar #StoreLoad P3508: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3509: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_45 nop P3510: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_46: membar #StoreLoad P3511: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3512: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_46 nop P3513: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_47: membar #StoreLoad P3514: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3515: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_47 nop P3516: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_48: membar #StoreLoad P3517: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3518: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_48 nop P3519: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_49: membar #StoreLoad P3520: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P3521: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_10_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_49 nop P3522: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_50: membar #StoreLoad P3523: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3524: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_50 nop P3525: !_MEMBAR (FP) (Loop entry) (Branch target of P3713) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_51: membar #StoreLoad ba P3526 nop TARGET3713: ba RET3713 nop P3526: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3527: !_MEMBAR (FP) (Loop exit) (Branch target of P3412) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_51 nop ba P3528 nop TARGET3412: ba RET3412 nop P3528: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_52: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3528 nop RET3528: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P3529: !_BLD [24] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_52 nop P3531: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_53: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3531 nop RET3531: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P3532: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P3533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_10_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_53 nop P3534: !_FLUSHI [180] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_54: flush %g0 loop_exit_10_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_54 nop P3535: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_55: membar #StoreLoad P3536: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P3537: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_55 nop P3538: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_56: membar #StoreLoad P3539: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3540: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_56 nop P3541: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_57: membar #StoreLoad P3542: !_BLD [63] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3542 nop RET3542: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P3543: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_10_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_57 nop P3544: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_58: membar #StoreLoad P3545: !_BLD [41] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3545 nop RET3545: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3546: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_58 nop P3547: !_PREFETCH [12] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_59: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1588], 0 loop_exit_10_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_59 nop P3548: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_60: membar #StoreLoad P3549: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P3550: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_60 nop P3551: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_61: membar #StoreLoad P3552: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P3553: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_61 nop P3554: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_62: membar #StoreLoad P3555: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3556: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_62 nop P3557: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_63: membar #StoreLoad P3558: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3559: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_63 nop P3560: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_64: membar #StoreLoad P3561: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3562: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_64 nop P3563: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_65: membar #StoreLoad P3564: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P3565: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_10_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_65 nop P3566: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_66: membar #StoreLoad P3567: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3568: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_66 nop P3569: !_PREFETCH [308] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_67: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 976], 22 loop_exit_10_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_67 nop P3570: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_68: membar #StoreLoad P3571: !_BLD [44] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3571 nop RET3571: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3572: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3572 nop RET3572: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_68 nop P3573: !_IDC_FLIP [27] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_69: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3573, 12459, 10, 0x43500afc, 0xafc, %i3, 0xafc, %l6, %l7, %o5, %l3) loop_exit_10_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_69 nop P3574: !_ST [203] (maybe <- 0x85000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_70: sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 680 ] add %l4, 1, %l4 loop_exit_10_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_70 nop P3575: !_PREFETCH [346] (Int) (Loop entry) (Branch target of P3545) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_71: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3632], 16 ba P3576 nop TARGET3545: ba RET3545 nop P3576: !_PREFETCH [142] (Int) (NF) (Loop exit) wr %g0, 0x82, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetcha [%i2 + 212] %asi, 22 loop_exit_10_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_71 nop P3577: !_MEMBAR (FP) (Loop entry) (Branch target of P3611) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_72: membar #StoreLoad ba P3578 nop TARGET3611: ba RET3611 nop P3578: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P3579: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_72 nop P3580: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_73: membar #StoreLoad P3581: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3582: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_73 nop P3583: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_74: membar #StoreLoad P3584: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3585: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_74 nop P3586: !_MEMBAR (FP) (Loop entry) (Branch target of P3397) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_75: membar #StoreLoad ba P3587 nop TARGET3397: ba RET3397 nop P3587: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3588: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_75 nop P3589: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_76: membar #StoreLoad P3590: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P3591: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_76 nop P3592: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_77: membar #StoreLoad P3593: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3594: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_77 nop P3595: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_78: membar #StoreLoad P3596: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P3597: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_78 nop P3598: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_79: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3598 nop RET3598: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P3599: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P3600: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_79 nop P3601: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_80: membar #StoreLoad P3602: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3603: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_80 nop P3604: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_81: membar #StoreLoad P3605: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3606: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_81 nop P3607: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_82: membar #StoreLoad P3608: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3609: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3609 nop RET3609: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_82 nop P3610: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_83: membar #StoreLoad P3611: !_BLD [317] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3611 nop RET3611: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3612: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_83 nop P3613: !_FLUSHI [14] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_84: flush %g0 P3614: !_IDC_FLIP [294] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(3614, 3730, 10, 0x46300ca4, 0xca4, %i3, 0xca4, %l6, %l7, %o5, %l3) loop_exit_10_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_84 nop P3615: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_85: membar #StoreLoad P3616: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3617: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_85 nop P3618: !_MEMBAR (FP) (Loop entry) (Branch target of P3571) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_86: membar #StoreLoad ba P3619 nop TARGET3571: ba RET3571 nop P3619: !_BLD [189] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3619 nop RET3619: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P3620: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_86 nop P3621: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_87: membar #StoreLoad P3622: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3623: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_87 nop P3624: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_88: membar #StoreLoad P3625: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P3626: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_88 nop P3627: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_89: membar #StoreLoad P3628: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3629: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_89 nop P3630: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_90: membar #StoreLoad P3631: !_BLD [271] (FP) (Branch target of P3404) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered ba P3632 nop TARGET3404: ba RET3404 nop P3632: !_MEMBAR (FP) (Loop exit) (Branch target of P3437) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_90 nop ba P3633 nop TARGET3437: ba RET3437 nop P3633: !_IDC_FLIP [113] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_91: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3633, 8563, 10, 0x443009ec, 0x9ec, %i3, 0x9ec, %l6, %l7, %o5, %l3) loop_exit_10_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_91 nop P3634: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_92: membar #StoreLoad P3635: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3636: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_92 nop P3637: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_93: membar #StoreLoad P3638: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3639: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_93 nop P3640: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_94: membar #StoreLoad P3641: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P3642: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_94 nop P3643: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_95: membar #StoreLoad P3644: !_BLD [169] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3644 nop RET3644: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P3645: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_95 nop P3646: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_96: membar #StoreLoad P3647: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3648: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_96 nop P3649: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_97: membar #StoreLoad P3650: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P3651: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_97 nop P3652: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_98: membar #StoreLoad P3653: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3654: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_98 nop P3655: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_99: membar #StoreLoad P3656: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P3657: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_99 nop P3658: !_ST [200] (maybe <- 0x85000003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_100: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3240 ] add %l4, 1, %l4 P3659: !_MEMBAR (FP) membar #StoreLoad P3660: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3661: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_100 nop P3662: !_MEMBAR (FP) (Loop entry) (Branch target of P3410) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_101: membar #StoreLoad ba P3663 nop TARGET3410: ba RET3410 nop P3663: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3664: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_101 nop P3665: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_102: membar #StoreLoad P3666: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3667: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_102 nop P3668: !_MEMBAR (FP) (Loop entry) (Branch target of P3609) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_103: membar #StoreLoad ba P3669 nop TARGET3609: ba RET3609 nop P3669: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3670: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_103 nop P3671: !_MEMBAR (FP) (Loop entry) (Branch target of P3694) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_104: membar #StoreLoad ba P3672 nop TARGET3694: ba RET3694 nop P3672: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3673: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_104 nop P3674: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_105: membar #StoreLoad P3675: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P3676: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_105 nop P3677: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_106: membar #StoreLoad P3678: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3679: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_106 nop P3680: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_107: membar #StoreLoad P3681: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P3682: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_10_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_107 nop P3683: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_108: membar #StoreLoad P3684: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3685: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_108 nop P3686: !_IDC_FLIP [191] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_109: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3686, 2443, 10, 0x45100dc0, 0xdc0, %i3, 0xdc0, %l6, %l7, %o5, %l3) loop_exit_10_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_109 nop P3687: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_110: membar #StoreLoad P3688: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3689: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_110 nop P3690: !_ST [16] (maybe <- 0x85000004) (Int) (Loop entry) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_111: wr %g0, 0x88, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l3 or %l3, %lo(0xff00ff00), %l3 and %l4, %l3, %l6 srl %l6, 8, %l6 sll %l4, 8, %o5 and %o5, %l3, %o5 or %o5, %l6, %o5 srl %o5, 16, %l6 sll %o5, 16, %o5 srl %o5, 0, %o5 or %o5, %l6, %o5 stwa %o5, [%i3 + 2208] %asi add %l4, 1, %l4 P3691: !_MEMBAR (FP) membar #StoreLoad P3692: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3693: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_111 nop P3694: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P3482) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_112: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3694 nop RET3694: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 ba P3695 nop TARGET3482: ba RET3482 nop P3695: !_BLD [116] (FP) (Branch target of P3431) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P3696 nop TARGET3431: ba RET3431 nop P3696: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_112 nop P3697: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_113: membar #StoreLoad P3698: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P3699: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3699 nop RET3699: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_113 nop P3700: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_114: membar #StoreLoad P3701: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P3702: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_114 nop P3703: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_115: membar #StoreLoad P3704: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3705: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_115 nop P3706: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_116: membar #StoreLoad P3707: !_BLD [118] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3708: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_116 nop P3709: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_117: membar #StoreLoad P3710: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3711: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_117 nop P3712: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_10_118: membar #StoreLoad P3713: !_BLD [175] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3713 nop RET3713: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3714: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_118 nop P3715: !_PREFETCH [331] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_119: sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3484], 2 loop_exit_10_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_119 nop P3716: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_10_120: membar #StoreLoad P3717: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P3718: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_10_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_10_120 nop P3719: !_MEMBAR (Int) (Branch target of P3542) membar #StoreLoad ba END_NODES10 nop TARGET3542: ba RET3542 nop END_NODES10: ! Test instruction sequence for CPU 10 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func11: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x0bdeade1), %o5 or %o5, %lo(0x0bdeade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x85800001), %l4 or %l4, %lo(0x85800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x11800001), %o5 or %o5, %lo(0x11800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x6000000), %o5 or %o5, %lo(0x6000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x5474^4 sethi %hi(0x5474), %l0 or %l0, %lo(0x5474), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 61 to 66 --- sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+768] stx %g0, [%i3+832] stx %g0, [%i3+880] sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+72] stx %g0, [%i2+1024] stx %g0, [%i2+1840] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES11, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES11: ! Test instruction sequence for ISTREAM 11 begins P3720: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_0: membar #StoreLoad P3721: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3722: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_0 nop P3723: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_1: membar #StoreLoad P3724: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3725: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_1 nop P3726: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_2: membar #StoreLoad P3727: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3728: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_2 nop P3729: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_3: membar #StoreLoad P3730: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3731: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_3 nop P3732: !_IDC_FLIP [34] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_4: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3732, 4897, 11, 0x4360096c, 0x96c, %i3, 0x96c, %l6, %l7, %o5, %l3) loop_exit_11_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_4 nop P3733: !_IDC_FLIP [195] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_5: sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(3733, 10057, 11, 0x45200764, 0x764, %i2, 0x764, %l6, %l7, %o5, %l3) P3734: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3734 nop RET3734: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P3735: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3736: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_5 nop P3737: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_6: membar #StoreLoad P3738: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P3739: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_6 nop P3740: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_7: membar #StoreLoad P3741: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P3742: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_7 nop P3743: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_8: membar #StoreLoad P3744: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3745: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_8 nop P3746: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_9: membar #StoreLoad P3747: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3748: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_9 nop P3749: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_10: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3749 nop RET3749: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P3750: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3751: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_10 nop P3752: !_IDC_FLIP [129] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_11: sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3752, 12941, 11, 0x44600d44, 0xd44, %i3, 0xd44, %l6, %l7, %o5, %l3) loop_exit_11_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_11 nop P3753: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_12: membar #StoreLoad P3754: !_BLD [292] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P3755: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_12 nop P3756: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_13: membar #StoreLoad P3757: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3758: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_13 nop P3759: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_14: membar #StoreLoad P3760: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3761: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_14 nop P3762: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_15: membar #StoreLoad P3763: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3764: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_15 nop P3765: !_IDC_FLIP [113] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_16: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(3765, 12102, 11, 0x443009ec, 0x9ec, %i2, 0x9ec, %l6, %l7, %o5, %l3) loop_exit_11_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_16 nop P3766: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_17: membar #StoreLoad P3767: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3768: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_17 nop P3769: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_18: membar #StoreLoad P3770: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3771: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_18 nop P3772: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_19: membar #StoreLoad P3773: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3774: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_19 nop P3775: !_IDC_FLIP [349] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_20: sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(3775, 5826, 11, 0x46e004ec, 0x4ec, %i2, 0x4ec, %l6, %l7, %o5, %l3) loop_exit_11_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_20 nop P3776: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_21: membar #StoreLoad P3777: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P3778: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_21 nop P3779: !_PREFETCH [264] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_22: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3552], 23 loop_exit_11_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_22 nop P3780: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_23: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3780 nop RET3780: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3781: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P3782: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_23 nop P3783: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_24: membar #StoreLoad P3784: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P3785: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_11_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_24 nop P3786: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_25: membar #StoreLoad P3787: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3788: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_25 nop P3789: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_26: membar #StoreLoad P3790: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3791: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_26 nop P3792: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_27: membar #StoreLoad P3793: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3794: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_27 nop P3795: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_28: membar #StoreLoad P3796: !_PREFETCH [248] (Int) (Loop exit) sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2016], 20 loop_exit_11_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_28 nop P3797: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_29: membar #StoreLoad P3798: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P3799: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_29 nop P3800: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_30: membar #StoreLoad P3801: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P3802: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_11_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_30 nop P3803: !_PREFETCH [292] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_31: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3080], 4 P3804: !_MEMBAR (Int) (Loop exit) membar #StoreLoad loop_exit_11_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_31 nop P3805: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_32: membar #StoreLoad P3806: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_32 nop P3808: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_33: membar #StoreLoad P3809: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3810: !_MEMBAR (FP) (Loop exit) (Branch target of P3862) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_33 nop ba P3811 nop TARGET3862: ba RET3862 nop P3811: !_MEMBAR (FP) (Loop entry) (Branch target of P3919) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_34: membar #StoreLoad ba P3812 nop TARGET3919: ba RET3919 nop P3812: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_34 nop P3814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_35: membar #StoreLoad P3815: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_35 nop P3817: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_36: membar #StoreLoad P3818: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3819: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_36 nop P3820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_37: membar #StoreLoad P3821: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3822: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_37 nop P3823: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_38: membar #StoreLoad P3824: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3825: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_38 nop P3826: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_39: membar #StoreLoad P3827: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P3828: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_39 nop P3829: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_40: membar #StoreLoad P3830: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P3831: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_11_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_40 nop P3832: !_MEMBAR (FP) (Loop entry) (Branch target of P3749) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_41: membar #StoreLoad ba P3833 nop TARGET3749: ba RET3749 nop P3833: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P3834: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_41 nop P3835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_42: membar #StoreLoad P3836: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P3837: !_MEMBAR (FP) (Loop exit) (Branch target of P4018) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_11_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_42 nop ba P3838 nop TARGET4018: ba RET4018 nop P3838: !_ST [282] (maybe <- 0x85800001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_43: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 364 ] add %l4, 1, %l4 P3839: !_MEMBAR (FP) membar #StoreLoad P3840: !_BLD [286] (FP) wr %g0, 0xf0, %asi ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P3841: !_MEMBAR (FP) (Loop exit) (Branch target of P3948) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_43 nop ba P3842 nop TARGET3948: ba RET3948 nop P3842: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_44: membar #StoreLoad P3843: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_44 nop P3845: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_45: membar #StoreLoad P3846: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_45 nop P3848: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_46: membar #StoreLoad P3849: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P3850: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_46 nop P3851: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_47: membar #StoreLoad P3852: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3853: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_47 nop P3854: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_48: membar #StoreLoad P3855: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3856: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_48 nop P3857: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_49: membar #StoreLoad P3858: !_BLD [49] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3858 nop RET3858: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3859: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_49 nop P3860: !_ST [262] (maybe <- 0x85800002) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_50: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1784 ] add %l4, 1, %l4 P3861: !_IDC_FLIP [96] (Int) (Loop exit) (CBR) sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(3861, 25799, 11, 0x4410051c, 0x51c, %i2, 0x51c, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3861 nop RET3861: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_11_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_50 nop P3862: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_51: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3862 nop RET3862: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P3863: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3864: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_51 nop P3865: !_PREFETCH [3] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_52: prefetch [%i0 + 2556], 17 loop_exit_11_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_52 nop P3866: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_53: membar #StoreLoad P3867: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P3868: !_MEMBAR (FP) (Loop exit) (Branch target of P3956) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_53 nop ba P3869 nop TARGET3956: ba RET3956 nop P3869: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_54: membar #StoreLoad P3870: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P3871: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_11_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_54 nop P3872: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_55: membar #StoreLoad P3873: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3874: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_55 nop P3875: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_56: membar #StoreLoad P3876: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P3877: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_11_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_56 nop P3878: !_IDC_FLIP [353] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_57: sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(3878, 9540, 11, 0x46e00cb0, 0xcb0, %i2, 0xcb0, %l6, %l7, %o5, %l3) loop_exit_11_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_57 nop P3879: !_IDC_FLIP [88] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_58: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3879, 16678, 11, 0x440004dc, 0x4dc, %i3, 0x4dc, %l6, %l7, %o5, %l3) loop_exit_11_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_58 nop P3880: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_59: membar #StoreLoad P3881: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3882: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_59 nop P3883: !_IDC_FLIP [158] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_60: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(3883, 4433, 11, 0x44b00b9c, 0xb9c, %i3, 0xb9c, %l6, %l7, %o5, %l3) loop_exit_11_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_60 nop P3884: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_61: membar #StoreLoad P3885: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3886: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_61 nop P3887: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_62: membar #StoreLoad P3888: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3889: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_62 nop P3890: !_PREFETCH [264] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_63: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3552], 0 P3891: !_MEMBAR (FP) membar #StoreLoad P3892: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P3893: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_63 nop P3894: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_64: membar #StoreLoad P3895: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P3896: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_64 nop P3897: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_65: membar #StoreLoad P3898: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P3899: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_65 nop P3900: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_66: membar #StoreLoad P3901: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3902: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_66 nop P3903: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_67: membar #StoreLoad P3904: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3905: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_67 nop P3906: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_68: membar #StoreLoad P3907: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3908: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_68 nop P3909: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_69: membar #StoreLoad P3910: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3911: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_69 nop P3912: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_70: membar #StoreLoad P3913: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_70 nop P3915: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_71: membar #StoreLoad P3916: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P3917: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_71 nop P3918: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_72: membar #StoreLoad P3919: !_BLD [356] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3919 nop RET3919: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P3920: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_72 nop P3921: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_73: membar #StoreLoad P3922: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3923: !_MEMBAR (FP) (Loop exit) (Branch target of P3734) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_73 nop ba P3924 nop TARGET3734: ba RET3734 nop P3924: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_74: membar #StoreLoad P3925: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P3926: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_74 nop P3927: !_ST [120] (maybe <- 0x85800003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_75: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3592 ] add %l4, 1, %l4 P3928: !_MEMBAR (FP) membar #StoreLoad P3929: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3930: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_75 nop P3931: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_76: membar #StoreLoad P3932: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3933: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_76 nop P3934: !_PREFETCH [205] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_77: sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3064], 26 loop_exit_11_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_77 nop P3935: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_78: membar #StoreLoad P3936: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3937: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_78 nop P3938: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_79: membar #StoreLoad P3939: !_BLD [100] (FP) (Branch target of P4021) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P3940 nop TARGET4021: ba RET4021 nop P3940: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_79 nop P3941: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_80: membar #StoreLoad P3942: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3943: !_MEMBAR (FP) (Loop exit) (Branch target of P3858) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_80 nop ba P3944 nop TARGET3858: ba RET3858 nop P3944: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_81: membar #StoreLoad P3945: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P3946: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_81 nop P3947: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_82: membar #StoreLoad P3948: !_BLD [292] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET3948 nop RET3948: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3949: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_82 nop P3950: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_83: membar #StoreLoad P3951: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P3952: !_MEMBAR (FP) (Loop exit) (Branch target of P3861) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_83 nop ba P3953 nop TARGET3861: ba RET3861 nop P3953: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_84: membar #StoreLoad P3954: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3955: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_84 nop P3956: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_85: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET3956 nop RET3956: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P3957: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3958: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_85 nop P3959: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_86: membar #StoreLoad P3960: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P3961: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_86 nop P3962: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_87: membar #StoreLoad P3963: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P3964: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_87 nop P3965: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_88: membar #StoreLoad P3966: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P3967: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_88 nop P3968: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_89: membar #StoreLoad P3969: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P3970: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_89 nop P3971: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_90: membar #StoreLoad P3972: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3973: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_90 nop P3974: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_91: membar #StoreLoad P3975: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3976: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_91 nop P3977: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_92: membar #StoreLoad P3978: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P3979: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_92 nop P3980: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_93: membar #StoreLoad P3981: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P3982: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_93 nop P3983: !_IDC_FLIP [133] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_94: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(3983, 16703, 11, 0x44700870, 0x870, %i3, 0x870, %l6, %l7, %o5, %l3) P3984: !_MEMBAR (FP) membar #StoreLoad P3985: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3986: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_94 nop P3987: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_95: membar #StoreLoad P3988: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P3989: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_95 nop P3990: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_96: membar #StoreLoad P3991: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3992: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_96 nop P3993: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_97: membar #StoreLoad P3994: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P3995: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_97 nop P3996: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_98: membar #StoreLoad P3997: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P3998: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_98 nop P3999: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_99: membar #StoreLoad P4000: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P4001: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_99 nop P4002: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_100: membar #StoreLoad P4003: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4004: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_100 nop P4005: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_101: membar #StoreLoad P4006: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4007: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_101 nop P4008: !_PREFETCH [19] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_102: sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2496], 4 loop_exit_11_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_102 nop P4009: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_103: membar #StoreLoad P4010: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_103 nop P4012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_104: membar #StoreLoad P4013: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_104 nop P4015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_105: membar #StoreLoad P4016: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4017: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_105 nop P4018: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_106: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4018 nop RET4018: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P4019: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4020: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_106 nop P4021: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_107: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4021 nop RET4021: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P4022: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4023: !_MEMBAR (FP) (Loop exit) (Branch target of P3780) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_107 nop ba P4024 nop TARGET3780: ba RET3780 nop P4024: !_PREFETCH [67] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_108: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2080], 0 loop_exit_11_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_108 nop P4025: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_109: membar #StoreLoad P4026: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4027: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_109 nop P4028: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_110: membar #StoreLoad P4029: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4030: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_110 nop P4031: !_ST [219] (maybe <- 0x85800004) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_111: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 4032 ] add %l4, 1, %l4 P4032: !_MEMBAR (FP) membar #StoreLoad P4033: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4034: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_111 nop P4035: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_112: membar #StoreLoad P4036: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4037: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_112 nop P4038: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_113: membar #StoreLoad P4039: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_113 nop P4041: !_IDC_FLIP [208] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_11_114: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(4041, 4444, 11, 0x455002c8, 0x2c8, %i3, 0x2c8, %l6, %l7, %o5, %l3) P4042: !_IDC_FLIP [4] (Int) (Loop exit) IDC_FLIP(4042, 13908, 11, 0x43000b70, 0xb70, %i0, 0xb70, %l6, %l7, %o5, %l3) loop_exit_11_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_114 nop P4043: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_11_115: membar #StoreLoad P4044: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4045: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_11_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_11_115 nop P4046: !_MEMBAR (Int) membar #StoreLoad END_NODES11: ! Test instruction sequence for CPU 11 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func12: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x0cdeade1), %l7 or %l7, %lo(0x0cdeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x86000001), %l4 or %l4, %lo(0x86000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x12000001), %l7 or %l7, %lo(0x12000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x6800000), %l7 or %l7, %lo(0x6800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x2be5^4 sethi %hi(0x2be5), %l0 or %l0, %lo(0x2be5), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 67 to 71 --- sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+2080] stx %g0, [%i3+2848] stx %g0, [%i3+3368] stx %g0, [%i3+4064] sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+24] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES12, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES12: ! Test instruction sequence for ISTREAM 12 begins P4047: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_0: membar #StoreLoad P4048: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_0 nop P4050: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_1: membar #StoreLoad P4051: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4052: !_MEMBAR (FP) (Loop exit) (Branch target of P4229) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_1 nop ba P4053 nop TARGET4229: ba RET4229 nop P4053: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_2: membar #StoreLoad P4054: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4055: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_2 nop P4056: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_3: membar #StoreLoad P4057: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P4058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_3 nop P4059: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_4: membar #StoreLoad loop_exit_12_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_4 nop P4060: !_IDC_FLIP [215] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_5: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(4060, 8237, 12, 0x45600ea0, 0xea0, %i3, 0xea0, %l6, %l7, %o5, %l3) P4061: !_MEMBAR (FP) membar #StoreLoad P4062: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4063: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_5 nop P4064: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_6: membar #StoreLoad P4065: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4066: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_6 nop P4067: !_FLUSHI [275] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_7: flush %g0 loop_exit_12_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_7 nop P4068: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_8: membar #StoreLoad P4069: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4070: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_8 nop P4071: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_9: membar #StoreLoad P4072: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4073: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_9 nop P4074: !_PREFETCH [199] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_10: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2636], 19 loop_exit_12_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_10 nop P4075: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_11: membar #StoreLoad P4076: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_11 nop P4078: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_12: membar #StoreLoad P4079: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4080: !_MEMBAR (FP) (Loop exit) (Branch target of P4149) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_12 nop ba P4081 nop TARGET4149: ba RET4149 nop P4081: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_13: membar #StoreLoad P4082: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4083: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_13 nop P4084: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_14: membar #StoreLoad P4085: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4086: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_14 nop P4087: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_15: membar #StoreLoad P4088: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4089: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_15 nop P4090: !_ST [95] (maybe <- 0x86000001) (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_16: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1196 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4090 nop RET4090: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P4091: !_MEMBAR (FP) membar #StoreLoad P4092: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P4093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_16 nop P4094: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_17: membar #StoreLoad P4095: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4096: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_17 nop P4097: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_18: membar #StoreLoad P4098: !_BLD [7] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4098 nop RET4098: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4099: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4099 nop RET4099: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_12_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_18 nop P4100: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_19: membar #StoreLoad P4101: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4102: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_19 nop P4103: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_20: membar #StoreLoad P4104: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P4105: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_12_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_20 nop P4106: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_21: membar #StoreLoad P4107: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4108: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_21 nop P4109: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_22: membar #StoreLoad P4110: !_BLD [4] (FP) (Branch target of P4188) !-- Aliased access: Adjusting base register for region 0 (%i0) to use alias #1 !Logical addr: 4 sethi %hi(0x90000), %l3 sub %i0, %l3, %i0 wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P4111 nop TARGET4188: ba RET4188 nop P4111: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- sethi %hi(0x90000), %l6 add %i0, %l6, %i0 !-- End Aliased access: base register for region 0 (%i0) restored loop_exit_12_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_22 nop P4112: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_23: membar #StoreLoad P4113: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4114: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_23 nop P4115: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_24: membar #StoreLoad P4116: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4117: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_24 nop P4118: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_25: membar #StoreLoad P4119: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_25 nop P4121: !_MEMBAR (FP) (Loop entry) (Branch target of P4324) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_26: membar #StoreLoad ba P4122 nop TARGET4324: ba RET4324 nop P4122: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4123: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_26 nop P4124: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_27: membar #StoreLoad P4125: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4126: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_27 nop P4127: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_28: membar #StoreLoad P4128: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4129: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_28 nop P4130: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_29: membar #StoreLoad P4131: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P4132: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_29 nop P4133: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_30: membar #StoreLoad P4134: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P4135: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4135 nop RET4135: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_12_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_30 nop P4136: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_31: membar #StoreLoad P4137: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4138: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_31 nop P4139: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_32: membar #StoreLoad P4140: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4141: !_MEMBAR (FP) (Loop exit) (Branch target of P4135) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_32 nop ba P4142 nop TARGET4135: ba RET4135 nop P4142: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_33: membar #StoreLoad P4143: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P4144: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_12_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_33 nop P4145: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_34: membar #StoreLoad P4146: !_BLD [358] (FP) (Branch target of P4342) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P4147 nop TARGET4342: ba RET4342 nop P4147: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_34 nop P4148: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_35: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4148 nop RET4148: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P4149: !_BLD [154] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4149 nop RET4149: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P4150: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_35 nop P4151: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_36: membar #StoreLoad P4152: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P4153: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_12_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_36 nop P4154: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_37: membar #StoreLoad P4155: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4156: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_37 nop P4157: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_38: membar #StoreLoad P4158: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4159: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_38 nop P4160: !_ST [205] (maybe <- 0x86000002) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_39: wr %g0, 0x88, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l7 or %l7, %lo(0xff00ff00), %l7 and %l4, %l7, %o5 srl %o5, 8, %o5 sll %l4, 8, %l6 and %l6, %l7, %l6 or %l6, %o5, %l6 srl %l6, 16, %o5 sll %l6, 16, %l6 srl %l6, 0, %l6 or %l6, %o5, %l6 stwa %l6, [%i3 + 3064] %asi add %l4, 1, %l4 loop_exit_12_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_39 nop P4161: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_40: membar #StoreLoad P4162: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4163: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_40 nop P4164: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_41: membar #StoreLoad P4165: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4166: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_41 nop P4167: !_IDC_FLIP [46] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_42: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4167, 530, 12, 0x4390066c, 0x66c, %i2, 0x66c, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4167 nop RET4167: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P4168: !_MEMBAR (FP) membar #StoreLoad P4169: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P4170: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_42 nop P4171: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_43: membar #StoreLoad P4172: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4173: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4173 nop RET4173: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_43 nop P4174: !_IDC_FLIP [22] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_44: sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(4174, 21321, 12, 0x434004b8, 0x4b8, %i3, 0x4b8, %l6, %l7, %o5, %l3) P4175: !_MEMBAR (FP) membar #StoreLoad P4176: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P4177: !_MEMBAR (FP) (Loop exit) (Branch target of P4287) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_12_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_44 nop ba P4178 nop TARGET4287: ba RET4287 nop P4178: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_45: membar #StoreLoad P4179: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4180: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_45 nop P4181: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_46: membar #StoreLoad P4182: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4183: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_46 nop P4184: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_47: membar #StoreLoad P4185: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4186: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_47 nop P4187: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_48: membar #StoreLoad P4188: !_BLD [184] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4188 nop RET4188: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P4189: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_48 nop P4190: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_49: membar #StoreLoad P4191: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4192: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_49 nop P4193: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_50: membar #StoreLoad P4194: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4195: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_50 nop P4196: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_51: membar #StoreLoad P4197: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4198: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_51 nop P4199: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_52: membar #StoreLoad P4200: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4201: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_52 nop P4202: !_ST [196] (maybe <- 0x86000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_53: sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2928 ] add %l4, 1, %l4 loop_exit_12_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_53 nop P4203: !_IDC_FLIP [319] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_54: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(4203, 8786, 12, 0x46800b84, 0xb84, %i2, 0xb84, %l6, %l7, %o5, %l3) P4204: !_MEMBAR (FP) membar #StoreLoad P4205: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P4206: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_12_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_54 nop P4207: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_55: membar #StoreLoad P4208: !_BLD [317] (FP) (Branch target of P4099) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P4209 nop TARGET4099: ba RET4099 nop P4209: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_55 nop P4210: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_56: membar #StoreLoad P4211: !_BLD [46] (FP) (Branch target of P4098) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P4212 nop TARGET4098: ba RET4098 nop P4212: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_56 nop P4213: !_MEMBAR (FP) (Loop entry) (Branch target of P4167) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_57: membar #StoreLoad ba P4214 nop TARGET4167: ba RET4167 nop P4214: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4215: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4215 nop RET4215: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_57 nop P4216: !_IDC_FLIP [170] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_58: sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(4216, 14294, 12, 0x44d00e44, 0xe44, %i3, 0xe44, %l6, %l7, %o5, %l3) P4217: !_MEMBAR (FP) membar #StoreLoad P4218: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4219: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_58 nop P4220: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_59: membar #StoreLoad P4221: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P4222: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_59 nop P4223: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_60: membar #StoreLoad P4224: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4225: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_60 nop P4226: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_61: membar #StoreLoad P4227: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4228: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_61 nop P4229: !_LD [115] (Int) (Loop entry) (CBR) (Branch target of P4323) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_62: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 956], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4229 nop RET4229: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 ba P4230 nop TARGET4323: ba RET4323 nop P4230: !_MEMBAR (FP) membar #StoreLoad P4231: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4232: !_MEMBAR (FP) P4233: !_LD [236] (Int) (Loop exit) sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3280], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_62 nop P4234: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_63: membar #StoreLoad P4235: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4236: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_63 nop P4237: !_ST [85] (maybe <- 0x86000004) (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_64: sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3552 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4237 nop RET4237: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P4238: !_MEMBAR (FP) membar #StoreLoad P4239: !_BLD [211] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4239 nop RET4239: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P4240: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_64 nop P4241: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_65: membar #StoreLoad P4242: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_65 nop P4244: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_66: membar #StoreLoad P4245: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P4246: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_12_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_66 nop P4247: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_67: membar #StoreLoad P4248: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4249: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_67 nop P4250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_68: membar #StoreLoad P4251: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4252: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_68 nop P4253: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_69: membar #StoreLoad P4254: !_BLD [63] (FP) (Branch target of P4215) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 ba P4255 nop TARGET4215: ba RET4215 nop P4255: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_12_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_69 nop P4256: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_70: membar #StoreLoad P4257: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4258: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_70 nop P4259: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_71: membar #StoreLoad P4260: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4261: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_71 nop P4262: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_72: membar #StoreLoad P4263: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_72 nop P4265: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_73: membar #StoreLoad P4266: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4267: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_73 nop P4268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_74: membar #StoreLoad P4269: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4270: !_MEMBAR (FP) (Loop exit) (Branch target of P4090) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_74 nop ba P4271 nop TARGET4090: ba RET4090 nop P4271: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_75: membar #StoreLoad P4272: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4273: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_75 nop P4274: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_76: membar #StoreLoad P4275: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4276: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_76 nop P4277: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_77: membar #StoreLoad P4278: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4279: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_77 nop P4280: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_78: membar #StoreLoad P4281: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P4282: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_78 nop P4283: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_79: membar #StoreLoad P4284: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4285: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_79 nop P4286: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_80: membar #StoreLoad P4287: !_BLD [181] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4287 nop RET4287: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4288: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_80 nop P4289: !_MEMBAR (FP) (Loop entry) (Branch target of P4148) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_81: membar #StoreLoad ba P4290 nop TARGET4148: ba RET4148 nop P4290: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P4291: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_12_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_81 nop P4292: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_82: membar #StoreLoad P4293: !_IDC_FLIP [112] (Int) (Loop exit) sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4293, 14160, 12, 0x443009d0, 0x9d0, %i2, 0x9d0, %l6, %l7, %o5, %l3) loop_exit_12_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_82 nop P4294: !_MEMBAR (FP) (Loop entry) (Branch target of P4316) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_83: membar #StoreLoad ba P4295 nop TARGET4316: ba RET4316 nop P4295: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4296: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_83 nop P4297: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_84: membar #StoreLoad P4298: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4299: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_84 nop P4300: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_85: membar #StoreLoad P4301: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4302: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_85 nop P4303: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_86: membar #StoreLoad P4304: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4305: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_86 nop P4306: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_87: membar #StoreLoad P4307: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4308: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_87 nop P4309: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_88: membar #StoreLoad P4310: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P4311: !_MEMBAR (FP) (Loop exit) (Branch target of P4239) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_88 nop ba P4312 nop TARGET4239: ba RET4239 nop P4312: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_89: membar #StoreLoad P4313: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4314: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_89 nop P4315: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_90: membar #StoreLoad P4316: !_BLD [53] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4316 nop RET4316: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4317: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_90 nop P4318: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_91: membar #StoreLoad P4319: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4320: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_91 nop P4321: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_92: membar #StoreLoad P4322: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4323: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4323 nop RET4323: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_92 nop P4324: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_93: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4324 nop RET4324: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P4325: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4326: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_93 nop P4327: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_94: membar #StoreLoad P4328: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P4329: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_12_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_94 nop P4330: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_95: membar #StoreLoad P4331: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4332: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_95 nop P4333: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_96: membar #StoreLoad P4334: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4335: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_96 nop P4336: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_97: membar #StoreLoad P4337: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4338: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_97 nop P4339: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_98: membar #StoreLoad P4340: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4341: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_98 nop P4342: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_99: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4342 nop RET4342: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4343: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P4344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_99 nop P4345: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_100: membar #StoreLoad P4346: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4347: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_100 nop P4348: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_101: membar #StoreLoad P4349: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4350: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_101 nop P4351: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_102: membar #StoreLoad P4352: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4353: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_102 nop P4354: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_103: membar #StoreLoad P4355: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4356: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_103 nop P4357: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_104: membar #StoreLoad P4358: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4359: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_104 nop P4360: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_105: membar #StoreLoad P4361: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4362: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_105 nop P4363: !_MEMBAR (FP) (Loop entry) (Branch target of P4173) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_106: membar #StoreLoad ba P4364 nop TARGET4173: ba RET4173 nop P4364: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_106 nop P4366: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_107: membar #StoreLoad P4367: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4368: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_107 nop P4369: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_108: membar #StoreLoad P4370: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4371: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_108 nop P4372: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_109: membar #StoreLoad P4373: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4374: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_109 nop P4375: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_12_110: membar #StoreLoad P4376: !_BLD [172] (FP) (Branch target of P4237) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ba P4377 nop TARGET4237: ba RET4237 nop P4377: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_110 nop P4378: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_111: membar #StoreLoad P4379: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4380: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_111 nop P4381: !_IDC_FLIP [31] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_112: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4381, 22418, 12, 0x43600850, 0x850, %i2, 0x850, %l6, %l7, %o5, %l3) loop_exit_12_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_112 nop P4382: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_113: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4382 nop RET4382: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4383: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4384: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_12_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_113 nop P4385: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_12_114: membar #StoreLoad P4386: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P4387: !_MEMBAR (FP) (Loop exit) (Branch target of P4382) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_12_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_12_114 nop ba P4388 nop TARGET4382: ba RET4382 nop P4388: !_MEMBAR (Int) membar #StoreLoad END_NODES12: ! Test instruction sequence for CPU 12 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func13: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x0ddeade1), %l3 or %l3, %lo(0x0ddeade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x86800001), %l4 or %l4, %lo(0x86800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x12800001), %l3 or %l3, %lo(0x12800001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x7000000), %l3 or %l3, %lo(0x7000000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x7be7^4 sethi %hi(0x7be7), %l0 or %l0, %lo(0x7be7), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 72 to 77 --- sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+24] stx %g0, [%i3+1872] stx %g0, [%i3+3048] sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+224] stx %g0, [%i2+576] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES13, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES13: ! Test instruction sequence for ISTREAM 13 begins P4389: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_0: membar #StoreLoad P4390: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4391: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4391 nop RET4391: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_0 nop P4392: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_1: membar #StoreLoad P4393: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P4394: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4394 nop RET4394: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_13_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_1 nop P4395: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_2: membar #StoreLoad P4396: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4397: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_2 nop P4398: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_3: membar #StoreLoad P4399: !_BLD [44] (FP) (Branch target of P4652) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P4400 nop TARGET4652: ba RET4652 nop P4400: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_3 nop P4401: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_4: membar #StoreLoad P4402: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4403: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_4 nop P4404: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_5: membar #StoreLoad P4405: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4406: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_5 nop P4407: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_6: membar #StoreLoad P4408: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION57_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4409: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_6 nop P4410: !_ST [259] (maybe <- 0x86800001) (Int) (Loop entry) (Loop exit) (Branch target of P4445) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_7: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3808 ] add %l4, 1, %l4 loop_exit_13_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_7 nop ba P4411 nop TARGET4445: ba RET4445 nop P4411: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_8: membar #StoreLoad P4412: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4413: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_8 nop P4414: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_9: membar #StoreLoad P4415: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4416: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_9 nop P4417: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_10: membar #StoreLoad P4418: !_BLD [195] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4418 nop RET4418: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P4419: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_10 nop P4420: !_PREFETCH [202] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_11: sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 628], 23 loop_exit_13_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_11 nop P4421: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_12: membar #StoreLoad P4422: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_12 nop P4424: !_ST [111] (maybe <- 0x86800002) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_13: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2496 ] add %l4, 1, %l4 loop_exit_13_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_13 nop P4425: !_IDC_FLIP [46] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_14: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4425, 21634, 13, 0x4390066c, 0x66c, %i2, 0x66c, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4425 nop RET4425: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_13_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_14 nop P4426: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_15: membar #StoreLoad P4427: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4428: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_15 nop P4429: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_16: membar #StoreLoad P4430: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4431: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4431 nop RET4431: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_16 nop P4432: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_17: membar #StoreLoad P4433: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4434: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_17 nop P4435: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_18: membar #StoreLoad P4436: !_BLD [132] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4437: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_18 nop P4438: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_19: membar #StoreLoad P4439: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P4440: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_19 nop P4441: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_20: membar #StoreLoad P4442: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P4443: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_20 nop P4444: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_21: membar #StoreLoad P4445: !_BLD [198] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4445 nop RET4445: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4446: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_21 nop P4447: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_22: membar #StoreLoad P4448: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P4449: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_22 nop P4450: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_23: membar #StoreLoad P4451: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4452: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_23 nop P4453: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_24: membar #StoreLoad P4454: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4455: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_24 nop P4456: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_25: membar #StoreLoad P4457: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4458: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_25 nop P4459: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_26: membar #StoreLoad P4460: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4461: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_26 nop P4462: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_27: membar #StoreLoad P4463: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P4464: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_27 nop P4465: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_28: membar #StoreLoad P4466: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4467: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_28 nop P4468: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_29: membar #StoreLoad P4469: !_BLD [159] (FP) (Branch target of P4590) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P4470 nop TARGET4590: ba RET4590 nop P4470: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_29 nop P4471: !_PREFETCH [112] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_30: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2512], 1 P4472: !_PREFETCH [164] (Int) (NF) (Loop exit) wr %g0, 0x82, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 3408] %asi, 3 loop_exit_13_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_30 nop P4473: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_31: membar #StoreLoad P4474: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_31 nop P4476: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_32: membar #StoreLoad P4477: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4478: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_32 nop P4479: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_33: membar #StoreLoad P4480: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4481: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_33 nop P4482: !_PREFETCH [27] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_34: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2812], 29 loop_exit_13_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_34 nop P4483: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_35: membar #StoreLoad P4484: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P4485: !_MEMBAR (FP) (Loop exit) (Branch target of P4391) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_35 nop ba P4486 nop TARGET4391: ba RET4391 nop P4486: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_36: membar #StoreLoad P4487: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4488: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_36 nop P4489: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_37: membar #StoreLoad P4490: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4491: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_37 nop P4492: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_38: membar #StoreLoad P4493: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4494: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_38 nop P4495: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_39: membar #StoreLoad P4496: !_BLD [88] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4496 nop RET4496: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4497: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_39 nop P4498: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_40: membar #StoreLoad P4499: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P4500: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4500 nop RET4500: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_40 nop P4501: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_41: membar #StoreLoad P4502: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4503: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_41 nop P4504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_42: membar #StoreLoad P4505: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_42 nop P4507: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_43: membar #StoreLoad P4508: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4509: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_43 nop P4510: !_MEMBAR (FP) (Loop entry) (Branch target of P4513) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_44: membar #StoreLoad ba P4511 nop TARGET4513: ba RET4513 nop P4511: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4512: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_44 nop P4513: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_45: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4513 nop RET4513: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4514: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4515: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_45 nop P4516: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_46: membar #StoreLoad P4517: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4518: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_46 nop P4519: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_47: membar #StoreLoad P4520: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4521: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_47 nop P4522: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_48: membar #StoreLoad P4523: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4524: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_48 nop P4525: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_49: membar #StoreLoad P4526: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P4527: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_49 nop P4528: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_50: membar #StoreLoad P4529: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_50 nop P4531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_51: membar #StoreLoad P4532: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P4533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_51 nop P4534: !_IDC_FLIP [247] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_52: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(4534, 25879, 13, 0x45b0045c, 0x45c, %i3, 0x45c, %l6, %l7, %o5, %l3) P4535: !_MEMBAR (FP) membar #StoreLoad P4536: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4537: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_52 nop P4538: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_53: membar #StoreLoad P4539: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P4540: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_53 nop P4541: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_54: membar #StoreLoad P4542: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P4543: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_54 nop P4544: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_55: membar #StoreLoad P4545: !_BLD [269] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4545 nop RET4545: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P4546: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_55 nop P4547: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_56: membar #StoreLoad P4548: !_BLD [249] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4548 nop RET4548: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4549: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_56 nop P4550: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_57: membar #StoreLoad P4551: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4552: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_57 nop P4553: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_58: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4553 nop RET4553: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P4554: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4555: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4555 nop RET4555: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_58 nop P4556: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_59: membar #StoreLoad loop_exit_13_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_59 nop P4557: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_60: membar #StoreLoad P4558: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4559: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_60 nop P4560: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_61: membar #StoreLoad P4561: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P4562: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_61 nop P4563: !_MEMBAR (FP) (Loop entry) (Branch target of P4553) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_62: membar #StoreLoad ba P4564 nop TARGET4553: ba RET4553 nop P4564: !_BLD [319] (FP) (Branch target of P4650) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P4565 nop TARGET4650: ba RET4650 nop P4565: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_62 nop P4566: !_IDC_FLIP [59] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_63: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(4566, 28909, 13, 0x43b00274, 0x274, %i2, 0x274, %l6, %l7, %o5, %l3) P4567: !_MEMBAR (FP) membar #StoreLoad P4568: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4569: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_63 nop P4570: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_64: membar #StoreLoad P4571: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4572: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_64 nop P4573: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_65: membar #StoreLoad P4574: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P4575: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_65 nop P4576: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_66: membar #StoreLoad P4577: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4578: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_66 nop P4579: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_67: membar #StoreLoad P4580: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4581: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_67 nop P4582: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_68: membar #StoreLoad P4583: !_BLD [225] (FP) (Branch target of P4431) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P4584 nop TARGET4431: ba RET4431 nop P4584: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_68 nop P4585: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_69: membar #StoreLoad P4586: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4587: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_69 nop P4588: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_70: membar #StoreLoad loop_exit_13_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_70 nop P4589: !_IDC_FLIP [231] (Int) (Loop entry) (Loop exit) (Branch target of P4425) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_71: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4589, 12258, 13, 0x45800a94, 0xa94, %i2, 0xa94, %l6, %l7, %o5, %l3) loop_exit_13_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_71 nop ba P4590 nop TARGET4425: ba RET4425 nop P4590: !_PREFETCH [337] (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_72: sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2120], 23 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4590 nop RET4590: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4591: !_MEMBAR (FP) membar #StoreLoad P4592: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4593: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_72 nop P4594: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_73: membar #StoreLoad P4595: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4596: !_MEMBAR (FP) (Loop exit) (Branch target of P4545) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_73 nop ba P4597 nop TARGET4545: ba RET4545 nop P4597: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_74: membar #StoreLoad P4598: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4599: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_74 nop P4600: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_75: membar #StoreLoad P4601: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P4602: !_MEMBAR (FP) (Loop exit) (Branch target of P4418) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_75 nop ba P4603 nop TARGET4418: ba RET4418 nop P4603: !_ST [194] (maybe <- 0x86800003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_76: sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 28 ] add %l4, 1, %l4 P4604: !_PREFETCH [109] (Int) (Loop exit) sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2356], 0 loop_exit_13_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_76 nop P4605: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_77: membar #StoreLoad P4606: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4607: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_77 nop P4608: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_78: membar #StoreLoad P4609: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4610: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_78 nop P4611: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_79: membar #StoreLoad P4612: !_BLD [189] (FP) (Branch target of P4500) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P4613 nop TARGET4500: ba RET4500 nop P4613: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_79 nop P4614: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_80: membar #StoreLoad P4615: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4616: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_80 nop P4617: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_81: membar #StoreLoad P4618: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4619: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_81 nop P4620: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_82: membar #StoreLoad P4621: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4622: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_82 nop P4623: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_83: membar #StoreLoad P4624: !_BLD [8] (FP) (Branch target of P4548) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P4625 nop TARGET4548: ba RET4548 nop P4625: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_83 nop P4626: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_84: membar #StoreLoad P4627: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4628: !_MEMBAR (FP) (Loop exit) (Branch target of P4496) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_84 nop ba P4629 nop TARGET4496: ba RET4496 nop P4629: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_85: membar #StoreLoad P4630: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P4631: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_85 nop P4632: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_86: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4632 nop RET4632: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P4633: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4634: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_86 nop P4635: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_87: membar #StoreLoad P4636: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4637: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_87 nop P4638: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_88: membar #StoreLoad P4639: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4640: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_88 nop P4641: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_89: membar #StoreLoad P4642: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P4643: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_13_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_89 nop P4644: !_IDC_FLIP [180] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_90: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(4644, 10208, 13, 0x44f00f98, 0xf98, %i2, 0xf98, %l6, %l7, %o5, %l3) loop_exit_13_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_90 nop P4645: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_91: membar #StoreLoad P4646: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4647: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_91 nop P4648: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_92: membar #StoreLoad P4649: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4650: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4650 nop RET4650: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_92 nop P4651: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_93: membar #StoreLoad P4652: !_BLD [279] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4652 nop RET4652: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P4653: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_93 nop P4654: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_94: membar #StoreLoad P4655: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4656: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_94 nop P4657: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_95: membar #StoreLoad P4658: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4659: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_95 nop P4660: !_IDC_FLIP [198] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_96: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(4660, 12613, 13, 0x453004c0, 0x4c0, %i3, 0x4c0, %l6, %l7, %o5, %l3) loop_exit_13_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_96 nop P4661: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_97: membar #StoreLoad P4662: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4663: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_97 nop P4664: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_98: membar #StoreLoad P4665: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4666: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_98 nop P4667: !_ST [18] (maybe <- 0x86800004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_99: sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2492 ] add %l4, 1, %l4 loop_exit_13_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_99 nop P4668: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_100: membar #StoreLoad P4669: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4670: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_100 nop P4671: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_101: membar #StoreLoad P4672: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P4673: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_101 nop P4674: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_102: membar #StoreLoad P4675: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4676: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_102 nop P4677: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_103: membar #StoreLoad P4678: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P4679: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_103 nop P4680: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_104: membar #StoreLoad P4681: !_BLD [147] (FP) (Branch target of P4555) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P4682 nop TARGET4555: ba RET4555 nop P4682: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_104 nop P4683: !_IDC_FLIP [230] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_105: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4683, 31776, 13, 0x45800920, 0x920, %i2, 0x920, %l6, %l7, %o5, %l3) P4684: !_IDC_FLIP [231] (Int) (Loop exit) IDC_FLIP(4684, 6701, 13, 0x45800a94, 0xa94, %i2, 0xa94, %l6, %l7, %o5, %l3) loop_exit_13_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_105 nop P4685: !_LD [75] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_106: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3048], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P4686: !_LD [75] (Int) (Loop exit) lduw [%i3 + 3048], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_13_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_106 nop P4687: !_IDC_FLIP [237] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_107: sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4687, 19938, 13, 0x45900d00, 0xd00, %i2, 0xd00, %l6, %l7, %o5, %l3) loop_exit_13_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_107 nop P4688: !_ST [162] (maybe <- 0x86800005) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_108: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2128 ] add %l4, 1, %l4 loop_exit_13_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_108 nop P4689: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_109: membar #StoreLoad P4690: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4691: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_109 nop P4692: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_110: membar #StoreLoad P4693: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P4694: !_MEMBAR (FP) (Loop exit) (Branch target of P4706) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_110 nop ba P4695 nop TARGET4706: ba RET4706 nop P4695: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_111: membar #StoreLoad P4696: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4697: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_111 nop P4698: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_112: membar #StoreLoad P4699: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4700: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_112 nop P4701: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_113: membar #StoreLoad P4702: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4703: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_113 nop P4704: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_114: membar #StoreLoad P4705: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4706: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4706 nop RET4706: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_114 nop P4707: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_115: membar #StoreLoad P4708: !_BLD [301] (FP) (Branch target of P4394) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P4709 nop TARGET4394: ba RET4394 nop P4709: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_115 nop P4710: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_116: membar #StoreLoad P4711: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P4712: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_116 nop P4713: !_IDC_FLIP [121] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_13_117: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4713, 8602, 13, 0x44500c20, 0xc20, %i2, 0xc20, %l6, %l7, %o5, %l3) loop_exit_13_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_117 nop P4714: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_13_118: membar #StoreLoad P4715: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4716: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_13_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_13_118 nop P4717: !_MEMBAR (Int) (Branch target of P4632) membar #StoreLoad ba END_NODES13 nop TARGET4632: ba RET4632 nop END_NODES13: ! Test instruction sequence for CPU 13 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func14: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x0edeade1), %l7 or %l7, %lo(0x0edeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x87000001), %l4 or %l4, %lo(0x87000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x13000001), %l7 or %l7, %lo(0x13000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x7800000), %l7 or %l7, %lo(0x7800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x41da^4 sethi %hi(0x41da), %l0 or %l0, %lo(0x41da), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 78 to 83 --- sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1928] stx %g0, [%i2+2256] stx %g0, [%i2+2640] stx %g0, [%i2+3048] sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+656] stx %g0, [%i3+1384] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES14, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES14: ! Test instruction sequence for ISTREAM 14 begins P4718: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_0: membar #StoreLoad P4719: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4720: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_0 nop P4721: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_1: membar #StoreLoad P4722: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4723: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_1 nop P4724: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_2: membar #StoreLoad P4725: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P4726: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_2 nop P4727: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_3: membar #StoreLoad P4728: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4729: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_3 nop P4730: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_4: membar #StoreLoad P4731: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4732: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_4 nop P4733: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_5: membar #StoreLoad P4734: !_BLD [125] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4734 nop RET4734: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P4735: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_14_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_5 nop P4736: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_6: membar #StoreLoad P4737: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4738: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_6 nop P4739: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_7: membar #StoreLoad P4740: !_BLD [256] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4740 nop RET4740: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P4741: !_MEMBAR (FP) (Loop exit) (Branch target of P4750) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_7 nop ba P4742 nop TARGET4750: ba RET4750 nop P4742: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_8: membar #StoreLoad P4743: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4744: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4744 nop RET4744: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_8 nop P4745: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_9: membar #StoreLoad P4746: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4747: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_9 nop P4748: !_MEMBAR (FP) (Loop entry) (Branch target of P4889) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_10: membar #StoreLoad ba P4749 nop TARGET4889: ba RET4889 nop P4749: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P4750: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4750 nop RET4750: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_10 nop P4751: !_ST [148] (maybe <- 0x87000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_11: sethi %hi(REGION26_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 20 ] add %l4, 1, %l4 loop_exit_14_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_11 nop P4752: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_12: membar #StoreLoad P4753: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4754: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_12 nop P4755: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_13: membar #StoreLoad P4756: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P4757: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_13 nop P4758: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_14: membar #StoreLoad P4759: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4760: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_14 nop P4761: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_15: membar #StoreLoad P4762: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4763: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_15 nop P4764: !_MEMBAR (FP) (Loop entry) (Branch target of P4744) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_16: membar #StoreLoad ba P4765 nop TARGET4744: ba RET4744 nop P4765: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4766: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_16 nop P4767: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_17: membar #StoreLoad P4768: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4769: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_17 nop P4770: !_MEMBAR (FP) (Loop entry) (Branch target of P4873) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_18: membar #StoreLoad ba P4771 nop TARGET4873: ba RET4873 nop P4771: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4772: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_18 nop P4773: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_19: membar #StoreLoad P4774: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P4775: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_19 nop P4776: !_IDC_FLIP [335] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_20: sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(4776, 19750, 14, 0x46b007b8, 0x7b8, %i3, 0x7b8, %l6, %l7, %o5, %l3) P4777: !_MEMBAR (FP) membar #StoreLoad P4778: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4779: !_MEMBAR (FP) (Loop exit) (Branch target of P4872) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_20 nop ba P4780 nop TARGET4872: ba RET4872 nop P4780: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_21: membar #StoreLoad P4781: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4782: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_21 nop P4783: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_22: membar #StoreLoad P4784: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4785: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_22 nop P4786: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_23: membar #StoreLoad P4787: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4788: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_23 nop P4789: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_24: membar #StoreLoad P4790: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4791: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_24 nop P4792: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_25: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4792 nop RET4792: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P4793: !_BLD [289] (FP) (Branch target of P4799) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P4794 nop TARGET4799: ba RET4799 nop P4794: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_25 nop P4795: !_PREFETCH [73] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_26: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1444], 26 P4796: !_IDC_FLIP [279] (Int) (Loop exit) sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(4796, 11291, 14, 0x46000b74, 0xb74, %i3, 0xb74, %l6, %l7, %o5, %l3) loop_exit_14_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_26 nop P4797: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_27: membar #StoreLoad P4798: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P4799: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4799 nop RET4799: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_27 nop P4800: !_IDC_FLIP [295] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_28: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(4800, 13400, 14, 0x46300d88, 0xd88, %i3, 0xd88, %l6, %l7, %o5, %l3) P4801: !_PREFETCH [264] (Int) (Loop exit) sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3552], 23 loop_exit_14_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_28 nop P4802: !_ST [99] (maybe <- 0x87000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_29: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1488 ] add %l4, 1, %l4 loop_exit_14_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_29 nop P4803: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_30: membar #StoreLoad P4804: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4805: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_30 nop P4806: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_31: membar #StoreLoad P4807: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P4808: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_31 nop P4809: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_32: membar #StoreLoad P4810: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4811: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_32 nop P4812: !_PREFETCH [126] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_33: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3448], 0 loop_exit_14_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_33 nop P4813: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_34: membar #StoreLoad P4814: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P4815: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_34 nop P4816: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_35: membar #StoreLoad P4817: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4818: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_35 nop P4819: !_ST [247] (maybe <- 0x87000003) (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_36: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1116 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4819 nop RET4819: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 loop_exit_14_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_36 nop P4820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_37: membar #StoreLoad P4821: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4822: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_37 nop P4823: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_38: membar #StoreLoad P4824: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4825: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_38 nop P4826: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_39: membar #StoreLoad P4827: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4828: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_39 nop P4829: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_40: membar #StoreLoad P4830: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4831: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_40 nop P4832: !_IDC_FLIP [54] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_41: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(4832, 5419, 14, 0x43a0095c, 0x95c, %i3, 0x95c, %l6, %l7, %o5, %l3) P4833: !_MEMBAR (FP) membar #StoreLoad P4834: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4835: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_41 nop P4836: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_42: membar #StoreLoad P4837: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4838: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_42 nop P4839: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_43: membar #StoreLoad P4840: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4841: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_43 nop P4842: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_44: membar #StoreLoad P4843: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P4844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_44 nop P4845: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_45: membar #StoreLoad P4846: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_45 nop P4848: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_46: membar #StoreLoad P4849: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P4850: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_46 nop P4851: !_IDC_FLIP [140] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_47: sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4851, 14684, 14, 0x44800ad8, 0xad8, %i2, 0xad8, %l6, %l7, %o5, %l3) P4852: !_MEMBAR (FP) membar #StoreLoad P4853: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4854: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_47 nop P4855: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_48: membar #StoreLoad P4856: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P4857: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_48 nop P4858: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_49: membar #StoreLoad P4859: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4860: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_49 nop P4861: !_IDC_FLIP [154] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_50: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(4861, 24463, 14, 0x44a00ed0, 0xed0, %i2, 0xed0, %l6, %l7, %o5, %l3) P4862: !_MEMBAR (FP) membar #StoreLoad P4863: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4864: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_50 nop P4865: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_51: membar #StoreLoad P4866: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P4867: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_51 nop P4868: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_52: membar #StoreLoad P4869: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P4870: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_52 nop P4871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_53: membar #StoreLoad P4872: !_BLD [321] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4872 nop RET4872: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P4873: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4873 nop RET4873: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_53 nop P4874: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_54: membar #StoreLoad P4875: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P4876: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_14_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_54 nop P4877: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_55: membar #StoreLoad P4878: !_BLD [292] (FP) (Branch target of P4734) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P4879 nop TARGET4734: ba RET4734 nop P4879: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_55 nop P4880: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_56: membar #StoreLoad P4881: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4882: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_56 nop P4883: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_57: membar #StoreLoad P4884: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4885: !_MEMBAR (FP) (Loop exit) (Branch target of P4792) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_57 nop ba P4886 nop TARGET4792: ba RET4792 nop P4886: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_58: membar #StoreLoad P4887: !_BLD [246] (FP) (Branch target of P5008) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P4888 nop TARGET5008: ba RET5008 nop P4888: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_58 nop P4889: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_59: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4889 nop RET4889: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P4890: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4891: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_59 nop P4892: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_60: membar #StoreLoad P4893: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4894: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_60 nop P4895: !_PREFETCH [134] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_61: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2308], 0 loop_exit_14_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_61 nop P4896: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_62: membar #StoreLoad P4897: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4898: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_62 nop P4899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_63: membar #StoreLoad P4900: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P4901: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_63 nop P4902: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_64: membar #StoreLoad P4903: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4904: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_64 nop P4905: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_65: membar #StoreLoad P4906: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4907: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_65 nop P4908: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_66: membar #StoreLoad P4909: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P4910: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_66 nop P4911: !_PREFETCH [16] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_67: sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2208], 20 loop_exit_14_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_67 nop P4912: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_68: membar #StoreLoad P4913: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P4914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_68 nop P4915: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_69: membar #StoreLoad P4916: !_BLD [153] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET4916 nop RET4916: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P4917: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_69 nop P4918: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_70: membar #StoreLoad P4919: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4920: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_70 nop P4921: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_71: membar #StoreLoad P4922: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P4923: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_71 nop P4924: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_72: membar #StoreLoad P4925: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4926: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_72 nop P4927: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_73: membar #StoreLoad P4928: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P4929: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_14_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_73 nop P4930: !_PREFETCH [248] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_74: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2016], 27 P4931: !_MEMBAR (FP) membar #StoreLoad P4932: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4933: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_74 nop P4934: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_75: membar #StoreLoad P4935: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4936: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_75 nop P4937: !_IDC_FLIP [188] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_76: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(4937, 2810, 14, 0x45100624, 0x624, %i3, 0x624, %l6, %l7, %o5, %l3) loop_exit_14_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_76 nop P4938: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_77: membar #StoreLoad P4939: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P4940: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_77 nop P4941: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_78: membar #StoreLoad P4942: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P4943: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_78 nop P4944: !_IDC_FLIP [112] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_79: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(4944, 21160, 14, 0x443009d0, 0x9d0, %i2, 0x9d0, %l6, %l7, %o5, %l3) P4945: !_MEMBAR (FP) membar #StoreLoad P4946: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4947: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_79 nop P4948: !_MEMBAR (FP) (Loop entry) (Branch target of P4916) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_80: membar #StoreLoad ba P4949 nop TARGET4916: ba RET4916 nop P4949: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4950: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_80 nop P4951: !_IDC_FLIP [136] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_81: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(4951, 5935, 14, 0x44700e8c, 0xe8c, %i3, 0xe8c, %l6, %l7, %o5, %l3) P4952: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET4952 nop RET4952: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P4953: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P4954: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_81 nop P4955: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_82: membar #StoreLoad P4956: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P4957: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_82 nop P4958: !_MEMBAR (FP) (Loop entry) (Branch target of P4952) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_83: membar #StoreLoad ba P4959 nop TARGET4952: ba RET4952 nop P4959: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4960: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_83 nop P4961: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_84: membar #StoreLoad P4962: !_BLD [26] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P4963: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_84 nop P4964: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_85: membar #StoreLoad P4965: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P4966: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_85 nop P4967: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_86: membar #StoreLoad P4968: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P4969: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_86 nop P4970: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_87: membar #StoreLoad P4971: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P4972: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_87 nop P4973: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_88: membar #StoreLoad P4974: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P4975: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_88 nop P4976: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_89: membar #StoreLoad P4977: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4978: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_89 nop P4979: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_90: membar #StoreLoad P4980: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P4981: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_90 nop P4982: !_MEMBAR (FP) (Loop entry) (Branch target of P4819) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_91: membar #StoreLoad ba P4983 nop TARGET4819: ba RET4819 nop P4983: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P4984: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_14_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_91 nop P4985: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_92: membar #StoreLoad P4986: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P4987: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_14_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_92 nop P4988: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_93: membar #StoreLoad P4989: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P4990: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_93 nop P4991: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_94: membar #StoreLoad P4992: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P4993: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_94 nop P4994: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_95: membar #StoreLoad P4995: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P4996: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_95 nop P4997: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_96: membar #StoreLoad P4998: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P4999: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_96 nop P5000: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_97: membar #StoreLoad P5001: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5002: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_97 nop P5003: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_98: membar #StoreLoad P5004: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5005: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_98 nop P5006: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_99: membar #StoreLoad P5007: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5008: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5008 nop RET5008: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_99 nop P5009: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_100: membar #StoreLoad P5010: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_100 nop P5012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_101: membar #StoreLoad P5013: !_BLD [118] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_101 nop P5015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_102: membar #StoreLoad P5016: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5017: !_MEMBAR (FP) (Loop exit) (Branch target of P4740) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_102 nop ba P5018 nop TARGET4740: ba RET4740 nop P5018: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_103: membar #StoreLoad P5019: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P5020: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_103 nop P5021: !_IDC_FLIP [254] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_104: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(5021, 4360, 14, 0x45c0023c, 0x23c, %i3, 0x23c, %l6, %l7, %o5, %l3) P5022: !_MEMBAR (FP) membar #StoreLoad P5023: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5024: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_104 nop P5025: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_105: membar #StoreLoad P5026: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5027: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_105 nop P5028: !_ST [192] (maybe <- 0x87000004) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_106: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3680 ] add %l4, 1, %l4 P5029: !_MEMBAR (FP) membar #StoreLoad P5030: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5031: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5031 nop RET5031: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_106 nop P5032: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_107: membar #StoreLoad P5033: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5034: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_107 nop P5035: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_108: membar #StoreLoad P5036: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5037: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_108 nop P5038: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_109: membar #StoreLoad P5039: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_109 nop P5041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_110: membar #StoreLoad P5042: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P5043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_110 nop P5044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_111: membar #StoreLoad P5045: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_111 nop P5047: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_14_112: membar #StoreLoad P5048: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_112 nop P5050: !_IDC_FLIP [178] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_14_113: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(5050, 11797, 14, 0x44f00a5c, 0xa5c, %i2, 0xa5c, %l6, %l7, %o5, %l3) P5051: !_MEMBAR (FP) membar #StoreLoad P5052: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5053: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_14_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_14_113 nop P5054: !_MEMBAR (Int) (Branch target of P5031) membar #StoreLoad ba END_NODES14 nop TARGET5031: ba RET5031 nop END_NODES14: ! Test instruction sequence for CPU 14 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func15: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x0fdeade1), %l6 or %l6, %lo(0x0fdeade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x87800001), %l4 or %l4, %lo(0x87800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x13800001), %l6 or %l6, %lo(0x13800001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x8000000), %l6 or %l6, %lo(0x8000000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x670b^4 sethi %hi(0x670b), %l0 or %l0, %lo(0x670b), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 84 to 88 --- sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+2232] stx %g0, [%i2+3552] stx %g0, [%i2+3904] sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+1024] stx %g0, [%i3+1240] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES15, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES15: ! Test instruction sequence for ISTREAM 15 begins P5055: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_0: membar #StoreLoad P5056: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5057: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_0 nop P5058: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_1: membar #StoreLoad P5059: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P5060: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_15_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_1 nop P5061: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_2: membar #StoreLoad P5062: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5063: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_2 nop P5064: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_3: membar #StoreLoad P5065: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5066: !_MEMBAR (FP) (Loop exit) (Branch target of P5290) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_3 nop ba P5067 nop TARGET5290: ba RET5290 nop P5067: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_4: membar #StoreLoad P5068: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5069: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_4 nop P5070: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_5: membar #StoreLoad P5071: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5072: !_MEMBAR (FP) (Loop exit) (Branch target of P5077) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_5 nop ba P5073 nop TARGET5077: ba RET5077 nop P5073: !_IDC_FLIP [244] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_6: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(5073, 25690, 15, 0x45a00e74, 0xe74, %i2, 0xe74, %l6, %l7, %o5, %l3) loop_exit_15_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_6 nop P5074: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_7: membar #StoreLoad P5075: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5076: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_7 nop P5077: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_8: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5077 nop RET5077: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P5078: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5079: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5079 nop RET5079: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_8 nop P5080: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_9: membar #StoreLoad P5081: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5082: !_MEMBAR (FP) (Loop exit) (Branch target of P5209) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_9 nop ba P5083 nop TARGET5209: ba RET5209 nop P5083: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_10: membar #StoreLoad loop_exit_15_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_10 nop P5084: !_ST [65] (maybe <- 0x87800001) (Int) (Loop entry) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_11: wr %g0, 0x88, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l6 or %l6, %lo(0xff00ff00), %l6 and %l4, %l6, %l7 srl %l7, 8, %l7 sll %l4, 8, %l3 and %l3, %l6, %l3 or %l3, %l7, %l3 srl %l3, 16, %l7 sll %l3, 16, %l3 srl %l3, 0, %l3 or %l3, %l7, %l3 stwa %l3, [%i2 + 1024] %asi add %l4, 1, %l4 P5085: !_MEMBAR (FP) membar #StoreLoad P5086: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5087: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_11 nop P5088: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_12: membar #StoreLoad P5089: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P5090: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_12 nop P5091: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_13: membar #StoreLoad P5092: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_13 nop P5094: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_14: membar #StoreLoad P5095: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P5096: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_15_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_14 nop P5097: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_15: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5097 nop RET5097: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P5098: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5099: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_15 nop P5100: !_IDC_FLIP [260] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_16: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(5100, 22589, 15, 0x45d003d0, 0x3d0, %i3, 0x3d0, %l6, %l7, %o5, %l3) loop_exit_15_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_16 nop P5101: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_17: membar #StoreLoad P5102: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5103: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_17 nop P5104: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_18: membar #StoreLoad P5105: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5106: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_18 nop P5107: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_19: membar #StoreLoad P5108: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5109: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_19 nop P5110: !_IDC_FLIP [246] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_20: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(5110, 5153, 15, 0x45b00284, 0x284, %i3, 0x284, %l6, %l7, %o5, %l3) P5111: !_IDC_FLIP [75] (Int) (Loop exit) sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5111, 16623, 15, 0x43d00be8, 0xbe8, %i2, 0xbe8, %l6, %l7, %o5, %l3) loop_exit_15_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_20 nop P5112: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_21: membar #StoreLoad P5113: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5114: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_21 nop P5115: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_22: membar #StoreLoad P5116: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5117: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_22 nop P5118: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_23: membar #StoreLoad P5119: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_23 nop P5121: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_24: membar #StoreLoad P5122: !_BLD [117] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5122 nop RET5122: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P5123: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_24 nop P5124: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_25: membar #StoreLoad P5125: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5126: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_25 nop P5127: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_26: membar #StoreLoad P5128: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P5129: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_26 nop P5130: !_FLUSHI [264] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_27: flush %g0 P5131: !_PREFETCH [139] (Int) (Loop exit) sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2700], 26 loop_exit_15_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_27 nop P5132: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_28: membar #StoreLoad P5133: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5134: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_28 nop P5135: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_29: membar #StoreLoad P5136: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P5137: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_15_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_29 nop P5138: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_30: membar #StoreLoad P5139: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5140: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_30 nop P5141: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_31: membar #StoreLoad P5142: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P5143: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_31 nop P5144: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_32: membar #StoreLoad P5145: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5146: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_32 nop P5147: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_33: membar #StoreLoad P5148: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P5149: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_33 nop P5150: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_34: membar #StoreLoad P5151: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5152: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5152 nop RET5152: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_34 nop P5153: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_35: membar #StoreLoad P5154: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5155: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_35 nop P5156: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_36: membar #StoreLoad P5157: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5158: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_36 nop P5159: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_37: membar #StoreLoad P5160: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5161: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_37 nop P5162: !_MEMBAR (FP) (Loop entry) (Branch target of P5247) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_38: membar #StoreLoad ba P5163 nop TARGET5247: ba RET5247 nop P5163: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5164: !_MEMBAR (FP) (Loop exit) (Branch target of P5322) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_38 nop ba P5165 nop TARGET5322: ba RET5322 nop P5165: !_MEMBAR (FP) (Loop entry) (Branch target of P5278) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_39: membar #StoreLoad ba P5166 nop TARGET5278: ba RET5278 nop P5166: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P5167: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_39 nop P5168: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_40: membar #StoreLoad P5169: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5170: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_40 nop P5171: !_IDC_FLIP [311] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_41: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5171, 5787, 15, 0x46600e88, 0xe88, %i2, 0xe88, %l6, %l7, %o5, %l3) loop_exit_15_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_41 nop P5172: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_42: membar #StoreLoad P5173: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5174: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_42 nop P5175: !_IDC_FLIP [327] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_43: sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5175, 9813, 15, 0x46a00504, 0x504, %i2, 0x504, %l6, %l7, %o5, %l3) loop_exit_15_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_43 nop P5176: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_44: membar #StoreLoad P5177: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5178: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_44 nop P5179: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_45: membar #StoreLoad P5180: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5181: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_45 nop P5182: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_46: membar #StoreLoad P5183: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5184: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_46 nop P5185: !_PREFETCH [19] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_47: sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2496], 17 P5186: !_MEMBAR (FP) membar #StoreLoad P5187: !_BLD [154] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5187 nop RET5187: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P5188: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_47 nop P5189: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_48: membar #StoreLoad P5190: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5191: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_48 nop P5192: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_49: membar #StoreLoad P5193: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5194: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_49 nop P5195: !_PREFETCH [339] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_50: sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 20], 23 P5196: !_MEMBAR (FP) membar #StoreLoad P5197: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P5198: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_15_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_50 nop P5199: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_51: membar #StoreLoad P5200: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5201: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_51 nop P5202: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_52: membar #StoreLoad P5203: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P5204: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_52 nop P5205: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_53: membar #StoreLoad P5206: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P5207: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_53 nop P5208: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_54: membar #StoreLoad P5209: !_BLD [163] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5209 nop RET5209: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P5210: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_54 nop P5211: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_55: membar #StoreLoad P5212: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P5213: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5213 nop RET5213: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_15_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_55 nop P5214: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_56: membar #StoreLoad P5215: !_BLD [158] (FP) (Branch target of P5352) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P5216 nop TARGET5352: ba RET5352 nop P5216: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_56 nop P5217: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_57: membar #StoreLoad P5218: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5219: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5219 nop RET5219: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_57 nop P5220: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_58: membar #StoreLoad P5221: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5222: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_58 nop P5223: !_PREFETCH [327] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_59: sethi %hi(REGION58_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1284], 19 P5224: !_MEMBAR (FP) membar #StoreLoad P5225: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5226: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_59 nop P5227: !_MEMBAR (FP) (Loop entry) (Branch target of P5219) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_60: membar #StoreLoad ba P5228 nop TARGET5219: ba RET5219 nop P5228: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5229: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_60 nop P5230: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_61: membar #StoreLoad P5231: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P5232: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_15_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_61 nop P5233: !_LD [95] (Int) (NF) (Faults) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_62: wr %g0, 0x82, %asi lduwa [%g0] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P5234: !_MEMBAR (FP) membar #StoreLoad P5235: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5236: !_MEMBAR (FP) P5237: !_LD [302] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 388], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_62 nop P5238: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_63: membar #StoreLoad P5239: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5240: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_63 nop P5241: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_64: membar #StoreLoad P5242: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5243: !_MEMBAR (FP) (Loop exit) (Branch target of P5122) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_64 nop ba P5244 nop TARGET5122: ba RET5122 nop P5244: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_65: membar #StoreLoad P5245: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5246: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_65 nop P5247: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_66: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5247 nop RET5247: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P5248: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5249: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_66 nop P5250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_67: membar #StoreLoad P5251: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5252: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_67 nop P5253: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_68: membar #StoreLoad P5254: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P5255: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_15_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_68 nop P5256: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_69: membar #StoreLoad P5257: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5258: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_69 nop P5259: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_70: membar #StoreLoad P5260: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5261: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_70 nop P5262: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_71: membar #StoreLoad P5263: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_71 nop P5265: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_72: membar #StoreLoad P5266: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5267: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_72 nop P5268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_73: membar #StoreLoad P5269: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5270: !_MEMBAR (FP) (Loop exit) (Branch target of P5332) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_73 nop ba P5271 nop TARGET5332: ba RET5332 nop P5271: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_74: membar #StoreLoad P5272: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5273: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_74 nop P5274: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_75: membar #StoreLoad P5275: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P5276: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_15_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_75 nop P5277: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_76: membar #StoreLoad P5278: !_BLD [57] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5278 nop RET5278: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P5279: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_76 nop P5280: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_77: membar #StoreLoad P5281: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P5282: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_77 nop P5283: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_78: membar #StoreLoad P5284: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5285: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_78 nop P5286: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_79: membar #StoreLoad P5287: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P5288: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_79 nop P5289: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_80: membar #StoreLoad P5290: !_BLD [45] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5290 nop RET5290: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P5291: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_80 nop P5292: !_LD [276] (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_81: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ld [%i2 + 780], %f0 ! 1 addresses covered P5293: !_MEMBAR (FP) membar #StoreLoad P5294: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f32 membar #Sync ! 1 addresses covered fmovd %f32, %f18 fmovs %f18, %f1 P5295: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_15_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_81 nop P5296: !_IDC_FLIP [241] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_82: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(5296, 14157, 15, 0x45a00640, 0x640, %i2, 0x640, %l6, %l7, %o5, %l3) P5297: !_MEMBAR (FP) membar #StoreLoad P5298: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P5299: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_82 nop P5300: !_IDC_FLIP [4] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_83: IDC_FLIP(5300, 27199, 15, 0x43000b70, 0xb70, %i0, 0xb70, %l6, %l7, %o5, %l3) loop_exit_15_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_83 nop P5301: !_ST [271] (maybe <- 0x87800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_84: sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 4032 ] add %l4, 1, %l4 P5302: !_MEMBAR (FP) membar #StoreLoad P5303: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5304: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_84 nop P5305: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_85: membar #StoreLoad P5306: !_BLD [8] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5306 nop RET5306: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P5307: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_85 nop P5308: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_86: membar #StoreLoad P5309: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P5310: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_15_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_86 nop P5311: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_87: membar #StoreLoad P5312: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5313: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_87 nop P5314: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_88: membar #StoreLoad P5315: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P5316: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_15_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_88 nop P5317: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_89: membar #StoreLoad P5318: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5319: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_89 nop P5320: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_90: membar #StoreLoad P5321: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5322: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5322 nop RET5322: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_90 nop P5323: !_MEMBAR (FP) (Loop entry) (Branch target of P5377) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_91: membar #StoreLoad ba P5324 nop TARGET5377: ba RET5377 nop P5324: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5325: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_91 nop P5326: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_92: membar #StoreLoad P5327: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5328: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_92 nop P5329: !_PREFETCH [159] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_93: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 84], 2 loop_exit_15_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_93 nop P5330: !_ST [43] (maybe <- 0x13800001) (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_94: sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 3692 ] P5331: !_MEMBAR (FP) membar #StoreLoad P5332: !_BLD [196] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5332 nop RET5332: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P5333: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_94 nop P5334: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_95: membar #StoreLoad P5335: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5336: !_MEMBAR (FP) (Loop exit) (Branch target of P5079) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_95 nop ba P5337 nop TARGET5079: ba RET5079 nop P5337: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_96: membar #StoreLoad P5338: !_BLD [341] (FP) (Branch target of P5350) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 256] %asi, %f0 membar #Sync ! 1 addresses covered ba P5339 nop TARGET5350: ba RET5350 nop P5339: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_96 nop P5340: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_97: membar #StoreLoad P5341: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5342: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_97 nop P5343: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_98: membar #StoreLoad P5344: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P5345: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_15_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_98 nop P5346: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_99: membar #StoreLoad P5347: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5348: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_99 nop P5349: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_100: membar #StoreLoad P5350: !_BLD [115] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5350 nop RET5350: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P5351: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_100 nop P5352: !_IDC_FLIP [52] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_101: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(5352, 837, 15, 0x43a004a8, 0x4a8, %i2, 0x4a8, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5352 nop RET5352: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_15_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_101 nop P5353: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_102: membar #StoreLoad P5354: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5355: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_102 nop P5356: !_PREFETCH [248] (Int) (Loop entry) (Loop exit) (Branch target of P5097) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_103: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2016], 23 loop_exit_15_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_103 nop ba P5357 nop TARGET5097: ba RET5097 nop P5357: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_104: membar #StoreLoad P5358: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P5359: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_104 nop P5360: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_105: membar #StoreLoad P5361: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5362: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_105 nop P5363: !_MEMBAR (FP) (Loop entry) (Branch target of P5374) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_106: membar #StoreLoad ba P5364 nop TARGET5374: ba RET5374 nop P5364: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_106 nop P5366: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_107: membar #StoreLoad P5367: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5368: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_107 nop P5369: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_108: membar #StoreLoad P5370: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5371: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_108 nop P5372: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_109: membar #StoreLoad P5373: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P5374: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P5306) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5374 nop RET5374: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_15_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_109 nop ba P5375 nop TARGET5306: ba RET5306 nop P5375: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_110: membar #StoreLoad P5376: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5377: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5377 nop RET5377: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_110 nop P5378: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_111: membar #StoreLoad P5379: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION46_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5380: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_111 nop P5381: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_112: membar #StoreLoad P5382: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5383: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_112 nop P5384: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_113: membar #StoreLoad P5385: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5386: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_113 nop P5387: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_114: membar #StoreLoad P5388: !_BLD [8] (FP) (Branch target of P5152) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P5389 nop TARGET5152: ba RET5152 nop P5389: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_114 nop P5390: !_MEMBAR (FP) (Loop entry) (Branch target of P5213) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_15_115: membar #StoreLoad ba P5391 nop TARGET5213: ba RET5213 nop P5391: !_BLD [122] (FP) (Branch target of P5187) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P5392 nop TARGET5187: ba RET5187 nop P5392: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_115 nop P5393: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_116: membar #StoreLoad P5394: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5395: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_116 nop P5396: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_15_117: membar #StoreLoad P5397: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5398: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_15_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_15_117 nop P5399: !_MEMBAR (Int) membar #StoreLoad END_NODES15: ! Test instruction sequence for CPU 15 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func16: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x10deade1), %l6 or %l6, %lo(0x10deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x88000001), %l4 or %l4, %lo(0x88000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x14000001), %l6 or %l6, %lo(0x14000001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x8800000), %l6 or %l6, %lo(0x8800000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x633f^4 sethi %hi(0x633f), %l0 or %l0, %lo(0x633f), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 89 to 94 --- sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+1296] stx %g0, [%i3+1336] stx %g0, [%i3+1376] stx %g0, [%i3+1384] stx %g0, [%i3+1400] sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1168] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES16, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES16: ! Test instruction sequence for ISTREAM 16 begins P5400: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_0: membar #StoreLoad P5401: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5402: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_0 nop P5403: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_1: membar #StoreLoad P5404: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5405: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_1 nop P5406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_2: membar #StoreLoad P5407: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P5408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_16_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_2 nop P5409: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_3: membar #StoreLoad P5410: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5411: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_3 nop P5412: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_4: membar #StoreLoad P5413: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P5414: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_4 nop P5415: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_5: membar #StoreLoad P5416: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5417: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5417 nop RET5417: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_5 nop P5418: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_6: membar #StoreLoad P5419: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5420: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_6 nop P5421: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_7: membar #StoreLoad P5422: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_7 nop P5424: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_8: membar #StoreLoad P5425: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P5426: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_8 nop P5427: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_9: membar #StoreLoad P5428: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION22_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5429: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_9 nop P5430: !_IDC_FLIP [115] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_10: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5430, 29637, 16, 0x444003bc, 0x3bc, %i2, 0x3bc, %l6, %l7, %o5, %l3) P5431: !_MEMBAR (FP) (Branch target of P5638) membar #StoreLoad ba P5432 nop TARGET5638: ba RET5638 nop P5432: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P5433: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_10 nop P5434: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_11: membar #StoreLoad P5435: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P5436: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_11 nop P5437: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_12: membar #StoreLoad P5438: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5439: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_12 nop P5440: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_13: membar #StoreLoad P5441: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5442: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_13 nop P5443: !_IDC_FLIP [118] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_14: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(5443, 31043, 16, 0x44400aac, 0xaac, %i3, 0xaac, %l6, %l7, %o5, %l3) P5444: !_ST [243] (maybe <- 0x88000001) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2608 ] add %l4, 1, %l4 loop_exit_16_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_14 nop P5445: !_ST [43] (maybe <- 0x14000001) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_15: sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 3692 ] loop_exit_16_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_15 nop P5446: !_PREFETCH [224] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_16: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2360], 0 loop_exit_16_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_16 nop P5447: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_17: membar #StoreLoad P5448: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5449: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_17 nop P5450: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_18: membar #StoreLoad P5451: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5452: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_18 nop P5453: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_19: membar #StoreLoad P5454: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5455: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_19 nop P5456: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_20: membar #StoreLoad P5457: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5458: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_20 nop P5459: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_21: membar #StoreLoad P5460: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P5461: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_16_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_21 nop P5462: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_22: membar #StoreLoad P5463: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5464: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_22 nop P5465: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_23: membar #StoreLoad P5466: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5467: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_23 nop P5468: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_24: membar #StoreLoad P5469: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5470: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_24 nop P5471: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_25: membar #StoreLoad P5472: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5473: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_25 nop P5474: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_26: membar #StoreLoad P5475: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P5476: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_26 nop P5477: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_27: membar #StoreLoad P5478: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5479: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_27 nop P5480: !_IDC_FLIP [75] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_28: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5480, 24682, 16, 0x43d00be8, 0xbe8, %i2, 0xbe8, %l6, %l7, %o5, %l3) P5481: !_MEMBAR (FP) membar #StoreLoad P5482: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P5483: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_28 nop P5484: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_29: membar #StoreLoad P5485: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_29 nop P5487: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_30: membar #StoreLoad P5488: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5489: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_30 nop P5490: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_31: membar #StoreLoad P5491: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P5492: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_16_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_31 nop P5493: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_32: membar #StoreLoad P5494: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P5495: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_32 nop P5496: !_MEMBAR (FP) (Loop entry) (Branch target of P5523) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_33: membar #StoreLoad ba P5497 nop TARGET5523: ba RET5523 nop P5497: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5498: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_33 nop P5499: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_34: membar #StoreLoad P5500: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P5501: !_MEMBAR (FP) (Loop exit) (Branch target of P5678) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_16_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_34 nop ba P5502 nop TARGET5678: ba RET5678 nop P5502: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_35: membar #StoreLoad P5503: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5504: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_35 nop P5505: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_36: membar #StoreLoad P5506: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5507: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_36 nop P5508: !_IDC_FLIP [140] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_37: sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5508, 25471, 16, 0x44800ad8, 0xad8, %i2, 0xad8, %l6, %l7, %o5, %l3) P5509: !_MEMBAR (FP) membar #StoreLoad P5510: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5511: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_37 nop P5512: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_38: membar #StoreLoad P5513: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5514: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_38 nop P5515: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_39: membar #StoreLoad P5516: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P5517: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_39 nop P5518: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_40: membar #StoreLoad P5519: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P5520: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_40 nop P5521: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_41: membar #StoreLoad P5522: !_BLD [312] (FP) (Branch target of P5736) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P5523 nop TARGET5736: ba RET5736 nop P5523: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5523 nop RET5523: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_41 nop P5524: !_MEMBAR (FP) (Loop entry) (Branch target of P5417) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_42: membar #StoreLoad ba P5525 nop TARGET5417: ba RET5417 nop P5525: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P5526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_16_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_42 nop P5527: !_PREFETCH [329] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_43: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1428], 3 loop_exit_16_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_43 nop P5528: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_44: membar #StoreLoad P5529: !_BLD [116] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5529 nop RET5529: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P5530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_44 nop P5531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_45: membar #StoreLoad P5532: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_45 nop P5534: !_IDC_FLIP [335] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_46: sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5534, 19375, 16, 0x46b007b8, 0x7b8, %i2, 0x7b8, %l6, %l7, %o5, %l3) P5535: !_MEMBAR (FP) membar #StoreLoad P5536: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5537: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_46 nop P5538: !_PREFETCH [167] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_47: sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1056], 3 P5539: !_MEMBAR (FP) membar #StoreLoad P5540: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5541: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_47 nop P5542: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_48: membar #StoreLoad P5543: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P5544: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_16_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_48 nop P5545: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_49: membar #StoreLoad P5546: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5547: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_49 nop P5548: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_50: membar #StoreLoad P5549: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5550: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_50 nop P5551: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_51: membar #StoreLoad P5552: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5553: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_51 nop P5554: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_52: membar #StoreLoad P5555: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5556: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_52 nop P5557: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_53: membar #StoreLoad P5558: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P5559: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_53 nop P5560: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_54: membar #StoreLoad P5561: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5562: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_54 nop P5563: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_55: membar #StoreLoad P5564: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5565: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_55 nop P5566: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_56: membar #StoreLoad P5567: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5568: !_MEMBAR (FP) (Loop exit) (Branch target of P5529) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_56 nop ba P5569 nop TARGET5529: ba RET5529 nop P5569: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_57: membar #StoreLoad P5570: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5571: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_57 nop P5572: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_58: membar #StoreLoad P5573: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5574: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_58 nop P5575: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_59: membar #StoreLoad P5576: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5577: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_59 nop P5578: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_60: membar #StoreLoad P5579: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5580: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_60 nop P5581: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_61: membar #StoreLoad P5582: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5583: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_61 nop P5584: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_62: membar #StoreLoad P5585: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5586: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_62 nop P5587: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_63: membar #StoreLoad P5588: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5589: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_63 nop P5590: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_64: membar #StoreLoad P5591: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5592: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_64 nop P5593: !_PREFETCH [96] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_65: sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1308], 21 loop_exit_16_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_65 nop P5594: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_66: membar #StoreLoad P5595: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5596: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_66 nop P5597: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_67: membar #StoreLoad P5598: !_BLD [194] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5598 nop RET5598: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P5599: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_67 nop P5600: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_68: membar #StoreLoad P5601: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5602: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_68 nop P5603: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_69: membar #StoreLoad P5604: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5605: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_69 nop P5606: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_70: membar #StoreLoad P5607: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P5608: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_70 nop P5609: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_71: membar #StoreLoad P5610: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5611: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_71 nop P5612: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_72: membar #StoreLoad P5613: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5614: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_72 nop P5615: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_73: membar #StoreLoad P5616: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5617: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_73 nop P5618: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_74: membar #StoreLoad P5619: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5620: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_74 nop P5621: !_LD [188] (Int) (NF) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_75: wr %g0, 0x82, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduwa [%i2 + 1572] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P5622: !_IDC_FLIP [179] (Int) sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(5622, 20298, 16, 0x44f00ee8, 0xee8, %i3, 0xee8, %l6, %l7, %o5, %l3) P5623: !_LD [245] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 3972], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_16_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_75 nop P5624: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_76: membar #StoreLoad P5625: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5626: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_76 nop P5627: !_ST [116] (maybe <- 0x88000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_77: sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1112 ] add %l4, 1, %l4 loop_exit_16_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_77 nop P5628: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_78: membar #StoreLoad P5629: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5630: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_78 nop P5631: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_79: membar #StoreLoad P5632: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5633: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_79 nop P5634: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_80: membar #StoreLoad P5635: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P5636: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_16_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_80 nop P5637: !_IDC_FLIP [251] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_81: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5637, 25352, 16, 0x45b00c98, 0xc98, %i2, 0xc98, %l6, %l7, %o5, %l3) loop_exit_16_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_81 nop P5638: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_82: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5638 nop RET5638: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P5639: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5640: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_82 nop P5641: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_83: membar #StoreLoad P5642: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5643: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_83 nop P5644: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_84: membar #StoreLoad P5645: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5646: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_84 nop P5647: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_85: membar #StoreLoad P5648: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5649: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_85 nop P5650: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_86: membar #StoreLoad P5651: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5652: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_86 nop P5653: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_87: membar #StoreLoad P5654: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5655: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_87 nop P5656: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_88: membar #StoreLoad P5657: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5658: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5658 nop RET5658: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_88 nop P5659: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_89: membar #StoreLoad P5660: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5661: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_89 nop P5662: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_90: membar #StoreLoad P5663: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5664: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_90 nop P5665: !_LD [79] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_91: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2260], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P5666: !_LD [143] (Int) (Loop exit) sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 1008], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_16_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_91 nop P5667: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_92: membar #StoreLoad P5668: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5669: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_92 nop P5670: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_93: membar #StoreLoad P5671: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P5672: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_16_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_93 nop P5673: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_94: membar #StoreLoad P5674: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P5675: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_16_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_94 nop P5676: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_95: membar #StoreLoad P5677: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5678: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5678 nop RET5678: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_95 nop P5679: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_96: membar #StoreLoad P5680: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P5681: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_96 nop P5682: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_97: membar #StoreLoad P5683: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5684: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_97 nop P5685: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_98: membar #StoreLoad P5686: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5687: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_98 nop P5688: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_99: membar #StoreLoad P5689: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5690: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_99 nop P5691: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_100: membar #StoreLoad P5692: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5693: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_100 nop P5694: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_101: membar #StoreLoad P5695: !_BLD [174] (FP) (Branch target of P5598) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ba P5696 nop TARGET5598: ba RET5598 nop P5696: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_101 nop P5697: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_102: membar #StoreLoad P5698: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5699: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_102 nop P5700: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_103: membar #StoreLoad P5701: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P5702: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_103 nop P5703: !_FLUSHI [181] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_104: flush %g0 loop_exit_16_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_104 nop P5704: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_105: membar #StoreLoad P5705: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5706: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_105 nop P5707: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_106: membar #StoreLoad P5708: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5709: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_106 nop P5710: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_107: membar #StoreLoad P5711: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P5712: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_16_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_107 nop P5713: !_PREFETCH [203] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_108: sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 680], 21 loop_exit_16_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_108 nop P5714: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_109: membar #StoreLoad P5715: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5716: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_109 nop P5717: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_110: membar #StoreLoad loop_exit_16_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_110 nop P5718: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_111: membar #StoreLoad P5719: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P5720: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_111 nop P5721: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_112: membar #StoreLoad P5722: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5723: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_112 nop P5724: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_113: membar #StoreLoad P5725: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5726: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_113 nop P5727: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_114: membar #StoreLoad P5728: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5729: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_114 nop P5730: !_IDC_FLIP [352] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_115: sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5730, 2827, 16, 0x46e00b18, 0xb18, %i2, 0xb18, %l6, %l7, %o5, %l3) P5731: !_MEMBAR (FP) membar #StoreLoad P5732: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5733: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_115 nop P5734: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_116: membar #StoreLoad P5735: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5736: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5736 nop RET5736: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_116 nop P5737: !_PREFETCH [165] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_117: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3652], 0 P5738: !_MEMBAR (Int) (Loop exit) (Branch target of P5658) membar #StoreLoad loop_exit_16_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_117 nop ba P5739 nop TARGET5658: ba RET5658 nop P5739: !_ST [155] (maybe <- 0x88000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_118: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2724 ] add %l4, 1, %l4 loop_exit_16_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_118 nop P5740: !_IDC_FLIP [160] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_119: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(5740, 28426, 16, 0x44c00230, 0x230, %i3, 0x230, %l6, %l7, %o5, %l3) P5741: !_MEMBAR (FP) membar #StoreLoad P5742: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5743: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_119 nop P5744: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_120: membar #StoreLoad P5745: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5746: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_120 nop P5747: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_16_121: membar #StoreLoad P5748: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5749: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_121: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_121 nop P5750: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_16_122: membar #StoreLoad P5751: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P5752: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_16_122: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_16_122 nop P5753: !_MEMBAR (Int) membar #StoreLoad END_NODES16: ! Test instruction sequence for CPU 16 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func17: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x11deade1), %l3 or %l3, %lo(0x11deade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x88800001), %l4 or %l4, %lo(0x88800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x14800001), %l3 or %l3, %lo(0x14800001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x9000000), %l3 or %l3, %lo(0x9000000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x2b43^4 sethi %hi(0x2b43), %l0 or %l0, %lo(0x2b43), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 95 to 99 --- sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1192] stx %g0, [%i2+1304] stx %g0, [%i2+1400] stx %g0, [%i2+1472] stx %g0, [%i2+1488] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES17, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES17: ! Test instruction sequence for ISTREAM 17 begins P5754: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_0: membar #StoreLoad P5755: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5756: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_0 nop P5757: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_1: membar #StoreLoad P5758: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5759: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_1 nop P5760: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_2: membar #StoreLoad P5761: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P5762: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_2 nop P5763: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_3: membar #StoreLoad P5764: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5765: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_3 nop P5766: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_4: membar #StoreLoad P5767: !_BLD [115] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5767 nop RET5767: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P5768: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_4 nop P5769: !_IDC_FLIP [286] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_5: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(5769, 14777, 17, 0x4610085c, 0x85c, %i2, 0x85c, %l6, %l7, %o5, %l3) P5770: !_ST [119] (maybe <- 0x88800001) (Int) (Loop exit) sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3344 ] add %l4, 1, %l4 loop_exit_17_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_5 nop P5771: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_6: membar #StoreLoad P5772: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P5773: !_MEMBAR (FP) (Loop exit) (Branch target of P5975) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_6 nop ba P5774 nop TARGET5975: ba RET5975 nop P5774: !_MEMBAR (FP) (Loop entry) (Branch target of P6049) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_7: membar #StoreLoad ba P5775 nop TARGET6049: ba RET6049 nop P5775: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5776: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_7 nop P5777: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_8: membar #StoreLoad P5778: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5779: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_8 nop P5780: !_ST [256] (maybe <- 0x88800002) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_9: wr %g0, 0x88, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l6 or %l6, %lo(0xff00ff00), %l6 and %l4, %l6, %l7 srl %l7, 8, %l7 sll %l4, 8, %l3 and %l3, %l6, %l3 or %l3, %l7, %l3 srl %l3, 16, %l7 sll %l3, 16, %l3 srl %l3, 0, %l3 or %l3, %l7, %l3 stwa %l3, [%i3 + 2100] %asi add %l4, 1, %l4 loop_exit_17_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_9 nop P5781: !_LD [167] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_10: sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 1056], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P5782: !_MEMBAR (FP) membar #StoreLoad P5783: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5784: !_MEMBAR (FP) P5785: !_LD [70] (Int) (Loop exit) sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 4064], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_10 nop P5786: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_11: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5786 nop RET5786: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P5787: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P5788: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_17_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_11 nop P5789: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_12: membar #StoreLoad P5790: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P5791: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_12 nop P5792: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_13: membar #StoreLoad P5793: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5794: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_13 nop P5795: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_14: membar #StoreLoad P5796: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P5797: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_14 nop P5798: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_15: membar #StoreLoad P5799: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5800: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_15 nop P5801: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_16: membar #StoreLoad P5802: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5803: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_16 nop P5804: !_ST [161] (maybe <- 0x88800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_17: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1116 ] add %l4, 1, %l4 loop_exit_17_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_17 nop P5805: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_18: membar #StoreLoad P5806: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_18 nop P5808: !_PREFETCH [354] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_19: sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3684], 20 loop_exit_17_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_19 nop P5809: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_20: membar #StoreLoad P5810: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5811: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_20 nop P5812: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_21: membar #StoreLoad P5813: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5814: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_21 nop P5815: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_22: membar #StoreLoad P5816: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P5817: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_22 nop P5818: !_PREFETCH [158] (Int) (Loop entry) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_23: wr %g0, 0x88, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 2972] %asi, 3 P5819: !_MEMBAR (FP) membar #StoreLoad P5820: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5821: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_23 nop P5822: !_IDC_FLIP [275] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_24: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(5822, 28319, 17, 0x460001fc, 0x1fc, %i3, 0x1fc, %l6, %l7, %o5, %l3) P5823: !_IDC_FLIP [270] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(5823, 16261, 17, 0x45e00fac, 0xfac, %i2, 0xfac, %l6, %l7, %o5, %l3) loop_exit_17_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_24 nop P5824: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_25: membar #StoreLoad P5825: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5826: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_25 nop P5827: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_26: membar #StoreLoad P5828: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5829: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_26 nop P5830: !_IDC_FLIP [156] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_27: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(5830, 14560, 17, 0x44b00b00, 0xb00, %i3, 0xb00, %l6, %l7, %o5, %l3) loop_exit_17_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_27 nop P5831: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_28: membar #StoreLoad P5832: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5833: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_28 nop P5834: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_29: membar #StoreLoad P5835: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5836: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5836 nop RET5836: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_29 nop P5837: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_30: membar #StoreLoad P5838: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5839: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_30 nop P5840: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_31: membar #StoreLoad P5841: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5842: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_31 nop P5843: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_32: membar #StoreLoad P5844: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P5845: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_32 nop P5846: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_33: membar #StoreLoad P5847: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5848: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_33 nop P5849: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_34: membar #StoreLoad P5850: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P5851: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_34 nop P5852: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_35: membar #StoreLoad P5853: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5854: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_35 nop P5855: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_36: membar #StoreLoad P5856: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5857: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_36 nop P5858: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_37: membar #StoreLoad P5859: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5860: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_37 nop P5861: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_38: membar #StoreLoad P5862: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5863: !_MEMBAR (FP) (Loop exit) (Branch target of P5956) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_38 nop ba P5864 nop TARGET5956: ba RET5956 nop P5864: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_39: membar #StoreLoad P5865: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P5866: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_39 nop P5867: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_40: membar #StoreLoad P5868: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P5869: !_MEMBAR (FP) (Loop exit) (Branch target of P5931) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_40 nop ba P5870 nop TARGET5931: ba RET5931 nop P5870: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_41: membar #StoreLoad P5871: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P5872: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_17_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_41 nop P5873: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_42: membar #StoreLoad P5874: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5875: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_42 nop P5876: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_43: membar #StoreLoad P5877: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5878: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_43 nop P5879: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_44: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5879 nop RET5879: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P5880: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5881: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_44 nop P5882: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_45: membar #StoreLoad P5883: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P5884: !_MEMBAR (FP) (Loop exit) (Branch target of P5767) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_45 nop ba P5885 nop TARGET5767: ba RET5767 nop P5885: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_46: membar #StoreLoad P5886: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5887: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_46 nop P5888: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_47: membar #StoreLoad P5889: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5890: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_47 nop P5891: !_PREFETCH [347] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_48: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3728], 0 P5892: !_MEMBAR (FP) membar #StoreLoad P5893: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P5894: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_17_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_48 nop P5895: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_49: membar #StoreLoad P5896: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5897: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_49 nop P5898: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_50: membar #StoreLoad P5899: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P5900: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_50 nop P5901: !_MEMBAR (FP) (Loop entry) (Branch target of P5836) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_51: membar #StoreLoad ba P5902 nop TARGET5836: ba RET5836 nop P5902: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5903: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_51 nop P5904: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_52: membar #StoreLoad P5905: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P5906: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_17_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_52 nop P5907: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_53: membar #StoreLoad P5908: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P5909: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_17_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_53 nop P5910: !_ST [354] (maybe <- 0x88800004) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_54: sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3684 ] add %l4, 1, %l4 loop_exit_17_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_54 nop P5911: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_55: membar #StoreLoad P5912: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5913: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_55 nop P5914: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_56: membar #StoreLoad P5915: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5916: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_56 nop P5917: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_57: membar #StoreLoad P5918: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5919: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_57 nop P5920: !_IDC_FLIP [259] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_58: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(5920, 2184, 17, 0x45c00ee0, 0xee0, %i2, 0xee0, %l6, %l7, %o5, %l3) loop_exit_17_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_58 nop P5921: !_IDC_FLIP [7] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_59: IDC_FLIP(5921, 25312, 17, 0x43100568, 0x568, %i1, 0x568, %l6, %l7, %o5, %l3) P5922: !_MEMBAR (FP) membar #StoreLoad P5923: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5924: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_59 nop P5925: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_60: membar #StoreLoad P5926: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P5927: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_17_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_60 nop P5928: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_61: membar #StoreLoad P5929: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5930: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_61 nop P5931: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_62: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5931 nop RET5931: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P5932: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5933: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_62 nop P5934: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P5879) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_63: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5934 nop RET5934: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 ba P5935 nop TARGET5879: ba RET5879 nop P5935: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P5936: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_63 nop P5937: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_64: membar #StoreLoad P5938: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P5939: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_64 nop P5940: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_65: membar #StoreLoad P5941: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P5942: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET5942 nop RET5942: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_65 nop P5943: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_66: membar #StoreLoad P5944: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5945: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_66 nop P5946: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_67: membar #StoreLoad P5947: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P5948: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_17_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_67 nop P5949: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_68: membar #StoreLoad P5950: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P5951: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_68 nop P5952: !_IDC_FLIP [13] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_69: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(5952, 24506, 17, 0x43200680, 0x680, %i3, 0x680, %l6, %l7, %o5, %l3) loop_exit_17_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_69 nop P5953: !_ST [312] (maybe <- 0x88800005) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_70: sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 972 ] add %l4, 1, %l4 loop_exit_17_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_70 nop P5954: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_71: membar #StoreLoad P5955: !_BLD [78] (FP) (Branch target of P5942) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P5956 nop TARGET5942: ba RET5942 nop P5956: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5956 nop RET5956: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_71 nop P5957: !_LD [195] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_72: sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 1892], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P5958: !_LD [113] (Int) (Loop exit) sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 2540], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_17_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_72 nop P5959: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_73: membar #StoreLoad P5960: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P5961: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_73 nop P5962: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_74: membar #StoreLoad P5963: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5964: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_74 nop P5965: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_75: membar #StoreLoad P5966: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5967: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_75 nop P5968: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_76: membar #StoreLoad P5969: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5970: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_76 nop P5971: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_77: membar #StoreLoad P5972: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P5973: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_77 nop P5974: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_78: membar #StoreLoad P5975: !_BLD [69] (FP) (CBR) (Branch target of P6070) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET5975 nop RET5975: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 ba P5976 nop TARGET6070: ba RET6070 nop P5976: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_78 nop P5977: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_79: membar #StoreLoad P5978: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION59_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P5979: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_79 nop P5980: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_80: membar #StoreLoad P5981: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5982: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_80 nop P5983: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_81: membar #StoreLoad P5984: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P5985: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_81 nop P5986: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_82: membar #StoreLoad P5987: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION24_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P5988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_82 nop P5989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_83: membar #StoreLoad P5990: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P5991: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_83 nop P5992: !_IDC_FLIP [322] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_84: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(5992, 1489, 17, 0x4690021c, 0x21c, %i2, 0x21c, %l6, %l7, %o5, %l3) loop_exit_17_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_84 nop P5993: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_85: membar #StoreLoad P5994: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P5995: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_85 nop P5996: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_86: membar #StoreLoad P5997: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P5998: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_86 nop P5999: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_87: membar #StoreLoad P6000: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6001: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_87 nop P6002: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_88: membar #StoreLoad P6003: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6004: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_88 nop P6005: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_89: membar #StoreLoad P6006: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6007: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_89 nop P6008: !_IDC_FLIP [134] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_90: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(6008, 18987, 17, 0x44700904, 0x904, %i2, 0x904, %l6, %l7, %o5, %l3) P6009: !_MEMBAR (FP) membar #StoreLoad P6010: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_90 nop P6012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_91: membar #StoreLoad P6013: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P6014: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6014 nop RET6014: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_17_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_91 nop P6015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_92: membar #StoreLoad P6016: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6017: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_92 nop P6018: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_93: membar #StoreLoad P6019: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6020: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_93 nop P6021: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_94: membar #StoreLoad P6022: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P6023: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_17_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_94 nop P6024: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_95: membar #StoreLoad P6025: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6026: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_95 nop P6027: !_IDC_FLIP [122] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_96: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(6027, 25202, 17, 0x44500c78, 0xc78, %i3, 0xc78, %l6, %l7, %o5, %l3) loop_exit_17_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_96 nop P6028: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_97: membar #StoreLoad P6029: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P6030: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_97 nop P6031: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_98: membar #StoreLoad P6032: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6033: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_98 nop P6034: !_MEMBAR (FP) (Loop entry) (Branch target of P5934) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_99: membar #StoreLoad ba P6035 nop TARGET5934: ba RET5934 nop P6035: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6036: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_99 nop P6037: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_100: membar #StoreLoad P6038: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6039: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_100 nop P6040: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_101: membar #StoreLoad P6041: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P6042: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_17_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_101 nop P6043: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_102: membar #StoreLoad P6044: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6045: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_102 nop P6046: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_103: membar #StoreLoad P6047: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P6048: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_103 nop P6049: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_104: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6049 nop RET6049: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6050: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6051: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_104 nop P6052: !_PREFETCH [95] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_105: sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1196], 3 P6053: !_MEMBAR (FP) membar #StoreLoad P6054: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P6055: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_105 nop P6056: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_106: membar #StoreLoad P6057: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_106 nop P6059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_107: membar #StoreLoad P6060: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P6061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_107 nop P6062: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_108: membar #StoreLoad P6063: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P6064: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_17_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_108 nop P6065: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_109: membar #StoreLoad P6066: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P6067: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_17_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_109 nop P6068: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_110: membar #StoreLoad P6069: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6070: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P6014) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6070 nop RET6070: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_110 nop ba P6071 nop TARGET6014: ba RET6014 nop P6071: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_111: membar #StoreLoad P6072: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6073: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_111 nop P6074: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_17_112: membar #StoreLoad P6075: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6076: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_112 nop P6077: !_ST [108] (maybe <- 0x88800006) (Int) (Loop entry) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_113: wr %g0, 0x88, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l7 or %l7, %lo(0xff00ff00), %l7 and %l4, %l7, %o5 srl %o5, 8, %o5 sll %l4, 8, %l6 and %l6, %l7, %l6 or %l6, %o5, %l6 srl %l6, 16, %o5 sll %l6, 16, %l6 srl %l6, 0, %l6 or %l6, %o5, %l6 stwa %l6, [%i2 + 2240] %asi add %l4, 1, %l4 P6078: !_MEMBAR (FP) membar #StoreLoad P6079: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6080: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_113 nop P6081: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_17_114: membar #StoreLoad P6082: !_BLD [301] (FP) (Branch target of P5786) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P6083 nop TARGET5786: ba RET5786 nop P6083: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_17_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_17_114 nop P6084: !_MEMBAR (Int) membar #StoreLoad END_NODES17: ! Test instruction sequence for CPU 17 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func18: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x12deade1), %l6 or %l6, %lo(0x12deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x89000001), %l4 or %l4, %lo(0x89000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x15000001), %l6 or %l6, %lo(0x15000001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x9800000), %l6 or %l6, %lo(0x9800000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x7f7f^4 sethi %hi(0x7f7f), %l0 or %l0, %lo(0x7f7f), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 100 to 105 --- sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+3112] stx %g0, [%i3+3152] stx %g0, [%i3+3208] stx %g0, [%i3+3248] stx %g0, [%i3+3256] stx %g0, [%i3+3328] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES18, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES18: ! Test instruction sequence for ISTREAM 18 begins P6085: !_MEMBAR (FP) (Loop entry) (Branch target of P6139) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_0: membar #StoreLoad ba P6086 nop TARGET6139: ba RET6139 nop P6086: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6087: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_0 nop P6088: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_1: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6088 nop RET6088: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P6089: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6090: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_1 nop P6091: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_2: membar #StoreLoad P6092: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_2 nop P6094: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_3: membar #StoreLoad P6095: !_BLD [0] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6095 nop RET6095: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6096: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_3 nop P6097: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_4: membar #StoreLoad P6098: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6099: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_4 nop P6100: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_5: membar #StoreLoad P6101: !_BLD [324] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P6102: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_5 nop P6103: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_6: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6103 nop RET6103: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6104: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P6105: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_18_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_6 nop P6106: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_7: membar #StoreLoad P6107: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6108: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_7 nop P6109: !_IDC_FLIP [341] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_8: sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6109, 16043, 18, 0x46c00100, 0x100, %i3, 0x100, %l6, %l7, %o5, %l3) loop_exit_18_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_8 nop P6110: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_9: membar #StoreLoad P6111: !_BLD [184] (FP) (Branch target of P6161) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P6112 nop TARGET6161: ba RET6161 nop P6112: !_MEMBAR (FP) (Loop exit) (Branch target of P6333) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_9 nop ba P6113 nop TARGET6333: ba RET6333 nop P6113: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_10: membar #StoreLoad P6114: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6115: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_10 nop P6116: !_IDC_FLIP [48] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_11: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6116, 4955, 18, 0x43900a40, 0xa40, %i2, 0xa40, %l6, %l7, %o5, %l3) loop_exit_18_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_11 nop P6117: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_12: membar #StoreLoad P6118: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6119: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_12 nop P6120: !_PREFETCH [149] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_13: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 152], 4 P6121: !_IDC_FLIP [230] (Int) (Loop exit) sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(6121, 7347, 18, 0x45800920, 0x920, %i3, 0x920, %l6, %l7, %o5, %l3) loop_exit_18_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_13 nop P6122: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_14: membar #StoreLoad P6123: !_BLD [30] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6123 nop RET6123: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P6124: !_MEMBAR (FP) (Loop exit) (Branch target of P6088) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_14 nop ba P6125 nop TARGET6088: ba RET6088 nop P6125: !_IDC_FLIP [57] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_15: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6125, 12952, 18, 0x43a00f80, 0xf80, %i3, 0xf80, %l6, %l7, %o5, %l3) P6126: !_MEMBAR (FP) membar #StoreLoad P6127: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6128: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_15 nop P6129: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_16: membar #StoreLoad P6130: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6131: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_16 nop P6132: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_17: membar #StoreLoad P6133: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P6134: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_17 nop P6135: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_18: membar #StoreLoad P6136: !_BLD [308] (FP) (Branch target of P6362) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P6137 nop TARGET6362: ba RET6362 nop P6137: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_18 nop P6138: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_19: membar #StoreLoad P6139: !_BLD [135] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6139 nop RET6139: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6140: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_19 nop P6141: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_20: membar #StoreLoad P6142: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6143: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_20 nop P6144: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_21: membar #StoreLoad P6145: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P6146: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_21 nop P6147: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_22: membar #StoreLoad P6148: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6149: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_22 nop P6150: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_23: membar #StoreLoad P6151: !_BLD [96] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6151 nop RET6151: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6152: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_23 nop P6153: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_24: membar #StoreLoad P6154: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6155: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_24 nop P6156: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_25: membar #StoreLoad P6157: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6158: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_25 nop P6159: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_26: membar #StoreLoad P6160: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6161: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6161 nop RET6161: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_26 nop P6162: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_27: membar #StoreLoad P6163: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P6164: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_18_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_27 nop P6165: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_28: membar #StoreLoad P6166: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6167: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_28 nop P6168: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_29: membar #StoreLoad P6169: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P6170: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_18_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_29 nop P6171: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_30: membar #StoreLoad P6172: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6173: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_30 nop P6174: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_31: membar #StoreLoad P6175: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6176: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_31 nop P6177: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_32: membar #StoreLoad P6178: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6179: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_32 nop P6180: !_ST [135] (maybe <- 0x89000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_33: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2924 ] add %l4, 1, %l4 loop_exit_18_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_33 nop P6181: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_34: membar #StoreLoad P6182: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P6183: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_34 nop P6184: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_35: membar #StoreLoad P6185: !_BLD [257] (FP) (Branch target of P6295) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P6186 nop TARGET6295: ba RET6295 nop P6186: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_35 nop P6187: !_IDC_FLIP [268] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_36: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6187, 8628, 18, 0x45e00f24, 0xf24, %i3, 0xf24, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6187 nop RET6187: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_18_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_36 nop P6188: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_37: membar #StoreLoad P6189: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6190: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_37 nop P6191: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_38: membar #StoreLoad P6192: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6193: !_MEMBAR (FP) (Loop exit) (Branch target of P6123) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_38 nop ba P6194 nop TARGET6123: ba RET6123 nop P6194: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_39: membar #StoreLoad P6195: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P6196: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_39 nop P6197: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_40: membar #StoreLoad P6198: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6199: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_40 nop P6200: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_41: membar #StoreLoad P6201: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6202: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_41 nop P6203: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_42: membar #StoreLoad P6204: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6205: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_42 nop P6206: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_43: membar #StoreLoad P6207: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_43 nop P6209: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_44: membar #StoreLoad P6210: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6211: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_44 nop P6212: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_45: membar #StoreLoad P6213: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6214: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_45 nop P6215: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_46: membar #StoreLoad P6216: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6217: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_46 nop P6218: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_47: membar #StoreLoad P6219: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P6220: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_47 nop P6221: !_ST [289] (maybe <- 0x89000002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_48: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2152 ] add %l4, 1, %l4 P6222: !_ST [153] (maybe <- 0x89000003) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3416 ] add %l4, 1, %l4 loop_exit_18_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_48 nop P6223: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_49: membar #StoreLoad P6224: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6225: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_49 nop P6226: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_50: membar #StoreLoad P6227: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6228: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_50 nop P6229: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_51: membar #StoreLoad P6230: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6231: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_51 nop P6232: !_IDC_FLIP [331] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_52: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(6232, 5899, 18, 0x46a00d9c, 0xd9c, %i2, 0xd9c, %l6, %l7, %o5, %l3) P6233: !_MEMBAR (Int) (Loop exit) membar #StoreLoad loop_exit_18_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_52 nop P6234: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_53: membar #StoreLoad P6235: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P6236: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_53 nop P6237: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_54: membar #StoreLoad P6238: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P6239: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_18_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_54 nop P6240: !_ST [266] (maybe <- 0x89000004) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_55: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3648 ] add %l4, 1, %l4 P6241: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6241 nop RET6241: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6242: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_55 nop P6244: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_56: membar #StoreLoad P6245: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6246: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_56 nop P6247: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_57: membar #StoreLoad P6248: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6249: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_57 nop P6250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_58: membar #StoreLoad P6251: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6252: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_58 nop P6253: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_59: membar #StoreLoad P6254: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6255: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_59 nop P6256: !_ST [101] (maybe <- 0x89000005) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_60: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3156 ] add %l4, 1, %l4 loop_exit_18_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_60 nop P6257: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_61: membar #StoreLoad P6258: !_BLD [334] (FP) (Branch target of P6095) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P6259 nop TARGET6095: ba RET6095 nop P6259: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_61 nop P6260: !_LD [258] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_62: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3064], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P6261: !_MEMBAR (FP) (Branch target of P6187) membar #StoreLoad ba P6262 nop TARGET6187: ba RET6187 nop P6262: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P6263: !_MEMBAR (FP) P6264: !_LD [164] (Int) (Loop exit) sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3408], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_62 nop P6265: !_IDC_FLIP [215] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_63: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6265, 21545, 18, 0x45600ea0, 0xea0, %i2, 0xea0, %l6, %l7, %o5, %l3) P6266: !_MEMBAR (FP) membar #StoreLoad P6267: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6268: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_63 nop P6269: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_64: membar #StoreLoad P6270: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P6271: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_64 nop P6272: !_MEMBAR (FP) (Loop entry) (Branch target of P6103) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_65: membar #StoreLoad ba P6273 nop TARGET6103: ba RET6103 nop P6273: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6274: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_65 nop P6275: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_66: membar #StoreLoad P6276: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6277: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_66 nop P6278: !_MEMBAR (FP) (Loop entry) (Branch target of P6377) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_67: membar #StoreLoad ba P6279 nop TARGET6377: ba RET6377 nop P6279: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6280: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_67 nop P6281: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_68: membar #StoreLoad P6282: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6283: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_68 nop P6284: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_69: membar #StoreLoad P6285: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P6286: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_18_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_69 nop P6287: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_70: membar #StoreLoad P6288: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6289: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_70 nop P6290: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_71: membar #StoreLoad P6291: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P6292: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_71 nop P6293: !_PREFETCH [61] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_72: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 768], 21 loop_exit_18_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_72 nop P6294: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_73: membar #StoreLoad P6295: !_BLD [292] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6295 nop RET6295: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P6296: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_73 nop P6297: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_74: membar #StoreLoad P6298: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P6299: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_74 nop P6300: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_75: membar #StoreLoad P6301: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P6302: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_75 nop P6303: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_76: membar #StoreLoad P6304: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6305: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_76 nop P6306: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_77: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6306 nop RET6306: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6307: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6308: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_77 nop P6309: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_78: membar #StoreLoad P6310: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6311: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_78 nop P6312: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_79: membar #StoreLoad P6313: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P6314: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_79 nop P6315: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_80: membar #StoreLoad P6316: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6317: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_80 nop P6318: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_81: membar #StoreLoad P6319: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P6320: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_18_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_81 nop P6321: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_82: membar #StoreLoad P6322: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P6323: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_18_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_82 nop P6324: !_PREFETCH [76] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_83: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 228], 1 P6325: !_MEMBAR (FP) membar #StoreLoad P6326: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P6327: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_83 nop P6328: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_84: membar #StoreLoad P6329: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6330: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_84 nop P6331: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_85: membar #StoreLoad loop_exit_18_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_85 nop P6332: !_ST [221] (maybe <- 0x89000006) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_86: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 868 ] add %l4, 1, %l4 loop_exit_18_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_86 nop P6333: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_87: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6333 nop RET6333: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6334: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6335: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_87 nop P6336: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_88: membar #StoreLoad P6337: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P6338: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_18_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_88 nop P6339: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_89: membar #StoreLoad P6340: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P6341: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_89 nop P6342: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_90: membar #StoreLoad P6343: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_90 nop P6345: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_91: membar #StoreLoad P6346: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P6347: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_91 nop P6348: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_92: membar #StoreLoad P6349: !_LD [109] (Int) sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 2356], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P6350: !_LD [299] (Int) (NF) (Loop exit) wr %g0, 0x82, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduwa [%i2 + 2976] %asi, %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_18_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_92 nop P6351: !_ST [148] (maybe <- 0x89000007) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_93: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 20 ] add %l4, 1, %l4 P6352: !_MEMBAR (FP) membar #StoreLoad P6353: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6354: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_93 nop P6355: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_94: membar #StoreLoad P6356: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6357: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_94 nop P6358: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_95: membar #StoreLoad P6359: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P6360: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_18_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_95 nop P6361: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_96: membar #StoreLoad P6362: !_BLD [150] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6362 nop RET6362: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6363: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_96 nop P6364: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_97: membar #StoreLoad P6365: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6366: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_97 nop P6367: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_98: membar #StoreLoad P6368: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6369: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_98 nop P6370: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_99: membar #StoreLoad P6371: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6372: !_MEMBAR (FP) (Loop exit) (Branch target of P6306) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_99 nop ba P6373 nop TARGET6306: ba RET6306 nop P6373: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_100: membar #StoreLoad P6374: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6375: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_100 nop P6376: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_101: membar #StoreLoad P6377: !_BLD [155] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6377 nop RET6377: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6378: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_101 nop P6379: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_102: membar #StoreLoad P6380: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P6381: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_18_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_102 nop P6382: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_103: membar #StoreLoad P6383: !_BLD [144] (FP) (Branch target of P6151) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P6384 nop TARGET6151: ba RET6151 nop P6384: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_103 nop P6385: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_104: membar #StoreLoad P6386: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P6387: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_18_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_104 nop P6388: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_105: membar #StoreLoad P6389: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6390: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_105 nop P6391: !_IDC_FLIP [248] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_106: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(6391, 6848, 18, 0x45b007e0, 0x7e0, %i3, 0x7e0, %l6, %l7, %o5, %l3) loop_exit_18_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_106 nop P6392: !_ST [107] (maybe <- 0x89000008) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_107: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2072 ] add %l4, 1, %l4 loop_exit_18_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_107 nop P6393: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_108: membar #StoreLoad P6394: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6395: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_108 nop P6396: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_109: membar #StoreLoad P6397: !_BLD [301] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6397 nop RET6397: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6398: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_109 nop P6399: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_110: membar #StoreLoad P6400: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P6401: !_MEMBAR (FP) (Loop exit) (Branch target of P6241) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_110 nop ba P6402 nop TARGET6241: ba RET6241 nop P6402: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_111: membar #StoreLoad P6403: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6404: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_111 nop P6405: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_112: membar #StoreLoad P6406: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6407: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_112 nop P6408: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_113: membar #StoreLoad P6409: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6410: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_113 nop P6411: !_IDC_FLIP [291] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_114: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6411, 8782, 18, 0x462009d4, 0x9d4, %i3, 0x9d4, %l6, %l7, %o5, %l3) loop_exit_18_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_114 nop P6412: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_18_115: membar #StoreLoad P6413: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6414: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_115 nop P6415: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_18_116: membar #StoreLoad P6416: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6417: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_18_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_18_116 nop P6418: !_MEMBAR (Int) (Branch target of P6397) membar #StoreLoad ba END_NODES18 nop TARGET6397: ba RET6397 nop END_NODES18: ! Test instruction sequence for CPU 18 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func19: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x13deade1), %o5 or %o5, %lo(0x13deade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x89800001), %l4 or %l4, %lo(0x89800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x15800001), %o5 or %o5, %lo(0x15800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xa000000), %o5 or %o5, %lo(0xa000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0xc8^4 sethi %hi(0xc8), %l0 or %l0, %lo(0xc8), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 106 to 111 --- sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+3496] sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+2072] stx %g0, [%i3+2240] stx %g0, [%i3+2352] stx %g0, [%i3+2408] stx %g0, [%i3+2496] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES19, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES19: ! Test instruction sequence for ISTREAM 19 begins P6419: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_0: membar #StoreLoad P6420: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6421: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6421 nop RET6421: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_0 nop P6422: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_1: membar #StoreLoad P6423: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6424: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_1 nop P6425: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_2: membar #StoreLoad P6426: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6427: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_2 nop P6428: !_IDC_FLIP [44] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_3: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6428, 1565, 19, 0x439001f0, 0x1f0, %i2, 0x1f0, %l6, %l7, %o5, %l3) P6429: !_ST [183] (maybe <- 0x89800001) (Int) (Loop exit) sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1744 ] add %l4, 1, %l4 loop_exit_19_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_3 nop P6430: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_4: membar #StoreLoad P6431: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6432: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_4 nop P6433: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_5: membar #StoreLoad P6434: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6435: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_5 nop P6436: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_6: membar #StoreLoad P6437: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6438: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_6 nop P6439: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_7: membar #StoreLoad P6440: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6441: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_7 nop P6442: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_8: membar #StoreLoad P6443: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6444: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_8 nop P6445: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_9: membar #StoreLoad P6446: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6447: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_9 nop P6448: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_10: membar #StoreLoad P6449: !_BLD [343] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6449 nop RET6449: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6450: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_10 nop P6451: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_11: membar #StoreLoad P6452: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P6453: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_11 nop P6454: !_IDC_FLIP [161] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_12: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6454, 32217, 19, 0x44c0045c, 0x45c, %i2, 0x45c, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6454 nop RET6454: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6455: !_ST [49] (maybe <- 0x89800002) (Int) (Loop exit) sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2916 ] add %l4, 1, %l4 loop_exit_19_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_12 nop P6456: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_13: membar #StoreLoad P6457: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6458: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_13 nop P6459: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_14: membar #StoreLoad P6460: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6461: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_14 nop P6462: !_IDC_FLIP [5] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_15: IDC_FLIP(6462, 25485, 19, 0x43100080, 0x80, %i1, 0x80, %l6, %l7, %o5, %l3) loop_exit_19_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_15 nop P6463: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_16: membar #StoreLoad P6464: !_BLD [80] (FP) (Branch target of P6566) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P6465 nop TARGET6566: ba RET6566 nop P6465: !_MEMBAR (FP) (Loop exit) (Branch target of P6613) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_16 nop ba P6466 nop TARGET6613: ba RET6613 nop P6466: !_ST [42] (maybe <- 0x89800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_17: sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2732 ] add %l4, 1, %l4 loop_exit_19_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_17 nop P6467: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_18: membar #StoreLoad P6468: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P6469: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_18 nop P6470: !_MEMBAR (FP) (Loop entry) (Branch target of P6454) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_19: membar #StoreLoad ba P6471 nop TARGET6454: ba RET6454 nop P6471: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6472: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_19 nop P6473: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_20: membar #StoreLoad P6474: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_20 nop P6476: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_21: membar #StoreLoad P6477: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6478: !_MEMBAR (FP) (Loop exit) (Branch target of P6571) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_21 nop ba P6479 nop TARGET6571: ba RET6571 nop P6479: !_LD [198] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_22: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 1216], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P6480: !_MEMBAR (FP) membar #StoreLoad P6481: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6482: !_MEMBAR (FP) P6483: !_LD [64] (Int) (Loop exit) sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 72], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_22 nop P6484: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_23: membar #StoreLoad P6485: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P6486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_23 nop P6487: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_24: membar #StoreLoad P6488: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P6489: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_24 nop P6490: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_25: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6490 nop RET6490: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6491: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6492: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_25 nop P6493: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_26: membar #StoreLoad P6494: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6495: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_26 nop P6496: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_27: membar #StoreLoad P6497: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6498: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_27 nop P6499: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_28: membar #StoreLoad P6500: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P6501: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_28 nop P6502: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_29: membar #StoreLoad P6503: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6504: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_29 nop P6505: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_30: membar #StoreLoad P6506: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6507: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_30 nop P6508: !_IDC_FLIP [146] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_31: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6508, 14478, 19, 0x44900b00, 0xb00, %i2, 0xb00, %l6, %l7, %o5, %l3) P6509: !_MEMBAR (FP) membar #StoreLoad P6510: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6511: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_31 nop P6512: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_32: membar #StoreLoad P6513: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P6514: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_19_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_32 nop P6515: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_33: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6515 nop RET6515: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6516: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P6517: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_33 nop P6518: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_34: membar #StoreLoad P6519: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6520: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_34 nop P6521: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_35: membar #StoreLoad P6522: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6523: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_35 nop P6524: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_36: membar #StoreLoad P6525: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P6526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_36 nop P6527: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_37: membar #StoreLoad P6528: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6529: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_37 nop P6530: !_IDC_FLIP [51] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_38: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(6530, 24258, 19, 0x43a000ec, 0xec, %i2, 0xec, %l6, %l7, %o5, %l3) loop_exit_19_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_38 nop P6531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_39: membar #StoreLoad P6532: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_39 nop P6534: !_MEMBAR (FP) (Loop entry) (Branch target of P6490) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_40: membar #StoreLoad ba P6535 nop TARGET6490: ba RET6490 nop P6535: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P6536: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_40 nop P6537: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_41: membar #StoreLoad P6538: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6539: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6539 nop RET6539: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_41 nop P6540: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_42: membar #StoreLoad P6541: !_BLD [199] (FP) (Branch target of P6449) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P6542 nop TARGET6449: ba RET6449 nop P6542: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_42 nop P6543: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_43: membar #StoreLoad P6544: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6545: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_43 nop P6546: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_44: membar #StoreLoad P6547: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6548: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_44 nop P6549: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_45: membar #StoreLoad P6550: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6551: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_45 nop P6552: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_46: membar #StoreLoad P6553: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6554: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_46 nop P6555: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_47: membar #StoreLoad P6556: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P6557: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_47 nop P6558: !_PREFETCH [317] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_48: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1316], 28 P6559: !_MEMBAR (FP) membar #StoreLoad P6560: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6561: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_48 nop P6562: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_49: membar #StoreLoad P6563: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P6564: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_49 nop P6565: !_IDC_FLIP [56] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_50: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6565, 14169, 19, 0x43a00c00, 0xc00, %i3, 0xc00, %l6, %l7, %o5, %l3) loop_exit_19_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_50 nop P6566: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_51: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6566 nop RET6566: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P6567: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P6568: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_19_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_51 nop P6569: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_52: membar #StoreLoad P6570: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6571: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6571 nop RET6571: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_52 nop P6572: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_53: membar #StoreLoad P6573: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P6574: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_19_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_53 nop P6575: !_ST [173] (maybe <- 0x89800004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_54: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2752 ] add %l4, 1, %l4 loop_exit_19_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_54 nop P6576: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_55: membar #StoreLoad P6577: !_BLD [46] (FP) (Branch target of P6515) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P6578 nop TARGET6515: ba RET6515 nop P6578: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_55 nop P6579: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_56: membar #StoreLoad P6580: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P6581: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_56 nop P6582: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_57: membar #StoreLoad P6583: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6584: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_57 nop P6585: !_IDC_FLIP [185] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_58: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6585, 18087, 19, 0x45000bac, 0xbac, %i2, 0xbac, %l6, %l7, %o5, %l3) loop_exit_19_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_58 nop P6586: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_59: membar #StoreLoad P6587: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6588: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_59 nop P6589: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_60: membar #StoreLoad P6590: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P6591: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_60 nop P6592: !_ST [317] (maybe <- 0x89800005) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_61: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1316 ] add %l4, 1, %l4 loop_exit_19_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_61 nop P6593: !_ST [346] (maybe <- 0x89800006) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_62: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3632 ] add %l4, 1, %l4 loop_exit_19_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_62 nop P6594: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_63: membar #StoreLoad P6595: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6596: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_63 nop P6597: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_64: membar #StoreLoad P6598: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P6599: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_64 nop P6600: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_65: membar #StoreLoad P6601: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6602: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_65 nop P6603: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_66: membar #StoreLoad P6604: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P6605: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_66 nop P6606: !_IDC_FLIP [176] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_67: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6606, 28853, 19, 0x44f00384, 0x384, %i3, 0x384, %l6, %l7, %o5, %l3) P6607: !_MEMBAR (FP) membar #StoreLoad P6608: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6609: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_67 nop P6610: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_68: membar #StoreLoad P6611: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P6612: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_68 nop P6613: !_ST [272] (maybe <- 0x89800007) (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_69: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2192 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6613 nop RET6613: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6614: !_MEMBAR (FP) membar #StoreLoad P6615: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6616: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_69 nop P6617: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_70: membar #StoreLoad P6618: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6619: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_70 nop P6620: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_71: membar #StoreLoad P6621: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6622: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_71 nop P6623: !_ST [181] (maybe <- 0x89800008) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_72: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1236 ] add %l4, 1, %l4 loop_exit_19_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_72 nop P6624: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_73: membar #StoreLoad P6625: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P6626: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_73 nop P6627: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_74: membar #StoreLoad P6628: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6629: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_74 nop P6630: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_75: membar #StoreLoad P6631: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6632: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_75 nop P6633: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_76: membar #StoreLoad P6634: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P6635: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_19_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_76 nop P6636: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_77: membar #StoreLoad P6637: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P6638: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_19_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_77 nop P6639: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_78: membar #StoreLoad P6640: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6641: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_78 nop P6642: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_79: membar #StoreLoad P6643: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6644: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_79 nop P6645: !_ST [69] (maybe <- 0x89800009) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_80: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3368 ] add %l4, 1, %l4 P6646: !_MEMBAR (FP) membar #StoreLoad P6647: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6648: !_MEMBAR (FP) (Loop exit) (Branch target of P6714) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_80 nop ba P6649 nop TARGET6714: ba RET6714 nop P6649: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_81: membar #StoreLoad P6650: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6651: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_81 nop P6652: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_82: membar #StoreLoad P6653: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P6654: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_82 nop P6655: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_83: membar #StoreLoad P6656: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P6657: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_83 nop P6658: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_84: membar #StoreLoad P6659: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6660: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_84 nop P6661: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_85: membar #StoreLoad P6662: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6663: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_85 nop P6664: !_LD [122] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_86: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3192], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P6665: !_LD [51] (Int) (Loop exit) (LE) wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduwa [%i3 + 236] %asi, %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_19_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_86 nop P6666: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_87: membar #StoreLoad P6667: !_BLD [190] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6667 nop RET6667: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P6668: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_87 nop P6669: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_88: membar #StoreLoad P6670: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_88 nop P6672: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_89: membar #StoreLoad P6673: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6674: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_89 nop P6675: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_90: membar #StoreLoad P6676: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6677: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_90 nop P6678: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_91: membar #StoreLoad P6679: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6680: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_91 nop P6681: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_92: membar #StoreLoad P6682: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6683: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_92 nop P6684: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_93: membar #StoreLoad P6685: !_BLD [123] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6685 nop RET6685: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P6686: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_93 nop P6687: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_94: membar #StoreLoad P6688: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6689: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_94 nop P6690: !_PREFETCH [216] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_95: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3756], 0 P6691: !_MEMBAR (FP) membar #StoreLoad P6692: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6693: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_95 nop P6694: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_96: membar #StoreLoad P6695: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6696: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_96 nop P6697: !_IDC_FLIP [240] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_97: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6697, 13791, 19, 0x45a0024c, 0x24c, %i3, 0x24c, %l6, %l7, %o5, %l3) loop_exit_19_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_97 nop P6698: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_98: membar #StoreLoad P6699: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P6700: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_98 nop P6701: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_99: membar #StoreLoad P6702: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6703: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_99 nop P6704: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P6421) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_100: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6704 nop RET6704: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 ba P6705 nop TARGET6421: ba RET6421 nop P6705: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P6706: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6706 nop RET6706: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_100 nop P6707: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_101: membar #StoreLoad P6708: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6709: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_101 nop P6710: !_MEMBAR (FP) (Loop entry) (Branch target of P6685) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_102: membar #StoreLoad ba P6711 nop TARGET6685: ba RET6685 nop P6711: !_BLD [17] (FP) (Branch target of P6704) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P6712 nop TARGET6704: ba RET6704 nop P6712: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_102 nop P6713: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_103: membar #StoreLoad P6714: !_BLD [6] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6714 nop RET6714: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6715: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_103 nop P6716: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_104: membar #StoreLoad P6717: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6718: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_104 nop P6719: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_105: membar #StoreLoad P6720: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6721: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_105 nop P6722: !_ST [55] (maybe <- 0x8980000a) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_106: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2564 ] add %l4, 1, %l4 P6723: !_MEMBAR (FP) membar #StoreLoad P6724: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6725: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_106 nop P6726: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_107: membar #StoreLoad P6727: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6728: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_107 nop P6729: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_108: membar #StoreLoad P6730: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6731: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_108 nop P6732: !_IDC_FLIP [301] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_109: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6732, 30214, 19, 0x46500070, 0x70, %i3, 0x70, %l6, %l7, %o5, %l3) loop_exit_19_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_109 nop P6733: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_110: membar #StoreLoad P6734: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P6735: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_110 nop P6736: !_IDC_FLIP [124] (Int) (Loop entry) (Loop exit) (Branch target of P6706) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_111: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(6736, 17635, 19, 0x44500d40, 0xd40, %i3, 0xd40, %l6, %l7, %o5, %l3) loop_exit_19_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_111 nop ba P6737 nop TARGET6706: ba RET6706 nop P6737: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_112: membar #StoreLoad P6738: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6739: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_112 nop P6740: !_IDC_FLIP [182] (Int) (Loop entry) (Branch target of P6667) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_113: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(6740, 5247, 19, 0x45000688, 0x688, %i3, 0x688, %l6, %l7, %o5, %l3) ba P6741 nop TARGET6667: ba RET6667 nop P6741: !_MEMBAR (FP) membar #StoreLoad P6742: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P6743: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_113 nop P6744: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_114: membar #StoreLoad P6745: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P6746: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_114 nop P6747: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_115: membar #StoreLoad P6748: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6749: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_115 nop P6750: !_IDC_FLIP [267] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_116: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6750, 25393, 19, 0x45e00eb0, 0xeb0, %i3, 0xeb0, %l6, %l7, %o5, %l3) P6751: !_PREFETCH [91] (Int) (Loop exit) sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1380], 4 loop_exit_19_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_116 nop P6752: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_117: membar #StoreLoad P6753: !_BLD [86] (FP) (Branch target of P6539) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered ba P6754 nop TARGET6539: ba RET6539 nop P6754: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_117 nop P6755: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_118: membar #StoreLoad P6756: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6757: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_118 nop P6758: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_119: membar #StoreLoad P6759: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P6760: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_119 nop P6761: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_120: membar #StoreLoad P6762: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P6763: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_19_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_120 nop P6764: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_19_121: membar #StoreLoad P6765: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P6766: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_19_121: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_121 nop P6767: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_19_122: membar #StoreLoad P6768: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6769: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_19_122: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_19_122 nop P6770: !_MEMBAR (Int) membar #StoreLoad END_NODES19: ! Test instruction sequence for CPU 19 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func20: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x14deade1), %o5 or %o5, %lo(0x14deade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8a000001), %l4 or %l4, %lo(0x8a000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x16000001), %o5 or %o5, %lo(0x16000001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xa800000), %o5 or %o5, %lo(0xa800000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x42e6^4 sethi %hi(0x42e6), %l0 or %l0, %lo(0x42e6), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 112 to 116 --- sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+2512] stx %g0, [%i3+2536] sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+384] stx %g0, [%i2+952] stx %g0, [%i2+1112] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES20, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES20: ! Test instruction sequence for ISTREAM 20 begins P6771: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_0: membar #StoreLoad P6772: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6773: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_0 nop P6774: !_IDC_FLIP [8] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_1: IDC_FLIP(6774, 18403, 20, 0x43100898, 0x898, %i1, 0x898, %l6, %l7, %o5, %l3) P6775: !_MEMBAR (FP) membar #StoreLoad P6776: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6777: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_1 nop P6778: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_2: membar #StoreLoad P6779: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6780: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6780 nop RET6780: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_2 nop P6781: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_3: membar #StoreLoad P6782: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P6783: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_3 nop P6784: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_4: membar #StoreLoad P6785: !_BLD [189] (FP) (Branch target of P6780) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P6786 nop TARGET6780: ba RET6780 nop P6786: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_4 nop P6787: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_5: membar #StoreLoad P6788: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6789: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P6809) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6789 nop RET6789: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_5 nop ba P6790 nop TARGET6809: ba RET6809 nop P6790: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_6: membar #StoreLoad P6791: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6792: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_6 nop P6793: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_7: membar #StoreLoad P6794: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6795: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_7 nop P6796: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_8: membar #StoreLoad P6797: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6798: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_8 nop P6799: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_9: membar #StoreLoad P6800: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6801: !_MEMBAR (FP) (Loop exit) (Branch target of P6993) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_9 nop ba P6802 nop TARGET6993: ba RET6993 nop P6802: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_10: membar #StoreLoad P6803: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P6804: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_10 nop P6805: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_11: membar #StoreLoad P6806: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_11 nop P6808: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_12: membar #StoreLoad P6809: !_BLD [265] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6809 nop RET6809: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P6810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_12 nop P6811: !_IDC_FLIP [213] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_13: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6811, 9482, 20, 0x45500ee8, 0xee8, %i2, 0xee8, %l6, %l7, %o5, %l3) loop_exit_20_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_13 nop P6812: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_14: membar #StoreLoad P6813: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6814: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_14 nop P6815: !_IDC_FLIP [313] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_15: sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6815, 4096, 20, 0x467006f4, 0x6f4, %i2, 0x6f4, %l6, %l7, %o5, %l3) P6816: !_PREFETCH [292] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3080], 0 loop_exit_20_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_15 nop P6817: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_16: membar #StoreLoad P6818: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P6819: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_16 nop P6820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_17: membar #StoreLoad P6821: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6822: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6822 nop RET6822: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_17 nop P6823: !_PREFETCH [227] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_18: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 684], 4 P6824: !_MEMBAR (FP) membar #StoreLoad P6825: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6826: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_18 nop P6827: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_19: membar #StoreLoad P6828: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION41_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P6829: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_19 nop P6830: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_20: membar #StoreLoad P6831: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6832: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_20 nop P6833: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_21: membar #StoreLoad P6834: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6835: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_21 nop P6836: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P6922) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_22: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6836 nop RET6836: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 ba P6837 nop TARGET6922: ba RET6922 nop P6837: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6838: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_22 nop P6839: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_23: membar #StoreLoad P6840: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6841: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_23 nop P6842: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_24: membar #StoreLoad P6843: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_24 nop P6845: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_25: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6845 nop RET6845: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P6846: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P6847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_20_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_25 nop P6848: !_IDC_FLIP [152] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_26: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(6848, 15236, 20, 0x44a00c30, 0xc30, %i2, 0xc30, %l6, %l7, %o5, %l3) loop_exit_20_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_26 nop P6849: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_27: membar #StoreLoad P6850: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6851: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_27 nop P6852: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_28: membar #StoreLoad P6853: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6854: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_28 nop P6855: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_29: membar #StoreLoad P6856: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P6857: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_20_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_29 nop P6858: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_30: membar #StoreLoad P6859: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P6860: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6860 nop RET6860: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_30 nop P6861: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_31: membar #StoreLoad P6862: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6863: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_31 nop P6864: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_32: membar #StoreLoad P6865: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6866: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_32 nop P6867: !_PREFETCH [91] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_33: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1380], 2 P6868: !_MEMBAR (FP) membar #StoreLoad P6869: !_BLD [32] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6869 nop RET6869: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6870: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_20_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_33 nop P6871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_34: membar #StoreLoad P6872: !_BLD [105] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6872 nop RET6872: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_34 nop P6874: !_IDC_FLIP [198] (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_35: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6874, 2453, 20, 0x453004c0, 0x4c0, %i2, 0x4c0, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6874 nop RET6874: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6875: !_ST [272] (maybe <- 0x8a000001) (Int) (Loop exit) sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2192 ] add %l4, 1, %l4 loop_exit_20_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_35 nop P6876: !_ST [222] (maybe <- 0x8a000002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_36: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1452 ] add %l4, 1, %l4 P6877: !_MEMBAR (FP) membar #StoreLoad P6878: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6879: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_36 nop P6880: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_37: membar #StoreLoad P6881: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6882: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_37 nop P6883: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_38: membar #StoreLoad P6884: !_BLD [289] (FP) (Branch target of P6845) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P6885 nop TARGET6845: ba RET6845 nop P6885: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_38 nop P6886: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_39: membar #StoreLoad P6887: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6888: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_39 nop P6889: !_FLUSHI [104] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_40: flush %g0 loop_exit_20_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_40 nop P6890: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_41: membar #StoreLoad P6891: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6892: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_41 nop P6893: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_42: membar #StoreLoad P6894: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6895: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_42 nop P6896: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_43: membar #StoreLoad P6897: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P6898: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_43 nop P6899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_44: membar #StoreLoad P6900: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6901: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_44 nop P6902: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_45: membar #StoreLoad P6903: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6904: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_45 nop P6905: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_46: membar #StoreLoad P6906: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P6907: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_20_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_46 nop P6908: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_47: membar #StoreLoad P6909: !_BLD [3] (FP) (Branch target of P6860) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P6910 nop TARGET6860: ba RET6860 nop P6910: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_47 nop P6911: !_IDC_FLIP [326] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_48: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(6911, 11218, 20, 0x46900d0c, 0xd0c, %i3, 0xd0c, %l6, %l7, %o5, %l3) loop_exit_20_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_48 nop P6912: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_49: membar #StoreLoad P6913: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_49 nop P6915: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_50: membar #StoreLoad P6916: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6917: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_50 nop P6918: !_ST [140] (maybe <- 0x8a000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_51: sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2776 ] add %l4, 1, %l4 loop_exit_20_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_51 nop P6919: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_52: membar #StoreLoad P6920: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6921: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_52 nop P6922: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_53: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6922 nop RET6922: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P6923: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P6924: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_53 nop P6925: !_ST [22] (maybe <- 0x8a000004) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_54: sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1208 ] add %l4, 1, %l4 loop_exit_20_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_54 nop P6926: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_55: membar #StoreLoad P6927: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P6928: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_55 nop P6929: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_56: membar #StoreLoad P6930: !_BLD [140] (FP) (Branch target of P7021) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P6931 nop TARGET7021: ba RET7021 nop P6931: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_56 nop P6932: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_57: membar #StoreLoad P6933: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P6934: !_MEMBAR (FP) (Loop exit) (Branch target of P6869) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_57 nop ba P6935 nop TARGET6869: ba RET6869 nop P6935: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_58: membar #StoreLoad P6936: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P6937: !_MEMBAR (FP) (Loop exit) (Branch target of P6822) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_58 nop ba P6938 nop TARGET6822: ba RET6822 nop P6938: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_59: membar #StoreLoad P6939: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P6940: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_59 nop P6941: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_60: membar #StoreLoad P6942: !_BLD [44] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6942 nop RET6942: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P6943: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_60 nop P6944: !_IDC_FLIP [346] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_61: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(6944, 28527, 20, 0x46d00e30, 0xe30, %i2, 0xe30, %l6, %l7, %o5, %l3) loop_exit_20_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_61 nop P6945: !_FLUSHI [209] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_62: flush %g0 P6946: !_MEMBAR (FP) membar #StoreLoad P6947: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P6948: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_62 nop P6949: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_63: membar #StoreLoad P6950: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6951: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_63 nop P6952: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_64: membar #StoreLoad P6953: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P6954: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_64 nop P6955: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_65: membar #StoreLoad P6956: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P6957: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_65 nop P6958: !_MEMBAR (FP) (Loop entry) (Branch target of P6971) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_66: membar #StoreLoad ba P6959 nop TARGET6971: ba RET6971 nop P6959: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P6960: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_66 nop P6961: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_67: membar #StoreLoad P6962: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P6963: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_67 nop P6964: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_68: membar #StoreLoad P6965: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P6966: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_68 nop P6967: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_69: membar #StoreLoad P6968: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P6969: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_69 nop P6970: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_70: membar #StoreLoad P6971: !_BLD [20] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET6971 nop RET6971: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P6972: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_70 nop P6973: !_MEMBAR (FP) (Loop entry) (Branch target of P6872) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_71: membar #StoreLoad ba P6974 nop TARGET6872: ba RET6872 nop P6974: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P6975: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_20_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_71 nop P6976: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_72: membar #StoreLoad P6977: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6978: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_72 nop P6979: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_73: membar #StoreLoad P6980: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6981: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_73 nop P6982: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_74: membar #StoreLoad P6983: !_BLD [334] (FP) (Branch target of P6942) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P6984 nop TARGET6942: ba RET6942 nop P6984: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_74 nop P6985: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_75: membar #StoreLoad P6986: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P6987: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_75 nop P6988: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_76: membar #StoreLoad P6989: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P6990: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_76 nop P6991: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_77: membar #StoreLoad P6992: !_BLD [233] (FP) (Branch target of P6836) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P6993 nop TARGET6836: ba RET6836 nop P6993: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET6993 nop RET6993: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_77 nop P6994: !_IDC_FLIP [258] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_78: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(6994, 18816, 20, 0x45c00bf8, 0xbf8, %i3, 0xbf8, %l6, %l7, %o5, %l3) loop_exit_20_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_78 nop P6995: !_FLUSHI [157] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_79: flush %g0 loop_exit_20_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_79 nop P6996: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_80: membar #StoreLoad P6997: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P6998: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_80 nop P6999: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_81: membar #StoreLoad P7000: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7001: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_81 nop P7002: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_82: membar #StoreLoad P7003: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7004: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_82 nop P7005: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_83: membar #StoreLoad P7006: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7007: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_83 nop P7008: !_IDC_FLIP [288] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_84: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7008, 16054, 20, 0x46200820, 0x820, %i2, 0x820, %l6, %l7, %o5, %l3) loop_exit_20_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_84 nop P7009: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_85: membar #StoreLoad P7010: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P7011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_20_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_85 nop P7012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_86: membar #StoreLoad P7013: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P7014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_86 nop P7015: !_MEMBAR (FP) (Loop entry) (Branch target of P7047) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_87: membar #StoreLoad ba P7016 nop TARGET7047: ba RET7047 nop P7016: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7017: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_87 nop P7018: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_88: membar #StoreLoad P7019: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7020: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_88 nop P7021: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_89: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7021 nop RET7021: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P7022: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7023: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_89 nop P7024: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_90: membar #StoreLoad P7025: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7026: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_90 nop P7027: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_91: membar #StoreLoad P7028: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7029: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_91 nop P7030: !_IDC_FLIP [33] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_92: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7030, 19348, 20, 0x43600898, 0x898, %i2, 0x898, %l6, %l7, %o5, %l3) P7031: !_MEMBAR (FP) membar #StoreLoad P7032: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7033: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_92 nop P7034: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_93: membar #StoreLoad P7035: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7036: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_93 nop P7037: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_94: membar #StoreLoad P7038: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7039: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_94 nop P7040: !_IDC_FLIP [357] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_95: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7040, 32475, 20, 0x46f00e28, 0xe28, %i2, 0xe28, %l6, %l7, %o5, %l3) loop_exit_20_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_95 nop P7041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_96: membar #StoreLoad P7042: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P7043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_96 nop P7044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_97: membar #StoreLoad P7045: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P7046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_20_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_97 nop P7047: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P7080) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_98: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7047 nop RET7047: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 ba P7048 nop TARGET7080: ba RET7080 nop P7048: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_98 nop P7050: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_99: membar #StoreLoad P7051: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P7052: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_99 nop P7053: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_100: membar #StoreLoad P7054: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P7055: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_20_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_100 nop P7056: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_101: membar #StoreLoad P7057: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_101 nop P7059: !_ST [92] (maybe <- 0x8a000005) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_102: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1384 ] add %l4, 1, %l4 P7060: !_MEMBAR (FP) membar #StoreLoad P7061: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7062: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_102 nop P7063: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_103: membar #StoreLoad P7064: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P7065: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_103 nop P7066: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_104: membar #StoreLoad P7067: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7068: !_MEMBAR (FP) (Loop exit) (Branch target of P6789) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_104 nop ba P7069 nop TARGET6789: ba RET6789 nop P7069: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_105: membar #StoreLoad P7070: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7071: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_105 nop P7072: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_106: membar #StoreLoad P7073: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7074: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_106 nop P7075: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_107: membar #StoreLoad P7076: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_107 nop P7078: !_PREFETCH [156] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_108: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2816], 2 P7079: !_MEMBAR (FP) membar #StoreLoad P7080: !_BLD [52] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7080 nop RET7080: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P7081: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_108 nop P7082: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_109: membar #StoreLoad P7083: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7084: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P6874) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7084 nop RET7084: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_109 nop ba P7085 nop TARGET6874: ba RET6874 nop P7085: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_110: membar #StoreLoad P7086: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7087: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_110 nop P7088: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_111: membar #StoreLoad P7089: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P7090: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_111 nop P7091: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_112: membar #StoreLoad P7092: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_112 nop P7094: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_113: membar #StoreLoad P7095: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7096: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_113 nop P7097: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_20_114: membar #StoreLoad P7098: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P7099: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_114 nop P7100: !_MEMBAR (FP) (Loop entry) (Branch target of P7084) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_20_115: membar #StoreLoad ba P7101 nop TARGET7084: ba RET7084 nop P7101: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7102: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_20_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_20_115 nop P7103: !_MEMBAR (Int) membar #StoreLoad END_NODES20: ! Test instruction sequence for CPU 20 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func21: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x15deade1), %l3 or %l3, %lo(0x15deade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8a800001), %l4 or %l4, %lo(0x8a800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x16800001), %l3 or %l3, %lo(0x16800001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xb000000), %l3 or %l3, %lo(0xb000000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x4bb1^4 sethi %hi(0x4bb1), %l0 or %l0, %lo(0x4bb1), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 117 to 122 --- sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+2512] stx %g0, [%i3+2728] stx %g0, [%i3+3344] stx %g0, [%i3+3592] sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+3104] stx %g0, [%i2+3192] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES21, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES21: ! Test instruction sequence for ISTREAM 21 begins P7104: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_0: membar #StoreLoad P7105: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7106: !_MEMBAR (FP) (Loop exit) (Branch target of P7284) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_0 nop ba P7107 nop TARGET7284: ba RET7284 nop P7107: !_LD [0] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_1: lduw [%i0 + 516], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P7108: !_LD [330] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 3232], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_21_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_1 nop P7109: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_2: membar #StoreLoad P7110: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P7111: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_2 nop P7112: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_3: membar #StoreLoad P7113: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7114: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_3 nop P7115: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_4: membar #StoreLoad P7116: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P7117: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_21_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_4 nop P7118: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_5: membar #StoreLoad P7119: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_5 nop P7121: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_6: membar #StoreLoad P7122: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P7123: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_21_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_6 nop P7124: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_7: membar #StoreLoad P7125: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P7126: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_7 nop P7127: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_8: membar #StoreLoad P7128: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P7129: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_8 nop P7130: !_MEMBAR (FP) (Loop entry) (Branch target of P7171) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_9: membar #StoreLoad ba P7131 nop TARGET7171: ba RET7171 nop P7131: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7132: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_9 nop P7133: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_10: membar #StoreLoad P7134: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7135: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_10 nop P7136: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_11: membar #StoreLoad P7137: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7138: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_11 nop P7139: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_12: membar #StoreLoad P7140: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7141: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_12 nop P7142: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_13: membar #StoreLoad P7143: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P7144: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_13 nop P7145: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_14: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7145 nop RET7145: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P7146: !_BLD [222] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7146 nop RET7146: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P7147: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_14 nop P7148: !_PREFETCH [166] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_15: sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 740], 26 P7149: !_MEMBAR (FP) membar #StoreLoad P7150: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7151: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_15 nop P7152: !_PREFETCH [274] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_16: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2496], 23 loop_exit_21_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_16 nop P7153: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_17: membar #StoreLoad P7154: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7155: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_17 nop P7156: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_18: membar #StoreLoad P7157: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7158: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_18 nop P7159: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_19: membar #StoreLoad P7160: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION36_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7161: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_19 nop P7162: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_20: membar #StoreLoad P7163: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7164: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7164 nop RET7164: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_20 nop P7165: !_ST [131] (maybe <- 0x8a800001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_21: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 764 ] add %l4, 1, %l4 P7166: !_MEMBAR (FP) membar #StoreLoad P7167: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7168: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_21 nop P7169: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_22: membar #StoreLoad P7170: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7171: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7171 nop RET7171: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_22 nop P7172: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_23: membar #StoreLoad P7173: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7174: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_23 nop P7175: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_24: membar #StoreLoad P7176: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7177: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_24 nop P7178: !_PREFETCH [305] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_25: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2444], 21 loop_exit_21_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_25 nop P7179: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_26: membar #StoreLoad P7180: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7181: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_26 nop P7182: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_27: membar #StoreLoad P7183: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7184: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_27 nop P7185: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_28: membar #StoreLoad P7186: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P7187: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_21_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_28 nop P7188: !_IDC_FLIP [3] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_29: IDC_FLIP(7188, 31835, 21, 0x430009fc, 0x9fc, %i0, 0x9fc, %l6, %l7, %o5, %l3) loop_exit_21_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_29 nop P7189: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_30: membar #StoreLoad P7190: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7191: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_30 nop P7192: !_IDC_FLIP [211] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_31: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7192, 22617, 21, 0x45500b00, 0xb00, %i3, 0xb00, %l6, %l7, %o5, %l3) loop_exit_21_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_31 nop P7193: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_32: membar #StoreLoad P7194: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7195: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_32 nop P7196: !_IDC_FLIP [315] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_33: sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7196, 23754, 21, 0x46700b8c, 0xb8c, %i3, 0xb8c, %l6, %l7, %o5, %l3) loop_exit_21_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_33 nop P7197: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_34: membar #StoreLoad P7198: !_BLD [250] (FP) (Branch target of P7267) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P7199 nop TARGET7267: ba RET7267 nop P7199: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_34 nop P7200: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_35: membar #StoreLoad P7201: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7202: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_35 nop P7203: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_36: membar #StoreLoad P7204: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7205: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_36 nop P7206: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_37: membar #StoreLoad P7207: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_37 nop P7209: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_38: membar #StoreLoad P7210: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P7211: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_38 nop P7212: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_39: membar #StoreLoad P7213: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7214: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_39 nop P7215: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_40: membar #StoreLoad P7216: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7217: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_40 nop P7218: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_41: membar #StoreLoad P7219: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7220: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_41 nop P7221: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_42: membar #StoreLoad P7222: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7223: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_42 nop P7224: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_43: membar #StoreLoad P7225: !_BLD [18] (FP) (Branch target of P7314) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P7226 nop TARGET7314: ba RET7314 nop P7226: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7226 nop RET7226: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_43 nop P7227: !_IDC_FLIP [337] (Int) (Loop entry) (Branch target of P7164) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_44: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7227, 14475, 21, 0x46b00848, 0x848, %i2, 0x848, %l6, %l7, %o5, %l3) ba P7228 nop TARGET7164: ba RET7164 nop P7228: !_MEMBAR (FP) membar #StoreLoad P7229: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7230: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_44 nop P7231: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_45: membar #StoreLoad P7232: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7233: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_45 nop P7234: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_46: membar #StoreLoad P7235: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P7236: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_21_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_46 nop P7237: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_47: membar #StoreLoad P7238: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7239: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_47 nop P7240: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_48: membar #StoreLoad P7241: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7242: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_48 nop P7243: !_IDC_FLIP [269] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_49: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(7243, 524, 21, 0x45e00f70, 0xf70, %i3, 0xf70, %l6, %l7, %o5, %l3) P7244: !_IDC_FLIP [117] (Int) (Loop exit) (CBR) sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7244, 24716, 21, 0x444009d0, 0x9d0, %i2, 0x9d0, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7244 nop RET7244: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_21_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_49 nop P7245: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_50: membar #StoreLoad P7246: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7247: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_50 nop P7248: !_IDC_FLIP [50] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_51: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7248, 22813, 21, 0x43900f40, 0xf40, %i2, 0xf40, %l6, %l7, %o5, %l3) loop_exit_21_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_51 nop P7249: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_52: membar #StoreLoad P7250: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7251: !_MEMBAR (FP) (Loop exit) (Branch target of P7244) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_52 nop ba P7252 nop TARGET7244: ba RET7244 nop P7252: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_53: membar #StoreLoad P7253: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7254: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_53 nop P7255: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_54: membar #StoreLoad P7256: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7257: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_54 nop P7258: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_55: membar #StoreLoad P7259: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7260: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_55 nop P7261: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_56: membar #StoreLoad P7262: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P7263: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_56 nop P7264: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_57: membar #StoreLoad P7265: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7266: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_57 nop P7267: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_58: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7267 nop RET7267: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P7268: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P7269: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_21_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_58 nop P7270: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_59: membar #StoreLoad P7271: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7272: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_59 nop P7273: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_60: membar #StoreLoad P7274: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P7275: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_60 nop P7276: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_61: membar #StoreLoad P7277: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P7278: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_61 nop P7279: !_MEMBAR (FP) (Loop entry) (Branch target of P7226) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_62: membar #StoreLoad ba P7280 nop TARGET7226: ba RET7226 nop P7280: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7281: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_62 nop P7282: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_63: membar #StoreLoad P7283: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P7284: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7284 nop RET7284: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_63 nop P7285: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_64: membar #StoreLoad P7286: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7287: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_64 nop P7288: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_65: membar #StoreLoad P7289: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P7290: !_MEMBAR (FP) (Loop exit) (Branch target of P7146) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_65 nop ba P7291 nop TARGET7146: ba RET7146 nop P7291: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_66: membar #StoreLoad P7292: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7293: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_66 nop P7294: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_67: membar #StoreLoad P7295: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7296: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_67 nop P7297: !_IDC_FLIP [189] (Int) (Loop entry) (Loop exit) (Branch target of P7317) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_68: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7297, 30848, 21, 0x451007b8, 0x7b8, %i3, 0x7b8, %l6, %l7, %o5, %l3) loop_exit_21_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_68 nop ba P7298 nop TARGET7317: ba RET7317 nop P7298: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_69: membar #StoreLoad P7299: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7300: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_69 nop P7301: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_70: membar #StoreLoad P7302: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P7303: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_70 nop P7304: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_71: membar #StoreLoad P7305: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7306: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_71 nop P7307: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_72: membar #StoreLoad P7308: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7309: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_72 nop P7310: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_73: membar #StoreLoad P7311: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7312: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_73 nop P7313: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_74: membar #StoreLoad P7314: !_BLD [263] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7314 nop RET7314: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P7315: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_74 nop P7316: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_75: membar #StoreLoad P7317: !_BLD [135] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7317 nop RET7317: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P7318: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_75 nop P7319: !_PREFETCH [177] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_76: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1856], 3 P7320: !_MEMBAR (FP) membar #StoreLoad P7321: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7322: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_76 nop P7323: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_77: membar #StoreLoad P7324: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7325: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_77 nop P7326: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_78: membar #StoreLoad P7327: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7328: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_78 nop P7329: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_79: membar #StoreLoad P7330: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7331: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_79 nop P7332: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_80: membar #StoreLoad P7333: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7334: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_80 nop P7335: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_81: membar #StoreLoad P7336: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7337: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_81 nop P7338: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_82: membar #StoreLoad P7339: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7340: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_82 nop P7341: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_83: membar #StoreLoad P7342: !_BLD [148] (FP) (Branch target of P7382) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P7343 nop TARGET7382: ba RET7382 nop P7343: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_83 nop P7344: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_84: membar #StoreLoad P7345: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P7346: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_84 nop P7347: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_85: membar #StoreLoad P7348: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P7349: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_21_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_85 nop P7350: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_86: membar #StoreLoad P7351: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7352: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_86 nop P7353: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_87: membar #StoreLoad P7354: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7355: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_87 nop P7356: !_IDC_FLIP [242] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_88: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7356, 29561, 21, 0x45a00674, 0x674, %i2, 0x674, %l6, %l7, %o5, %l3) loop_exit_21_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_88 nop P7357: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_89: membar #StoreLoad P7358: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7359: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_89 nop P7360: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_90: membar #StoreLoad P7361: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7362: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_90 nop P7363: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_91: membar #StoreLoad P7364: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_91 nop P7366: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_92: membar #StoreLoad P7367: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7368: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_92 nop P7369: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_93: membar #StoreLoad P7370: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7371: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_93 nop P7372: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_94: membar #StoreLoad P7373: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P7374: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_21_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_94 nop P7375: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_95: membar #StoreLoad P7376: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P7377: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_21_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_95 nop P7378: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_96: membar #StoreLoad P7379: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7380: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_96 nop P7381: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_97: membar #StoreLoad P7382: !_BLD [15] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7382 nop RET7382: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P7383: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_97 nop P7384: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_98: membar #StoreLoad P7385: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7386: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_98 nop P7387: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_99: membar #StoreLoad P7388: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7389: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_99 nop P7390: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_100: membar #StoreLoad P7391: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7392: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_100 nop P7393: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_101: membar #StoreLoad P7394: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7395: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_101 nop P7396: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_102: membar #StoreLoad P7397: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7398: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_102 nop P7399: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_103: membar #StoreLoad P7400: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7401: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_103 nop P7402: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_104: membar #StoreLoad P7403: !_BLD [118] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7404: !_MEMBAR (FP) (Loop exit) (Branch target of P7145) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_104 nop ba P7405 nop TARGET7145: ba RET7145 nop P7405: !_PREFETCH [194] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_105: sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 28], 31 P7406: !_MEMBAR (FP) membar #StoreLoad P7407: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_105 nop P7409: !_IDC_FLIP [191] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_106: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7409, 12957, 21, 0x45100dc0, 0xdc0, %i3, 0xdc0, %l6, %l7, %o5, %l3) loop_exit_21_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_106 nop P7410: !_PREFETCH [326] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_107: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3340], 0 P7411: !_PREFETCH [88] (Int) (Loop exit) sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1244], 4 loop_exit_21_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_107 nop P7412: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_108: membar #StoreLoad P7413: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7414: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_108 nop P7415: !_IDC_FLIP [233] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_109: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(7415, 16406, 21, 0x45900288, 0x288, %i3, 0x288, %l6, %l7, %o5, %l3) P7416: !_ST [159] (maybe <- 0x8a800002) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 84 ] add %l4, 1, %l4 loop_exit_21_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_109 nop P7417: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_110: membar #StoreLoad P7418: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7419: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_110 nop P7420: !_PREFETCH [186] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_21_111: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 4028], 21 loop_exit_21_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_111 nop P7421: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_21_112: membar #StoreLoad P7422: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_21_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_21_112 nop P7424: !_MEMBAR (Int) membar #StoreLoad END_NODES21: ! Test instruction sequence for CPU 21 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func22: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x16deade1), %l3 or %l3, %lo(0x16deade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8b000001), %l4 or %l4, %lo(0x8b000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x17000001), %l3 or %l3, %lo(0x17000001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xb800000), %l3 or %l3, %lo(0xb800000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x73c4^4 sethi %hi(0x73c4), %l0 or %l0, %lo(0x73c4), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 123 to 128 --- sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+3256] stx %g0, [%i2+3392] stx %g0, [%i2+3416] stx %g0, [%i2+3448] sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+760] stx %g0, [%i3+2184] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES22, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES22: ! Test instruction sequence for ISTREAM 22 begins P7425: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_0: membar #StoreLoad P7426: !_BLD [236] (FP) (Branch target of P7550) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P7427 nop TARGET7550: ba RET7550 nop P7427: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_0 nop P7428: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_1: membar #StoreLoad P7429: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7430: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_1 nop P7431: !_IDC_FLIP [304] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_2: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7431, 3294, 22, 0x465008f4, 0x8f4, %i2, 0x8f4, %l6, %l7, %o5, %l3) P7432: !_MEMBAR (FP) membar #StoreLoad P7433: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7434: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_2 nop P7435: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_3: membar #StoreLoad P7436: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P7437: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_3 nop P7438: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_4: membar #StoreLoad P7439: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7440: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_4 nop P7441: !_PREFETCH [217] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_5: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3864], 24 loop_exit_22_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_5 nop P7442: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_6: membar #StoreLoad P7443: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7444: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_6 nop P7445: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_7: membar #StoreLoad P7446: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7447: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_7 nop P7448: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_8: membar #StoreLoad P7449: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P7450: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_22_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_8 nop P7451: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_9: membar #StoreLoad P7452: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P7453: !_MEMBAR (FP) (Loop exit) (Branch target of P7584) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_22_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_9 nop ba P7454 nop TARGET7584: ba RET7584 nop P7454: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_10: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7454 nop RET7454: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P7455: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7456: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_10 nop P7457: !_PREFETCH [35] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_11: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 324], 20 loop_exit_22_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_11 nop P7458: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_12: membar #StoreLoad P7459: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P7460: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_12 nop P7461: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_13: membar #StoreLoad P7462: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P7463: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_22_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_13 nop P7464: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_14: membar #StoreLoad P7465: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7466: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_14 nop P7467: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_15: membar #StoreLoad P7468: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7469: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_15 nop P7470: !_MEMBAR (FP) (Loop entry) (Branch target of P7730) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_16: membar #StoreLoad ba P7471 nop TARGET7730: ba RET7730 nop P7471: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7472: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P7745) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7472 nop RET7472: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_16 nop ba P7473 nop TARGET7745: ba RET7745 nop P7473: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_17: membar #StoreLoad P7474: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_17 nop P7476: !_PREFETCH [211] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_18: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2816], 4 P7477: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7477 nop RET7477: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P7478: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7479: !_MEMBAR (FP) (Loop exit) (Branch target of P7643) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_18 nop ba P7480 nop TARGET7643: ba RET7643 nop P7480: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_19: membar #StoreLoad P7481: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P7482: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_19 nop P7483: !_IDC_FLIP [47] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_20: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7483, 24629, 22, 0x43900804, 0x804, %i3, 0x804, %l6, %l7, %o5, %l3) P7484: !_MEMBAR (FP) membar #StoreLoad P7485: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P7486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_20 nop P7487: !_IDC_FLIP [335] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_21: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(7487, 26493, 22, 0x46b007b8, 0x7b8, %i3, 0x7b8, %l6, %l7, %o5, %l3) P7488: !_MEMBAR (FP) membar #StoreLoad P7489: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7490: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_21 nop P7491: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_22: membar #StoreLoad P7492: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7493: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_22 nop P7494: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_23: membar #StoreLoad P7495: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P7496: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_22_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_23 nop P7497: !_PREFETCH [16] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_24: sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2208], 21 loop_exit_22_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_24 nop P7498: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_25: membar #StoreLoad P7499: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7500: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_25 nop P7501: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_26: membar #StoreLoad P7502: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7503: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_26 nop P7504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_27: membar #StoreLoad P7505: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P7506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_27 nop P7507: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_28: membar #StoreLoad P7508: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P7509: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_28 nop P7510: !_IDC_FLIP [167] (Int) (Loop entry) (Branch target of P7549) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_29: sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7510, 23620, 22, 0x44d00420, 0x420, %i3, 0x420, %l6, %l7, %o5, %l3) ba P7511 nop TARGET7549: ba RET7549 nop P7511: !_MEMBAR (FP) membar #StoreLoad P7512: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P7513: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_29 nop P7514: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_30: membar #StoreLoad P7515: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7516: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_30 nop P7517: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_31: membar #StoreLoad P7518: !_BLD [345] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7518 nop RET7518: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P7519: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_31 nop P7520: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_32: membar #StoreLoad P7521: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P7522: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_22_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_32 nop P7523: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_33: membar #StoreLoad P7524: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P7525: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_33 nop P7526: !_IDC_FLIP [11] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_34: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(7526, 26604, 22, 0x4320061c, 0x61c, %i3, 0x61c, %l6, %l7, %o5, %l3) P7527: !_IDC_FLIP [136] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7527, 31761, 22, 0x44700e8c, 0xe8c, %i2, 0xe8c, %l6, %l7, %o5, %l3) loop_exit_22_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_34 nop P7528: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_35: membar #StoreLoad P7529: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_35 nop P7531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_36: membar #StoreLoad P7532: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P7533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_22_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_36 nop P7534: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_37: membar #StoreLoad P7535: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P7536: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_22_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_37 nop P7537: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_38: membar #StoreLoad P7538: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7539: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7539 nop RET7539: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_38 nop P7540: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_39: membar #StoreLoad P7541: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P7542: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_22_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_39 nop P7543: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_40: membar #StoreLoad P7544: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7545: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_40 nop P7546: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_41: membar #StoreLoad P7547: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P7548: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_22_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_41 nop P7549: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_42: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7549 nop RET7549: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P7550: !_BLD [30] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7550 nop RET7550: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P7551: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_42 nop P7552: !_ST [318] (maybe <- 0x8b000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_43: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2240 ] add %l4, 1, %l4 loop_exit_22_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_43 nop P7553: !_PREFETCH [343] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_44: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1072], 20 P7554: !_PREFETCH [200] (Int) (Loop exit) sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3240], 20 loop_exit_22_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_44 nop P7555: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_45: membar #StoreLoad P7556: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7557: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_45 nop P7558: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_46: membar #StoreLoad P7559: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P7560: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7560 nop RET7560: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_22_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_46 nop P7561: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_47: membar #StoreLoad P7562: !_BLD [224] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7563: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_47 nop P7564: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_48: membar #StoreLoad P7565: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7566: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_48 nop P7567: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_49: membar #StoreLoad P7568: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7569: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_49 nop P7570: !_LD [60] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_50: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 672], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P7571: !_LD [320] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 3172], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_22_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_50 nop P7572: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_51: membar #StoreLoad P7573: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7574: !_MEMBAR (FP) (Loop exit) (Branch target of P7633) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_51 nop ba P7575 nop TARGET7633: ba RET7633 nop P7575: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_52: membar #StoreLoad P7576: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7577: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_52 nop P7578: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_53: membar #StoreLoad P7579: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P7580: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_53 nop P7581: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_54: membar #StoreLoad P7582: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7583: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_54 nop P7584: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_55: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7584 nop RET7584: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P7585: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7586: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_55 nop P7587: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_56: membar #StoreLoad P7588: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P7589: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_56 nop P7590: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_57: membar #StoreLoad P7591: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7592: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_57 nop P7593: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_58: membar #StoreLoad P7594: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7595: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_58 nop P7596: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_59: membar #StoreLoad P7597: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P7598: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_59 nop P7599: !_IDC_FLIP [310] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_60: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7599, 5625, 22, 0x46600618, 0x618, %i2, 0x618, %l6, %l7, %o5, %l3) loop_exit_22_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_60 nop P7600: !_ST [303] (maybe <- 0x8b000002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_61: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 448 ] add %l4, 1, %l4 P7601: !_IDC_FLIP [6] (Int) (Loop exit) IDC_FLIP(7601, 18225, 22, 0x43100560, 0x560, %i1, 0x560, %l6, %l7, %o5, %l3) loop_exit_22_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_61 nop P7602: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_62: membar #StoreLoad P7603: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7604: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_62 nop P7605: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_63: membar #StoreLoad P7606: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7607: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_63 nop P7608: !_IDC_FLIP [47] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_64: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7608, 4393, 22, 0x43900804, 0x804, %i2, 0x804, %l6, %l7, %o5, %l3) P7609: !_MEMBAR (FP) membar #StoreLoad P7610: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7611: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_64 nop P7612: !_IDC_FLIP [231] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_65: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7612, 19448, 22, 0x45800a94, 0xa94, %i2, 0xa94, %l6, %l7, %o5, %l3) loop_exit_22_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_65 nop P7613: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_66: membar #StoreLoad P7614: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7615: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_66 nop P7616: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_67: membar #StoreLoad P7617: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7618: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_67 nop P7619: !_PREFETCH [199] (Int) (Loop entry) (Loop exit) (Branch target of P7472) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_68: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2636], 21 loop_exit_22_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_68 nop ba P7620 nop TARGET7472: ba RET7472 nop P7620: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_69: membar #StoreLoad P7621: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7622: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_69 nop P7623: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_70: membar #StoreLoad P7624: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7625: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_70 nop P7626: !_IDC_FLIP [106] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_71: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7626, 9398, 22, 0x44200dac, 0xdac, %i2, 0xdac, %l6, %l7, %o5, %l3) loop_exit_22_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_71 nop P7627: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_72: membar #StoreLoad P7628: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7629: !_MEMBAR (FP) (Loop exit) (Branch target of P7454) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_72 nop ba P7630 nop TARGET7454: ba RET7454 nop P7630: !_ST [43] (maybe <- 0x8b000003) (Int) (Loop entry) (Loop exit) (Branch target of P7539) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_73: sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3692 ] add %l4, 1, %l4 loop_exit_22_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_73 nop ba P7631 nop TARGET7539: ba RET7539 nop P7631: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_74: membar #StoreLoad P7632: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7633: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7633 nop RET7633: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_74 nop P7634: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_75: membar #StoreLoad P7635: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7636: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_75 nop P7637: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_76: membar #StoreLoad P7638: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7639: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_76 nop P7640: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_77: membar #StoreLoad P7641: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P7642: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_77 nop P7643: !_PREFETCH [256] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_78: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2100], 3 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7643 nop RET7643: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 loop_exit_22_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_78 nop P7644: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_79: membar #StoreLoad P7645: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7646: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_79 nop P7647: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_80: membar #StoreLoad P7648: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7649: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_80 nop P7650: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_81: membar #StoreLoad P7651: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7652: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_81 nop P7653: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_82: membar #StoreLoad P7654: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7655: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_82 nop P7656: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_83: membar #StoreLoad P7657: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7658: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_83 nop P7659: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_84: membar #StoreLoad P7660: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7661: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_84 nop P7662: !_IDC_FLIP [234] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_85: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7662, 16296, 22, 0x459006b0, 0x6b0, %i2, 0x6b0, %l6, %l7, %o5, %l3) P7663: !_MEMBAR (FP) membar #StoreLoad P7664: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION20_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7665: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_85 nop P7666: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_86: membar #StoreLoad P7667: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7668: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_86 nop P7669: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_87: membar #StoreLoad P7670: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_87 nop P7672: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_88: membar #StoreLoad P7673: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7674: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_88 nop P7675: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_89: membar #StoreLoad P7676: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7677: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_89 nop P7678: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_90: membar #StoreLoad P7679: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7680: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_90 nop P7681: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_91: membar #StoreLoad P7682: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7683: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_91 nop P7684: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_92: membar #StoreLoad P7685: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7686: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_92 nop P7687: !_IDC_FLIP [235] (Int) (Loop entry) (Branch target of P7518) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_93: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(7687, 26683, 22, 0x4590082c, 0x82c, %i3, 0x82c, %l6, %l7, %o5, %l3) ba P7688 nop TARGET7518: ba RET7518 nop P7688: !_PREFETCH [196] (Int) (Loop exit) sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2928], 4 loop_exit_22_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_93 nop P7689: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_94: membar #StoreLoad P7690: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7691: !_MEMBAR (FP) (Loop exit) (Branch target of P7560) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_94 nop ba P7692 nop TARGET7560: ba RET7560 nop P7692: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_95: membar #StoreLoad P7693: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7694: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_95 nop P7695: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_96: membar #StoreLoad P7696: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7697: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_96 nop P7698: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_97: membar #StoreLoad P7699: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7700: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_97 nop P7701: !_PREFETCH [30] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_98: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2092], 20 loop_exit_22_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_98 nop P7702: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_99: membar #StoreLoad P7703: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7704: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_99 nop P7705: !_IDC_FLIP [93] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_100: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7705, 22479, 22, 0x44000578, 0x578, %i3, 0x578, %l6, %l7, %o5, %l3) loop_exit_22_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_100 nop P7706: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_101: membar #StoreLoad P7707: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P7708: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_101 nop P7709: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_102: membar #StoreLoad P7710: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7711: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_102 nop P7712: !_IDC_FLIP [259] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_103: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7712, 23833, 22, 0x45c00ee0, 0xee0, %i2, 0xee0, %l6, %l7, %o5, %l3) loop_exit_22_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_103 nop P7713: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_104: membar #StoreLoad P7714: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7715: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_104 nop P7716: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_105: membar #StoreLoad P7717: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7718: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_105 nop P7719: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_106: membar #StoreLoad P7720: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7721: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_106 nop P7722: !_MEMBAR (FP) (Loop entry) (Branch target of P7477) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_107: membar #StoreLoad ba P7723 nop TARGET7477: ba RET7477 nop P7723: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7724: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_107 nop P7725: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_108: membar #StoreLoad P7726: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7727: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_108 nop P7728: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_109: membar #StoreLoad P7729: !_BLD [286] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7729 nop RET7729: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P7730: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7730 nop RET7730: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_109 nop P7731: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_110: membar #StoreLoad P7732: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P7733: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_110 nop P7734: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_111: membar #StoreLoad P7735: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7736: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_111 nop P7737: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_112: membar #StoreLoad P7738: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P7739: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_112 nop P7740: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_113: membar #StoreLoad P7741: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7742: !_MEMBAR (FP) (Loop exit) (Branch target of P7729) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_113 nop ba P7743 nop TARGET7729: ba RET7729 nop P7743: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_114: membar #StoreLoad P7744: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7745: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7745 nop RET7745: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_114 nop P7746: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_115: membar #StoreLoad P7747: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7748: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_115 nop P7749: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_116: membar #StoreLoad P7750: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7751: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_116 nop P7752: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_117: membar #StoreLoad P7753: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P7754: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_117 nop P7755: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_22_118: membar #StoreLoad P7756: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P7757: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_22_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_118 nop P7758: !_IDC_FLIP [32] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_22_119: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7758, 15249, 22, 0x43600894, 0x894, %i3, 0x894, %l6, %l7, %o5, %l3) loop_exit_22_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_22_119 nop P7759: !_MEMBAR (Int) membar #StoreLoad END_NODES22: ! Test instruction sequence for CPU 22 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func23: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x17deade1), %l6 or %l6, %lo(0x17deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8b800001), %l4 or %l4, %lo(0x8b800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x17800001), %l6 or %l6, %lo(0x17800001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xc000000), %l6 or %l6, %lo(0xc000000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x634d^4 sethi %hi(0x634d), %l0 or %l0, %lo(0x634d), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 129 to 133 --- sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+3392] stx %g0, [%i2+3912] sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+760] stx %g0, [%i3+1120] stx %g0, [%i3+2160] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES23, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES23: ! Test instruction sequence for ISTREAM 23 begins P7760: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_0: membar #StoreLoad P7761: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7762: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_0 nop P7763: !_IDC_FLIP [36] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_1: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7763, 7463, 23, 0x43700744, 0x744, %i3, 0x744, %l6, %l7, %o5, %l3) loop_exit_23_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_1 nop P7764: !_IDC_FLIP [133] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_2: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7764, 682, 23, 0x44700870, 0x870, %i2, 0x870, %l6, %l7, %o5, %l3) loop_exit_23_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_2 nop P7765: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_3: membar #StoreLoad P7766: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7767: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_3 nop P7768: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_4: membar #StoreLoad P7769: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P7770: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_23_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_4 nop P7771: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_5: membar #StoreLoad P7772: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7773: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_5 nop P7774: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_6: membar #StoreLoad P7775: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P7776: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_6 nop P7777: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_7: membar #StoreLoad P7778: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7779: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_7 nop P7780: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_8: membar #StoreLoad P7781: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7782: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_8 nop P7783: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_9: membar #StoreLoad P7784: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P7785: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_9 nop P7786: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_10: membar #StoreLoad P7787: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7788: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_10 nop P7789: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_11: membar #StoreLoad P7790: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7791: !_MEMBAR (FP) (Loop exit) (Branch target of P8040) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_11 nop ba P7792 nop TARGET8040: ba RET8040 nop P7792: !_IDC_FLIP [146] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_12: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(7792, 1350, 23, 0x44900b00, 0xb00, %i3, 0xb00, %l6, %l7, %o5, %l3) loop_exit_23_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_12 nop P7793: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_13: membar #StoreLoad P7794: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P7795: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_13 nop P7796: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_14: membar #StoreLoad P7797: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P7798: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_14 nop P7799: !_ST [89] (maybe <- 0x8b800001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_15: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1296 ] add %l4, 1, %l4 P7800: !_MEMBAR (FP) membar #StoreLoad P7801: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P7802: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_23_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_15 nop P7803: !_IDC_FLIP [191] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_16: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7803, 23667, 23, 0x45100dc0, 0xdc0, %i2, 0xdc0, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7803 nop RET7803: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_23_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_16 nop P7804: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_17: membar #StoreLoad P7805: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7806: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_17 nop P7807: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_18: membar #StoreLoad P7808: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P7809: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_18 nop P7810: !_ST [279] (maybe <- 0x8b800002) (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_19: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2932 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7810 nop RET7810: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 loop_exit_23_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_19 nop P7811: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_20: membar #StoreLoad P7812: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_20 nop P7814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_21: membar #StoreLoad P7815: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P7816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_21 nop P7817: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_22: membar #StoreLoad P7818: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7819: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_22 nop P7820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_23: membar #StoreLoad P7821: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7822: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_23 nop P7823: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_24: membar #StoreLoad P7824: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION34_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7825: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_24 nop P7826: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_25: membar #StoreLoad P7827: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7828: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_25 nop P7829: !_LD [219] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_26: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 4032], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P7830: !_IDC_FLIP [164] (Int) sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(7830, 495, 23, 0x44c00d50, 0xd50, %i3, 0xd50, %l6, %l7, %o5, %l3) P7831: !_LD [68] (Int) (Loop exit) sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 2852], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_23_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_26 nop P7832: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_27: membar #StoreLoad P7833: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7834: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_27 nop P7835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_28: membar #StoreLoad P7836: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7837: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_28 nop P7838: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_29: membar #StoreLoad P7839: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7840: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_29 nop P7841: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_30: membar #StoreLoad P7842: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7843: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_30 nop P7844: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_31: membar #StoreLoad P7845: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P7846: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_31 nop P7847: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_32: membar #StoreLoad P7848: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P7849: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_32 nop P7850: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_33: membar #StoreLoad P7851: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7852: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_33 nop P7853: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_34: membar #StoreLoad P7854: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7855: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_34 nop P7856: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_35: membar #StoreLoad P7857: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P7858: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_35 nop P7859: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_36: membar #StoreLoad P7860: !_BLD [26] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7861: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_36 nop P7862: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_37: membar #StoreLoad P7863: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7864: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_37 nop P7865: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_38: membar #StoreLoad P7866: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7867: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_38 nop P7868: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_39: membar #StoreLoad P7869: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7870: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_39 nop P7871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_40: membar #StoreLoad P7872: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_40 nop P7874: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_41: membar #StoreLoad P7875: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P7876: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_41 nop P7877: !_IDC_FLIP [92] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_42: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7877, 14806, 23, 0x44000568, 0x568, %i2, 0x568, %l6, %l7, %o5, %l3) loop_exit_23_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_42 nop P7878: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_43: membar #StoreLoad P7879: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7880: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_43 nop P7881: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_44: membar #StoreLoad P7882: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P7883: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_44 nop P7884: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_45: membar #StoreLoad P7885: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7886: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7886 nop RET7886: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_45 nop P7887: !_MEMBAR (FP) (Loop entry) (Branch target of P7803) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_46: membar #StoreLoad ba P7888 nop TARGET7803: ba RET7803 nop P7888: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7889: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_46 nop P7890: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_47: membar #StoreLoad P7891: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P7892: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_23_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_47 nop P7893: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_48: membar #StoreLoad P7894: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7895: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_48 nop P7896: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_49: membar #StoreLoad P7897: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7898: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_49 nop P7899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_50: membar #StoreLoad P7900: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7901: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_50 nop P7902: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_51: membar #StoreLoad P7903: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7904: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_51 nop P7905: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_52: membar #StoreLoad P7906: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P7907: !_MEMBAR (FP) (Loop exit) (Branch target of P7810) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_52 nop ba P7908 nop TARGET7810: ba RET7810 nop P7908: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_53: membar #StoreLoad P7909: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P7910: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_53 nop P7911: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_54: membar #StoreLoad P7912: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7913: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_54 nop P7914: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_55: membar #StoreLoad P7915: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7916: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_55 nop P7917: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_56: membar #StoreLoad P7918: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7919: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_56 nop P7920: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_57: membar #StoreLoad P7921: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P7922: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_57 nop P7923: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_58: membar #StoreLoad P7924: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P7925: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_58 nop P7926: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_59: membar #StoreLoad P7927: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7928: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_59 nop P7929: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_60: membar #StoreLoad P7930: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION3_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7931: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_60 nop P7932: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_61: membar #StoreLoad P7933: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7934: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_61 nop P7935: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_62: membar #StoreLoad P7936: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7937: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_62 nop P7938: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_63: membar #StoreLoad P7939: !_BLD [84] (FP) (CBR) (Branch target of P7886) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7939 nop RET7939: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 ba P7940 nop TARGET7886: ba RET7886 nop P7940: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET7940 nop RET7940: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_63 nop P7941: !_ST [228] (maybe <- 0x8b800003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_64: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1148 ] add %l4, 1, %l4 P7942: !_MEMBAR (FP) membar #StoreLoad P7943: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P7944: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_64 nop P7945: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_65: membar #StoreLoad P7946: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P7947: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_23_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_65 nop P7948: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_66: membar #StoreLoad P7949: !_BLD [12] (FP) (Branch target of P7940) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 ba P7950 nop TARGET7940: ba RET7940 nop P7950: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_23_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_66 nop P7951: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_67: membar #StoreLoad P7952: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7953: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_67 nop P7954: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_68: membar #StoreLoad P7955: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P7956: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_23_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_68 nop P7957: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_69: membar #StoreLoad P7958: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7959: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_69 nop P7960: !_IDC_FLIP [163] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_70: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(7960, 18277, 23, 0x44c00adc, 0xadc, %i2, 0xadc, %l6, %l7, %o5, %l3) loop_exit_23_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_70 nop P7961: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_71: membar #StoreLoad P7962: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P7963: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_71 nop P7964: !_IDC_FLIP [146] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_72: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(7964, 26319, 23, 0x44900b00, 0xb00, %i2, 0xb00, %l6, %l7, %o5, %l3) loop_exit_23_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_72 nop P7965: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_73: membar #StoreLoad P7966: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7967: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_73 nop P7968: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_74: membar #StoreLoad P7969: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P7970: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_74 nop P7971: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_75: membar #StoreLoad P7972: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P7973: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_75 nop P7974: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_76: membar #StoreLoad P7975: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P7976: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_76 nop P7977: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_77: membar #StoreLoad P7978: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7979: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_77 nop P7980: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_78: membar #StoreLoad P7981: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7982: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_78 nop P7983: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_79: membar #StoreLoad P7984: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P7985: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET7985 nop RET7985: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_23_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_79 nop P7986: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_80: membar #StoreLoad P7987: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P7988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_23_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_80 nop P7989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_81: membar #StoreLoad P7990: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P7991: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_81 nop P7992: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_82: membar #StoreLoad P7993: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P7994: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_82 nop P7995: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_83: membar #StoreLoad P7996: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P7997: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_83 nop P7998: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_84: membar #StoreLoad P7999: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8000: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_84 nop P8001: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_85: membar #StoreLoad P8002: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P8003: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_85 nop P8004: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_86: membar #StoreLoad P8005: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8006: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_86 nop P8007: !_ST [154] (maybe <- 0x8b800004) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_87: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3792 ] add %l4, 1, %l4 P8008: !_MEMBAR (FP) membar #StoreLoad P8009: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P8010: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_87 nop P8011: !_IDC_FLIP [92] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_88: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(8011, 22887, 23, 0x44000568, 0x568, %i3, 0x568, %l6, %l7, %o5, %l3) P8012: !_MEMBAR (FP) membar #StoreLoad P8013: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P8014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_23_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_88 nop P8015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_89: membar #StoreLoad P8016: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8017: !_MEMBAR (FP) (Loop exit) (Branch target of P7985) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_89 nop ba P8018 nop TARGET7985: ba RET7985 nop P8018: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_90: membar #StoreLoad P8019: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8020: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_90 nop P8021: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_91: membar #StoreLoad P8022: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8023: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_91 nop P8024: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_92: membar #StoreLoad P8025: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8026: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_92 nop P8027: !_IDC_FLIP [87] (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_93: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(8027, 5980, 23, 0x44000404, 0x404, %i2, 0x404, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8027 nop RET8027: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P8028: !_MEMBAR (FP) membar #StoreLoad P8029: !_BLD [217] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8029 nop RET8029: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P8030: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_93 nop P8031: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_94: membar #StoreLoad P8032: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8033: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_94 nop P8034: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_95: membar #StoreLoad P8035: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8036: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_95 nop P8037: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_96: membar #StoreLoad loop_exit_23_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_96 nop P8038: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_97: membar #StoreLoad P8039: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8040: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8040 nop RET8040: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_97 nop P8041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_98: membar #StoreLoad P8042: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_98 nop P8044: !_MEMBAR (FP) (Loop entry) (Branch target of P8027) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_99: membar #StoreLoad ba P8045 nop TARGET8027: ba RET8027 nop P8045: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P8046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_99 nop P8047: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_100: membar #StoreLoad P8048: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_100 nop P8050: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_101: membar #StoreLoad P8051: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8052: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_101 nop P8053: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_102: membar #StoreLoad P8054: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8055: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_102 nop P8056: !_MEMBAR (FP) (Loop entry) (Branch target of P7939) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_103: membar #StoreLoad ba P8057 nop TARGET7939: ba RET7939 nop P8057: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_103 nop P8059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_104: membar #StoreLoad P8060: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_104 nop P8062: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_105: membar #StoreLoad P8063: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P8064: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_105 nop P8065: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_106: membar #StoreLoad P8066: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8067: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_106 nop P8068: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_107: membar #StoreLoad P8069: !_BLD [310] (FP) (Branch target of P8029) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P8070 nop TARGET8029: ba RET8029 nop P8070: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_107 nop P8071: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_23_108: membar #StoreLoad P8072: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8073: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_108 nop P8074: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_109: membar #StoreLoad P8075: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P8076: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_23_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_109 nop P8077: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_110: membar #StoreLoad P8078: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8079: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_110 nop P8080: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_111: membar #StoreLoad P8081: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8082: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_111 nop P8083: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_112: membar #StoreLoad P8084: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P8085: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_23_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_112 nop P8086: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_113: membar #StoreLoad P8087: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8088: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_113 nop P8089: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_23_114: membar #StoreLoad P8090: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8091: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_23_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_23_114 nop P8092: !_MEMBAR (Int) membar #StoreLoad END_NODES23: ! Test instruction sequence for CPU 23 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func24: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x18deade1), %l7 or %l7, %lo(0x18deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8c000001), %l4 or %l4, %lo(0x8c000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x18000001), %l7 or %l7, %lo(0x18000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xc800000), %l7 or %l7, %lo(0xc800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x7962^4 sethi %hi(0x7962), %l0 or %l0, %lo(0x7962), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 134 to 139 --- sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+2304] stx %g0, [%i2+2920] stx %g0, [%i2+3720] sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+560] stx %g0, [%i3+1000] stx %g0, [%i3+2696] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES24, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES24: ! Test instruction sequence for ISTREAM 24 begins P8093: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_0: membar #StoreLoad P8094: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P8095: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_0 nop P8096: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_1: membar #StoreLoad P8097: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8098: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_1 nop P8099: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_2: membar #StoreLoad P8100: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8101: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_2 nop P8102: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_3: membar #StoreLoad P8103: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P8104: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_3 nop P8105: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_4: membar #StoreLoad P8106: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8107: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_4 nop P8108: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_5: membar #StoreLoad P8109: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P8110: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_5 nop P8111: !_PREFETCH [151] (Int) (Loop entry) (Branch target of P8326) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_6: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1400], 16 ba P8112 nop TARGET8326: ba RET8326 nop P8112: !_MEMBAR (FP) membar #StoreLoad P8113: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8114: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_6 nop P8115: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_7: membar #StoreLoad P8116: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8117: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_7 nop P8118: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_8: membar #StoreLoad P8119: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_8 nop P8121: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_9: membar #StoreLoad loop_exit_24_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_9 nop P8122: !_PREFETCH [356] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_10: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3392], 23 loop_exit_24_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_10 nop P8123: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_11: membar #StoreLoad P8124: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8125: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_11 nop P8126: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_12: membar #StoreLoad P8127: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8128: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_12 nop P8129: !_IDC_FLIP [301] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_13: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(8129, 9431, 24, 0x46500070, 0x70, %i3, 0x70, %l6, %l7, %o5, %l3) P8130: !_MEMBAR (FP) membar #StoreLoad P8131: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8132: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_13 nop P8133: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_14: membar #StoreLoad P8134: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P8135: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_24_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_14 nop P8136: !_MEMBAR (FP) (Loop entry) (Branch target of P8178) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_15: membar #StoreLoad ba P8137 nop TARGET8178: ba RET8178 nop P8137: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8138: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_15 nop P8139: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_16: membar #StoreLoad P8140: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8141: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_16 nop P8142: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_17: membar #StoreLoad P8143: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8144: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_17 nop P8145: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_18: membar #StoreLoad P8146: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8147: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_18 nop P8148: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_19: membar #StoreLoad P8149: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8150: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_19 nop P8151: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_20: membar #StoreLoad P8152: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P8153: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_24_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_20 nop P8154: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_21: membar #StoreLoad P8155: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8156: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_21 nop P8157: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_22: membar #StoreLoad P8158: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8159: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_22 nop P8160: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_23: membar #StoreLoad P8161: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8162: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_23 nop P8163: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_24: membar #StoreLoad P8164: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8165: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_24 nop P8166: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_25: membar #StoreLoad P8167: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8168: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_25 nop P8169: !_ST [183] (maybe <- 0x18000001) (FP) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_26: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 1744 ] loop_exit_24_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_26 nop P8170: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_27: membar #StoreLoad P8171: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8172: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8172 nop RET8172: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_27 nop P8173: !_MEMBAR (FP) (Loop entry) (Branch target of P8387) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_28: membar #StoreLoad ba P8174 nop TARGET8387: ba RET8387 nop P8174: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8175: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_28 nop P8176: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_29: membar #StoreLoad P8177: !_BLD [115] (FP) (Branch target of P8276) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P8178 nop TARGET8276: ba RET8276 nop P8178: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8178 nop RET8178: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_29 nop P8179: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_30: membar #StoreLoad P8180: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P8181: !_MEMBAR (FP) (Loop exit) (Branch target of P8351) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_30 nop ba P8182 nop TARGET8351: ba RET8351 nop P8182: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_31: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8182 nop RET8182: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P8183: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8184: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_31 nop P8185: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_32: membar #StoreLoad P8186: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8187: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_32 nop P8188: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_33: membar #StoreLoad P8189: !_BLD [171] (FP) (Branch target of P8182) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P8190 nop TARGET8182: ba RET8182 nop P8190: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_33 nop P8191: !_ST [356] (maybe <- 0x8c000001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_34: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3392 ] add %l4, 1, %l4 P8192: !_MEMBAR (FP) membar #StoreLoad P8193: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8194: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_34 nop P8195: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_35: membar #StoreLoad P8196: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P8197: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_24_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_35 nop P8198: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_36: membar #StoreLoad P8199: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8200: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_36 nop P8201: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_37: membar #StoreLoad P8202: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P8203: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_37 nop P8204: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_38: membar #StoreLoad P8205: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8206: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_38 nop P8207: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_39: membar #StoreLoad P8208: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8209: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_39 nop P8210: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_40: membar #StoreLoad P8211: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8212: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_40 nop P8213: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_41: membar #StoreLoad P8214: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P8215: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_41 nop P8216: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_42: membar #StoreLoad P8217: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8218: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_42 nop P8219: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_43: membar #StoreLoad P8220: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8221: !_MEMBAR (FP) (Loop exit) (Branch target of P8347) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_43 nop ba P8222 nop TARGET8347: ba RET8347 nop P8222: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_44: membar #StoreLoad P8223: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8224: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_44 nop P8225: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_45: membar #StoreLoad P8226: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8227: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_45 nop P8228: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_46: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8228 nop RET8228: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P8229: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P8230: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_46 nop P8231: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_47: membar #StoreLoad P8232: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8233: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_47 nop P8234: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_48: membar #StoreLoad P8235: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P8236: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_48 nop P8237: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_49: membar #StoreLoad P8238: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8239: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_49 nop P8240: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_50: membar #StoreLoad P8241: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8242: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_50 nop P8243: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_51: membar #StoreLoad P8244: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8245: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_51 nop P8246: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_52: membar #StoreLoad P8247: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8248: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_52 nop P8249: !_IDC_FLIP [188] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_53: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(8249, 9257, 24, 0x45100624, 0x624, %i2, 0x624, %l6, %l7, %o5, %l3) loop_exit_24_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_53 nop P8250: !_IDC_FLIP [142] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_54: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(8250, 25350, 24, 0x449000d4, 0xd4, %i3, 0xd4, %l6, %l7, %o5, %l3) P8251: !_MEMBAR (FP) membar #StoreLoad P8252: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8253: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_54 nop P8254: !_FLUSHI [247] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_55: flush %g0 loop_exit_24_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_55 nop P8255: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_56: membar #StoreLoad P8256: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8257: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_56 nop P8258: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_57: membar #StoreLoad P8259: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P8260: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_24_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_57 nop P8261: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_58: membar #StoreLoad P8262: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P8263: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_24_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_58 nop P8264: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_59: membar #StoreLoad P8265: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8266: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_59 nop P8267: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_60: membar #StoreLoad P8268: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P8269: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_60 nop P8270: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_61: membar #StoreLoad P8271: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8272: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_61 nop P8273: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_62: membar #StoreLoad P8274: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8275: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_62 nop P8276: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_63: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8276 nop RET8276: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P8277: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8278: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_63 nop P8279: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_64: membar #StoreLoad P8280: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8281: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_64 nop P8282: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_65: membar #StoreLoad P8283: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8284: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_65 nop P8285: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_66: membar #StoreLoad P8286: !_BLD [119] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8286 nop RET8286: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P8287: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_66 nop P8288: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_67: membar #StoreLoad P8289: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P8290: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_67 nop P8291: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_68: membar #StoreLoad P8292: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P8293: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_24_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_68 nop P8294: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_69: membar #StoreLoad P8295: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8296: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_69 nop P8297: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_70: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8297 nop RET8297: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P8298: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8299: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_70 nop P8300: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_71: membar #StoreLoad P8301: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8302: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_71 nop P8303: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_72: membar #StoreLoad P8304: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P8305: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_24_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_72 nop P8306: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_73: membar #StoreLoad P8307: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8308: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_73 nop P8309: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_74: membar #StoreLoad P8310: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8311: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_74 nop P8312: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_75: membar #StoreLoad P8313: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8314: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_75 nop P8315: !_IDC_FLIP [326] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_76: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(8315, 21694, 24, 0x46900d0c, 0xd0c, %i3, 0xd0c, %l6, %l7, %o5, %l3) P8316: !_MEMBAR (FP) membar #StoreLoad P8317: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8318: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_76 nop P8319: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_77: membar #StoreLoad P8320: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8321: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_77 nop P8322: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_78: membar #StoreLoad P8323: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P8324: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_78 nop P8325: !_IDC_FLIP [18] (Int) (Loop entry) (Branch target of P8345) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_79: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(8325, 21684, 24, 0x433009bc, 0x9bc, %i3, 0x9bc, %l6, %l7, %o5, %l3) ba P8326 nop TARGET8345: ba RET8345 nop P8326: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8326 nop RET8326: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P8327: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION62_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8328: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_79 nop P8329: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_80: membar #StoreLoad P8330: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8331: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_80 nop P8332: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_81: membar #StoreLoad P8333: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8334: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_81 nop P8335: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_82: membar #StoreLoad P8336: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8337: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_82 nop P8338: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_83: membar #StoreLoad P8339: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8340: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_83 nop P8341: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_84: membar #StoreLoad P8342: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8343: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_84 nop P8344: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_85: membar #StoreLoad P8345: !_BLD [87] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8345 nop RET8345: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P8346: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_85 nop P8347: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_86: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8347 nop RET8347: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P8348: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8349: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_86 nop P8350: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_87: membar #StoreLoad P8351: !_BLD [185] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8351 nop RET8351: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P8352: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_87 nop P8353: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_88: membar #StoreLoad P8354: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8355: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_88 nop P8356: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_89: membar #StoreLoad P8357: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8358: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_89 nop P8359: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_90: membar #StoreLoad P8360: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8361: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_90 nop P8362: !_IDC_FLIP [110] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_91: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(8362, 31757, 24, 0x44300968, 0x968, %i2, 0x968, %l6, %l7, %o5, %l3) loop_exit_24_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_91 nop P8363: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_92: membar #StoreLoad P8364: !_BLD [26] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_92 nop P8366: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_93: membar #StoreLoad P8367: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8368: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_93 nop P8369: !_PREFETCH [223] (Int) (Loop entry) (Loop exit) (Branch target of P8172) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_94: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1872], 21 loop_exit_24_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_94 nop ba P8370 nop TARGET8172: ba RET8172 nop P8370: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_95: membar #StoreLoad P8371: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8372: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_95 nop P8373: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_96: membar #StoreLoad P8374: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8375: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_96 nop P8376: !_MEMBAR (FP) (Loop entry) (Branch target of P8297) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_97: membar #StoreLoad ba P8377 nop TARGET8297: ba RET8297 nop P8377: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8378: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_97 nop P8379: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_98: membar #StoreLoad P8380: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8381: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_98 nop P8382: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_99: membar #StoreLoad P8383: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8384: !_MEMBAR (FP) (Loop exit) (Branch target of P8228) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_99 nop ba P8385 nop TARGET8228: ba RET8228 nop P8385: !_ST [324] (maybe <- 0x8c000002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_100: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2324 ] add %l4, 1, %l4 P8386: !_MEMBAR (FP) membar #StoreLoad P8387: !_BLD [148] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8387 nop RET8387: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P8388: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_100 nop P8389: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_101: membar #StoreLoad loop_exit_24_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_101 nop P8390: !_IDC_FLIP [103] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_102: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(8390, 13900, 24, 0x44200cb4, 0xcb4, %i2, 0xcb4, %l6, %l7, %o5, %l3) P8391: !_MEMBAR (FP) membar #StoreLoad P8392: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8393: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_102 nop P8394: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_103: membar #StoreLoad P8395: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P8396: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_103 nop P8397: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_104: membar #StoreLoad P8398: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8399: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_104 nop P8400: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_105: membar #StoreLoad P8401: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8402: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_105 nop P8403: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_106: membar #StoreLoad P8404: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8405: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_106 nop P8406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_107: membar #StoreLoad P8407: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_107 nop P8409: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_108: membar #StoreLoad P8410: !_BLD [116] (FP) (Branch target of P8286) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P8411 nop TARGET8286: ba RET8286 nop P8411: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_108 nop P8412: !_IDC_FLIP [352] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_24_109: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(8412, 28286, 24, 0x46e00b18, 0xb18, %i2, 0xb18, %l6, %l7, %o5, %l3) P8413: !_MEMBAR (FP) membar #StoreLoad P8414: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8415: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_109 nop P8416: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_24_110: membar #StoreLoad P8417: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P8418: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_24_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_24_110 nop P8419: !_MEMBAR (Int) membar #StoreLoad END_NODES24: ! Test instruction sequence for CPU 24 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func25: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x19deade1), %l7 or %l7, %lo(0x19deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8c800001), %l4 or %l4, %lo(0x8c800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x18800001), %l7 or %l7, %lo(0x18800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xd000000), %l7 or %l7, %lo(0xd000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x3f23^4 sethi %hi(0x3f23), %l0 or %l0, %lo(0x3f23), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 140 to 144 --- sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+2776] stx %g0, [%i3+2856] sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+208] stx %g0, [%i2+1008] stx %g0, [%i2+1976] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES25, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES25: ! Test instruction sequence for ISTREAM 25 begins P8420: !_MEMBAR (FP) (Loop entry) (Branch target of P8508) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_0: membar #StoreLoad ba P8421 nop TARGET8508: ba RET8508 nop P8421: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8422: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8422 nop RET8422: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_0 nop P8423: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_1: membar #StoreLoad P8424: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P8425: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_1 nop P8426: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_2: membar #StoreLoad P8427: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8428: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_2 nop P8429: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_3: membar #StoreLoad P8430: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8431: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_3 nop P8432: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_4: membar #StoreLoad P8433: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8434: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_4 nop P8435: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_5: membar #StoreLoad P8436: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8437: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_5 nop P8438: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_6: membar #StoreLoad P8439: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8440: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_6 nop P8441: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_7: membar #StoreLoad P8442: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8443: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_7 nop P8444: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_8: membar #StoreLoad P8445: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8446: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_8 nop P8447: !_PREFETCH [117] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_9: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2512], 2 loop_exit_25_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_9 nop P8448: !_IDC_FLIP [274] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_10: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(8448, 20235, 25, 0x45f009c0, 0x9c0, %i2, 0x9c0, %l6, %l7, %o5, %l3) P8449: !_MEMBAR (FP) membar #StoreLoad P8450: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8451: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_10 nop P8452: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_11: membar #StoreLoad P8453: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8454: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_11 nop P8455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_12: membar #StoreLoad P8456: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_12 nop P8458: !_MEMBAR (FP) (Loop entry) (Branch target of P8695) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_13: membar #StoreLoad ba P8459 nop TARGET8695: ba RET8695 nop P8459: !_BLD [243] (FP) (Branch target of P8510) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P8460 nop TARGET8510: ba RET8510 nop P8460: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_13 nop P8461: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_14: membar #StoreLoad P8462: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8463: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_14 nop P8464: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_15: membar #StoreLoad P8465: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8466: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_15 nop P8467: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_16: membar #StoreLoad P8468: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8469: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_16 nop P8470: !_ST [219] (maybe <- 0x8c800001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_17: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 4032 ] add %l4, 1, %l4 P8471: !_MEMBAR (FP) membar #StoreLoad P8472: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8473: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_17 nop P8474: !_ST [62] (maybe <- 0x8c800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_18: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 832 ] add %l4, 1, %l4 P8475: !_MEMBAR (FP) membar #StoreLoad P8476: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8477: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_18 nop P8478: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_19: membar #StoreLoad P8479: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8480: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_19 nop P8481: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_20: membar #StoreLoad P8482: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P8483: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_25_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_20 nop P8484: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_21: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8484 nop RET8484: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P8485: !_BLD [157] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8485 nop RET8485: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P8486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_21 nop P8487: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_22: membar #StoreLoad P8488: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8489: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_22 nop P8490: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_23: membar #StoreLoad P8491: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8492: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_23 nop P8493: !_MEMBAR (FP) (Loop entry) (Branch target of P8485) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_24: membar #StoreLoad ba P8494 nop TARGET8485: ba RET8485 nop P8494: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8495: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_24 nop P8496: !_IDC_FLIP [93] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_25: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(8496, 248, 25, 0x44000578, 0x578, %i3, 0x578, %l6, %l7, %o5, %l3) P8497: !_MEMBAR (FP) (Branch target of P8683) membar #StoreLoad ba P8498 nop TARGET8683: ba RET8683 nop P8498: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8499: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_25 nop P8500: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_26: membar #StoreLoad P8501: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8502: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_26 nop P8503: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_27: membar #StoreLoad P8504: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8505: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_27 nop P8506: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_28: membar #StoreLoad P8507: !_BLD [127] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8507 nop RET8507: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P8508: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8508 nop RET8508: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_28 nop P8509: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_29: membar #StoreLoad P8510: !_BLD [76] (FP) (CBR) (Branch target of P8522) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8510 nop RET8510: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 ba P8511 nop TARGET8522: ba RET8522 nop P8511: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_29 nop P8512: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_30: membar #StoreLoad P8513: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8514: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_30 nop P8515: !_IDC_FLIP [152] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_31: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(8515, 3455, 25, 0x44a00c30, 0xc30, %i2, 0xc30, %l6, %l7, %o5, %l3) loop_exit_25_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_31 nop P8516: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_32: membar #StoreLoad P8517: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8518: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_32 nop P8519: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_33: membar #StoreLoad P8520: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8521: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_33 nop P8522: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_34: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8522 nop RET8522: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P8523: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8524: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_34 nop P8525: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_35: membar #StoreLoad P8526: !_BLD [165] (FP) (Branch target of P8671) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P8527 nop TARGET8671: ba RET8671 nop P8527: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_35 nop P8528: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_36: membar #StoreLoad P8529: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_36 nop P8531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_37: membar #StoreLoad P8532: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P8533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_25_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_37 nop P8534: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_38: membar #StoreLoad P8535: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8536: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_38 nop P8537: !_IDC_FLIP [66] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_39: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(8537, 32424, 25, 0x43c00734, 0x734, %i2, 0x734, %l6, %l7, %o5, %l3) loop_exit_25_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_39 nop P8538: !_PREFETCH [170] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_40: wr %g0, 0x82, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 3652] %asi, 1 loop_exit_25_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_40 nop P8539: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_41: membar #StoreLoad P8540: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8541: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_41 nop P8542: !_MEMBAR (FP) (Loop entry) (Branch target of P8734) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_42: membar #StoreLoad ba P8543 nop TARGET8734: ba RET8734 nop P8543: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P8544: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_42 nop P8545: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_43: membar #StoreLoad P8546: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8547: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_43 nop P8548: !_ST [44] (maybe <- 0x8c800003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_44: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 496 ] add %l4, 1, %l4 P8549: !_MEMBAR (FP) membar #StoreLoad P8550: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8551: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_44 nop P8552: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_45: membar #StoreLoad P8553: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8554: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_45 nop P8555: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_46: membar #StoreLoad P8556: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8557: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_46 nop P8558: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_47: membar #StoreLoad P8559: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P8560: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_25_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_47 nop P8561: !_PREFETCH [128] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_48: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2184], 0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8561 nop RET8561: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 loop_exit_25_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_48 nop P8562: !_IDC_FLIP [109] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_49: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(8562, 12162, 25, 0x44300934, 0x934, %i3, 0x934, %l6, %l7, %o5, %l3) P8563: !_MEMBAR (FP) membar #StoreLoad P8564: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8565: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_49 nop P8566: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_50: membar #StoreLoad P8567: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8568: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_50 nop P8569: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_51: membar #StoreLoad P8570: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P8571: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_51 nop P8572: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_52: membar #StoreLoad P8573: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P8574: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_25_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_52 nop P8575: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_53: membar #StoreLoad P8576: !_BLD [348] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8576 nop RET8576: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P8577: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_53 nop P8578: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_54: membar #StoreLoad P8579: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8580: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_54 nop P8581: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_55: membar #StoreLoad P8582: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P8583: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_25_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_55 nop P8584: !_IDC_FLIP [291] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_56: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(8584, 32219, 25, 0x462009d4, 0x9d4, %i3, 0x9d4, %l6, %l7, %o5, %l3) loop_exit_25_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_56 nop P8585: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_57: membar #StoreLoad P8586: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8587: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_57 nop P8588: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_58: membar #StoreLoad P8589: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8590: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_58 nop P8591: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_59: membar #StoreLoad P8592: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8593: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_59 nop P8594: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_60: membar #StoreLoad P8595: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8596: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_60 nop P8597: !_FLUSHI [226] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_61: flush %g0 P8598: !_MEMBAR (FP) membar #StoreLoad P8599: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8600: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_61 nop P8601: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_62: membar #StoreLoad loop_exit_25_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_62 nop P8602: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_63: membar #StoreLoad P8603: !_BLD [224] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8604: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_63 nop P8605: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_64: membar #StoreLoad P8606: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8607: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_64 nop P8608: !_MEMBAR (FP) (Loop entry) (Branch target of P8724) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_65: membar #StoreLoad ba P8609 nop TARGET8724: ba RET8724 nop P8609: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8610: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_65 nop P8611: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_66: membar #StoreLoad P8612: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8613: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_66 nop P8614: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_67: membar #StoreLoad P8615: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8616: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_67 nop P8617: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_68: membar #StoreLoad P8618: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P8619: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8619 nop RET8619: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_68 nop P8620: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_69: membar #StoreLoad P8621: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8622: !_MEMBAR (FP) (Loop exit) (Branch target of P8619) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_69 nop ba P8623 nop TARGET8619: ba RET8619 nop P8623: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_70: membar #StoreLoad P8624: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8625: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_70 nop P8626: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_71: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8626 nop RET8626: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P8627: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8628: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_71 nop P8629: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_72: membar #StoreLoad P8630: !_BLD [173] (FP) (Branch target of P8507) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered ba P8631 nop TARGET8507: ba RET8507 nop P8631: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_72 nop P8632: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_73: membar #StoreLoad P8633: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8634: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_73 nop P8635: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_74: membar #StoreLoad P8636: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8637: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_74 nop P8638: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_75: membar #StoreLoad P8639: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8640: !_MEMBAR (FP) (Loop exit) (Branch target of P8422) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_75 nop ba P8641 nop TARGET8422: ba RET8422 nop P8641: !_ST [16] (maybe <- 0x8c800004) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_76: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2208 ] add %l4, 1, %l4 P8642: !_MEMBAR (FP) membar #StoreLoad P8643: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8644: !_MEMBAR (FP) (Loop exit) (Branch target of P8626) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_76 nop ba P8645 nop TARGET8626: ba RET8626 nop P8645: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_77: membar #StoreLoad P8646: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8647: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_77 nop P8648: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_78: membar #StoreLoad P8649: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8650: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_78 nop P8651: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_79: membar #StoreLoad P8652: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8653: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_79 nop P8654: !_IDC_FLIP [217] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_80: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(8654, 8683, 25, 0x45600f18, 0xf18, %i3, 0xf18, %l6, %l7, %o5, %l3) P8655: !_MEMBAR (FP) membar #StoreLoad P8656: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8657: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_80 nop P8658: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_81: membar #StoreLoad P8659: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8660: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_81 nop P8661: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_82: membar #StoreLoad P8662: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8663: !_MEMBAR (FP) (Loop exit) (Branch target of P8576) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_82 nop ba P8664 nop TARGET8576: ba RET8576 nop P8664: !_IDC_FLIP [273] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_83: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(8664, 4890, 25, 0x45f009a4, 0x9a4, %i3, 0x9a4, %l6, %l7, %o5, %l3) loop_exit_25_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_83 nop P8665: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_84: membar #StoreLoad P8666: !_BLD [358] (FP) (Branch target of P8561) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P8667 nop TARGET8561: ba RET8561 nop P8667: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_84 nop P8668: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_85: membar #StoreLoad P8669: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8670: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_85 nop P8671: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_86: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8671 nop RET8671: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P8672: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8673: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_86 nop P8674: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_87: membar #StoreLoad P8675: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8676: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_87 nop P8677: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_88: membar #StoreLoad P8678: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P8679: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_25_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_88 nop P8680: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_89: membar #StoreLoad P8681: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8682: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_89 nop P8683: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_90: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8683 nop RET8683: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P8684: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8685: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_90 nop P8686: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_91: membar #StoreLoad P8687: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8688: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_91 nop P8689: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_92: membar #StoreLoad P8690: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P8691: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_25_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_92 nop P8692: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_93: membar #StoreLoad P8693: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8694: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_93 nop P8695: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_94: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8695 nop RET8695: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P8696: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P8697: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_94 nop P8698: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_95: membar #StoreLoad P8699: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8700: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_95 nop P8701: !_ST [193] (maybe <- 0x8c800005) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_96: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3836 ] add %l4, 1, %l4 P8702: !_MEMBAR (FP) membar #StoreLoad P8703: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8704: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_96 nop P8705: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_97: membar #StoreLoad P8706: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8707: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_97 nop P8708: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_98: membar #StoreLoad P8709: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8710: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_98 nop P8711: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_99: membar #StoreLoad P8712: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8713: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_99 nop P8714: !_PREFETCH [14] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_100: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1764], 27 P8715: !_MEMBAR (FP) membar #StoreLoad P8716: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P8717: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_100 nop P8718: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_101: membar #StoreLoad P8719: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P8720: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_25_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_101 nop P8721: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_102: membar #StoreLoad P8722: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8723: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_102 nop P8724: !_IDC_FLIP [248] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_103: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(8724, 5012, 25, 0x45b007e0, 0x7e0, %i2, 0x7e0, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8724 nop RET8724: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_25_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_103 nop P8725: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_104: membar #StoreLoad P8726: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8727: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_104 nop P8728: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_105: membar #StoreLoad P8729: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8730: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_105 nop P8731: !_IDC_FLIP [276] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_106: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(8731, 14216, 25, 0x4600030c, 0x30c, %i3, 0x30c, %l6, %l7, %o5, %l3) loop_exit_25_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_106 nop P8732: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_107: membar #StoreLoad P8733: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P8734: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8734 nop RET8734: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_107 nop P8735: !_ST [356] (maybe <- 0x8c800006) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_108: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3392 ] add %l4, 1, %l4 loop_exit_25_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_108 nop P8736: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_109: membar #StoreLoad P8737: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8738: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_109 nop P8739: !_PREFETCH [241] (Int) (Loop entry) (Branch target of P8484) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_110: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1600], 2 ba P8740 nop TARGET8484: ba RET8484 nop P8740: !_MEMBAR (FP) membar #StoreLoad P8741: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8742: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_110 nop P8743: !_ST [154] (maybe <- 0x8c800007) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_111: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3792 ] add %l4, 1, %l4 P8744: !_MEMBAR (FP) membar #StoreLoad P8745: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8746: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_111 nop P8747: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_112: membar #StoreLoad P8748: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8749: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_112 nop P8750: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_25_113: membar #StoreLoad P8751: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P8752: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_25_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_113 nop P8753: !_PREFETCH [241] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_25_114: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1600], 4 loop_exit_25_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_25_114 nop P8754: !_MEMBAR (Int) membar #StoreLoad END_NODES25: ! Test instruction sequence for CPU 25 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func26: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x1adeade1), %l6 or %l6, %lo(0x1adeade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8d000001), %l4 or %l4, %lo(0x8d000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x19000001), %l6 or %l6, %lo(0x19000001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xd800000), %l6 or %l6, %lo(0xd800000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x363e^4 sethi %hi(0x363e), %l0 or %l0, %lo(0x363e), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 145 to 150 --- sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+2216] stx %g0, [%i2+2816] stx %g0, [%i2+3472] sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+16] stx %g0, [%i3+152] stx %g0, [%i3+480] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES26, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES26: ! Test instruction sequence for ISTREAM 26 begins P8755: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_0: membar #StoreLoad P8756: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8757: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_0 nop P8758: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_1: membar #StoreLoad P8759: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P8760: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_26_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_1 nop P8761: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_2: membar #StoreLoad P8762: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P8763: !_MEMBAR (FP) (Loop exit) (Branch target of P9009) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_2 nop ba P8764 nop TARGET9009: ba RET9009 nop P8764: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_3: membar #StoreLoad P8765: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8766: !_MEMBAR (FP) (Loop exit) (Branch target of P8795) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_3 nop ba P8767 nop TARGET8795: ba RET8795 nop P8767: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_4: membar #StoreLoad P8768: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8769: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_4 nop P8770: !_PREFETCH [321] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_5: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 424], 3 loop_exit_26_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_5 nop P8771: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_6: membar #StoreLoad P8772: !_BLD [116] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8772 nop RET8772: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P8773: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_6 nop P8774: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_7: membar #StoreLoad P8775: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P8776: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_26_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_7 nop P8777: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_8: membar #StoreLoad P8778: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8779: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_8 nop P8780: !_IDC_FLIP [146] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_9: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(8780, 21893, 26, 0x44900b00, 0xb00, %i3, 0xb00, %l6, %l7, %o5, %l3) loop_exit_26_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_9 nop P8781: !_PREFETCH [220] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_10: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 4076], 2 loop_exit_26_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_10 nop P8782: !_PREFETCH [310] (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_11: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1560], 3 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8782 nop RET8782: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P8783: !_PREFETCH [294] (Int) (NF) (Loop exit) (CBR) wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 3236] %asi, 4 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8783 nop RET8783: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 loop_exit_26_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_11 nop P8784: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_12: membar #StoreLoad P8785: !_BLD [24] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8786: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_12 nop P8787: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_13: membar #StoreLoad P8788: !_BLD [97] (FP) (Branch target of P8948) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P8789 nop TARGET8948: ba RET8948 nop P8789: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_13 nop P8790: !_IDC_FLIP [122] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_14: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(8790, 30073, 26, 0x44500c78, 0xc78, %i3, 0xc78, %l6, %l7, %o5, %l3) P8791: !_PREFETCH [152] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3120], 20 loop_exit_26_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_14 nop P8792: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_15: membar #StoreLoad P8793: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8794: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_15 nop P8795: !_IDC_FLIP [24] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_16: sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(8795, 2535, 26, 0x43400a94, 0xa94, %i2, 0xa94, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8795 nop RET8795: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_26_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_16 nop P8796: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_17: membar #StoreLoad P8797: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8798: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_17 nop P8799: !_MEMBAR (FP) (Loop entry) (Branch target of P9033) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_18: membar #StoreLoad ba P8800 nop TARGET9033: ba RET9033 nop P8800: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8801: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_18 nop P8802: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_19: membar #StoreLoad P8803: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8804: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_19 nop P8805: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_20: membar #StoreLoad P8806: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P8807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_20 nop P8808: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_21: membar #StoreLoad P8809: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_21 nop P8811: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_22: membar #StoreLoad P8812: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_22 nop P8814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_23: membar #StoreLoad P8815: !_BLD [50] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8815 nop RET8815: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P8816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_23 nop P8817: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_24: membar #StoreLoad P8818: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8819: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_24 nop P8820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_25: membar #StoreLoad P8821: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8822: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_25 nop P8823: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_26: membar #StoreLoad P8824: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8825: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_26 nop P8826: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_27: membar #StoreLoad P8827: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8828: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_27 nop P8829: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_28: membar #StoreLoad P8830: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8831: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_28 nop P8832: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_29: membar #StoreLoad P8833: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8834: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_29 nop P8835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_30: membar #StoreLoad P8836: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8837: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_30 nop P8838: !_IDC_FLIP [1] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_31: IDC_FLIP(8838, 11544, 26, 0x4300032c, 0x32c, %i0, 0x32c, %l6, %l7, %o5, %l3) P8839: !_MEMBAR (FP) membar #StoreLoad P8840: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8841: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_31 nop P8842: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_32: membar #StoreLoad P8843: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_32 nop P8845: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_33: membar #StoreLoad P8846: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P8847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_33 nop P8848: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_34: membar #StoreLoad P8849: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8850: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_34 nop P8851: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_35: membar #StoreLoad P8852: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8853: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_35 nop P8854: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_36: membar #StoreLoad P8855: !_BLD [344] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8855 nop RET8855: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P8856: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_26_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_36 nop P8857: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_37: membar #StoreLoad P8858: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8859: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_37 nop P8860: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_38: membar #StoreLoad P8861: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P8862: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_38 nop P8863: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_39: membar #StoreLoad P8864: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8865: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_39 nop P8866: !_IDC_FLIP [311] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_40: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(8866, 23394, 26, 0x46600e88, 0xe88, %i2, 0xe88, %l6, %l7, %o5, %l3) P8867: !_MEMBAR (FP) membar #StoreLoad P8868: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8869: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_40 nop P8870: !_IDC_FLIP [259] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_41: sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(8870, 16423, 26, 0x45c00ee0, 0xee0, %i2, 0xee0, %l6, %l7, %o5, %l3) loop_exit_26_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_41 nop P8871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_42: membar #StoreLoad P8872: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P8873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_42 nop P8874: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_43: membar #StoreLoad P8875: !_BLD [137] (FP) (Branch target of P8987) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P8876 nop TARGET8987: ba RET8987 nop P8876: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_43 nop P8877: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_44: membar #StoreLoad P8878: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8879: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_44 nop P8880: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_45: membar #StoreLoad P8881: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8882: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_45 nop P8883: !_PREFETCH [102] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_46: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3212], 21 loop_exit_26_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_46 nop P8884: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_47: membar #StoreLoad P8885: !_BLD [219] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8885 nop RET8885: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P8886: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_26_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_47 nop P8887: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_48: membar #StoreLoad P8888: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8889: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_48 nop P8890: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_49: membar #StoreLoad P8891: !_BLD [192] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8891 nop RET8891: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P8892: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_49 nop P8893: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_50: membar #StoreLoad P8894: !_BLD [47] (FP) (Branch target of P8782) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P8895 nop TARGET8782: ba RET8782 nop P8895: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_50 nop P8896: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_51: membar #StoreLoad P8897: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8898: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_51 nop P8899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_52: membar #StoreLoad P8900: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8901: !_MEMBAR (FP) (Loop exit) (Branch target of P8783) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_52 nop ba P8902 nop TARGET8783: ba RET8783 nop P8902: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_53: membar #StoreLoad P8903: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8904: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_53 nop P8905: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_54: membar #StoreLoad P8906: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8907: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_54 nop P8908: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_55: membar #StoreLoad P8909: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8910: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_55 nop P8911: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_56: membar #StoreLoad P8912: !_BLD [151] (FP) (Branch target of P8891) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P8913 nop TARGET8891: ba RET8891 nop P8913: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_56 nop P8914: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_57: membar #StoreLoad P8915: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8916: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_57 nop P8917: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_58: membar #StoreLoad P8918: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8919: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_58 nop P8920: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_59: membar #StoreLoad P8921: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P8922: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_59 nop P8923: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_60: membar #StoreLoad P8924: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P8925: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_60 nop P8926: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_61: membar #StoreLoad P8927: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P8928: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_61 nop P8929: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_62: membar #StoreLoad P8930: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8931: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_62 nop P8932: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_63: membar #StoreLoad P8933: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P8934: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_63 nop P8935: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_64: membar #StoreLoad P8936: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P8937: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_64 nop P8938: !_LD [158] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_65: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 2972], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P8939: !_LD [33] (Int) (Loop exit) sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 2200], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_26_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_65 nop P8940: !_FLUSHI [170] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_66: flush %g0 loop_exit_26_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_66 nop P8941: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_67: membar #StoreLoad P8942: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8943: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_67 nop P8944: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_68: membar #StoreLoad P8945: !_BLD [204] (FP) (Branch target of P8815) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ba P8946 nop TARGET8815: ba RET8815 nop P8946: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_68 nop P8947: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_69: membar #StoreLoad loop_exit_26_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_69 nop P8948: !_IDC_FLIP [226] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_70: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(8948, 14996, 26, 0x4580015c, 0x15c, %i2, 0x15c, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8948 nop RET8948: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_26_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_70 nop P8949: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_71: membar #StoreLoad P8950: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8951: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_71 nop P8952: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_72: membar #StoreLoad P8953: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P8954: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_72 nop P8955: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_73: membar #StoreLoad P8956: !_BLD [172] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8956 nop RET8956: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P8957: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8957 nop RET8957: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_73 nop P8958: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_74: membar #StoreLoad P8959: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P8960: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_74 nop P8961: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_75: membar #StoreLoad P8962: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P8963: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_75 nop P8964: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_76: membar #StoreLoad P8965: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8966: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET8966 nop RET8966: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_76 nop P8967: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_77: membar #StoreLoad P8968: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P8969: !_MEMBAR (FP) (Loop exit) (Branch target of P8855) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_77 nop ba P8970 nop TARGET8855: ba RET8855 nop P8970: !_ST [170] (maybe <- 0x19000001) (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_78: sethi %hi(REGION29_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 3652 ] P8971: !_MEMBAR (FP) membar #StoreLoad P8972: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P8973: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_78 nop P8974: !_IDC_FLIP [271] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_79: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(8974, 16475, 26, 0x45e00fc0, 0xfc0, %i3, 0xfc0, %l6, %l7, %o5, %l3) loop_exit_26_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_79 nop P8975: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_80: membar #StoreLoad P8976: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P8977: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_80 nop P8978: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_81: membar #StoreLoad P8979: !_BLD [163] (FP) (Branch target of P8956) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P8980 nop TARGET8956: ba RET8956 nop P8980: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_81 nop P8981: !_PREFETCH [331] (Int) (Loop entry) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_82: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 3484] %asi, 4 P8982: !_MEMBAR (FP) membar #StoreLoad P8983: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8984: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_82 nop P8985: !_IDC_FLIP [266] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_83: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(8985, 12109, 26, 0x45e00e40, 0xe40, %i2, 0xe40, %l6, %l7, %o5, %l3) loop_exit_26_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_83 nop P8986: !_MEMBAR (FP) (Loop entry) (Branch target of P9086) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_84: membar #StoreLoad ba P8987 nop TARGET9086: ba RET9086 nop P8987: !_BLD [82] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET8987 nop RET8987: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P8988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_84 nop P8989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_85: membar #StoreLoad P8990: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8991: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_85 nop P8992: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_86: membar #StoreLoad P8993: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P8994: !_MEMBAR (FP) (Loop exit) (Branch target of P9065) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_86 nop ba P8995 nop TARGET9065: ba RET9065 nop P8995: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_87: membar #StoreLoad P8996: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P8997: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_87 nop P8998: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_88: membar #StoreLoad P8999: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9000: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_88 nop P9001: !_MEMBAR (FP) (Loop entry) (Branch target of P8957) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_89: membar #StoreLoad ba P9002 nop TARGET8957: ba RET8957 nop P9002: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9003: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_89 nop P9004: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_90: membar #StoreLoad P9005: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9006: !_MEMBAR (FP) (Loop exit) (Branch target of P8966) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_90 nop ba P9007 nop TARGET8966: ba RET8966 nop P9007: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_91: membar #StoreLoad P9008: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9009: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9009 nop RET9009: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_91 nop P9010: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_92: membar #StoreLoad P9011: !_BLD [106] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9011 nop RET9011: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9012: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_92 nop P9013: !_ST [6] (maybe <- 0x8d000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_93: stw %l4, [%i1 + 1376 ] add %l4, 1, %l4 loop_exit_26_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_93 nop P9014: !_MEMBAR (FP) (Loop entry) (Branch target of P9011) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_94: membar #StoreLoad ba P9015 nop TARGET9011: ba RET9011 nop P9015: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9016: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_94 nop P9017: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_95: membar #StoreLoad P9018: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P9019: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_95 nop P9020: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_96: membar #StoreLoad P9021: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9022: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_96 nop P9023: !_ST [125] (maybe <- 0x8d000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_97: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3420 ] add %l4, 1, %l4 loop_exit_26_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_97 nop P9024: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_98: membar #StoreLoad P9025: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9026: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_98 nop P9027: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_99: membar #StoreLoad P9028: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9029: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9029 nop RET9029: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_99 nop P9030: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_100: membar #StoreLoad P9031: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P9032: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_26_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_100 nop P9033: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_101: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9033 nop RET9033: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9034: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9035: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_101 nop P9036: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_102: membar #StoreLoad P9037: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P9038: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_26_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_102 nop P9039: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_103: membar #StoreLoad P9040: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9041: !_MEMBAR (FP) (Loop exit) (Branch target of P9045) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_103 nop ba P9042 nop TARGET9045: ba RET9045 nop P9042: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_104: membar #StoreLoad P9043: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P9044: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_104 nop P9045: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P9029) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_105: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9045 nop RET9045: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 ba P9046 nop TARGET9029: ba RET9029 nop P9046: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9047: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_105 nop P9048: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_106: membar #StoreLoad P9049: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9050: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_106 nop P9051: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_107: membar #StoreLoad P9052: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P9053: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_26_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_107 nop P9054: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_108: membar #StoreLoad P9055: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9056: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_108 nop P9057: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_109: membar #StoreLoad P9058: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P9059: !_MEMBAR (FP) (Loop exit) (Branch target of P8885) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_109 nop ba P9060 nop TARGET8885: ba RET8885 nop P9060: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_110: membar #StoreLoad P9061: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9062: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_110 nop P9063: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_111: membar #StoreLoad P9064: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P9065: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9065 nop RET9065: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_26_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_111 nop P9066: !_IDC_FLIP [274] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_112: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(9066, 27323, 26, 0x45f009c0, 0x9c0, %i3, 0x9c0, %l6, %l7, %o5, %l3) loop_exit_26_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_112 nop P9067: !_FLUSHI [304] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_113: flush %g0 loop_exit_26_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_113 nop P9068: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_114: membar #StoreLoad P9069: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9070: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_114 nop P9071: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_115: membar #StoreLoad P9072: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9073: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_115 nop P9074: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_116: membar #StoreLoad P9075: !_BLD [118] (FP) (Branch target of P8772) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P9076 nop TARGET8772: ba RET8772 nop P9076: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_116 nop P9077: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_117: membar #StoreLoad P9078: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P9079: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_26_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_117 nop P9080: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_26_118: membar #StoreLoad P9081: !_BLD [127] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9082: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_26_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_118 nop P9083: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_26_119: membar #StoreLoad P9084: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P9085: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_26_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_26_119 nop P9086: !_MEMBAR (Int) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9086 nop RET9086: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 END_NODES26: ! Test instruction sequence for CPU 26 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func27: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x1bdeade1), %l7 or %l7, %lo(0x1bdeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8d800001), %l4 or %l4, %lo(0x8d800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x19800001), %l7 or %l7, %lo(0x19800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xe000000), %l7 or %l7, %lo(0xe000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x28f6^4 sethi %hi(0x28f6), %l0 or %l0, %lo(0x28f6), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 151 to 156 --- sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1400] stx %g0, [%i2+3120] stx %g0, [%i2+3416] stx %g0, [%i2+3792] sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+2720] stx %g0, [%i3+2816] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES27, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES27: ! Test instruction sequence for ISTREAM 27 begins P9087: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_0: membar #StoreLoad P9088: !_BLD [155] (FP) (Branch target of P9267) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P9089 nop TARGET9267: ba RET9267 nop P9089: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_0 nop P9090: !_IDC_FLIP [252] (Int) (Loop entry) (Branch target of P9292) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_1: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(9090, 29646, 27, 0x45b00edc, 0xedc, %i3, 0xedc, %l6, %l7, %o5, %l3) ba P9091 nop TARGET9292: ba RET9292 nop P9091: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9091 nop RET9091: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9092: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_1 nop P9094: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_2: membar #StoreLoad P9095: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9096: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_2 nop P9097: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_3: membar #StoreLoad P9098: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9099: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_3 nop P9100: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_4: membar #StoreLoad P9101: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9102: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_4 nop P9103: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_5: membar #StoreLoad P9104: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9105: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_5 nop P9106: !_PREFETCH [67] (Int) (NF) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_6: wr %g0, 0x82, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 2080] %asi, 19 P9107: !_MEMBAR (FP) membar #StoreLoad P9108: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9109: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_6 nop P9110: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_7: membar #StoreLoad P9111: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P9112: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_27_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_7 nop P9113: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_8: membar #StoreLoad P9114: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9115: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_8 nop P9116: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_9: membar #StoreLoad P9117: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9118: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_9 nop P9119: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_10: membar #StoreLoad P9120: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9121: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_10 nop P9122: !_IDC_FLIP [352] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_11: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(9122, 16881, 27, 0x46e00b18, 0xb18, %i3, 0xb18, %l6, %l7, %o5, %l3) P9123: !_MEMBAR (FP) membar #StoreLoad P9124: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9125: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_11 nop P9126: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_12: membar #StoreLoad P9127: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9128: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_12 nop P9129: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_13: membar #StoreLoad P9130: !_BLD [329] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9130 nop RET9130: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P9131: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_13 nop P9132: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_14: membar #StoreLoad P9133: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P9134: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_14 nop P9135: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_15: membar #StoreLoad loop_exit_27_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_15 nop P9136: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_16: membar #StoreLoad P9137: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9138: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_16 nop P9139: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_17: membar #StoreLoad P9140: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P9141: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_27_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_17 nop P9142: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_18: membar #StoreLoad P9143: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9144: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_18 nop P9145: !_IDC_FLIP [88] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_19: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(9145, 3371, 27, 0x440004dc, 0x4dc, %i3, 0x4dc, %l6, %l7, %o5, %l3) loop_exit_27_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_19 nop P9146: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_20: membar #StoreLoad P9147: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9148: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_20 nop P9149: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_21: membar #StoreLoad P9150: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9151: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_21 nop P9152: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_22: membar #StoreLoad P9153: !_BLD [79] (FP) (Branch target of P9367) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P9154 nop TARGET9367: ba RET9367 nop P9154: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_22 nop P9155: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_23: membar #StoreLoad P9156: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9157: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_23 nop P9158: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_24: membar #StoreLoad P9159: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P9160: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_24 nop P9161: !_MEMBAR (FP) (Loop entry) (Branch target of P9287) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_25: membar #StoreLoad ba P9162 nop TARGET9287: ba RET9287 nop P9162: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9163: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_25 nop P9164: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_26: membar #StoreLoad P9165: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9166: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9166 nop RET9166: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_26 nop P9167: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_27: membar #StoreLoad P9168: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P9169: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_27 nop P9170: !_IDC_FLIP [270] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_28: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(9170, 4044, 27, 0x45e00fac, 0xfac, %i2, 0xfac, %l6, %l7, %o5, %l3) loop_exit_27_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_28 nop P9171: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_29: membar #StoreLoad P9172: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9173: !_MEMBAR (FP) (Loop exit) (Branch target of P9402) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_29 nop ba P9174 nop TARGET9402: ba RET9402 nop P9174: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_30: membar #StoreLoad P9175: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9176: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_30 nop P9177: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_31: membar #StoreLoad P9178: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9179: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_31 nop P9180: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_32: membar #StoreLoad P9181: !_BLD [245] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9181 nop RET9181: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9182: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_32 nop P9183: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_33: membar #StoreLoad P9184: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P9185: !_MEMBAR (FP) (Loop exit) (Branch target of P9166) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_33 nop ba P9186 nop TARGET9166: ba RET9166 nop P9186: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_34: membar #StoreLoad P9187: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P9188: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_34 nop P9189: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_35: membar #StoreLoad P9190: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9191: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_35 nop P9192: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_36: membar #StoreLoad P9193: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION44_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9194: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_36 nop P9195: !_IDC_FLIP [131] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_37: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(9195, 16692, 27, 0x447002fc, 0x2fc, %i3, 0x2fc, %l6, %l7, %o5, %l3) P9196: !_MEMBAR (FP) membar #StoreLoad P9197: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P9198: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_37 nop P9199: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_38: membar #StoreLoad P9200: !_BLD [153] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9200 nop RET9200: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9201: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_38 nop P9202: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_39: membar #StoreLoad P9203: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9204: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9204 nop RET9204: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_39 nop P9205: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_40: membar #StoreLoad P9206: !_BLD [209] (FP) (Branch target of P9181) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P9207 nop TARGET9181: ba RET9181 nop P9207: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_40 nop P9208: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_41: membar #StoreLoad P9209: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9210: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_41 nop P9211: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_42: membar #StoreLoad P9212: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9213: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_42 nop P9214: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_43: membar #StoreLoad P9215: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9216: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_43 nop P9217: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_44: membar #StoreLoad P9218: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9219: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_44 nop P9220: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_45: membar #StoreLoad P9221: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P9222: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_45 nop P9223: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_46: membar #StoreLoad P9224: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9225: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_46 nop P9226: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_47: membar #StoreLoad P9227: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9228: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_47 nop P9229: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_48: membar #StoreLoad P9230: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9231: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9231 nop RET9231: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_48 nop P9232: !_PREFETCH [216] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_49: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3756], 1 P9233: !_MEMBAR (FP) membar #StoreLoad P9234: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9235: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_49 nop P9236: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_50: membar #StoreLoad P9237: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9238: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_50 nop P9239: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_51: membar #StoreLoad P9240: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9241: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_51 nop P9242: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_52: membar #StoreLoad P9243: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P9244: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_52 nop P9245: !_ST [320] (maybe <- 0x8d800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_53: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3172 ] add %l4, 1, %l4 loop_exit_27_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_53 nop P9246: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_54: membar #StoreLoad P9247: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P9248: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_54 nop P9249: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_55: membar #StoreLoad P9250: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9251: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_55 nop P9252: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_56: membar #StoreLoad P9253: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9254: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_56 nop P9255: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_57: membar #StoreLoad P9256: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P9257: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_27_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_57 nop P9258: !_MEMBAR (FP) (Loop entry) (Branch target of P9331) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_58: membar #StoreLoad ba P9259 nop TARGET9331: ba RET9331 nop P9259: !_BLD [77] (FP) (Branch target of P9356) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered ba P9260 nop TARGET9356: ba RET9356 nop P9260: !_MEMBAR (FP) (Loop exit) (Branch target of P9303) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_58 nop ba P9261 nop TARGET9303: ba RET9303 nop P9261: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_59: membar #StoreLoad P9262: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9263: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_59 nop P9264: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_60: membar #StoreLoad P9265: !_BLD [86] (FP) (Branch target of P9231) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered ba P9266 nop TARGET9231: ba RET9231 nop P9266: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_60 nop P9267: !_FLUSHI [303] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_61: flush %g0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9267 nop RET9267: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 loop_exit_27_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_61 nop P9268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_62: membar #StoreLoad P9269: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9270: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_62 nop P9271: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_63: membar #StoreLoad P9272: !_BLD [316] (FP) (Branch target of P9204) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P9273 nop TARGET9204: ba RET9204 nop P9273: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_63 nop P9274: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_64: membar #StoreLoad P9275: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9276: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_64 nop P9277: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_65: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9277 nop RET9277: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9278: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P9279: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_65 nop P9280: !_LD [93] (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_66: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ld [%i2 + 1400], %f0 ! 1 addresses covered P9281: !_MEMBAR (FP) membar #StoreLoad P9282: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f32 membar #Sync ! 1 addresses covered fmovd %f40, %f18 fmovs %f19, %f1 P9283: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_66 nop P9284: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_67: membar #StoreLoad P9285: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9286: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_67 nop P9287: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P9277) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_68: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9287 nop RET9287: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 ba P9288 nop TARGET9277: ba RET9277 nop P9288: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9289: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_68 nop P9290: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_69: membar #StoreLoad P9291: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9292: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9292 nop RET9292: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_69 nop P9293: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_70: membar #StoreLoad P9294: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9295: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_70 nop P9296: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_71: membar #StoreLoad P9297: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P9298: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_71 nop P9299: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_72: membar #StoreLoad P9300: !_BLD [27] (FP) (Branch target of P9381) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P9301 nop TARGET9381: ba RET9381 nop P9301: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_72 nop P9302: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_73: membar #StoreLoad P9303: !_BLD [15] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9303 nop RET9303: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9304: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_73 nop P9305: !_ST [249] (maybe <- 0x8d800002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_74: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2168 ] add %l4, 1, %l4 loop_exit_27_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_74 nop P9306: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_75: membar #StoreLoad P9307: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9308: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_75 nop P9309: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_76: membar #StoreLoad P9310: !_BLD [311] (FP) (Branch target of P9417) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P9311 nop TARGET9417: ba RET9417 nop P9311: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_76 nop P9312: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_77: membar #StoreLoad P9313: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P9314: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_77 nop P9315: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_78: membar #StoreLoad P9316: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9317: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_78 nop P9318: !_MEMBAR (FP) (Loop entry) (Branch target of P9421) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_79: membar #StoreLoad ba P9319 nop TARGET9421: ba RET9421 nop P9319: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9320: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_79 nop P9321: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_80: membar #StoreLoad P9322: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P9323: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9323 nop RET9323: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_80 nop P9324: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_81: membar #StoreLoad P9325: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P9326: !_MEMBAR (FP) (Loop exit) (Branch target of P9091) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_81 nop ba P9327 nop TARGET9091: ba RET9091 nop P9327: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_82: membar #StoreLoad P9328: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P9329: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_82 nop P9330: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_83: membar #StoreLoad P9331: !_BLD [203] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9331 nop RET9331: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P9332: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_83 nop P9333: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_84: membar #StoreLoad P9334: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9335: !_MEMBAR (FP) (Loop exit) (Branch target of P9130) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_84 nop ba P9336 nop TARGET9130: ba RET9130 nop P9336: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_85: membar #StoreLoad P9337: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9338: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_85 nop P9339: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_86: membar #StoreLoad P9340: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9341: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_86 nop P9342: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_87: membar #StoreLoad P9343: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P9344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_87 nop P9345: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_88: membar #StoreLoad P9346: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P9347: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_88 nop P9348: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_89: membar #StoreLoad P9349: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9350: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_89 nop P9351: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_90: membar #StoreLoad P9352: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9353: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_90 nop P9354: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_91: membar #StoreLoad P9355: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9356: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9356 nop RET9356: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_91 nop P9357: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_92: membar #StoreLoad P9358: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P9359: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_92 nop P9360: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_93: membar #StoreLoad P9361: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9362: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_93 nop P9363: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_94: membar #StoreLoad P9364: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_94 nop P9366: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_95: membar #StoreLoad P9367: !_BLD [230] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9367 nop RET9367: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P9368: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_95 nop P9369: !_PREFETCH [268] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_96: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3876], 22 P9370: !_MEMBAR (FP) membar #StoreLoad P9371: !_BLD [127] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9372: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_96 nop P9373: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_97: membar #StoreLoad P9374: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P9375: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_97 nop P9376: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_98: membar #StoreLoad P9377: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9378: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_98 nop P9379: !_ST [28] (maybe <- 0x19800001) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_99: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 3168 ] loop_exit_27_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_99 nop P9380: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_100: membar #StoreLoad P9381: !_BLD [305] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9381 nop RET9381: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P9382: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_100 nop P9383: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_101: membar #StoreLoad P9384: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9385: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_101 nop P9386: !_IDC_FLIP [323] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_102: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(9386, 24745, 27, 0x469007e4, 0x7e4, %i2, 0x7e4, %l6, %l7, %o5, %l3) loop_exit_27_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_102 nop P9387: !_ST [177] (maybe <- 0x8d800003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_103: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1856 ] add %l4, 1, %l4 P9388: !_IDC_FLIP [343] (Int) (Loop exit) sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(9388, 23679, 27, 0x46d00430, 0x430, %i2, 0x430, %l6, %l7, %o5, %l3) loop_exit_27_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_103 nop P9389: !_MEMBAR (FP) (Loop entry) (Branch target of P9200) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_104: membar #StoreLoad ba P9390 nop TARGET9200: ba RET9200 nop P9390: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P9391: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_104 nop P9392: !_ST [31] (maybe <- 0x19800002) (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_105: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 2128 ] P9393: !_IDC_FLIP [13] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(9393, 20685, 27, 0x43200680, 0x680, %i3, 0x680, %l6, %l7, %o5, %l3) loop_exit_27_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_105 nop P9394: !_IDC_FLIP [51] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_106: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(9394, 19448, 27, 0x43a000ec, 0xec, %i2, 0xec, %l6, %l7, %o5, %l3) loop_exit_27_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_106 nop P9395: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_107: membar #StoreLoad P9396: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9397: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_107 nop P9398: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_108: membar #StoreLoad P9399: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9400: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_108 nop P9401: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_109: membar #StoreLoad P9402: !_BLD [32] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9402 nop RET9402: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P9403: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_27_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_109 nop P9404: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_110: membar #StoreLoad P9405: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9406: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_110 nop P9407: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_111: membar #StoreLoad P9408: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9409: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_111 nop P9410: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_112: membar #StoreLoad P9411: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9412: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_112 nop P9413: !_ST [7] (maybe <- 0x8d800004) (Int) (Loop entry) (Loop exit) (Branch target of P9323) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_113: stw %l4, [%i1 + 1384 ] add %l4, 1, %l4 loop_exit_27_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_113 nop ba P9414 nop TARGET9323: ba RET9323 nop P9414: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_27_114: membar #StoreLoad P9415: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9416: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_114 nop P9417: !_IDC_FLIP [39] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_27_115: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(9417, 17482, 27, 0x43700e40, 0xe40, %i2, 0xe40, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9417 nop RET9417: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9418: !_MEMBAR (FP) membar #StoreLoad P9419: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9420: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_27_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_27_115 nop P9421: !_MEMBAR (Int) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9421 nop RET9421: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 END_NODES27: ! Test instruction sequence for CPU 27 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func28: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x1cdeade1), %o5 or %o5, %lo(0x1cdeade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8e000001), %l4 or %l4, %lo(0x8e000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1a000001), %o5 or %o5, %lo(0x1a000001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xe800000), %o5 or %o5, %lo(0xe800000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x1864^4 sethi %hi(0x1864), %l0 or %l0, %lo(0x1864), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 157 to 161 --- sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+2912] stx %g0, [%i2+2968] sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+80] stx %g0, [%i3+560] stx %g0, [%i3+1112] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES28, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES28: ! Test instruction sequence for ISTREAM 28 begins P9422: !_IDC_FLIP [145] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_0: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(9422, 3745, 28, 0x449008a8, 0x8a8, %i2, 0x8a8, %l6, %l7, %o5, %l3) loop_exit_28_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_0 nop P9423: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_1: membar #StoreLoad P9424: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9425: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_1 nop P9426: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_2: membar #StoreLoad P9427: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P9428: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_2 nop P9429: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_3: membar #StoreLoad P9430: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9431: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_3 nop P9432: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_4: membar #StoreLoad P9433: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9434: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_4 nop P9435: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_5: membar #StoreLoad P9436: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9437: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_5 nop P9438: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_6: membar #StoreLoad P9439: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9440: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_6 nop P9441: !_IDC_FLIP [136] (Int) (Loop entry) (Loop exit) (Branch target of P9508) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_7: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(9441, 20877, 28, 0x44700e8c, 0xe8c, %i3, 0xe8c, %l6, %l7, %o5, %l3) loop_exit_28_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_7 nop ba P9442 nop TARGET9508: ba RET9508 nop P9442: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_8: membar #StoreLoad P9443: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9444: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_8 nop P9445: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_9: membar #StoreLoad P9446: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P9447: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_28_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_9 nop P9448: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_10: membar #StoreLoad P9449: !_BLD [305] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9449 nop RET9449: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P9450: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_10 nop P9451: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_11: membar #StoreLoad P9452: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9453: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_11 nop P9454: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_12: membar #StoreLoad P9455: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9456: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_12 nop P9457: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_13: membar #StoreLoad P9458: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9459: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_13 nop P9460: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_14: membar #StoreLoad P9461: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9462: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_14 nop P9463: !_IDC_FLIP [328] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_15: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(9463, 27580, 28, 0x46a0054c, 0x54c, %i3, 0x54c, %l6, %l7, %o5, %l3) loop_exit_28_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_15 nop P9464: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_16: membar #StoreLoad P9465: !_BLD [299] (FP) (CBR) (Branch target of P9576) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9465 nop RET9465: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 ba P9466 nop TARGET9576: ba RET9576 nop P9466: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_16 nop P9467: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_17: membar #StoreLoad P9468: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P9469: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_28_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_17 nop P9470: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_18: membar #StoreLoad P9471: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P9472: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_18 nop P9473: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_19: membar #StoreLoad P9474: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_19 nop P9476: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_20: membar #StoreLoad P9477: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P9478: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_28_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_20 nop P9479: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_21: membar #StoreLoad P9480: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9481: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_21 nop P9482: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_22: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9482 nop RET9482: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9483: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9484: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_22 nop P9485: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_23: membar #StoreLoad P9486: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9487: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_23 nop P9488: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_24: membar #StoreLoad P9489: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9490: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_24 nop P9491: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_25: membar #StoreLoad P9492: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9493: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_25 nop P9494: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_26: membar #StoreLoad P9495: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9496: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_26 nop P9497: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_27: membar #StoreLoad P9498: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P9499: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_28_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_27 nop P9500: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_28: membar #StoreLoad P9501: !_BLD [284] (FP) (Branch target of P9465) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P9502 nop TARGET9465: ba RET9465 nop P9502: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9502 nop RET9502: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_28 nop P9503: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_29: membar #StoreLoad P9504: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9505: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_29 nop P9506: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_30: membar #StoreLoad P9507: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9508: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P9756) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9508 nop RET9508: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_30 nop ba P9509 nop TARGET9756: ba RET9756 nop P9509: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_31: membar #StoreLoad P9510: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9511: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_31 nop P9512: !_MEMBAR (FP) (Loop entry) (Branch target of P9663) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_32: membar #StoreLoad ba P9513 nop TARGET9663: ba RET9663 nop P9513: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9514: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_32 nop P9515: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_33: membar #StoreLoad P9516: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9517: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_33 nop P9518: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_34: membar #StoreLoad P9519: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9520: !_MEMBAR (FP) (Loop exit) (Branch target of P9578) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_34 nop ba P9521 nop TARGET9578: ba RET9578 nop P9521: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_35: membar #StoreLoad P9522: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9523: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9523 nop RET9523: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_35 nop P9524: !_MEMBAR (FP) (Loop entry) (Branch target of P9767) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_36: membar #StoreLoad ba P9525 nop TARGET9767: ba RET9767 nop P9525: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_36 nop P9527: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_37: membar #StoreLoad P9528: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9529: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_37 nop P9530: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_38: membar #StoreLoad P9531: !_BLD [114] (FP) (Branch target of P9599) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P9532 nop TARGET9599: ba RET9599 nop P9532: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_38 nop P9533: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_39: membar #StoreLoad P9534: !_BLD [268] (FP) (Branch target of P9707) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P9535 nop TARGET9707: ba RET9707 nop P9535: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_39 nop P9536: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_40: membar #StoreLoad P9537: !_BLD [66] (FP) (Branch target of P9523) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ba P9538 nop TARGET9523: ba RET9523 nop P9538: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_40 nop P9539: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_41: membar #StoreLoad P9540: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9541: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_41 nop P9542: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_42: membar #StoreLoad P9543: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9544: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_42 nop P9545: !_ST [209] (maybe <- 0x8e000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_43: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1260 ] add %l4, 1, %l4 loop_exit_28_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_43 nop P9546: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_44: membar #StoreLoad P9547: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9548: !_MEMBAR (FP) (Loop exit) (Branch target of P9502) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_44 nop ba P9549 nop TARGET9502: ba RET9502 nop P9549: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_45: membar #StoreLoad P9550: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9551: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9551 nop RET9551: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_45 nop P9552: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_46: membar #StoreLoad P9553: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P9554: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_46 nop P9555: !_PREFETCH [156] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_47: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2816], 2 loop_exit_28_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_47 nop P9556: !_IDC_FLIP [92] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_48: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(9556, 1252, 28, 0x44000568, 0x568, %i3, 0x568, %l6, %l7, %o5, %l3) P9557: !_IDC_FLIP [65] (Int) (Loop exit) sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(9557, 25507, 28, 0x43c00400, 0x400, %i2, 0x400, %l6, %l7, %o5, %l3) loop_exit_28_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_48 nop P9558: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_49: membar #StoreLoad P9559: !_BLD [128] (FP) (Branch target of P9667) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P9560 nop TARGET9667: ba RET9667 nop P9560: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_49 nop P9561: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_50: membar #StoreLoad P9562: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9563: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_50 nop P9564: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_51: membar #StoreLoad P9565: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9566: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_51 nop P9567: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_52: membar #StoreLoad P9568: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P9569: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_52 nop P9570: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_53: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9570 nop RET9570: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9571: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9572: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_53 nop P9573: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_54: membar #StoreLoad P9574: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9575: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_54 nop P9576: !_ST [220] (maybe <- 0x8e000002) (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_55: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 4076 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9576 nop RET9576: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 loop_exit_28_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_55 nop P9577: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_56: membar #StoreLoad P9578: !_BLD [60] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9578 nop RET9578: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9579: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_56 nop P9580: !_MEMBAR (FP) (Loop entry) (Branch target of P9695) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_57: membar #StoreLoad ba P9581 nop TARGET9695: ba RET9695 nop P9581: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9582: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_57 nop P9583: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_58: membar #StoreLoad P9584: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P9585: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_58 nop P9586: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_59: membar #StoreLoad P9587: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9588: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_59 nop P9589: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_60: membar #StoreLoad P9590: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9591: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_60 nop P9592: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_61: membar #StoreLoad P9593: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9594: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_61 nop P9595: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_62: membar #StoreLoad P9596: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P9597: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_28_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_62 nop P9598: !_PREFETCH [308] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_63: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 976], 3 loop_exit_28_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_63 nop P9599: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_64: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9599 nop RET9599: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P9600: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P9601: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_64 nop P9602: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_65: membar #StoreLoad P9603: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9604: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_65 nop P9605: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_66: membar #StoreLoad P9606: !_BLD [118] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9607: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_66 nop P9608: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_67: membar #StoreLoad P9609: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9610: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_67 nop P9611: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_68: membar #StoreLoad P9612: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9613: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_68 nop P9614: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_69: membar #StoreLoad P9615: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9616: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_69 nop P9617: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_70: membar #StoreLoad P9618: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9619: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_70 nop P9620: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_71: membar #StoreLoad P9621: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9622: !_MEMBAR (FP) (Loop exit) (Branch target of P9723) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_71 nop ba P9623 nop TARGET9723: ba RET9723 nop P9623: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_72: membar #StoreLoad P9624: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9625: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_72 nop P9626: !_ST [285] (maybe <- 0x8e000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_73: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1804 ] add %l4, 1, %l4 loop_exit_28_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_73 nop P9627: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_74: membar #StoreLoad P9628: !_BLD [173] (FP) (Branch target of P9482) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered ba P9629 nop TARGET9482: ba RET9482 nop P9629: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_74 nop P9630: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_75: membar #StoreLoad P9631: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9632: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_75 nop P9633: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_76: membar #StoreLoad P9634: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9635: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_76 nop P9636: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_77: membar #StoreLoad P9637: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9638: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_77 nop P9639: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_78: membar #StoreLoad P9640: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9641: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_78 nop P9642: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_79: membar #StoreLoad P9643: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9644: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_79 nop P9645: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_80: membar #StoreLoad P9646: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9647: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_80 nop P9648: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_81: membar #StoreLoad P9649: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9650: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9650 nop RET9650: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_81 nop P9651: !_PREFETCH [201] (Int) (Loop entry) (Branch target of P9650) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_82: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3476], 20 ba P9652 nop TARGET9650: ba RET9650 nop P9652: !_PREFETCH [42] (Int) (NF) (Loop exit) wr %g0, 0x82, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 2732] %asi, 21 loop_exit_28_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_82 nop P9653: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_83: membar #StoreLoad loop_exit_28_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_83 nop P9654: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_84: membar #StoreLoad P9655: !_BLD [45] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9655 nop RET9655: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9656: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_84 nop P9657: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_85: membar #StoreLoad P9658: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P9659: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_28_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_85 nop P9660: !_IDC_FLIP [344] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_86: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(9660, 13327, 28, 0x46d00438, 0x438, %i2, 0x438, %l6, %l7, %o5, %l3) P9661: !_MEMBAR (FP) membar #StoreLoad P9662: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9663: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9663 nop RET9663: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_86 nop P9664: !_IDC_FLIP [28] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_87: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(9664, 3237, 28, 0x43500c60, 0xc60, %i2, 0xc60, %l6, %l7, %o5, %l3) P9665: !_MEMBAR (FP) membar #StoreLoad P9666: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9667: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P9742) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9667 nop RET9667: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_87 nop ba P9668 nop TARGET9742: ba RET9742 nop P9668: !_PREFETCH [167] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_88: sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1056], 23 loop_exit_28_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_88 nop P9669: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_89: membar #StoreLoad P9670: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_89 nop P9672: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_90: membar #StoreLoad P9673: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9674: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_90 nop P9675: !_IDC_FLIP [270] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_91: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(9675, 19933, 28, 0x45e00fac, 0xfac, %i3, 0xfac, %l6, %l7, %o5, %l3) P9676: !_ST [319] (maybe <- 0x8e000004) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2948 ] add %l4, 1, %l4 loop_exit_28_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_91 nop P9677: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_92: membar #StoreLoad P9678: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9679: !_MEMBAR (FP) (Loop exit) (Branch target of P9449) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_92 nop ba P9680 nop TARGET9449: ba RET9449 nop P9680: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_93: membar #StoreLoad P9681: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9682: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_93 nop P9683: !_PREFETCH [85] (Int) (Loop entry) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_94: wr %g0, 0x88, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 3552] %asi, 22 P9684: !_PREFETCH [168] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1832], 19 loop_exit_28_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_94 nop P9685: !_PREFETCH [117] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_95: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2512], 21 loop_exit_28_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_95 nop P9686: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_96: membar #StoreLoad P9687: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9688: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_96 nop P9689: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_97: membar #StoreLoad P9690: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9691: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_97 nop P9692: !_IDC_FLIP [165] (Int) (Loop entry) (Branch target of P9710) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_98: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(9692, 16387, 28, 0x44c00e44, 0xe44, %i2, 0xe44, %l6, %l7, %o5, %l3) ba P9693 nop TARGET9710: ba RET9710 nop P9693: !_MEMBAR (FP) membar #StoreLoad P9694: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9695: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9695 nop RET9695: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_98 nop P9696: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_99: membar #StoreLoad P9697: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9698: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_99 nop P9699: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_100: membar #StoreLoad P9700: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9701: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_100 nop P9702: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_101: membar #StoreLoad P9703: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P9704: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_28_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_101 nop P9705: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_102: membar #StoreLoad P9706: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9707: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9707 nop RET9707: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_102 nop P9708: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_103: membar #StoreLoad P9709: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9710: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9710 nop RET9710: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_103 nop P9711: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_104: membar #StoreLoad P9712: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P9713: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_28_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_104 nop P9714: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_105: membar #StoreLoad P9715: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9716: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_105 nop P9717: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_106: membar #StoreLoad P9718: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P9719: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_106 nop P9720: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_107: membar #StoreLoad P9721: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P9722: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_28_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_107 nop P9723: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_108: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9723 nop RET9723: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9724: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9725: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_108 nop P9726: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_109: membar #StoreLoad P9727: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9728: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9728 nop RET9728: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_109 nop P9729: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_110: membar #StoreLoad P9730: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9731: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_110 nop P9732: !_PREFETCH [242] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_111: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1652], 3 loop_exit_28_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_111 nop P9733: !_ST [44] (maybe <- 0x8e000005) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_112: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 496 ] add %l4, 1, %l4 P9734: !_MEMBAR (FP) membar #StoreLoad P9735: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9736: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_112 nop P9737: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_113: membar #StoreLoad P9738: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9739: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_113 nop P9740: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_114: membar #StoreLoad P9741: !_BLD [166] (FP) (Branch target of P9655) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P9742 nop TARGET9655: ba RET9655 nop P9742: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9742 nop RET9742: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_114 nop P9743: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_115: membar #StoreLoad P9744: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9745: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_115 nop P9746: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_116: membar #StoreLoad P9747: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9748: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_116 nop P9749: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_117: membar #StoreLoad P9750: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9751: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_117 nop P9752: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_118: membar #StoreLoad P9753: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9754: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_118 nop P9755: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_119: membar #StoreLoad P9756: !_BLD [135] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9756 nop RET9756: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P9757: !_MEMBAR (FP) (Loop exit) (Branch target of P9570) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_119 nop ba P9758 nop TARGET9570: ba RET9570 nop P9758: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_120: membar #StoreLoad P9759: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P9760: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_120 nop P9761: !_MEMBAR (FP) (Loop entry) (Branch target of P9728) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_28_121: membar #StoreLoad ba P9762 nop TARGET9728: ba RET9728 nop P9762: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9763: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_121: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_121 nop P9764: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_28_122: membar #StoreLoad P9765: !_BLD [197] (FP) (Branch target of P9551) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P9766 nop TARGET9551: ba RET9551 nop P9766: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_28_122: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_28_122 nop P9767: !_MEMBAR (Int) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9767 nop RET9767: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 END_NODES28: ! Test instruction sequence for CPU 28 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func29: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x1ddeade1), %l6 or %l6, %lo(0x1ddeade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8e800001), %l4 or %l4, %lo(0x8e800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1a800001), %l6 or %l6, %lo(0x1a800001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xf000000), %l6 or %l6, %lo(0xf000000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0xd46^4 sethi %hi(0xd46), %l0 or %l0, %lo(0xd46), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 162 to 167 --- sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+2128] stx %g0, [%i3+2776] stx %g0, [%i3+3408] stx %g0, [%i3+3648] sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+736] stx %g0, [%i2+1056] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES29, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES29: ! Test instruction sequence for ISTREAM 29 begins P9768: !_ST [331] (maybe <- 0x8e800001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_0: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3484 ] add %l4, 1, %l4 P9769: !_MEMBAR (FP) (Branch target of P10079) membar #StoreLoad ba P9770 nop TARGET10079: ba RET10079 nop P9770: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9771: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_0 nop P9772: !_FLUSHI [168] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_1: flush %g0 P9773: !_MEMBAR (FP) membar #StoreLoad P9774: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9775: !_MEMBAR (FP) (Loop exit) (Branch target of P9776) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_1 nop ba P9776 nop TARGET9776: ba RET9776 nop P9776: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_2: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9776 nop RET9776: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9777: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P9778: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_2 nop P9779: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_3: membar #StoreLoad P9780: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9781: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_3 nop P9782: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_4: membar #StoreLoad P9783: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9784: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_4 nop P9785: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_5: membar #StoreLoad P9786: !_BLD [76] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9786 nop RET9786: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9787: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_5 nop P9788: !_ST [304] (maybe <- 0x8e800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_6: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2292 ] add %l4, 1, %l4 P9789: !_MEMBAR (FP) membar #StoreLoad P9790: !_BLD [281] (FP) (Branch target of P9991) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P9791 nop TARGET9991: ba RET9991 nop P9791: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_6 nop P9792: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_7: membar #StoreLoad P9793: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9794: !_MEMBAR (FP) (Loop exit) (Branch target of P10091) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_7 nop ba P9795 nop TARGET10091: ba RET10091 nop P9795: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_8: membar #StoreLoad P9796: !_BLD [340] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9796 nop RET9796: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9797: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_8 nop P9798: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_9: membar #StoreLoad P9799: !_BLD [177] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9799 nop RET9799: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P9800: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_9 nop P9801: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_10: membar #StoreLoad P9802: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9803: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_10 nop P9804: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_11: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9804 nop RET9804: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9805: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P9806: !_MEMBAR (FP) (Loop exit) (Branch target of P10085) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_11 nop ba P9807 nop TARGET10085: ba RET10085 nop P9807: !_IDC_FLIP [309] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_12: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(9807, 27977, 29, 0x466005e4, 0x5e4, %i3, 0x5e4, %l6, %l7, %o5, %l3) loop_exit_29_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_12 nop P9808: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_13: membar #StoreLoad P9809: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P9810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_13 nop P9811: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_14: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9811 nop RET9811: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P9812: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_14 nop P9814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_15: membar #StoreLoad P9815: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_15 nop P9817: !_MEMBAR (FP) (Loop entry) (Branch target of P9979) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_16: membar #StoreLoad ba P9818 nop TARGET9979: ba RET9979 nop P9818: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9819: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_16 nop P9820: !_IDC_FLIP [90] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_17: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(9820, 26784, 29, 0x44000538, 0x538, %i2, 0x538, %l6, %l7, %o5, %l3) P9821: !_MEMBAR (FP) membar #StoreLoad P9822: !_BLD [286] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9822 nop RET9822: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9823: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_17 nop P9824: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_18: membar #StoreLoad P9825: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9826: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_18 nop P9827: !_IDC_FLIP [295] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_19: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(9827, 20421, 29, 0x46300d88, 0xd88, %i3, 0xd88, %l6, %l7, %o5, %l3) loop_exit_29_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_19 nop P9828: !_IDC_FLIP [67] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_20: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(9828, 24120, 29, 0x43c00820, 0x820, %i2, 0x820, %l6, %l7, %o5, %l3) loop_exit_29_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_20 nop P9829: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_21: membar #StoreLoad P9830: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P9831: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_29_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_21 nop P9832: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_22: membar #StoreLoad P9833: !_BLD [122] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9833 nop RET9833: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P9834: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_22 nop P9835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_23: membar #StoreLoad P9836: !_BLD [139] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9836 nop RET9836: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9837: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_23 nop P9838: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_24: membar #StoreLoad P9839: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9840: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_24 nop P9841: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_25: membar #StoreLoad P9842: !_BLD [309] (FP) (Branch target of P9927) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P9843 nop TARGET9927: ba RET9927 nop P9843: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_25 nop P9844: !_ST [184] (maybe <- 0x8e800003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_26: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2580 ] add %l4, 1, %l4 P9845: !_MEMBAR (FP) (Branch target of P9967) membar #StoreLoad ba P9846 nop TARGET9967: ba RET9967 nop P9846: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_26 nop P9848: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_27: membar #StoreLoad P9849: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9850: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_27 nop P9851: !_PREFETCH [23] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_28: sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2128], 1 loop_exit_29_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_28 nop P9852: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_29: membar #StoreLoad P9853: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9854: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_29 nop P9855: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_30: membar #StoreLoad P9856: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P9857: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_29_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_30 nop P9858: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_31: membar #StoreLoad P9859: !_BLD [204] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9859 nop RET9859: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P9860: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_31 nop P9861: !_IDC_FLIP [162] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_32: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(9861, 28613, 29, 0x44c00850, 0x850, %i2, 0x850, %l6, %l7, %o5, %l3) loop_exit_29_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_32 nop P9862: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_33: membar #StoreLoad P9863: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9864: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_33 nop P9865: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_34: membar #StoreLoad P9866: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION55_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9867: !_MEMBAR (FP) (Loop exit) (Branch target of P10095) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_34 nop ba P9868 nop TARGET10095: ba RET10095 nop P9868: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_35: membar #StoreLoad P9869: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9870: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_35 nop P9871: !_MEMBAR (FP) (Loop entry) (Branch target of P10036) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_36: membar #StoreLoad ba P9872 nop TARGET10036: ba RET10036 nop P9872: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_36 nop P9874: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_37: membar #StoreLoad P9875: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P9876: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_37 nop P9877: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_38: membar #StoreLoad P9878: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9879: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_38 nop P9880: !_IDC_FLIP [96] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_39: sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(9880, 14964, 29, 0x4410051c, 0x51c, %i3, 0x51c, %l6, %l7, %o5, %l3) loop_exit_29_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_39 nop P9881: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_40: membar #StoreLoad P9882: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9883: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_40 nop P9884: !_IDC_FLIP [113] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_41: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(9884, 7493, 29, 0x443009ec, 0x9ec, %i3, 0x9ec, %l6, %l7, %o5, %l3) loop_exit_29_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_41 nop P9885: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_42: membar #StoreLoad P9886: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9887: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_42 nop P9888: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_43: membar #StoreLoad P9889: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9890: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_43 nop P9891: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_44: membar #StoreLoad P9892: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P9893: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_44 nop P9894: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_45: membar #StoreLoad P9895: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9896: !_MEMBAR (FP) (Loop exit) (Branch target of P10082) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_45 nop ba P9897 nop TARGET10082: ba RET10082 nop P9897: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_46: membar #StoreLoad P9898: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9899: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_46 nop P9900: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_47: membar #StoreLoad P9901: !_BLD [99] (FP) (Branch target of P10020) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 ba P9902 nop TARGET10020: ba RET10020 nop P9902: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_29_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_47 nop P9903: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_48: membar #StoreLoad P9904: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9905: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_48 nop P9906: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_49: membar #StoreLoad P9907: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9908: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_49 nop P9909: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_50: membar #StoreLoad P9910: !_BLD [224] (FP) (Branch target of P10021) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P9911 nop TARGET10021: ba RET10021 nop P9911: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_50 nop P9912: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_51: membar #StoreLoad P9913: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P9914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_29_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_51 nop P9915: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_52: membar #StoreLoad P9916: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P9917: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_29_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_52 nop P9918: !_IDC_FLIP [301] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_53: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(9918, 13700, 29, 0x46500070, 0x70, %i3, 0x70, %l6, %l7, %o5, %l3) P9919: !_MEMBAR (FP) membar #StoreLoad P9920: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P9921: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_29_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_53 nop P9922: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_54: membar #StoreLoad P9923: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P9924: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_54 nop P9925: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_55: membar #StoreLoad P9926: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P9927: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9927 nop RET9927: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_55 nop P9928: !_IDC_FLIP [263] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_56: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(9928, 16263, 29, 0x45d00b50, 0xb50, %i3, 0xb50, %l6, %l7, %o5, %l3) P9929: !_ST [333] (maybe <- 0x1a800001) (FP) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i2 sub %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 332 ] loop_exit_29_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_56 nop P9930: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_57: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9930 nop RET9930: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9931: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9932: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_57 nop P9933: !_IDC_FLIP [220] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_58: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(9933, 14725, 29, 0x45600fec, 0xfec, %i2, 0xfec, %l6, %l7, %o5, %l3) P9934: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9934 nop RET9934: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P9935: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P9936: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_29_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_58 nop P9937: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_59: membar #StoreLoad P9938: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P9939: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_59 nop P9940: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_60: membar #StoreLoad P9941: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9942: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_60 nop P9943: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_61: membar #StoreLoad P9944: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P9945: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_29_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_61 nop P9946: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_62: membar #StoreLoad P9947: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P9948: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_29_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_62 nop P9949: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_63: membar #StoreLoad P9950: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9951: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_63 nop P9952: !_MEMBAR (FP) (Loop entry) (Branch target of P9804) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_64: membar #StoreLoad ba P9953 nop TARGET9804: ba RET9804 nop P9953: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P9954: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_64 nop P9955: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_65: membar #StoreLoad P9956: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P9957: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_65 nop P9958: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_66: membar #StoreLoad P9959: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P9960: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_66 nop P9961: !_ST [164] (maybe <- 0x8e800004) (Int) (Loop entry) (Loop exit) (Branch target of P9930) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_67: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3408 ] add %l4, 1, %l4 loop_exit_29_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_67 nop ba P9962 nop TARGET9930: ba RET9930 nop P9962: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_68: membar #StoreLoad P9963: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9964: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_68 nop P9965: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_69: membar #StoreLoad P9966: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P9967: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P9822) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9967 nop RET9967: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_69 nop ba P9968 nop TARGET9822: ba RET9822 nop P9968: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_70: membar #StoreLoad P9969: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9970: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_70 nop P9971: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_71: membar #StoreLoad P9972: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P9973: !_MEMBAR (FP) (Loop exit) (Branch target of P9833) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_71 nop ba P9974 nop TARGET9833: ba RET9833 nop P9974: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_72: membar #StoreLoad P9975: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P9976: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_72 nop P9977: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_73: membar #StoreLoad P9978: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P9979: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET9979 nop RET9979: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_73 nop P9980: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_74: membar #StoreLoad P9981: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P9982: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_74 nop P9983: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_75: membar #StoreLoad P9984: !_BLD [155] (FP) (Branch target of P9786) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P9985 nop TARGET9786: ba RET9786 nop P9985: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_75 nop P9986: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_76: membar #StoreLoad P9987: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P9988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_76 nop P9989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_77: membar #StoreLoad P9990: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P9991: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET9991 nop RET9991: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_77 nop P9992: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_78: membar #StoreLoad P9993: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P9994: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_78 nop P9995: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_79: membar #StoreLoad P9996: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P9997: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_79 nop P9998: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_80: membar #StoreLoad P9999: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10000: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_80 nop P10001: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_81: membar #StoreLoad P10002: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10003: !_MEMBAR (FP) (Loop exit) (Branch target of P9811) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_81 nop ba P10004 nop TARGET9811: ba RET9811 nop P10004: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_82: membar #StoreLoad P10005: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10006: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_82 nop P10007: !_IDC_FLIP [22] (Int) (Loop entry) (Loop exit) (Branch target of P9859) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_83: sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(10007, 9937, 29, 0x434004b8, 0x4b8, %i3, 0x4b8, %l6, %l7, %o5, %l3) loop_exit_29_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_83 nop ba P10008 nop TARGET9859: ba RET9859 nop P10008: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_84: membar #StoreLoad P10009: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P10010: !_MEMBAR (FP) (Loop exit) (Branch target of P9934) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_29_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_84 nop ba P10011 nop TARGET9934: ba RET9934 nop P10011: !_IDC_FLIP [292] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_85: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(10011, 903, 29, 0x46300c08, 0xc08, %i3, 0xc08, %l6, %l7, %o5, %l3) P10012: !_IDC_FLIP [4] (Int) (Loop exit) IDC_FLIP(10012, 8795, 29, 0x43000b70, 0xb70, %i0, 0xb70, %l6, %l7, %o5, %l3) loop_exit_29_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_85 nop P10013: !_ST [295] (maybe <- 0x8e800005) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_86: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3464 ] add %l4, 1, %l4 P10014: !_MEMBAR (FP) membar #StoreLoad P10015: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P10016: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_86 nop P10017: !_MEMBAR (FP) (Loop entry) (Branch target of P10070) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_87: membar #StoreLoad ba P10018 nop TARGET10070: ba RET10070 nop P10018: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10019: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_87 nop P10020: !_IDC_FLIP [292] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_88: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(10020, 24778, 29, 0x46300c08, 0xc08, %i3, 0xc08, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10020 nop RET10020: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_29_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_88 nop P10021: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_89: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10021 nop RET10021: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10022: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10023: !_MEMBAR (FP) (Loop exit) (Branch target of P9799) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_89 nop ba P10024 nop TARGET9799: ba RET9799 nop P10024: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_90: membar #StoreLoad P10025: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10026: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_90 nop P10027: !_ST [284] (maybe <- 0x8e800006) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_91: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1684 ] add %l4, 1, %l4 P10028: !_ST [347] (maybe <- 0x8e800007) (Int) (Loop exit) sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3728 ] add %l4, 1, %l4 loop_exit_29_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_91 nop P10029: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_92: membar #StoreLoad P10030: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P10031: !_MEMBAR (FP) (Loop exit) (Branch target of P9796) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_92 nop ba P10032 nop TARGET9796: ba RET9796 nop P10032: !_PREFETCH [311] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_93: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3720], 0 loop_exit_29_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_93 nop P10033: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_94: membar #StoreLoad P10034: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10035: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_94 nop P10036: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_95: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10036 nop RET10036: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10037: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P10038: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_29_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_95 nop P10039: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_96: membar #StoreLoad P10040: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10041: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_96 nop P10042: !_PREFETCH [9] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_97: prefetch [%i1 + 2364], 1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10042 nop RET10042: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 loop_exit_29_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_97 nop P10043: !_MEMBAR (FP) (Loop entry) (Branch target of P10076) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_98: membar #StoreLoad ba P10044 nop TARGET10076: ba RET10076 nop P10044: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10045: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_98 nop P10046: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_99: membar #StoreLoad P10047: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10048: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_99 nop P10049: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_100: membar #StoreLoad P10050: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P10051: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_100 nop P10052: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_101: membar #StoreLoad P10053: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10054: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_101 nop P10055: !_IDC_FLIP [183] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_102: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10055, 14964, 29, 0x450006d0, 0x6d0, %i3, 0x6d0, %l6, %l7, %o5, %l3) P10056: !_MEMBAR (FP) membar #StoreLoad P10057: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P10058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_102 nop P10059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_103: membar #StoreLoad P10060: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_103 nop P10062: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_104: membar #StoreLoad P10063: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P10064: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_104 nop P10065: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_105: membar #StoreLoad P10066: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P10067: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_105 nop P10068: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_106: membar #StoreLoad P10069: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10070: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10070 nop RET10070: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_106 nop P10071: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_107: membar #StoreLoad P10072: !_BLD [217] (FP) (Branch target of P10042) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P10073 nop TARGET10042: ba RET10042 nop P10073: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_107 nop P10074: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_108: membar #StoreLoad P10075: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10076: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10076 nop RET10076: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_108 nop P10077: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_109: membar #StoreLoad P10078: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10079: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10079 nop RET10079: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_109 nop P10080: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_110: membar #StoreLoad P10081: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10082: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10082 nop RET10082: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_110 nop P10083: !_MEMBAR (FP) (Loop entry) (Branch target of P9836) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_111: membar #StoreLoad ba P10084 nop TARGET9836: ba RET9836 nop P10084: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10085: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10085 nop RET10085: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_111 nop P10086: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_112: membar #StoreLoad P10087: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10088: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_112 nop P10089: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_29_113: membar #StoreLoad P10090: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P10091: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10091 nop RET10091: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_113 nop P10092: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_114: membar #StoreLoad P10093: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10094: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_114 nop P10095: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_29_115: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10095 nop RET10095: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10096: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10097: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_29_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_29_115 nop P10098: !_MEMBAR (Int) membar #StoreLoad END_NODES29: ! Test instruction sequence for CPU 29 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func30: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x1edeade1), %l7 or %l7, %lo(0x1edeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8f000001), %l4 or %l4, %lo(0x8f000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1b000001), %l7 or %l7, %lo(0x1b000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0xf800000), %l7 or %l7, %lo(0xf800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x5d83^4 sethi %hi(0x5d83), %l0 or %l0, %lo(0x5d83), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 168 to 172 --- sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1832] stx %g0, [%i2+2728] stx %g0, [%i2+3648] sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+688] stx %g0, [%i3+1968] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES30, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES30: ! Test instruction sequence for ISTREAM 30 begins P10099: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_0: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10099 nop RET10099: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P10100: !_BLD [145] (FP) (Branch target of P10368) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P10101 nop TARGET10368: ba RET10368 nop P10101: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P10143) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10101 nop RET10101: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_0 nop ba P10102 nop TARGET10143: ba RET10143 nop P10102: !_IDC_FLIP [298] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_1: sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10102, 17698, 30, 0x464006d8, 0x6d8, %i3, 0x6d8, %l6, %l7, %o5, %l3) P10103: !_MEMBAR (FP) membar #StoreLoad P10104: !_BLD [154] (FP) (Branch target of P10228) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P10105 nop TARGET10228: ba RET10228 nop P10105: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_1 nop P10106: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_2: membar #StoreLoad P10107: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10108: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_2 nop P10109: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_3: membar #StoreLoad P10110: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10111: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_3 nop P10112: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_4: membar #StoreLoad P10113: !_BLD [39] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10113 nop RET10113: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10114: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_4 nop P10115: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_5: membar #StoreLoad P10116: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10117: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_5 nop P10118: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_6: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10118 nop RET10118: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10119: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_6 nop P10121: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_7: membar #StoreLoad P10122: !_BLD [260] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10122 nop RET10122: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10123: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_7 nop P10124: !_PREFETCH [266] (Int) (Loop entry) (Loop exit) (Branch target of P10342) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_8: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3648], 22 loop_exit_30_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_8 nop ba P10125 nop TARGET10342: ba RET10342 nop P10125: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_9: membar #StoreLoad P10126: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10127: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_9 nop P10128: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_10: membar #StoreLoad P10129: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10130: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10130 nop RET10130: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_10 nop P10131: !_IDC_FLIP [198] (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_11: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(10131, 18602, 30, 0x453004c0, 0x4c0, %i2, 0x4c0, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10131 nop RET10131: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10132: !_MEMBAR (FP) membar #StoreLoad P10133: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10134: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_11 nop P10135: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_12: membar #StoreLoad P10136: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P10137: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_30_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_12 nop P10138: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_13: membar #StoreLoad P10139: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10140: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_13 nop P10141: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_14: membar #StoreLoad P10142: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10143: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10143 nop RET10143: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_14 nop P10144: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_15: membar #StoreLoad P10145: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10146: !_MEMBAR (FP) (Loop exit) (Branch target of P10131) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_15 nop ba P10147 nop TARGET10131: ba RET10131 nop P10147: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_16: membar #StoreLoad P10148: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10149: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_16 nop P10150: !_ST [338] (maybe <- 0x8f000001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_17: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 4088 ] add %l4, 1, %l4 P10151: !_MEMBAR (FP) membar #StoreLoad P10152: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10153: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_17 nop P10154: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_18: membar #StoreLoad P10155: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10156: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_18 nop P10157: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_19: membar #StoreLoad P10158: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10159: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_19 nop P10160: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_20: membar #StoreLoad P10161: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10162: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P10118) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10162 nop RET10162: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_20 nop ba P10163 nop TARGET10118: ba RET10118 nop P10163: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_21: membar #StoreLoad P10164: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10165: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_21 nop P10166: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_22: membar #StoreLoad P10167: !_BLD [314] (FP) (Branch target of P10130) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P10168 nop TARGET10130: ba RET10130 nop P10168: !_MEMBAR (FP) (Loop exit) (Branch target of P10113) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_22 nop ba P10169 nop TARGET10113: ba RET10113 nop P10169: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_23: membar #StoreLoad P10170: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10171: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10171 nop RET10171: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_23 nop P10172: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_24: membar #StoreLoad P10173: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10174: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_24 nop P10175: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_25: membar #StoreLoad P10176: !_BLD [282] (FP) (Branch target of P10406) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P10177 nop TARGET10406: ba RET10406 nop P10177: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_25 nop P10178: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_26: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10178 nop RET10178: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10179: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10180: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_26 nop P10181: !_LD [11] (Int) (Loop entry) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_27: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduwa [%i2 + 1564] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P10182: !_MEMBAR (FP) membar #StoreLoad P10183: !_BLD [159] (FP) (Branch target of P10362) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P10184 nop TARGET10362: ba RET10362 nop P10184: !_MEMBAR (FP) P10185: !_LD [11] (Int) (Loop exit) lduw [%i2 + 1564], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_27 nop P10186: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_28: membar #StoreLoad P10187: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P10188: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_28 nop P10189: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_29: membar #StoreLoad P10190: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10191: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_29 nop P10192: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_30: membar #StoreLoad P10193: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P10194: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_30 nop P10195: !_MEMBAR (FP) (Loop entry) (Branch target of P10372) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_31: membar #StoreLoad ba P10196 nop TARGET10372: ba RET10372 nop P10196: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10197: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_31 nop P10198: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_32: membar #StoreLoad P10199: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10200: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_32 nop P10201: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_33: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10201 nop RET10201: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10202: !_BLD [292] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P10203: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_33 nop P10204: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_34: membar #StoreLoad P10205: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10206: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_34 nop P10207: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_35: membar #StoreLoad P10208: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10209: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_35 nop P10210: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_36: membar #StoreLoad P10211: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10212: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_36 nop P10213: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_37: membar #StoreLoad P10214: !_BLD [334] (FP) (Branch target of P10408) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P10215 nop TARGET10408: ba RET10408 nop P10215: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_37 nop P10216: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_38: membar #StoreLoad P10217: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10218: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_38 nop P10219: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_39: membar #StoreLoad P10220: !_BLD [237] (FP) (Branch target of P10101) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered ba P10221 nop TARGET10101: ba RET10101 nop P10221: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_39 nop P10222: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_40: membar #StoreLoad P10223: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P10224: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_30_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_40 nop P10225: !_ST [329] (maybe <- 0x8f000002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_41: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1428 ] add %l4, 1, %l4 P10226: !_MEMBAR (FP) membar #StoreLoad P10227: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10228: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10228 nop RET10228: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_41 nop P10229: !_MEMBAR (FP) (Loop entry) (Branch target of P10201) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_42: membar #StoreLoad ba P10230 nop TARGET10201: ba RET10201 nop P10230: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P10231: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_42 nop P10232: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_43: membar #StoreLoad P10233: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10234: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_43 nop P10235: !_MEMBAR (FP) (Loop entry) (Branch target of P10122) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_44: membar #StoreLoad ba P10236 nop TARGET10122: ba RET10122 nop P10236: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10237: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_44 nop P10238: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_45: membar #StoreLoad P10239: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10240: !_MEMBAR (FP) (Loop exit) (Branch target of P10099) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_45 nop ba P10241 nop TARGET10099: ba RET10099 nop P10241: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_46: membar #StoreLoad P10242: !_BLD [114] (FP) (Branch target of P10246) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P10243 nop TARGET10246: ba RET10246 nop P10243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_46 nop P10244: !_PREFETCH [58] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_47: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 572], 1 loop_exit_30_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_47 nop P10245: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_48: membar #StoreLoad P10246: !_BLD [74] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10246 nop RET10246: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10247: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_48 nop P10248: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_49: membar #StoreLoad P10249: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10250: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_49 nop P10251: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_50: membar #StoreLoad P10252: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10253: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_50 nop P10254: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_51: membar #StoreLoad P10255: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P10256: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_51 nop P10257: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_52: membar #StoreLoad P10258: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10259: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_52 nop P10260: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_53: membar #StoreLoad P10261: !_BLD [239] (FP) (Branch target of P10178) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered ba P10262 nop TARGET10178: ba RET10178 nop P10262: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_53 nop P10263: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_54: membar #StoreLoad P10264: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P10265: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_30_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_54 nop P10266: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_55: membar #StoreLoad P10267: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10268: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_55 nop P10269: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_56: membar #StoreLoad P10270: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P10271: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_56 nop P10272: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_57: membar #StoreLoad P10273: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10274: !_MEMBAR (FP) (Loop exit) (Branch target of P10171) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_57 nop ba P10275 nop TARGET10171: ba RET10171 nop P10275: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_58: membar #StoreLoad P10276: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P10277: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_30_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_58 nop P10278: !_IDC_FLIP [12] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_59: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(10278, 20121, 30, 0x43200634, 0x634, %i3, 0x634, %l6, %l7, %o5, %l3) loop_exit_30_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_59 nop P10279: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_60: membar #StoreLoad P10280: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P10281: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_60 nop P10282: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_61: membar #StoreLoad P10283: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10284: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_61 nop P10285: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_62: membar #StoreLoad P10286: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10287: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_62 nop P10288: !_IDC_FLIP [0] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_63: IDC_FLIP(10288, 32640, 30, 0x43000204, 0x204, %i0, 0x204, %l6, %l7, %o5, %l3) loop_exit_30_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_63 nop P10289: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_64: membar #StoreLoad P10290: !_BLD [163] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10290 nop RET10290: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10291: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_64 nop P10292: !_IDC_FLIP [121] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_65: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(10292, 8419, 30, 0x44500c20, 0xc20, %i2, 0xc20, %l6, %l7, %o5, %l3) loop_exit_30_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_65 nop P10293: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_66: membar #StoreLoad P10294: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10295: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_66 nop P10296: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_67: membar #StoreLoad P10297: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10298: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_67 nop P10299: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_68: membar #StoreLoad P10300: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10301: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_68 nop P10302: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_69: membar #StoreLoad P10303: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10304: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_69 nop P10305: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_70: membar #StoreLoad P10306: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P10307: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_70 nop P10308: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_71: membar #StoreLoad P10309: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10310: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_71 nop P10311: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_72: membar #StoreLoad P10312: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10313: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_72 nop P10314: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_73: membar #StoreLoad P10315: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10316: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_73 nop P10317: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_74: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10317 nop RET10317: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P10318: !_BLD [102] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10318 nop RET10318: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10319: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_30_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_74 nop P10320: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_75: membar #StoreLoad P10321: !_BLD [358] (FP) (Branch target of P10318) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P10322 nop TARGET10318: ba RET10318 nop P10322: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_75 nop P10323: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_76: membar #StoreLoad P10324: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10325: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_76 nop P10326: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_77: membar #StoreLoad P10327: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10328: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_77 nop P10329: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_78: membar #StoreLoad P10330: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10331: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_78 nop P10332: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_79: membar #StoreLoad P10333: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P10334: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_30_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_79 nop P10335: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_80: membar #StoreLoad P10336: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10337: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_80 nop P10338: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_81: membar #StoreLoad P10339: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P10340: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_30_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_81 nop P10341: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_82: membar #StoreLoad P10342: !_BLD [337] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10342 nop RET10342: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10343: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_82 nop P10344: !_IDC_FLIP [162] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_83: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(10344, 2439, 30, 0x44c00850, 0x850, %i2, 0x850, %l6, %l7, %o5, %l3) P10345: !_MEMBAR (FP) membar #StoreLoad P10346: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10347: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_83 nop P10348: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_84: membar #StoreLoad P10349: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10350: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_84 nop P10351: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_85: membar #StoreLoad P10352: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10353: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_85 nop P10354: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_86: membar #StoreLoad P10355: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10356: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_86 nop P10357: !_PREFETCH [285] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_87: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1804], 30 P10358: !_MEMBAR (FP) membar #StoreLoad P10359: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10360: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_87 nop P10361: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_88: membar #StoreLoad P10362: !_BLD [25] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10362 nop RET10362: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10363: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10363 nop RET10363: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_88 nop P10364: !_IDC_FLIP [4] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_89: IDC_FLIP(10364, 7281, 30, 0x43000b70, 0xb70, %i0, 0xb70, %l6, %l7, %o5, %l3) P10365: !_MEMBAR (FP) membar #StoreLoad P10366: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10367: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_89 nop P10368: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_90: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10368 nop RET10368: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P10369: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P10370: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_90 nop P10371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_91: membar #StoreLoad P10372: !_BLD [81] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10372 nop RET10372: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10373: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10373 nop RET10373: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_91 nop P10374: !_MEMBAR (FP) (Loop entry) (Branch target of P10317) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_92: membar #StoreLoad ba P10375 nop TARGET10317: ba RET10317 nop P10375: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10376: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_92 nop P10377: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_93: membar #StoreLoad P10378: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10379: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_93 nop P10380: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_94: membar #StoreLoad P10381: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10382: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_94 nop P10383: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_95: membar #StoreLoad P10384: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10385: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_95 nop P10386: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_96: membar #StoreLoad P10387: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P10388: !_MEMBAR (FP) (Loop exit) (Branch target of P10373) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_30_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_96 nop ba P10389 nop TARGET10373: ba RET10373 nop P10389: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_97: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10389 nop RET10389: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10390: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P10391: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_97 nop P10392: !_MEMBAR (FP) (Loop entry) (Branch target of P10162) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_98: membar #StoreLoad ba P10393 nop TARGET10162: ba RET10162 nop P10393: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10394: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_98 nop P10395: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_99: membar #StoreLoad P10396: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P10397: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_99 nop P10398: !_LD [27] (Int) (Loop entry) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_100: wr %g0, 0x88, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduwa [%i2 + 2812] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P10399: !_LD [338] (Int) (NF) (Loop exit) wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduwa [%i3 + 4088] %asi, %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_30_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_100 nop P10400: !_ST [56] (maybe <- 0x8f000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_101: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3072 ] add %l4, 1, %l4 loop_exit_30_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_101 nop P10401: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_102: membar #StoreLoad P10402: !_BLD [257] (FP) (Branch target of P10290) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P10403 nop TARGET10290: ba RET10290 nop P10403: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_102 nop P10404: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_103: membar #StoreLoad P10405: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10406: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10406 nop RET10406: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_103 nop P10407: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_104: membar #StoreLoad P10408: !_BLD [161] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10408 nop RET10408: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10409: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_104 nop P10410: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_105: membar #StoreLoad P10411: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10412: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_105 nop P10413: !_FLUSHI [296] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_106: flush %g0 P10414: !_IDC_FLIP [265] (Int) (Loop exit) sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10414, 9725, 30, 0x45d00f24, 0xf24, %i3, 0xf24, %l6, %l7, %o5, %l3) loop_exit_30_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_106 nop P10415: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_107: membar #StoreLoad P10416: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10417: !_MEMBAR (FP) (Loop exit) (Branch target of P10389) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_107 nop ba P10418 nop TARGET10389: ba RET10389 nop P10418: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_30_108: membar #StoreLoad P10419: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10420: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_108 nop P10421: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_109: membar #StoreLoad P10422: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_109 nop P10424: !_MEMBAR (FP) (Loop entry) (Branch target of P10363) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_110: membar #StoreLoad ba P10425 nop TARGET10363: ba RET10363 nop P10425: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10426: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_110 nop P10427: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_30_111: membar #StoreLoad P10428: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P10429: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_30_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_30_111 nop P10430: !_MEMBAR (Int) membar #StoreLoad END_NODES30: ! Test instruction sequence for CPU 30 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func31: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x1fdeade1), %o5 or %o5, %lo(0x1fdeade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x8f800001), %l4 or %l4, %lo(0x8f800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1b800001), %o5 or %o5, %lo(0x1b800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x10000000), %o5 or %o5, %lo(0x10000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x15e2^4 sethi %hi(0x15e2), %l0 or %l0, %lo(0x15e2), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 173 to 178 --- sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+2752] stx %g0, [%i2+3760] stx %g0, [%i2+3936] sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+896] stx %g0, [%i3+1856] stx %g0, [%i3+2648] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES31, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES31: ! Test instruction sequence for ISTREAM 31 begins P10431: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_0: membar #StoreLoad P10432: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10433: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_0 nop P10434: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_1: membar #StoreLoad P10435: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10436: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_1 nop P10437: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_2: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10437 nop RET10437: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10438: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10439: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10439 nop RET10439: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_2 nop P10440: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_3: membar #StoreLoad P10441: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P10442: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_3 nop P10443: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_4: membar #StoreLoad P10444: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10445: !_MEMBAR (FP) (Loop exit) (Branch target of P10597) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_4 nop ba P10446 nop TARGET10597: ba RET10597 nop P10446: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_5: membar #StoreLoad P10447: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10448: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_5 nop P10449: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_6: membar #StoreLoad P10450: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10451: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_6 nop P10452: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_7: membar #StoreLoad P10453: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10454: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_7 nop P10455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_8: membar #StoreLoad P10456: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P10457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_31_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_8 nop P10458: !_ST [193] (maybe <- 0x8f800001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_9: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3836 ] add %l4, 1, %l4 P10459: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10459 nop RET10459: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10460: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10461: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_9 nop P10462: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_10: membar #StoreLoad P10463: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10464: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_10 nop P10465: !_IDC_FLIP [10] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_11: IDC_FLIP(10465, 17415, 31, 0x43100c98, 0xc98, %i1, 0xc98, %l6, %l7, %o5, %l3) P10466: !_MEMBAR (FP) (Branch target of P10720) membar #StoreLoad ba P10467 nop TARGET10720: ba RET10720 nop P10467: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10468: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_11 nop P10469: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_12: membar #StoreLoad P10470: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10471: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_12 nop P10472: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_13: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10472 nop RET10472: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10473: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10474: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_13 nop P10475: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_14: membar #StoreLoad P10476: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10477: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_14 nop P10478: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_15: membar #StoreLoad P10479: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10480: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_15 nop P10481: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_16: membar #StoreLoad P10482: !_BLD [321] (FP) (Branch target of P10472) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P10483 nop TARGET10472: ba RET10472 nop P10483: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_16 nop P10484: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_17: membar #StoreLoad P10485: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_17 nop P10487: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_18: membar #StoreLoad P10488: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10489: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_18 nop P10490: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_19: membar #StoreLoad P10491: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10492: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_19 nop P10493: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_20: membar #StoreLoad P10494: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10495: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_20 nop P10496: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_21: membar #StoreLoad P10497: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10498: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_21 nop P10499: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_22: membar #StoreLoad P10500: !_BLD [191] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10500 nop RET10500: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P10501: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_22 nop P10502: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_23: membar #StoreLoad P10503: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P10504: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_31_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_23 nop P10505: !_ST [339] (maybe <- 0x8f800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_24: sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 20 ] add %l4, 1, %l4 P10506: !_MEMBAR (FP) membar #StoreLoad P10507: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P10508: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_31_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_24 nop P10509: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_25: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10509 nop RET10509: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10510: !_BLD [262] (FP) (Branch target of P10614) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P10511 nop TARGET10614: ba RET10614 nop P10511: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_25 nop P10512: !_MEMBAR (FP) (Loop entry) (Branch target of P10731) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_26: membar #StoreLoad ba P10513 nop TARGET10731: ba RET10731 nop P10513: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10514: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_26 nop P10515: !_IDC_FLIP [214] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_27: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(10515, 14857, 31, 0x45600e2c, 0xe2c, %i2, 0xe2c, %l6, %l7, %o5, %l3) loop_exit_31_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_27 nop P10516: !_IDC_FLIP [90] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_28: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10516, 30434, 31, 0x44000538, 0x538, %i3, 0x538, %l6, %l7, %o5, %l3) P10517: !_IDC_FLIP [327] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(10517, 17016, 31, 0x46a00504, 0x504, %i2, 0x504, %l6, %l7, %o5, %l3) loop_exit_31_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_28 nop P10518: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_29: membar #StoreLoad P10519: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10520: !_MEMBAR (FP) (Loop exit) (Branch target of P10637) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_29 nop ba P10521 nop TARGET10637: ba RET10637 nop P10521: !_LD [291] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_30: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2516], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P10522: !_IDC_FLIP [200] (Int) sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10522, 2825, 31, 0x45300ca8, 0xca8, %i3, 0xca8, %l6, %l7, %o5, %l3) P10523: !_LD [164] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 3408], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_31_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_30 nop P10524: !_MEMBAR (FP) (Loop entry) (Branch target of P10616) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_31: membar #StoreLoad ba P10525 nop TARGET10616: ba RET10616 nop P10525: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P10526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_31 nop P10527: !_IDC_FLIP [292] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_32: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(10527, 7814, 31, 0x46300c08, 0xc08, %i2, 0xc08, %l6, %l7, %o5, %l3) loop_exit_31_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_32 nop P10528: !_IDC_FLIP [216] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_33: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10528, 14115, 31, 0x45600eac, 0xeac, %i3, 0xeac, %l6, %l7, %o5, %l3) P10529: !_MEMBAR (FP) membar #StoreLoad P10530: !_BLD [214] (FP) wr %g0, 0xf0, %asi ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10531: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_33 nop P10532: !_MEMBAR (FP) (Loop entry) (Branch target of P10680) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_34: membar #StoreLoad ba P10533 nop TARGET10680: ba RET10680 nop P10533: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10534: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_34 nop P10535: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_35: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10535 nop RET10535: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10536: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10537: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_35 nop P10538: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_36: membar #StoreLoad P10539: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10540: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_36 nop P10541: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_37: membar #StoreLoad P10542: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P10543: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_31_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_37 nop P10544: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_38: membar #StoreLoad P10545: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10546: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_38 nop P10547: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_39: membar #StoreLoad P10548: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10549: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_39 nop P10550: !_IDC_FLIP [288] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_40: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(10550, 5713, 31, 0x46200820, 0x820, %i2, 0x820, %l6, %l7, %o5, %l3) loop_exit_31_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_40 nop P10551: !_IDC_FLIP [181] (Int) (Loop entry) (Branch target of P10535) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_41: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10551, 20678, 31, 0x450004d4, 0x4d4, %i3, 0x4d4, %l6, %l7, %o5, %l3) ba P10552 nop TARGET10535: ba RET10535 nop P10552: !_MEMBAR (FP) membar #StoreLoad P10553: !_BLD [12] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10553 nop RET10553: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10554: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_31_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_41 nop P10555: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_42: membar #StoreLoad P10556: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10557: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_42 nop P10558: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_43: membar #StoreLoad P10559: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10560: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_43 nop P10561: !_PREFETCH [285] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_44: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1804], 30 loop_exit_31_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_44 nop P10562: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_45: membar #StoreLoad P10563: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P10564: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_45 nop P10565: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_46: membar #StoreLoad P10566: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10567: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_46 nop P10568: !_MEMBAR (FP) (Loop entry) (Branch target of P10500) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_47: membar #StoreLoad ba P10569 nop TARGET10500: ba RET10500 nop P10569: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10570: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_47 nop P10571: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_48: membar #StoreLoad P10572: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P10573: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_48 nop P10574: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_49: membar #StoreLoad P10575: !_BLD [59] (FP) (Branch target of P10553) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ba P10576 nop TARGET10553: ba RET10553 nop P10576: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_49 nop P10577: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_50: membar #StoreLoad P10578: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10579: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_50 nop P10580: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_51: membar #StoreLoad P10581: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10582: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10582 nop RET10582: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_51 nop P10583: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_52: membar #StoreLoad P10584: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P10585: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_31_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_52 nop P10586: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_53: membar #StoreLoad P10587: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10588: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_53 nop P10589: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_54: membar #StoreLoad P10590: !_BLD [67] (FP) (Branch target of P10459) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P10591 nop TARGET10459: ba RET10459 nop P10591: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_54 nop P10592: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_55: membar #StoreLoad P10593: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P10594: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_55 nop P10595: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_56: membar #StoreLoad P10596: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10597: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10597 nop RET10597: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_56 nop P10598: !_IDC_FLIP [129] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_57: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(10598, 19544, 31, 0x44600d44, 0xd44, %i2, 0xd44, %l6, %l7, %o5, %l3) loop_exit_31_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_57 nop P10599: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_58: membar #StoreLoad P10600: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10601: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_58 nop P10602: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_59: membar #StoreLoad P10603: !_BLD [310] (FP) (Branch target of P10723) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P10604 nop TARGET10723: ba RET10723 nop P10604: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_59 nop P10605: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_60: membar #StoreLoad P10606: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10607: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_60 nop P10608: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_61: membar #StoreLoad P10609: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10610: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10610 nop RET10610: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_61 nop P10611: !_MEMBAR (FP) (Loop entry) (Branch target of P10439) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_62: membar #StoreLoad ba P10612 nop TARGET10439: ba RET10439 nop P10612: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10613: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_62 nop P10614: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_63: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10614 nop RET10614: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10615: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10616: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10616 nop RET10616: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_63 nop P10617: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_64: membar #StoreLoad P10618: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10619: !_MEMBAR (FP) (Loop exit) (Branch target of P10716) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_64 nop ba P10620 nop TARGET10716: ba RET10716 nop P10620: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_65: membar #StoreLoad P10621: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10622: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_65 nop P10623: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_66: membar #StoreLoad P10624: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10625: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_66 nop P10626: !_IDC_FLIP [2] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_67: IDC_FLIP(10626, 27698, 31, 0x43000404, 0x404, %i0, 0x404, %l6, %l7, %o5, %l3) P10627: !_MEMBAR (FP) membar #StoreLoad P10628: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10629: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10629 nop RET10629: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_67 nop P10630: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_68: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10630 nop RET10630: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10631: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10632: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_68 nop P10633: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_69: membar #StoreLoad P10634: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P10635: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_69 nop P10636: !_IDC_FLIP [65] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_70: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10636, 11211, 31, 0x43c00400, 0x400, %i3, 0x400, %l6, %l7, %o5, %l3) loop_exit_31_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_70 nop P10637: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_71: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10637 nop RET10637: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P10638: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10639: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_71 nop P10640: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_72: membar #StoreLoad P10641: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P10642: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_72 nop P10643: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_73: membar #StoreLoad P10644: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10645: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P10582) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10645 nop RET10645: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_73 nop ba P10646 nop TARGET10582: ba RET10582 nop P10646: !_MEMBAR (FP) (Loop entry) (Branch target of P10509) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_74: membar #StoreLoad ba P10647 nop TARGET10509: ba RET10509 nop P10647: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P10648: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_74 nop P10649: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_75: membar #StoreLoad P10650: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10651: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_75 nop P10652: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_76: membar #StoreLoad P10653: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10654: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_76 nop P10655: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_77: membar #StoreLoad P10656: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10657: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_77 nop P10658: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_78: membar #StoreLoad P10659: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10660: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_78 nop P10661: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_79: membar #StoreLoad P10662: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10663: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_79 nop P10664: !_IDC_FLIP [276] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_80: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10664, 17469, 31, 0x4600030c, 0x30c, %i3, 0x30c, %l6, %l7, %o5, %l3) loop_exit_31_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_80 nop P10665: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_81: membar #StoreLoad P10666: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P10667: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10667 nop RET10667: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_81 nop P10668: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_82: membar #StoreLoad P10669: !_BLD [296] (FP) (Branch target of P10667) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 ba P10670 nop TARGET10667: ba RET10667 nop P10670: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_31_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_82 nop P10671: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_83: membar #StoreLoad P10672: !_BLD [286] (FP) (Branch target of P10437) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P10673 nop TARGET10437: ba RET10437 nop P10673: !_MEMBAR (FP) (Loop exit) (Branch target of P10630) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_83 nop ba P10674 nop TARGET10630: ba RET10630 nop P10674: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_84: membar #StoreLoad P10675: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10676: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_84 nop P10677: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_85: membar #StoreLoad P10678: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10679: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_85 nop P10680: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_86: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10680 nop RET10680: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10681: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10682: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_86 nop P10683: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_87: membar #StoreLoad P10684: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10685: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_87 nop P10686: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_88: membar #StoreLoad P10687: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10688: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_88 nop P10689: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_89: membar #StoreLoad P10690: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10691: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_89 nop P10692: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_90: membar #StoreLoad P10693: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10694: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_90 nop P10695: !_ST [48] (maybe <- 0x8f800003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_91: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2624 ] add %l4, 1, %l4 P10696: !_MEMBAR (FP) membar #StoreLoad P10697: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10698: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_91 nop P10699: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_92: membar #StoreLoad P10700: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10701: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_92 nop P10702: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_93: membar #StoreLoad P10703: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10704: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_93 nop P10705: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_94: membar #StoreLoad P10706: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P10707: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_31_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_94 nop P10708: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_95: membar #StoreLoad P10709: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P10710: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_31_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_95 nop P10711: !_PREFETCH [130] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_96: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3916], 23 P10712: !_PREFETCH [99] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1488], 2 loop_exit_31_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_96 nop P10713: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_97: membar #StoreLoad P10714: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10715: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_97 nop P10716: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P10629) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_98: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10716 nop RET10716: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P10717 nop TARGET10629: ba RET10629 nop P10717: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P10718: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_98 nop P10719: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_99: membar #StoreLoad P10720: !_BLD [139] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10720 nop RET10720: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10721: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_99 nop P10722: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_100: membar #StoreLoad P10723: !_BLD [286] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10723 nop RET10723: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10724: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_100 nop P10725: !_MEMBAR (FP) (Loop entry) (Branch target of P10645) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_101: membar #StoreLoad ba P10726 nop TARGET10645: ba RET10645 nop P10726: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P10727: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_31_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_101 nop P10728: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_102: membar #StoreLoad P10729: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P10730: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_31_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_102 nop P10731: !_PREFETCH [123] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_103: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3260], 20 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10731 nop RET10731: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_31_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_103 nop P10732: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_104: membar #StoreLoad P10733: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10734: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_104 nop P10735: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_105: membar #StoreLoad P10736: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10737: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_105 nop P10738: !_MEMBAR (FP) (Loop entry) (Branch target of P10610) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_106: membar #StoreLoad ba P10739 nop TARGET10610: ba RET10610 nop P10739: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10740: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_106 nop P10741: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_107: membar #StoreLoad P10742: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P10743: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_107 nop P10744: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_108: membar #StoreLoad P10745: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10746: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_108 nop P10747: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_109: membar #StoreLoad P10748: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10749: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_109 nop P10750: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_110: membar #StoreLoad P10751: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10752: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_110 nop P10753: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_31_111: membar #StoreLoad P10754: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10755: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_111 nop P10756: !_PREFETCH [244] (Int) (NF) (Faults) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_112: wr %g0, 0x82, %asi prefetcha [%g0+0] %asi, 0 P10757: !_MEMBAR (FP) membar #StoreLoad P10758: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10759: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_112 nop P10760: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_113: membar #StoreLoad P10761: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10762: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_113 nop P10763: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_31_114: membar #StoreLoad P10764: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10765: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_31_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_31_114 nop P10766: !_MEMBAR (Int) membar #StoreLoad END_NODES31: ! Test instruction sequence for CPU 31 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func32: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x20deade1), %l7 or %l7, %lo(0x20deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x90000001), %l4 or %l4, %lo(0x90000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1c000001), %l7 or %l7, %lo(0x1c000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x10800000), %l7 or %l7, %lo(0x10800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x6a02^4 sethi %hi(0x6a02), %l0 or %l0, %lo(0x6a02), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 179 to 184 --- sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+3816] stx %g0, [%i3+3992] sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+1232] stx %g0, [%i2+1672] stx %g0, [%i2+1744] stx %g0, [%i2+2576] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES32, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES32: ! Test instruction sequence for ISTREAM 32 begins P10767: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_0: membar #StoreLoad P10768: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10769: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_0 nop P10770: !_LD [176] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_1: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 900], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P10771: !_LD [250] (Int) (Loop exit) sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 2928], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_32_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_1 nop P10772: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_2: membar #StoreLoad P10773: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P10774: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_32_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_2 nop P10775: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_3: membar #StoreLoad P10776: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10777: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_3 nop P10778: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_4: membar #StoreLoad P10779: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10780: !_MEMBAR (FP) (Loop exit) (Branch target of P10819) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_4 nop ba P10781 nop TARGET10819: ba RET10819 nop P10781: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_5: membar #StoreLoad P10782: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10783: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10783 nop RET10783: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_5 nop P10784: !_IDC_FLIP [222] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_6: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(10784, 8352, 32, 0x457005ac, 0x5ac, %i2, 0x5ac, %l6, %l7, %o5, %l3) loop_exit_32_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_6 nop P10785: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_7: membar #StoreLoad P10786: !_BLD [324] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10787: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_7 nop P10788: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_8: membar #StoreLoad P10789: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P10790: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_8 nop P10791: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_9: membar #StoreLoad P10792: !_BLD [124] (FP) (Branch target of P10869) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 ba P10793 nop TARGET10869: ba RET10869 nop P10793: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_32_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_9 nop P10794: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_10: membar #StoreLoad P10795: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10796: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_10 nop P10797: !_IDC_FLIP [190] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_11: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10797, 19468, 32, 0x45100d40, 0xd40, %i3, 0xd40, %l6, %l7, %o5, %l3) loop_exit_32_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_11 nop P10798: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_12: membar #StoreLoad P10799: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10800: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_12 nop P10801: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_13: membar #StoreLoad P10802: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P10803: !_MEMBAR (FP) (Loop exit) (Branch target of P10993) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_13 nop ba P10804 nop TARGET10993: ba RET10993 nop P10804: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_14: membar #StoreLoad P10805: !_BLD [24] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10806: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_14 nop P10807: !_ST [187] (maybe <- 0x90000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_15: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 864 ] add %l4, 1, %l4 loop_exit_32_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_15 nop P10808: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_16: membar #StoreLoad P10809: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P10810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_16 nop P10811: !_PREFETCH [156] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_17: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2816], 2 loop_exit_32_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_17 nop P10812: !_IDC_FLIP [167] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_18: sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(10812, 29047, 32, 0x44d00420, 0x420, %i2, 0x420, %l6, %l7, %o5, %l3) loop_exit_32_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_18 nop P10813: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_19: membar #StoreLoad P10814: !_BLD [298] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10814 nop RET10814: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P10815: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_19 nop P10816: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_20: membar #StoreLoad P10817: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10818: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_20 nop P10819: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P10929) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_21: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10819 nop RET10819: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P10820 nop TARGET10929: ba RET10929 nop P10820: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10821: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_21 nop P10822: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_22: membar #StoreLoad P10823: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10824: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_22 nop P10825: !_FLUSHI [9] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_23: flush %g0 loop_exit_32_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_23 nop P10826: !_ST [204] (maybe <- 0x90000002) (Int) (Loop entry) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_24: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l7 or %l7, %lo(0xff00ff00), %l7 and %l4, %l7, %o5 srl %o5, 8, %o5 sll %l4, 8, %l6 and %l6, %l7, %l6 or %l6, %o5, %l6 srl %l6, 16, %o5 sll %l6, 16, %l6 srl %l6, 0, %l6 or %l6, %o5, %l6 stwa %l6, [%i3 + 1716] %asi add %l4, 1, %l4 P10827: !_IDC_FLIP [301] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(10827, 16697, 32, 0x46500070, 0x70, %i2, 0x70, %l6, %l7, %o5, %l3) loop_exit_32_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_24 nop P10828: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_25: membar #StoreLoad P10829: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10830: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_25 nop P10831: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_26: membar #StoreLoad P10832: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10833: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_26 nop P10834: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_27: membar #StoreLoad P10835: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10836: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_27 nop P10837: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_28: membar #StoreLoad P10838: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10839: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_28 nop P10840: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_29: membar #StoreLoad P10841: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10842: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_29 nop P10843: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_30: membar #StoreLoad P10844: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10845: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_30 nop P10846: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_31: membar #StoreLoad P10847: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P10848: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_31 nop P10849: !_ST [84] (maybe <- 0x90000003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_32: sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2232 ] add %l4, 1, %l4 P10850: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10850 nop RET10850: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P10851: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10852: !_MEMBAR (FP) (Loop exit) (Branch target of P11071) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_32 nop ba P10853 nop TARGET11071: ba RET11071 nop P10853: !_ST [199] (maybe <- 0x90000004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_33: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2636 ] add %l4, 1, %l4 loop_exit_32_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_33 nop P10854: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_34: membar #StoreLoad P10855: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10856: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_34 nop P10857: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_35: membar #StoreLoad P10858: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P10859: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_35 nop P10860: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_36: membar #StoreLoad P10861: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10862: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_36 nop P10863: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_37: membar #StoreLoad P10864: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P10865: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_37 nop P10866: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_38: membar #StoreLoad P10867: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10868: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_38 nop P10869: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_39: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10869 nop RET10869: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10870: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10871: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_39 nop P10872: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_40: membar #StoreLoad P10873: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10874: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_40 nop P10875: !_IDC_FLIP [30] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_41: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10875, 31103, 32, 0x4360082c, 0x82c, %i3, 0x82c, %l6, %l7, %o5, %l3) loop_exit_32_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_41 nop P10876: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_42: membar #StoreLoad P10877: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10878: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_42 nop P10879: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_43: membar #StoreLoad P10880: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10881: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_43 nop P10882: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_44: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10882 nop RET10882: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10883: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P10884: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_44 nop P10885: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_45: membar #StoreLoad P10886: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P10887: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_45 nop P10888: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_46: membar #StoreLoad P10889: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P10890: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_46 nop P10891: !_IDC_FLIP [192] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_47: sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10891, 15200, 32, 0x45100e60, 0xe60, %i3, 0xe60, %l6, %l7, %o5, %l3) P10892: !_MEMBAR (FP) membar #StoreLoad P10893: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10894: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_47 nop P10895: !_ST [270] (maybe <- 0x90000005) (Int) (Loop entry) (Branch target of P10913) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_48: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 4012 ] add %l4, 1, %l4 ba P10896 nop TARGET10913: ba RET10913 nop P10896: !_MEMBAR (FP) membar #StoreLoad P10897: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10898: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_48 nop P10899: !_IDC_FLIP [105] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_49: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(10899, 1812, 32, 0x44200d00, 0xd00, %i3, 0xd00, %l6, %l7, %o5, %l3) P10900: !_MEMBAR (FP) membar #StoreLoad P10901: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10902: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_49 nop P10903: !_IDC_FLIP [216] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_50: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10903, 5823, 32, 0x45600eac, 0xeac, %i3, 0xeac, %l6, %l7, %o5, %l3) P10904: !_MEMBAR (FP) membar #StoreLoad P10905: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P10906: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_50 nop P10907: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_51: membar #StoreLoad P10908: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10909: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_51 nop P10910: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_52: membar #StoreLoad P10911: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10912: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_52 nop P10913: !_ST [224] (maybe <- 0x90000006) (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_53: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2360 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10913 nop RET10913: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P10914: !_MEMBAR (FP) membar #StoreLoad P10915: !_BLD [224] (FP) wr %g0, 0xf0, %asi ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P10916: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_53 nop P10917: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_54: membar #StoreLoad P10918: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P10919: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_54 nop P10920: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_55: membar #StoreLoad P10921: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P10922: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_32_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_55 nop P10923: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_56: membar #StoreLoad P10924: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10925: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_56 nop P10926: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_57: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10926 nop RET10926: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10927: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P10928: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_57 nop P10929: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_58: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10929 nop RET10929: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P10930: !_BLD [65] (FP) (Branch target of P10850) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered ba P10931 nop TARGET10850: ba RET10850 nop P10931: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_58 nop P10932: !_IDC_FLIP [210] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_59: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(10932, 16010, 32, 0x45500938, 0x938, %i3, 0x938, %l6, %l7, %o5, %l3) loop_exit_32_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_59 nop P10933: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_60: membar #StoreLoad P10934: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10935: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_60 nop P10936: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_61: membar #StoreLoad P10937: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P10938: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_61 nop P10939: !_MEMBAR (FP) (Loop entry) (Branch target of P10970) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_62: membar #StoreLoad ba P10940 nop TARGET10970: ba RET10970 nop P10940: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10941: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10941 nop RET10941: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_62 nop P10942: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_63: membar #StoreLoad P10943: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10944: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_63 nop P10945: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_64: membar #StoreLoad P10946: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P10947: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_64 nop P10948: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_65: membar #StoreLoad P10949: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P10950: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_32_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_65 nop P10951: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_66: membar #StoreLoad P10952: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10953: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_66 nop P10954: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_67: membar #StoreLoad P10955: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P10956: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_67 nop P10957: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_68: membar #StoreLoad P10958: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P10959: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_68 nop P10960: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_69: membar #StoreLoad P10961: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P10962: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_69 nop P10963: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_70: membar #StoreLoad P10964: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10965: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_70 nop P10966: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_71: membar #StoreLoad P10967: !_BLD [21] (FP) (Branch target of P11033) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P10968 nop TARGET11033: ba RET11033 nop P10968: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_71 nop P10969: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_72: membar #StoreLoad P10970: !_BLD [256] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10970 nop RET10970: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P10971: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_72 nop P10972: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_73: membar #StoreLoad P10973: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P10974: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_73 nop P10975: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_74: membar #StoreLoad P10976: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P10977: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_74 nop P10978: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_75: membar #StoreLoad P10979: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P10980: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_75 nop P10981: !_PREFETCH [63] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_76: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 880], 20 P10982: !_ST [153] (maybe <- 0x90000007) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3416 ] add %l4, 1, %l4 loop_exit_32_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_76 nop P10983: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_77: membar #StoreLoad P10984: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10985: !_MEMBAR (FP) (Loop exit) (Branch target of P10995) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_77 nop ba P10986 nop TARGET10995: ba RET10995 nop P10986: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_78: membar #StoreLoad P10987: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P10988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_78 nop P10989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_79: membar #StoreLoad P10990: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P10991: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_79 nop P10992: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_80: membar #StoreLoad P10993: !_BLD [339] (FP) (CBR) (Branch target of P10882) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET10993 nop RET10993: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 ba P10994 nop TARGET10882: ba RET10882 nop P10994: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_80 nop P10995: !_PREFETCH [344] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_81: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1080], 24 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET10995 nop RET10995: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 loop_exit_32_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_81 nop P10996: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_82: membar #StoreLoad P10997: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P10998: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_82 nop P10999: !_PREFETCH [116] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_83: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1112], 3 P11000: !_MEMBAR (FP) membar #StoreLoad P11001: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11002: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_83 nop P11003: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_84: membar #StoreLoad P11004: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P11005: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_84 nop P11006: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_85: membar #StoreLoad P11007: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P11008: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_85 nop P11009: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_86: membar #StoreLoad P11010: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_86 nop P11012: !_ST [143] (maybe <- 0x90000008) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_87: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1008 ] add %l4, 1, %l4 P11013: !_MEMBAR (FP) membar #StoreLoad P11014: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11015: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_87 nop P11016: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_88: membar #StoreLoad P11017: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11018: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_88 nop P11019: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_89: membar #StoreLoad P11020: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11021: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_89 nop P11022: !_MEMBAR (FP) (Loop entry) (Branch target of P10926) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_90: membar #StoreLoad ba P11023 nop TARGET10926: ba RET10926 nop P11023: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11024: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_90 nop P11025: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_91: membar #StoreLoad P11026: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P11027: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_32_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_91 nop P11028: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_92: membar #StoreLoad P11029: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11030: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_92 nop P11031: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_93: membar #StoreLoad P11032: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11033: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11033 nop RET11033: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_93 nop P11034: !_LD [200] (Int) (NF) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_94: wr %g0, 0x82, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduwa [%i3 + 3240] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P11035: !_MEMBAR (FP) membar #StoreLoad P11036: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11037: !_MEMBAR (FP) P11038: !_LD [62] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 832], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_94 nop P11039: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_95: membar #StoreLoad P11040: !_BLD [353] (FP) (Branch target of P11085) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P11041 nop TARGET11085: ba RET11085 nop P11041: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_95 nop P11042: !_IDC_FLIP [242] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_96: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(11042, 2127, 32, 0x45a00674, 0x674, %i3, 0x674, %l6, %l7, %o5, %l3) P11043: !_MEMBAR (FP) membar #StoreLoad P11044: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11045: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_96 nop P11046: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_97: membar #StoreLoad P11047: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P11048: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_97 nop P11049: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_98: membar #StoreLoad P11050: !_BLD [203] (FP) (Branch target of P10941) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P11051 nop TARGET10941: ba RET10941 nop P11051: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_98 nop P11052: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_99: membar #StoreLoad P11053: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P11054: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_99 nop P11055: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_100: membar #StoreLoad P11056: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11057: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_100 nop P11058: !_PREFETCH [314] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_101: sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1868], 22 loop_exit_32_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_101 nop P11059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_102: membar #StoreLoad P11060: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P11061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_102 nop P11062: !_ST [253] (maybe <- 0x90000009) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_103: sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 120 ] add %l4, 1, %l4 loop_exit_32_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_103 nop P11063: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_104: membar #StoreLoad P11064: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P11065: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_32_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_104 nop P11066: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_105: membar #StoreLoad P11067: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11068: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_105 nop P11069: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_106: membar #StoreLoad P11070: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11071: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11071 nop RET11071: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_106 nop P11072: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_107: membar #StoreLoad P11073: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P11074: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_107 nop P11075: !_PREFETCH [338] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_108: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 4088], 23 P11076: !_IDC_FLIP [256] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11076, 11264, 32, 0x45c00834, 0x834, %i2, 0x834, %l6, %l7, %o5, %l3) loop_exit_32_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_108 nop P11077: !_MEMBAR (FP) (Loop entry) (Branch target of P10814) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_109: membar #StoreLoad ba P11078 nop TARGET10814: ba RET10814 nop P11078: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11079: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_109 nop P11080: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_110: membar #StoreLoad P11081: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P11082: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_32_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_110 nop P11083: !_FLUSHI [213] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_111: flush %g0 loop_exit_32_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_111 nop P11084: !_MEMBAR (FP) (Loop entry) (Branch target of P10783) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_112: membar #StoreLoad ba P11085 nop TARGET10783: ba RET10783 nop P11085: !_BLD [178] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11085 nop RET11085: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P11086: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_112 nop P11087: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_113: membar #StoreLoad P11088: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11089: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_113 nop P11090: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_114: membar #StoreLoad P11091: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11092: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_114 nop P11093: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_115: membar #StoreLoad P11094: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P11095: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_32_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_115 nop P11096: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_116: membar #StoreLoad P11097: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11098: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_116 nop P11099: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_117: membar #StoreLoad P11100: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11101: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_117 nop P11102: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_118: membar #StoreLoad P11103: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11104: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_118 nop P11105: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_32_119: membar #StoreLoad P11106: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11107: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_32_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_119 nop P11108: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_32_120: membar #StoreLoad P11109: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P11110: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_32_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_32_120 nop P11111: !_MEMBAR (Int) membar #StoreLoad END_NODES32: ! Test instruction sequence for CPU 32 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func33: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x21deade1), %o5 or %o5, %lo(0x21deade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x90800001), %l4 or %l4, %lo(0x90800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1c800001), %o5 or %o5, %lo(0x1c800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x11000000), %o5 or %o5, %lo(0x11000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x59a4^4 sethi %hi(0x59a4), %l0 or %l0, %lo(0x59a4), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 185 to 189 --- sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+2984] stx %g0, [%i2+4024] sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+864] stx %g0, [%i3+1568] stx %g0, [%i3+1976] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES33, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES33: ! Test instruction sequence for ISTREAM 33 begins P11112: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_0: membar #StoreLoad loop_exit_33_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_0 nop P11113: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_1: membar #StoreLoad P11114: !_BLD [327] (FP) (Branch target of P11353) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P11115 nop TARGET11353: ba RET11353 nop P11115: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_1 nop P11116: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_2: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11116 nop RET11116: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P11117: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P11118: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_2 nop P11119: !_LD [158] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_3: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 2972], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P11120: !_MEMBAR (FP) membar #StoreLoad P11121: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11122: !_MEMBAR (FP) P11123: !_LD [168] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 1832], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_3 nop P11124: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_4: membar #StoreLoad P11125: !_BLD [193] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11125 nop RET11125: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P11126: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_4 nop P11127: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_5: membar #StoreLoad P11128: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11129: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_5 nop P11130: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_6: membar #StoreLoad P11131: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11132: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_6 nop P11133: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_7: membar #StoreLoad P11134: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11135: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_7 nop P11136: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_8: membar #StoreLoad P11137: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11138: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_8 nop P11139: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_9: membar #StoreLoad P11140: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11141: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_9 nop P11142: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_10: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11142 nop RET11142: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P11143: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11144: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_10 nop P11145: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_11: membar #StoreLoad P11146: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11147: !_MEMBAR (FP) (Loop exit) (Branch target of P11422) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_11 nop ba P11148 nop TARGET11422: ba RET11422 nop P11148: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_12: membar #StoreLoad P11149: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P11150: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_12 nop P11151: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_13: membar #StoreLoad P11152: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11153: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_13 nop P11154: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_14: membar #StoreLoad P11155: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11156: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_14 nop P11157: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_15: membar #StoreLoad P11158: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P11159: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_33_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_15 nop P11160: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_16: membar #StoreLoad P11161: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11162: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_16 nop P11163: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_17: membar #StoreLoad P11164: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11165: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_17 nop P11166: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_18: membar #StoreLoad P11167: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11168: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_18 nop P11169: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_19: membar #StoreLoad P11170: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11171: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_19 nop P11172: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_20: membar #StoreLoad P11173: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11174: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_20 nop P11175: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_21: membar #StoreLoad P11176: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION33_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11177: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_21 nop P11178: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_22: membar #StoreLoad P11179: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11180: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_22 nop P11181: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_23: membar #StoreLoad P11182: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P11183: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_23 nop P11184: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_24: membar #StoreLoad P11185: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P11186: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_24 nop P11187: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_25: membar #StoreLoad P11188: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11189: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_25 nop P11190: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_26: membar #StoreLoad P11191: !_BLD [263] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11191 nop RET11191: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P11192: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_26 nop P11193: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_27: membar #StoreLoad P11194: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P11195: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_27 nop P11196: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_28: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11196 nop RET11196: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P11197: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11198: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_28 nop P11199: !_IDC_FLIP [344] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_29: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(11199, 10806, 33, 0x46d00438, 0x438, %i3, 0x438, %l6, %l7, %o5, %l3) P11200: !_MEMBAR (FP) membar #StoreLoad P11201: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P11202: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_29 nop P11203: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_30: membar #StoreLoad P11204: !_BLD [311] (FP) (Branch target of P11191) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P11205 nop TARGET11191: ba RET11191 nop P11205: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_30 nop P11206: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_31: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11206 nop RET11206: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P11207: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_31 nop P11209: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_32: membar #StoreLoad P11210: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11211: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_32 nop P11212: !_IDC_FLIP [148] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_33: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11212, 18647, 33, 0x44a00014, 0x14, %i2, 0x14, %l6, %l7, %o5, %l3) loop_exit_33_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_33 nop P11213: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_34: membar #StoreLoad P11214: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11215: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_34 nop P11216: !_IDC_FLIP [129] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_35: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11216, 2395, 33, 0x44600d44, 0xd44, %i2, 0xd44, %l6, %l7, %o5, %l3) loop_exit_33_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_35 nop P11217: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_36: membar #StoreLoad P11218: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11219: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_36 nop P11220: !_IDC_FLIP [299] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_37: sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(11220, 3072, 33, 0x46400ba0, 0xba0, %i2, 0xba0, %l6, %l7, %o5, %l3) P11221: !_MEMBAR (FP) membar #StoreLoad P11222: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11223: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_37 nop P11224: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_38: membar #StoreLoad P11225: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11226: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_38 nop P11227: !_PREFETCH [260] (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_39: wr %g0, 0x88, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 976] %asi, 2 loop_exit_33_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_39 nop P11228: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_40: membar #StoreLoad P11229: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11230: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_40 nop P11231: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_41: membar #StoreLoad P11232: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11233: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_41 nop P11234: !_ST [194] (maybe <- 0x90800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_42: sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 28 ] add %l4, 1, %l4 loop_exit_33_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_42 nop P11235: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_43: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11235 nop RET11235: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11236: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P11237: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_43 nop P11238: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_44: membar #StoreLoad P11239: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11240: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_44 nop P11241: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_45: membar #StoreLoad P11242: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_45 nop P11244: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_46: membar #StoreLoad P11245: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11246: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_46 nop P11247: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_47: membar #StoreLoad P11248: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11249: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_47 nop P11250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_48: membar #StoreLoad P11251: !_BLD [223] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11251 nop RET11251: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P11252: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_48 nop P11253: !_LD [190] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_49: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 3392], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P11254: !_MEMBAR (FP) (Branch target of P11272) membar #StoreLoad ba P11255 nop TARGET11272: ba RET11272 nop P11255: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11256: !_MEMBAR (FP) P11257: !_LD [291] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 2516], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_49 nop P11258: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_50: membar #StoreLoad P11259: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11260: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_50 nop P11261: !_MEMBAR (FP) (Loop entry) (Branch target of P11251) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_51: membar #StoreLoad ba P11262 nop TARGET11251: ba RET11251 nop P11262: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11263: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_51 nop P11264: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_52: membar #StoreLoad P11265: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11266: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_52 nop P11267: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_53: membar #StoreLoad P11268: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11269: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_53 nop P11270: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_54: membar #StoreLoad P11271: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11272: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11272 nop RET11272: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_54 nop P11273: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_55: membar #StoreLoad P11274: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P11275: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_55 nop P11276: !_MEMBAR (FP) (Loop entry) (Branch target of P11142) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_56: membar #StoreLoad ba P11277 nop TARGET11142: ba RET11142 nop P11277: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P11278: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_33_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_56 nop P11279: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_57: membar #StoreLoad P11280: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P11281: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_57 nop P11282: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_58: membar #StoreLoad P11283: !_BLD [219] (FP) (Branch target of P11323) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 ba P11284 nop TARGET11323: ba RET11323 nop P11284: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_33_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_58 nop P11285: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_59: membar #StoreLoad P11286: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P11287: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_59 nop P11288: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_60: membar #StoreLoad P11289: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11290: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_60 nop P11291: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_61: membar #StoreLoad P11292: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P11293: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_33_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_61 nop P11294: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_62: membar #StoreLoad P11295: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11296: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_62 nop P11297: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_63: membar #StoreLoad P11298: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11299: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_63 nop P11300: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_64: membar #StoreLoad P11301: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P11302: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_64 nop P11303: !_MEMBAR (FP) (Loop entry) (Branch target of P11206) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_65: membar #StoreLoad ba P11304 nop TARGET11206: ba RET11206 nop P11304: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11305: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_65 nop P11306: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_66: membar #StoreLoad P11307: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11308: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_66 nop P11309: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_67: membar #StoreLoad P11310: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11311: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_67 nop P11312: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_68: membar #StoreLoad P11313: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11314: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11314 nop RET11314: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_68 nop P11315: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_69: membar #StoreLoad P11316: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11317: !_MEMBAR (FP) (Loop exit) (Branch target of P11125) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_69 nop ba P11318 nop TARGET11125: ba RET11125 nop P11318: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_70: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11318 nop RET11318: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P11319: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P11320: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_70 nop P11321: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_71: membar #StoreLoad P11322: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11323: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11323 nop RET11323: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_71 nop P11324: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_72: membar #StoreLoad P11325: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11326: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_72 nop P11327: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_73: membar #StoreLoad P11328: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11329: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_73 nop P11330: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_74: membar #StoreLoad P11331: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11332: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_74 nop P11333: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_75: membar #StoreLoad P11334: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P11335: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_33_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_75 nop P11336: !_IDC_FLIP [151] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_76: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11336, 25708, 33, 0x44a00578, 0x578, %i2, 0x578, %l6, %l7, %o5, %l3) P11337: !_MEMBAR (FP) membar #StoreLoad P11338: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P11339: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_76 nop P11340: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_77: membar #StoreLoad P11341: !_BLD [42] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11341 nop RET11341: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11342: !_MEMBAR (FP) (Loop exit) (Branch target of P11235) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_77 nop ba P11343 nop TARGET11235: ba RET11235 nop P11343: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_78: membar #StoreLoad P11344: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11345: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_78 nop P11346: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_79: membar #StoreLoad P11347: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11348: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_79 nop P11349: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_80: membar #StoreLoad P11350: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11351: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_80 nop P11352: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_81: membar #StoreLoad P11353: !_BLD [230] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11353 nop RET11353: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P11354: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_81 nop P11355: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_82: membar #StoreLoad P11356: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11357: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_82 nop P11358: !_LD [18] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_83: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2492], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P11359: !_LD [11] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 1564], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_33_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_83 nop P11360: !_ST [320] (maybe <- 0x90800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_84: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3172 ] add %l4, 1, %l4 P11361: !_MEMBAR (FP) membar #StoreLoad P11362: !_BLD [274] (FP) (Branch target of P11341) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered ba P11363 nop TARGET11341: ba RET11341 nop P11363: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_84 nop P11364: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_85: membar #StoreLoad P11365: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11366: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_85 nop P11367: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_86: membar #StoreLoad P11368: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P11369: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_86 nop P11370: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_87: membar #StoreLoad P11371: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P11372: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_87 nop P11373: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_88: membar #StoreLoad P11374: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11375: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_88 nop P11376: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_89: membar #StoreLoad P11377: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11378: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_89 nop P11379: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_90: membar #StoreLoad P11380: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11381: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_90 nop P11382: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_91: membar #StoreLoad P11383: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11384: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_91 nop P11385: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_92: membar #StoreLoad P11386: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11387: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_92 nop P11388: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_93: membar #StoreLoad P11389: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11390: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_93 nop P11391: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_94: membar #StoreLoad P11392: !_BLD [43] (FP) (Branch target of P11196) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P11393 nop TARGET11196: ba RET11196 nop P11393: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_94 nop P11394: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_95: membar #StoreLoad P11395: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11396: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_95 nop P11397: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_96: membar #StoreLoad P11398: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P11399: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_96 nop P11400: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_97: membar #StoreLoad P11401: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11402: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_97 nop P11403: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_98: membar #StoreLoad P11404: !_BLD [248] (FP) (Branch target of P11314) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P11405 nop TARGET11314: ba RET11314 nop P11405: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_98 nop P11406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_99: membar #StoreLoad P11407: !_BLD [207] (FP) (Branch target of P11318) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P11408 nop TARGET11318: ba RET11318 nop P11408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_99 nop P11409: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_100: membar #StoreLoad P11410: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11411: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_100 nop P11412: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_101: membar #StoreLoad P11413: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11414: !_MEMBAR (FP) (Loop exit) (Branch target of P11116) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_101 nop ba P11415 nop TARGET11116: ba RET11116 nop P11415: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_102: membar #StoreLoad P11416: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11417: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_102 nop P11418: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_103: membar #StoreLoad P11419: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11420: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_103 nop P11421: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_104: membar #StoreLoad P11422: !_BLD [33] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11422 nop RET11422: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P11423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_33_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_104 nop P11424: !_IDC_FLIP [34] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_105: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(11424, 25518, 33, 0x4360096c, 0x96c, %i2, 0x96c, %l6, %l7, %o5, %l3) P11425: !_MEMBAR (FP) membar #StoreLoad P11426: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P11427: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_105 nop P11428: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_106: membar #StoreLoad P11429: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P11430: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_33_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_106 nop P11431: !_MEMBAR (FP) (Loop entry) (Branch target of P11436) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_107: membar #StoreLoad ba P11432 nop TARGET11436: ba RET11436 nop P11432: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11433: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_107 nop P11434: !_IDC_FLIP [287] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_33_108: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11434, 20561, 33, 0x46100dc4, 0xdc4, %i2, 0xdc4, %l6, %l7, %o5, %l3) loop_exit_33_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_108 nop P11435: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_33_109: membar #StoreLoad P11436: !_BLD [262] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11436 nop RET11436: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11437: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_33_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_33_109 nop P11438: !_MEMBAR (Int) membar #StoreLoad END_NODES33: ! Test instruction sequence for CPU 33 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func34: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x22deade1), %o5 or %o5, %lo(0x22deade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x91000001), %l4 or %l4, %lo(0x91000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1d000001), %o5 or %o5, %lo(0x1d000001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x11800000), %o5 or %o5, %lo(0x11800000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x7da2^4 sethi %hi(0x7da2), %l0 or %l0, %lo(0x7da2), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 190 to 195 --- sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+3392] stx %g0, [%i2+3520] stx %g0, [%i2+3680] stx %g0, [%i2+3832] sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+24] stx %g0, [%i3+1888] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES34, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES34: ! Test instruction sequence for ISTREAM 34 begins P11439: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_0: membar #StoreLoad P11440: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11441: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_0 nop P11442: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_1: membar #StoreLoad P11443: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P11444: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_34_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_1 nop P11445: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_2: membar #StoreLoad P11446: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11447: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_2 nop P11448: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_3: membar #StoreLoad P11449: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P11450: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_3 nop P11451: !_MEMBAR (FP) (Loop entry) (Branch target of P11765) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_4: membar #StoreLoad ba P11452 nop TARGET11765: ba RET11765 nop P11452: !_BLD [74] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11452 nop RET11452: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P11453: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_4 nop P11454: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_5: membar #StoreLoad P11455: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11456: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_5 nop P11457: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_6: membar #StoreLoad P11458: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P11459: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_6 nop P11460: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_7: membar #StoreLoad P11461: !_BLD [325] (FP) (Branch target of P11719) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P11462 nop TARGET11719: ba RET11719 nop P11462: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_7 nop P11463: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_8: membar #StoreLoad P11464: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11465: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_8 nop P11466: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_9: membar #StoreLoad P11467: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11468: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_9 nop P11469: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_10: membar #StoreLoad P11470: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11471: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_10 nop P11472: !_IDC_FLIP [279] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_11: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(11472, 2659, 34, 0x46000b74, 0xb74, %i3, 0xb74, %l6, %l7, %o5, %l3) P11473: !_MEMBAR (FP) membar #StoreLoad P11474: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P11475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_34_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_11 nop P11476: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_12: membar #StoreLoad P11477: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11478: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_12 nop P11479: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_13: membar #StoreLoad P11480: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P11481: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_13 nop P11482: !_MEMBAR (FP) (Loop entry) (Branch target of P11539) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_14: membar #StoreLoad ba P11483 nop TARGET11539: ba RET11539 nop P11483: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11484: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_14 nop P11485: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_15: membar #StoreLoad P11486: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11487: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_15 nop P11488: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_16: membar #StoreLoad P11489: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11490: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_16 nop P11491: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_17: membar #StoreLoad P11492: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11493: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_17 nop P11494: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_18: membar #StoreLoad P11495: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11496: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_18 nop P11497: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_19: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11497 nop RET11497: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P11498: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P11499: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_34_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_19 nop P11500: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_20: membar #StoreLoad P11501: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11502: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_20 nop P11503: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_21: membar #StoreLoad P11504: !_BLD [105] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11504 nop RET11504: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P11505: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_21 nop P11506: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_22: membar #StoreLoad P11507: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11508: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_22 nop P11509: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_23: membar #StoreLoad P11510: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11511: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_23 nop P11512: !_LD [32] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_24: sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 2196], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P11513: !_LD [161] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 1116], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_34_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_24 nop P11514: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_25: membar #StoreLoad P11515: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P11516: !_MEMBAR (FP) (Loop exit) (Branch target of P11657) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_25 nop ba P11517 nop TARGET11657: ba RET11657 nop P11517: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_26: membar #StoreLoad P11518: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P11519: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_34_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_26 nop P11520: !_IDC_FLIP [185] (Int) (Loop entry) (Loop exit) (Branch target of P11640) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_27: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(11520, 22407, 34, 0x45000bac, 0xbac, %i2, 0xbac, %l6, %l7, %o5, %l3) loop_exit_34_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_27 nop ba P11521 nop TARGET11640: ba RET11640 nop P11521: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_28: membar #StoreLoad P11522: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P11523: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_28 nop P11524: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_29: membar #StoreLoad P11525: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_29 nop P11527: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_30: membar #StoreLoad P11528: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11529: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_30 nop P11530: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_31: membar #StoreLoad P11531: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P11532: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_31 nop P11533: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_32: membar #StoreLoad P11534: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P11535: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_32 nop P11536: !_IDC_FLIP [290] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_33: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11536, 13244, 34, 0x462008d8, 0x8d8, %i2, 0x8d8, %l6, %l7, %o5, %l3) P11537: !_IDC_FLIP [209] (Int) (Loop exit) (Branch target of P11621) sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(11537, 10858, 34, 0x455004ec, 0x4ec, %i3, 0x4ec, %l6, %l7, %o5, %l3) loop_exit_34_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_33 nop ba P11538 nop TARGET11621: ba RET11621 nop P11538: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_34: membar #StoreLoad P11539: !_BLD [314] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11539 nop RET11539: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11540: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_34 nop P11541: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_35: membar #StoreLoad P11542: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P11543: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_35 nop P11544: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_36: membar #StoreLoad P11545: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11546: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_36 nop P11547: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_37: membar #StoreLoad P11548: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11549: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_37 nop P11550: !_ST [119] (maybe <- 0x91000001) (Int) (Loop entry) (Branch target of P11758) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_38: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3344 ] add %l4, 1, %l4 ba P11551 nop TARGET11758: ba RET11758 nop P11551: !_MEMBAR (FP) membar #StoreLoad P11552: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P11553: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_38 nop P11554: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_39: membar #StoreLoad P11555: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11556: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_39 nop P11557: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_40: membar #StoreLoad P11558: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P11559: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_40 nop P11560: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_41: membar #StoreLoad P11561: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P11562: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_41 nop P11563: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_42: membar #StoreLoad P11564: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11565: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_42 nop P11566: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_43: membar #StoreLoad P11567: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11568: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_43 nop P11569: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_44: membar #StoreLoad P11570: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P11571: !_MEMBAR (FP) (Loop exit) (Branch target of P11692) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_44 nop ba P11572 nop TARGET11692: ba RET11692 nop P11572: !_MEMBAR (FP) (Loop entry) (Branch target of P11714) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_45: membar #StoreLoad ba P11573 nop TARGET11714: ba RET11714 nop P11573: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11574: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_45 nop P11575: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_46: membar #StoreLoad P11576: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P11577: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_46 nop P11578: !_IDC_FLIP [140] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_47: sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11578, 28533, 34, 0x44800ad8, 0xad8, %i2, 0xad8, %l6, %l7, %o5, %l3) loop_exit_34_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_47 nop P11579: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_48: membar #StoreLoad P11580: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11581: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_48 nop P11582: !_MEMBAR (FP) (Loop entry) (Branch target of P11728) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_49: membar #StoreLoad ba P11583 nop TARGET11728: ba RET11728 nop P11583: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11584: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_49 nop P11585: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_50: membar #StoreLoad P11586: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11587: !_MEMBAR (FP) (Loop exit) (Branch target of P11612) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_50 nop ba P11588 nop TARGET11612: ba RET11612 nop P11588: !_MEMBAR (FP) (Loop entry) (Branch target of P11452) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_51: membar #StoreLoad ba P11589 nop TARGET11452: ba RET11452 nop P11589: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11590: !_MEMBAR (FP) (Loop exit) (Branch target of P11759) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_51 nop ba P11591 nop TARGET11759: ba RET11759 nop P11591: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_52: membar #StoreLoad P11592: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P11593: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_52 nop P11594: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_53: membar #StoreLoad P11595: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P11596: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_53 nop P11597: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_54: membar #StoreLoad P11598: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11599: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_54 nop P11600: !_IDC_FLIP [163] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_55: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11600, 31989, 34, 0x44c00adc, 0xadc, %i2, 0xadc, %l6, %l7, %o5, %l3) loop_exit_34_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_55 nop P11601: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_56: membar #StoreLoad P11602: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11603: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_56 nop P11604: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_57: membar #StoreLoad P11605: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11606: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_57 nop P11607: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_58: membar #StoreLoad P11608: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11609: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_58 nop P11610: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_59: membar #StoreLoad P11611: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11612: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11612 nop RET11612: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_59 nop P11613: !_PREFETCH [185] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_60: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2988], 24 P11614: !_MEMBAR (FP) membar #StoreLoad P11615: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11616: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_60 nop P11617: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_61: membar #StoreLoad P11618: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P11619: !_MEMBAR (FP) (Loop exit) (Branch target of P11767) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_61 nop ba P11620 nop TARGET11767: ba RET11767 nop P11620: !_IDC_FLIP [291] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_62: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11620, 28004, 34, 0x462009d4, 0x9d4, %i2, 0x9d4, %l6, %l7, %o5, %l3) loop_exit_34_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_62 nop P11621: !_PREFETCH [200] (Int) (Loop entry) (LE) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_63: wr %g0, 0x88, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 3240] %asi, 2 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11621 nop RET11621: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11622: !_MEMBAR (Int) (Loop exit) membar #StoreLoad loop_exit_34_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_63 nop P11623: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_64: membar #StoreLoad P11624: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P11625: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_64 nop P11626: !_IDC_FLIP [175] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_65: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(11626, 3811, 34, 0x44e00f60, 0xf60, %i3, 0xf60, %l6, %l7, %o5, %l3) P11627: !_MEMBAR (FP) membar #StoreLoad P11628: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11629: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_65 nop P11630: !_PREFETCH [36] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_66: sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1860], 17 loop_exit_34_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_66 nop P11631: !_PREFETCH [266] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_67: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3648], 26 P11632: !_MEMBAR (FP) membar #StoreLoad P11633: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P11634: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_67 nop P11635: !_MEMBAR (FP) (Loop entry) (Branch target of P11775) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_68: membar #StoreLoad ba P11636 nop TARGET11775: ba RET11775 nop P11636: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P11637: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_68 nop P11638: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_69: membar #StoreLoad P11639: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P11640: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11640 nop RET11640: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_69 nop P11641: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_70: membar #StoreLoad P11642: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11643: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_70 nop P11644: !_ST [13] (maybe <- 0x91000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_71: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1664 ] add %l4, 1, %l4 loop_exit_34_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_71 nop P11645: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_72: membar #StoreLoad P11646: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P11647: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_72 nop P11648: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_73: membar #StoreLoad P11649: !_BLD [314] (FP) (Branch target of P11652) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P11650 nop TARGET11652: ba RET11652 nop P11650: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_73 nop P11651: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_74: membar #StoreLoad P11652: !_BLD [321] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11652 nop RET11652: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P11653: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_74 nop P11654: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_75: membar #StoreLoad P11655: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P11656: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_75 nop P11657: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_76: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11657 nop RET11657: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11658: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P11659: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_76 nop P11660: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_77: membar #StoreLoad loop_exit_34_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_77 nop P11661: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_78: membar #StoreLoad P11662: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11663: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_78 nop P11664: !_MEMBAR (FP) (Loop entry) (Branch target of P11497) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_79: membar #StoreLoad ba P11665 nop TARGET11497: ba RET11497 nop P11665: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P11666: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_79 nop P11667: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_80: membar #StoreLoad P11668: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P11669: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_80 nop P11670: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_81: membar #StoreLoad P11671: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11672: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11672 nop RET11672: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_81 nop P11673: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_82: membar #StoreLoad P11674: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11675: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_82 nop P11676: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_83: membar #StoreLoad P11677: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11678: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_83 nop P11679: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_84: membar #StoreLoad P11680: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11681: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_84 nop P11682: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_85: membar #StoreLoad P11683: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11684: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_85 nop P11685: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_86: membar #StoreLoad P11686: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11687: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_86 nop P11688: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_87: membar #StoreLoad P11689: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P11690: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_87 nop P11691: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_88: membar #StoreLoad P11692: !_BLD [275] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11692 nop RET11692: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P11693: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_88 nop P11694: !_IDC_FLIP [194] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_89: sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11694, 5027, 34, 0x4520001c, 0x1c, %i2, 0x1c, %l6, %l7, %o5, %l3) P11695: !_MEMBAR (FP) membar #StoreLoad P11696: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P11697: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_34_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_89 nop P11698: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_90: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11698 nop RET11698: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11699: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11700: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_90 nop P11701: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_91: membar #StoreLoad P11702: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11703: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_91 nop P11704: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_92: membar #StoreLoad P11705: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11706: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_92 nop P11707: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_93: membar #StoreLoad P11708: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11709: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_93 nop P11710: !_PREFETCH [317] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_94: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1316], 28 P11711: !_MEMBAR (FP) membar #StoreLoad P11712: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11713: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_94 nop P11714: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_95: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11714 nop RET11714: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P11715: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11716: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_95 nop P11717: !_PREFETCH [313] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_96: sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1780], 26 P11718: !_IDC_FLIP [35] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(11718, 23421, 34, 0x43700144, 0x144, %i2, 0x144, %l6, %l7, %o5, %l3) loop_exit_34_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_96 nop P11719: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_97: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11719 nop RET11719: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11720: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11721: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_97 nop P11722: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_98: membar #StoreLoad P11723: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11724: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_98 nop P11725: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_99: membar #StoreLoad P11726: !_BLD [340] (FP) (Branch target of P11672) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P11727 nop TARGET11672: ba RET11672 nop P11727: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_99 nop P11728: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_100: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11728 nop RET11728: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11729: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11730: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_100 nop P11731: !_IDC_FLIP [40] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_101: sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(11731, 11741, 34, 0x43800044, 0x44, %i3, 0x44, %l6, %l7, %o5, %l3) P11732: !_MEMBAR (FP) membar #StoreLoad P11733: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11734: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_101 nop P11735: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_102: membar #StoreLoad loop_exit_34_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_102 nop P11736: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_103: membar #StoreLoad P11737: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P11738: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_103 nop P11739: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_104: membar #StoreLoad P11740: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P11741: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_104 nop P11742: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_105: membar #StoreLoad P11743: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11744: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_105 nop P11745: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_106: membar #StoreLoad P11746: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11747: !_MEMBAR (FP) (Loop exit) (Branch target of P11698) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_106 nop ba P11748 nop TARGET11698: ba RET11698 nop P11748: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_107: membar #StoreLoad P11749: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11750: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_107 nop P11751: !_ST [143] (maybe <- 0x91000003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_108: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1008 ] add %l4, 1, %l4 P11752: !_IDC_FLIP [155] (Int) (Loop exit) sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(11752, 17107, 34, 0x44b00aa4, 0xaa4, %i3, 0xaa4, %l6, %l7, %o5, %l3) loop_exit_34_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_108 nop P11753: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_109: membar #StoreLoad P11754: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P11755: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_109 nop P11756: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_110: membar #StoreLoad P11757: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11758: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11758 nop RET11758: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_110 nop P11759: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P11504) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_111: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11759 nop RET11759: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 ba P11760 nop TARGET11504: ba RET11504 nop P11760: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11761: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_111 nop P11762: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_112: membar #StoreLoad P11763: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P11764: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_112 nop P11765: !_PREFETCH [72] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_113: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 28], 22 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11765 nop RET11765: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P11766: !_MEMBAR (FP) membar #StoreLoad P11767: !_BLD [36] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11767 nop RET11767: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11768: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_113 nop P11769: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_114: membar #StoreLoad P11770: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11771: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_114 nop P11772: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_115: membar #StoreLoad P11773: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P11774: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_115 nop P11775: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_34_116: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11775 nop RET11775: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11776: !_BLD [304] (FP) (CBR) (Branch target of P11776) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11776 nop RET11776: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 ba P11777 nop TARGET11776: ba RET11776 nop P11777: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_116 nop P11778: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_34_117: membar #StoreLoad P11779: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11780: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_34_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_34_117 nop P11781: !_MEMBAR (Int) membar #StoreLoad END_NODES34: ! Test instruction sequence for CPU 34 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func35: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x23deade1), %l6 or %l6, %lo(0x23deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x91800001), %l4 or %l4, %lo(0x91800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1d800001), %l6 or %l6, %lo(0x1d800001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x12000000), %l6 or %l6, %lo(0x12000000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x5940^4 sethi %hi(0x5940), %l0 or %l0, %lo(0x5940), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 196 to 200 --- sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+2928] stx %g0, [%i2+3368] sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+1216] stx %g0, [%i3+2632] stx %g0, [%i3+3240] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES35, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES35: ! Test instruction sequence for ISTREAM 35 begins P11782: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_0: membar #StoreLoad P11783: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11784: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_0 nop P11785: !_PREFETCH [197] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_1: sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3368], 16 loop_exit_35_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_1 nop P11786: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_2: membar #StoreLoad P11787: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11788: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_2 nop P11789: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_3: membar #StoreLoad P11790: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11791: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_3 nop P11792: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_4: membar #StoreLoad P11793: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11794: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_4 nop P11795: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_5: membar #StoreLoad P11796: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11797: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_5 nop P11798: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_6: membar #StoreLoad P11799: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11800: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_6 nop P11801: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_7: membar #StoreLoad P11802: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P11803: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_7 nop P11804: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_8: membar #StoreLoad P11805: !_BLD [205] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11805 nop RET11805: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P11806: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_8 nop P11807: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_9: membar #StoreLoad P11808: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11809: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_9 nop P11810: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_10: membar #StoreLoad P11811: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11812: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_10 nop P11813: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_11: membar #StoreLoad P11814: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11815: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_11 nop P11816: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_12: membar #StoreLoad P11817: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11818: !_MEMBAR (FP) (Loop exit) (Branch target of P12085) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_12 nop ba P11819 nop TARGET12085: ba RET12085 nop P11819: !_FLUSHI [85] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_13: flush %g0 loop_exit_35_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_13 nop P11820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_14: membar #StoreLoad P11821: !_BLD [151] (FP) (Branch target of P11999) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P11822 nop TARGET11999: ba RET11999 nop P11822: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_14 nop P11823: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_15: membar #StoreLoad P11824: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11825: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_15 nop P11826: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_16: membar #StoreLoad P11827: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P11828: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_35_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_16 nop P11829: !_FLUSHI [33] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_17: flush %g0 loop_exit_35_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_17 nop P11830: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_18: membar #StoreLoad P11831: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11832: !_MEMBAR (FP) (Loop exit) (Branch target of P11977) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_18 nop ba P11833 nop TARGET11977: ba RET11977 nop P11833: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_19: membar #StoreLoad P11834: !_BLD [224] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11835: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_19 nop P11836: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_20: membar #StoreLoad P11837: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P11838: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_35_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_20 nop P11839: !_LD [249] (FP) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_21: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ld [%i3 + 2168], %f0 ! 1 addresses covered !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_21 nop P11840: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_22: membar #StoreLoad P11841: !_BLD [320] (FP) (Branch target of P11900) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P11842 nop TARGET11900: ba RET11900 nop P11842: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_22 nop P11843: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_23: membar #StoreLoad P11844: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11845: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_23 nop P11846: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_24: membar #StoreLoad P11847: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11848: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_24 nop P11849: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_25: membar #StoreLoad P11850: !_BLD [98] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11850 nop RET11850: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P11851: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_35_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_25 nop P11852: !_MEMBAR (FP) (Loop entry) (Branch target of P12055) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_26: membar #StoreLoad ba P11853 nop TARGET12055: ba RET12055 nop P11853: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11854: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_26 nop P11855: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_27: membar #StoreLoad P11856: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11857: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_27 nop P11858: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_28: membar #StoreLoad P11859: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11860: !_MEMBAR (FP) (Loop exit) (Branch target of P11874) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_28 nop ba P11861 nop TARGET11874: ba RET11874 nop P11861: !_PREFETCH [164] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_29: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3408], 23 loop_exit_35_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_29 nop P11862: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_30: membar #StoreLoad P11863: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P11864: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_30 nop P11865: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_31: membar #StoreLoad P11866: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P11867: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_35_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_31 nop P11868: !_MEMBAR (FP) (Loop entry) (Branch target of P12081) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_32: membar #StoreLoad ba P11869 nop TARGET12081: ba RET12081 nop P11869: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11870: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_32 nop P11871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_33: membar #StoreLoad P11872: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_33 nop P11874: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_34: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11874 nop RET11874: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11875: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P11876: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_34 nop P11877: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_35: membar #StoreLoad P11878: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11879: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_35 nop P11880: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_36: membar #StoreLoad P11881: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11882: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_36 nop P11883: !_PREFETCH [341] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_37: sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 256], 2 P11884: !_MEMBAR (FP) membar #StoreLoad P11885: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P11886: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_37 nop P11887: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_38: membar #StoreLoad P11888: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P11889: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_35_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_38 nop P11890: !_IDC_FLIP [100] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_39: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(11890, 30991, 35, 0x44200c2c, 0xc2c, %i3, 0xc2c, %l6, %l7, %o5, %l3) loop_exit_35_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_39 nop P11891: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_40: membar #StoreLoad P11892: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11893: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_40 nop P11894: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_41: membar #StoreLoad P11895: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11896: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_41 nop P11897: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_42: membar #StoreLoad P11898: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11899: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_42 nop P11900: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_43: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11900 nop RET11900: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P11901: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P11902: !_MEMBAR (FP) (Loop exit) (Branch target of P12065) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_35_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_43 nop ba P11903 nop TARGET12065: ba RET12065 nop P11903: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_44: membar #StoreLoad P11904: !_BLD [53] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11904 nop RET11904: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P11905: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_44 nop P11906: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_45: membar #StoreLoad P11907: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P11908: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_45 nop P11909: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_46: membar #StoreLoad P11910: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11911: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_46 nop P11912: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_47: membar #StoreLoad P11913: !_BLD [263] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11913 nop RET11913: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P11914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_47 nop P11915: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P11955) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_48: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11915 nop RET11915: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 ba P11916 nop TARGET11955: ba RET11955 nop P11916: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11917: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_48 nop P11918: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_49: membar #StoreLoad P11919: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P11920: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_35_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_49 nop P11921: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_50: membar #StoreLoad P11922: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11923: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_50 nop P11924: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_51: membar #StoreLoad P11925: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11926: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_51 nop P11927: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_52: membar #StoreLoad P11928: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11929: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_52 nop P11930: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_53: membar #StoreLoad P11931: !_BLD [264] (FP) (Branch target of P11958) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P11932 nop TARGET11958: ba RET11958 nop P11932: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11932 nop RET11932: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_53 nop P11933: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_54: membar #StoreLoad P11934: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P11935: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_54 nop P11936: !_MEMBAR (FP) (Loop entry) (Branch target of P11948) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_55: membar #StoreLoad ba P11937 nop TARGET11948: ba RET11948 nop P11937: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P11938: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_55 nop P11939: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_56: membar #StoreLoad P11940: !_BLD [229] (FP) (Branch target of P11970) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P11941 nop TARGET11970: ba RET11970 nop P11941: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_56 nop P11942: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_57: membar #StoreLoad P11943: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P11944: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_35_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_57 nop P11945: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_58: membar #StoreLoad P11946: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11947: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_58 nop P11948: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_59: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11948 nop RET11948: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P11949: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11950: !_MEMBAR (FP) (Loop exit) (Branch target of P11960) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_59 nop ba P11951 nop TARGET11960: ba RET11960 nop P11951: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_60: membar #StoreLoad P11952: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P11953: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_60 nop P11954: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_61: membar #StoreLoad P11955: !_BLD [339] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11955 nop RET11955: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11956: !_MEMBAR (FP) (Loop exit) (Branch target of P11805) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_61 nop ba P11957 nop TARGET11805: ba RET11805 nop P11957: !_MEMBAR (FP) (Loop entry) (Branch target of P11915) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_62: membar #StoreLoad ba P11958 nop TARGET11915: ba RET11915 nop P11958: !_BLD [134] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET11958 nop RET11958: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P11959: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_62 nop P11960: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_63: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11960 nop RET11960: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11961: !_BLD [48] (FP) (Branch target of P11913) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered ba P11962 nop TARGET11913: ba RET11913 nop P11962: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_63 nop P11963: !_PREFETCH [349] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_64: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1260], 22 P11964: !_MEMBAR (FP) membar #StoreLoad P11965: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P11966: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_35_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_64 nop P11967: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_65: membar #StoreLoad P11968: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11969: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_65 nop P11970: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_66: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11970 nop RET11970: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11971: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11972: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_66 nop P11973: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_67: membar #StoreLoad P11974: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P11975: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_67 nop P11976: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_68: membar #StoreLoad P11977: !_BLD [350] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11977 nop RET11977: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P11978: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_68 nop P11979: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_69: membar #StoreLoad P11980: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P11981: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_69 nop P11982: !_MEMBAR (FP) (Loop entry) (Branch target of P12001) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_70: membar #StoreLoad ba P11983 nop TARGET12001: ba RET12001 nop P11983: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P11984: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_70 nop P11985: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_71: membar #StoreLoad P11986: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P11987: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_71 nop P11988: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_72: membar #StoreLoad P11989: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P11990: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_72 nop P11991: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_73: membar #StoreLoad P11992: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P11993: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_73 nop P11994: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_74: membar #StoreLoad P11995: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P11996: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_74 nop P11997: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_75: membar #StoreLoad P11998: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P11999: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET11999 nop RET11999: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_75 nop P12000: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_76: membar #StoreLoad P12001: !_BLD [315] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12001 nop RET12001: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P12002: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_76 nop P12003: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_77: membar #StoreLoad P12004: !_BLD [1] (FP) (Branch target of P12034) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P12005 nop TARGET12034: ba RET12034 nop P12005: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_77 nop P12006: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_78: membar #StoreLoad P12007: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12008: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_78 nop P12009: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_79: membar #StoreLoad P12010: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_79 nop P12012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_80: membar #StoreLoad P12013: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_80 nop P12015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_81: membar #StoreLoad P12016: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P12017: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_81 nop P12018: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_82: membar #StoreLoad P12019: !_BLD [269] (FP) (Branch target of P11904) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P12020 nop TARGET11904: ba RET11904 nop P12020: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_82 nop P12021: !_PREFETCH [66] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_83: sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1844], 16 loop_exit_35_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_83 nop P12022: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_84: membar #StoreLoad P12023: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P12024: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_84 nop P12025: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_85: membar #StoreLoad P12026: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12027: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_85 nop P12028: !_IDC_FLIP [256] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_86: sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12028, 11449, 35, 0x45c00834, 0x834, %i2, 0x834, %l6, %l7, %o5, %l3) P12029: !_MEMBAR (FP) membar #StoreLoad P12030: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P12031: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_86 nop P12032: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_87: membar #StoreLoad P12033: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12034: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P12080) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12034 nop RET12034: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_87 nop ba P12035 nop TARGET12080: ba RET12080 nop P12035: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_88: membar #StoreLoad P12036: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12037: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_88 nop P12038: !_MEMBAR (FP) (Loop entry) (Branch target of P11850) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_89: membar #StoreLoad ba P12039 nop TARGET11850: ba RET11850 nop P12039: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P12040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_35_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_89 nop P12041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_90: membar #StoreLoad P12042: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_90 nop P12044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_91: membar #StoreLoad P12045: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P12046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_91 nop P12047: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_92: membar #StoreLoad P12048: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P12049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_35_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_92 nop P12050: !_PREFETCH [272] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_93: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2192], 2 loop_exit_35_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_93 nop P12051: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_94: membar #StoreLoad P12052: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12053: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_94 nop P12054: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_95: membar #StoreLoad P12055: !_BLD [101] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12055 nop RET12055: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P12056: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_95 nop P12057: !_IDC_FLIP [240] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_96: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12057, 18547, 35, 0x45a0024c, 0x24c, %i3, 0x24c, %l6, %l7, %o5, %l3) P12058: !_MEMBAR (FP) membar #StoreLoad P12059: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P12060: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_35_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_96 nop P12061: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_97: membar #StoreLoad P12062: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12063: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_97 nop P12064: !_IDC_FLIP [158] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_98: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(12064, 17303, 35, 0x44b00b9c, 0xb9c, %i2, 0xb9c, %l6, %l7, %o5, %l3) loop_exit_35_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_98 nop P12065: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_99: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12065 nop RET12065: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P12066: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12067: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_99 nop P12068: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_100: membar #StoreLoad loop_exit_35_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_100 nop P12069: !_PREFETCH [322] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_101: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 540], 4 loop_exit_35_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_101 nop P12070: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_102: membar #StoreLoad P12071: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12072: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_102 nop P12073: !_MEMBAR (Int) (Loop entry) (Loop exit) (Branch target of P11932) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_103: membar #StoreLoad loop_exit_35_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_103 nop ba P12074 nop TARGET11932: ba RET11932 nop P12074: !_ST [63] (maybe <- 0x91800001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_104: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 880 ] add %l4, 1, %l4 P12075: !_MEMBAR (FP) membar #StoreLoad P12076: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_104 nop P12078: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_105: membar #StoreLoad P12079: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12080: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12080 nop RET12080: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_105 nop P12081: !_IDC_FLIP [160] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_106: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12081, 1985, 35, 0x44c00230, 0x230, %i2, 0x230, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12081 nop RET12081: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_35_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_106 nop P12082: !_ST [232] (maybe <- 0x91800002) (Int) (Loop entry) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_107: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l3 or %l3, %lo(0xff00ff00), %l3 and %l4, %l3, %l6 srl %l6, 8, %l6 sll %l4, 8, %o5 and %o5, %l3, %o5 or %o5, %l6, %o5 srl %o5, 16, %l6 sll %o5, 16, %o5 srl %o5, 0, %o5 or %o5, %l6, %o5 stwa %o5, [%i3 + 3972] %asi add %l4, 1, %l4 P12083: !_MEMBAR (FP) membar #StoreLoad P12084: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12085: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12085 nop RET12085: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_107 nop P12086: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_108: membar #StoreLoad P12087: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12088: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_108 nop P12089: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_109: membar #StoreLoad P12090: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12091: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_109 nop P12092: !_PREFETCH [19] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_110: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2496], 0 loop_exit_35_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_110 nop P12093: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_111: membar #StoreLoad P12094: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12095: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_111 nop P12096: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_112: membar #StoreLoad P12097: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P12098: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_35_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_112 nop P12099: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_35_113: membar #StoreLoad P12100: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12101: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_113 nop P12102: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_114: membar #StoreLoad P12103: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12104: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_114 nop P12105: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_115: membar #StoreLoad P12106: !_BLD [292] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12107: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_115 nop P12108: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_35_116: membar #StoreLoad P12109: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12110: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_35_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_35_116 nop P12111: !_MEMBAR (Int) membar #StoreLoad END_NODES35: ! Test instruction sequence for CPU 35 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func36: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x24deade1), %l6 or %l6, %lo(0x24deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x92000001), %l4 or %l4, %lo(0x92000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1e000001), %l6 or %l6, %lo(0x1e000001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x12800000), %l6 or %l6, %lo(0x12800000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x6b3^4 sethi %hi(0x6b3), %l0 or %l0, %lo(0x6b3), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 201 to 206 --- sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+3472] sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+624] stx %g0, [%i3+680] stx %g0, [%i3+1712] stx %g0, [%i3+3064] stx %g0, [%i3+3888] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES36, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES36: ! Test instruction sequence for ISTREAM 36 begins P12112: !_FLUSHI [240] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_0: flush %g0 P12113: !_PREFETCH [301] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 112], 22 loop_exit_36_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_0 nop P12114: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_1: membar #StoreLoad P12115: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12116: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_1 nop P12117: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_2: membar #StoreLoad P12118: !_BLD [132] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12119: !_MEMBAR (FP) (Loop exit) (Branch target of P12405) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_2 nop ba P12120 nop TARGET12405: ba RET12405 nop P12120: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_3: membar #StoreLoad P12121: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P12122: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_3 nop P12123: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_4: membar #StoreLoad P12124: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION12_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12125: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_4 nop P12126: !_PREFETCH [337] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_5: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2120], 23 P12127: !_MEMBAR (FP) membar #StoreLoad P12128: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12129: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_5 nop P12130: !_MEMBAR (FP) (Loop entry) (Branch target of P12151) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_6: membar #StoreLoad ba P12131 nop TARGET12151: ba RET12151 nop P12131: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12132: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12132 nop RET12132: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_6 nop P12133: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_7: membar #StoreLoad P12134: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12135: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_7 nop P12136: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_8: membar #StoreLoad P12137: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12138: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_8 nop P12139: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_9: membar #StoreLoad P12140: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12141: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_9 nop P12142: !_PREFETCH [244] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_10: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3700], 3 loop_exit_36_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_10 nop P12143: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_11: membar #StoreLoad P12144: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12145: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_11 nop P12146: !_FLUSHI [216] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_12: flush %g0 loop_exit_36_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_12 nop P12147: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_13: membar #StoreLoad P12148: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12149: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_13 nop P12150: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_14: membar #StoreLoad P12151: !_BLD [88] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12151 nop RET12151: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P12152: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_14 nop P12153: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_15: membar #StoreLoad P12154: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12155: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_15 nop P12156: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_16: membar #StoreLoad P12157: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12158: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_16 nop P12159: !_MEMBAR (FP) (Loop entry) (Branch target of P12434) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_17: membar #StoreLoad ba P12160 nop TARGET12434: ba RET12434 nop P12160: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12161: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_17 nop P12162: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_18: membar #StoreLoad P12163: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12164: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_18 nop P12165: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_19: membar #StoreLoad P12166: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12167: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_19 nop P12168: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_20: membar #StoreLoad P12169: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12170: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_20 nop P12171: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_21: membar #StoreLoad P12172: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12173: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_21 nop P12174: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_22: membar #StoreLoad P12175: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P12176: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_22 nop P12177: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_23: membar #StoreLoad P12178: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12179: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_23 nop P12180: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_24: membar #StoreLoad P12181: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P12182: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_24 nop P12183: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_25: membar #StoreLoad P12184: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12185: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_25 nop P12186: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_26: membar #StoreLoad P12187: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12188: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_26 nop P12189: !_IDC_FLIP [252] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_27: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(12189, 18689, 36, 0x45b00edc, 0xedc, %i3, 0xedc, %l6, %l7, %o5, %l3) P12190: !_MEMBAR (FP) membar #StoreLoad P12191: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P12192: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12192 nop RET12192: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_27 nop P12193: !_PREFETCH [244] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_28: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3700], 3 P12194: !_IDC_FLIP [44] (Int) (Loop exit) sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(12194, 28794, 36, 0x439001f0, 0x1f0, %i2, 0x1f0, %l6, %l7, %o5, %l3) loop_exit_36_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_28 nop P12195: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_29: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12195 nop RET12195: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P12196: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12197: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_29 nop P12198: !_ST [95] (maybe <- 0x92000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_30: sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1196 ] add %l4, 1, %l4 loop_exit_36_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_30 nop P12199: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_31: membar #StoreLoad P12200: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12201: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_31 nop P12202: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_32: membar #StoreLoad P12203: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12204: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_32 nop P12205: !_IDC_FLIP [52] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_33: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12205, 24519, 36, 0x43a004a8, 0x4a8, %i3, 0x4a8, %l6, %l7, %o5, %l3) P12206: !_ST [203] (maybe <- 0x92000002) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 680 ] add %l4, 1, %l4 loop_exit_36_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_33 nop P12207: !_IDC_FLIP [111] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_34: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(12207, 17150, 36, 0x443009c0, 0x9c0, %i3, 0x9c0, %l6, %l7, %o5, %l3) P12208: !_IDC_FLIP [57] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12208, 11366, 36, 0x43a00f80, 0xf80, %i2, 0xf80, %l6, %l7, %o5, %l3) loop_exit_36_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_34 nop P12209: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_35: membar #StoreLoad P12210: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12211: !_MEMBAR (FP) (Loop exit) (Branch target of P12132) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_35 nop ba P12212 nop TARGET12132: ba RET12132 nop P12212: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_36: membar #StoreLoad P12213: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12214: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_36 nop P12215: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_37: membar #StoreLoad P12216: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12217: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_37 nop P12218: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_38: membar #StoreLoad P12219: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12220: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_38 nop P12221: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_39: membar #StoreLoad P12222: !_BLD [183] (FP) (Branch target of P12348) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P12223 nop TARGET12348: ba RET12348 nop P12223: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_39 nop P12224: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_40: membar #StoreLoad P12225: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P12226: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_40 nop P12227: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_41: membar #StoreLoad P12228: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P12229: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_36_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_41 nop P12230: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_42: membar #StoreLoad P12231: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P12232: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_36_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_42 nop P12233: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_43: membar #StoreLoad P12234: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12235: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_43 nop P12236: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_44: membar #StoreLoad P12237: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12238: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_44 nop P12239: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_45: membar #StoreLoad P12240: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12241: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_45 nop P12242: !_MEMBAR (FP) (Loop entry) (Branch target of P12355) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_46: membar #StoreLoad ba P12243 nop TARGET12355: ba RET12355 nop P12243: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12244: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_46 nop P12245: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_47: membar #StoreLoad P12246: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12247: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_47 nop P12248: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_48: membar #StoreLoad P12249: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12250: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_48 nop P12251: !_PREFETCH [59] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_49: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 628], 23 P12252: !_MEMBAR (FP) membar #StoreLoad P12253: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12254: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_49 nop P12255: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_50: membar #StoreLoad P12256: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12257: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_50 nop P12258: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_51: membar #StoreLoad P12259: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12260: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_51 nop P12261: !_MEMBAR (FP) (Loop entry) (Branch target of P12325) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_52: membar #StoreLoad ba P12262 nop TARGET12325: ba RET12325 nop P12262: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12263: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_52 nop P12264: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_53: membar #StoreLoad P12265: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12266: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_53 nop P12267: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_54: membar #StoreLoad P12268: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P12269: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_54 nop P12270: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_55: membar #StoreLoad P12271: !_BLD [139] (FP) (Branch target of P12412) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P12272 nop TARGET12412: ba RET12412 nop P12272: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_55 nop P12273: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_56: membar #StoreLoad P12274: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12275: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_56 nop P12276: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_57: membar #StoreLoad P12277: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12278: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_57 nop P12279: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_58: membar #StoreLoad P12280: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12281: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_58 nop P12282: !_PREFETCH [295] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_59: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3464], 23 P12283: !_MEMBAR (FP) membar #StoreLoad P12284: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12285: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_59 nop P12286: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_60: membar #StoreLoad P12287: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12288: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_60 nop P12289: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_61: membar #StoreLoad P12290: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P12291: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_61 nop P12292: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_62: membar #StoreLoad P12293: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12294: !_MEMBAR (FP) (Loop exit) (Branch target of P12192) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_62 nop ba P12295 nop TARGET12192: ba RET12192 nop P12295: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_63: membar #StoreLoad P12296: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12297: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_63 nop P12298: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_64: membar #StoreLoad P12299: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12300: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_64 nop P12301: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_65: membar #StoreLoad P12302: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P12303: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_36_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_65 nop P12304: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_66: membar #StoreLoad P12305: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12306: !_MEMBAR (FP) (Loop exit) (Branch target of P12195) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_66 nop ba P12307 nop TARGET12195: ba RET12195 nop P12307: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_67: membar #StoreLoad P12308: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12309: !_MEMBAR (FP) (Loop exit) (Branch target of P12352) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_67 nop ba P12310 nop TARGET12352: ba RET12352 nop P12310: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_68: membar #StoreLoad P12311: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12312: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_68 nop P12313: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_69: membar #StoreLoad P12314: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12315: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_69 nop P12316: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_70: membar #StoreLoad P12317: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12318: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_70 nop P12319: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_71: membar #StoreLoad P12320: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12321: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_71 nop P12322: !_MEMBAR (FP) (Loop entry) (Branch target of P12392) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_72: membar #StoreLoad ba P12323 nop TARGET12392: ba RET12392 nop P12323: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P12324: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_36_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_72 nop P12325: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_73: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12325 nop RET12325: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P12326: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P12327: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_73 nop P12328: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_74: membar #StoreLoad P12329: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P12330: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_36_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_74 nop P12331: !_IDC_FLIP [327] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_75: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12331, 31083, 36, 0x46a00504, 0x504, %i2, 0x504, %l6, %l7, %o5, %l3) P12332: !_PREFETCH [225] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2744], 4 loop_exit_36_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_75 nop P12333: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_76: membar #StoreLoad P12334: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12335: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_76 nop P12336: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_77: membar #StoreLoad P12337: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12338: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_77 nop P12339: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_78: membar #StoreLoad P12340: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12341: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_78 nop P12342: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_79: membar #StoreLoad P12343: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P12344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_36_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_79 nop P12345: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_80: membar #StoreLoad P12346: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12347: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_80 nop P12348: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_81: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12348 nop RET12348: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P12349: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12350: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_81 nop P12351: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_82: membar #StoreLoad P12352: !_BLD [275] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12352 nop RET12352: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P12353: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_82 nop P12354: !_IDC_FLIP [14] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_83: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12354, 30434, 36, 0x432006e4, 0x6e4, %i3, 0x6e4, %l6, %l7, %o5, %l3) loop_exit_36_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_83 nop P12355: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_84: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12355 nop RET12355: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P12356: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P12357: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_36_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_84 nop P12358: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_85: membar #StoreLoad P12359: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12360: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_85 nop P12361: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_86: membar #StoreLoad P12362: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12363: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_86 nop P12364: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_87: membar #StoreLoad P12365: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12366: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_87 nop P12367: !_PREFETCH [282] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_88: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 364] %asi, 0 loop_exit_36_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_88 nop P12368: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_89: membar #StoreLoad P12369: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12370: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_89 nop P12371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_90: membar #StoreLoad P12372: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12373: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_90 nop P12374: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_91: membar #StoreLoad P12375: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12376: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_91 nop P12377: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_92: membar #StoreLoad P12378: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12379: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_92 nop P12380: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_93: membar #StoreLoad P12381: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12382: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_93 nop P12383: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_94: membar #StoreLoad P12384: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12385: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_94 nop P12386: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_95: membar #StoreLoad P12387: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12388: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_95 nop P12389: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_96: membar #StoreLoad P12390: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12391: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_96 nop P12392: !_IDC_FLIP [120] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_97: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12392, 15951, 36, 0x44400e08, 0xe08, %i3, 0xe08, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12392 nop RET12392: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_36_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_97 nop P12393: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_98: membar #StoreLoad P12394: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12395: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_98 nop P12396: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_99: membar #StoreLoad P12397: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12398: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_99 nop P12399: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_100: membar #StoreLoad P12400: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P12401: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_36_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_100 nop P12402: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_101: membar #StoreLoad P12403: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12404: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_101 nop P12405: !_IDC_FLIP [284] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_102: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12405, 26553, 36, 0x46100694, 0x694, %i2, 0x694, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12405 nop RET12405: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_36_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_102 nop P12406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_103: membar #StoreLoad P12407: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_103 nop P12409: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_104: membar #StoreLoad P12410: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12411: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_104 nop P12412: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_105: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12412 nop RET12412: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P12413: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12414: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_105 nop P12415: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_106: membar #StoreLoad P12416: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P12417: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_106 nop P12418: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_107: membar #StoreLoad P12419: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P12420: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_36_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_107 nop P12421: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_108: membar #StoreLoad P12422: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_108 nop P12424: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_109: membar #StoreLoad P12425: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12426: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_109 nop P12427: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_110: membar #StoreLoad P12428: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12429: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_110 nop P12430: !_IDC_FLIP [129] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_111: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12430, 23037, 36, 0x44600d44, 0xd44, %i3, 0xd44, %l6, %l7, %o5, %l3) P12431: !_PREFETCH [120] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3592], 4 loop_exit_36_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_111 nop P12432: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_112: membar #StoreLoad P12433: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12434: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12434 nop RET12434: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_112 nop P12435: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_113: membar #StoreLoad P12436: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P12437: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_36_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_113 nop P12438: !_IDC_FLIP [352] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_36_114: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12438, 11523, 36, 0x46e00b18, 0xb18, %i3, 0xb18, %l6, %l7, %o5, %l3) loop_exit_36_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_114 nop P12439: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_36_115: membar #StoreLoad P12440: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12441: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_36_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_36_115 nop P12442: !_MEMBAR (Int) membar #StoreLoad END_NODES36: ! Test instruction sequence for CPU 36 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func37: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x25deade1), %l7 or %l7, %lo(0x25deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x92800001), %l4 or %l4, %lo(0x92800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1e800001), %l7 or %l7, %lo(0x1e800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x13000000), %l7 or %l7, %lo(0x13000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0xba^4 sethi %hi(0xba), %l0 or %l0, %lo(0xba), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 207 to 212 --- sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+4008] sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+712] stx %g0, [%i2+1256] stx %g0, [%i2+2360] stx %g0, [%i2+2816] stx %g0, [%i2+3208] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES37, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES37: ! Test instruction sequence for ISTREAM 37 begins P12443: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_0: membar #StoreLoad P12444: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P12445: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_0 nop P12446: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_1: membar #StoreLoad P12447: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P12448: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_1 nop P12449: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_2: membar #StoreLoad P12450: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P12451: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_37_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_2 nop P12452: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_3: membar #StoreLoad P12453: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12454: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_3 nop P12455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_4: membar #StoreLoad P12456: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_4 nop P12458: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_5: membar #StoreLoad P12459: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12460: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_5 nop P12461: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_6: membar #StoreLoad P12462: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12463: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_6 nop P12464: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_7: membar #StoreLoad P12465: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12466: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_7 nop P12467: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_8: membar #StoreLoad P12468: !_IDC_FLIP [303] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12468, 30298, 37, 0x465001c0, 0x1c0, %i2, 0x1c0, %l6, %l7, %o5, %l3) loop_exit_37_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_8 nop P12469: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_9: membar #StoreLoad P12470: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12471: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_9 nop P12472: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_10: membar #StoreLoad P12473: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12474: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_10 nop P12475: !_IDC_FLIP [83] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_11: sethi %hi(REGION15_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(12475, 822, 37, 0x43f00568, 0x568, %i3, 0x568, %l6, %l7, %o5, %l3) P12476: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12476 nop RET12476: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P12477: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12478: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_11 nop P12479: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_12: membar #StoreLoad P12480: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12481: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_12 nop P12482: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_13: membar #StoreLoad loop_exit_37_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_13 nop P12483: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_14: membar #StoreLoad P12484: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12485: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_14 nop P12486: !_IDC_FLIP [194] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_15: sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12486, 20691, 37, 0x4520001c, 0x1c, %i3, 0x1c, %l6, %l7, %o5, %l3) loop_exit_37_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_15 nop P12487: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_16: membar #StoreLoad P12488: !_BLD [142] (FP) (Branch target of P12660) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P12489 nop TARGET12660: ba RET12660 nop P12489: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_16 nop P12490: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_17: membar #StoreLoad P12491: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12492: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_17 nop P12493: !_ST [231] (maybe <- 0x92800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_18: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2708 ] add %l4, 1, %l4 loop_exit_37_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_18 nop P12494: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_19: membar #StoreLoad P12495: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12496: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_19 nop P12497: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_20: membar #StoreLoad P12498: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12499: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_20 nop P12500: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_21: membar #StoreLoad P12501: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12502: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_21 nop P12503: !_ST [154] (maybe <- 0x92800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_22: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3792 ] add %l4, 1, %l4 P12504: !_MEMBAR (FP) membar #StoreLoad P12505: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_22 nop P12507: !_PREFETCH [212] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_23: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3212], 0 P12508: !_MEMBAR (FP) membar #StoreLoad P12509: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12510: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_23 nop P12511: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_24: membar #StoreLoad P12512: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12513: !_MEMBAR (FP) (Loop exit) (Branch target of P12706) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_24 nop ba P12514 nop TARGET12706: ba RET12706 nop P12514: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_25: membar #StoreLoad P12515: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12516: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12516 nop RET12516: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_25 nop P12517: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_26: membar #StoreLoad P12518: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12519: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_26 nop P12520: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_27: membar #StoreLoad P12521: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12522: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12522 nop RET12522: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_27 nop P12523: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_28: membar #StoreLoad P12524: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12525: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_28 nop P12526: !_IDC_FLIP [114] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_29: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12526, 2097, 37, 0x44400184, 0x184, %i2, 0x184, %l6, %l7, %o5, %l3) P12527: !_FLUSHI [25] (Int) (Loop exit) flush %g0 loop_exit_37_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_29 nop P12528: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_30: membar #StoreLoad P12529: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_30 nop P12531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_31: membar #StoreLoad P12532: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_31 nop P12534: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_32: membar #StoreLoad P12535: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12536: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_32 nop P12537: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_33: membar #StoreLoad P12538: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P12539: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_33 nop P12540: !_PREFETCH [37] (Int) (NF) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_34: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetcha [%i3 + 2328] %asi, 1 P12541: !_MEMBAR (FP) membar #StoreLoad P12542: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12543: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_34 nop P12544: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_35: membar #StoreLoad P12545: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12546: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_35 nop P12547: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_36: membar #StoreLoad P12548: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P12549: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_36 nop P12550: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_37: membar #StoreLoad P12551: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P12552: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_37_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_37 nop P12553: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_38: membar #StoreLoad P12554: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12555: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_38 nop P12556: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_39: membar #StoreLoad P12557: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12558: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_39 nop P12559: !_PREFETCH [209] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_40: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1260], 22 loop_exit_37_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_40 nop P12560: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_41: membar #StoreLoad P12561: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12562: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_41 nop P12563: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_42: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12563 nop RET12563: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P12564: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12565: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_42 nop P12566: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_43: membar #StoreLoad P12567: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12568: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_43 nop P12569: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_44: membar #StoreLoad P12570: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12571: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_44 nop P12572: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_45: membar #StoreLoad P12573: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12574: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_45 nop P12575: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_46: membar #StoreLoad P12576: !_BLD [194] (FP) (Branch target of P12742) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P12577 nop TARGET12742: ba RET12742 nop P12577: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_46 nop P12578: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_47: membar #StoreLoad P12579: !_BLD [187] (FP) (Branch target of P12522) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P12580 nop TARGET12522: ba RET12522 nop P12580: !_MEMBAR (FP) (Loop exit) (Branch target of P12628) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_47 nop ba P12581 nop TARGET12628: ba RET12628 nop P12581: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_48: membar #StoreLoad P12582: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12583: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_48 nop P12584: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_49: membar #StoreLoad P12585: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12586: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_49 nop P12587: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_50: membar #StoreLoad P12588: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P12589: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_50 nop P12590: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_51: membar #StoreLoad P12591: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12592: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_51 nop P12593: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_52: membar #StoreLoad P12594: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12595: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_52 nop P12596: !_PREFETCH [217] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_53: sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3864], 0 loop_exit_37_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_53 nop P12597: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_54: membar #StoreLoad P12598: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P12599: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_54 nop P12600: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_55: membar #StoreLoad P12601: !_BLD [300] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12602: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_55 nop P12603: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_56: membar #StoreLoad P12604: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12605: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_56 nop P12606: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_57: membar #StoreLoad P12607: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P12608: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_37_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_57 nop P12609: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_58: membar #StoreLoad P12610: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P12611: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_37_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_58 nop P12612: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_59: membar #StoreLoad P12613: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12614: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_59 nop P12615: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_60: membar #StoreLoad P12616: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P12617: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_60 nop P12618: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_61: membar #StoreLoad P12619: !_BLD [61] (FP) (Branch target of P12476) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered ba P12620 nop TARGET12476: ba RET12476 nop P12620: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_61 nop P12621: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_62: membar #StoreLoad P12622: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12623: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_62 nop P12624: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_63: membar #StoreLoad P12625: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12626: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_63 nop P12627: !_ST [61] (maybe <- 0x92800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_64: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 768 ] add %l4, 1, %l4 loop_exit_37_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_64 nop P12628: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_65: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12628 nop RET12628: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P12629: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12630: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_65 nop P12631: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_66: membar #StoreLoad P12632: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12633: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_66 nop P12634: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_67: membar #StoreLoad P12635: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P12636: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_37_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_67 nop P12637: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_68: membar #StoreLoad P12638: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P12639: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_37_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_68 nop P12640: !_ST [329] (maybe <- 0x92800004) (Int) (Loop entry) (Loop exit) (Branch target of P12689) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_69: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1428 ] add %l4, 1, %l4 loop_exit_37_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_69 nop ba P12641 nop TARGET12689: ba RET12689 nop P12641: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_70: membar #StoreLoad P12642: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12643: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_70 nop P12644: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_71: membar #StoreLoad P12645: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12646: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_71 nop P12647: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_72: membar #StoreLoad P12648: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12649: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_72 nop P12650: !_LD [212] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_73: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3212], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P12651: !_LD [73] (Int) (Loop exit) sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 1444], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_37_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_73 nop P12652: !_PREFETCH [107] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_74: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2072], 23 loop_exit_37_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_74 nop P12653: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_75: membar #StoreLoad P12654: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12655: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_75 nop P12656: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_76: membar #StoreLoad P12657: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P12658: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_76 nop P12659: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_77: membar #StoreLoad P12660: !_BLD [356] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12660 nop RET12660: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P12661: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_77 nop P12662: !_IDC_FLIP [269] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_78: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12662, 5991, 37, 0x45e00f70, 0xf70, %i3, 0xf70, %l6, %l7, %o5, %l3) loop_exit_37_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_78 nop P12663: !_ST [114] (maybe <- 0x92800005) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_79: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 388 ] add %l4, 1, %l4 P12664: !_MEMBAR (FP) membar #StoreLoad P12665: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12666: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_79 nop P12667: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_80: membar #StoreLoad P12668: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12669: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_80 nop P12670: !_IDC_FLIP [252] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_81: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(12670, 6310, 37, 0x45b00edc, 0xedc, %i3, 0xedc, %l6, %l7, %o5, %l3) loop_exit_37_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_81 nop P12671: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_82: membar #StoreLoad P12672: !_BLD [339] (FP) (Branch target of P12563) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P12673 nop TARGET12563: ba RET12563 nop P12673: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_82 nop P12674: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_83: membar #StoreLoad P12675: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P12676: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_83 nop P12677: !_IDC_FLIP [105] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_84: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12677, 22066, 37, 0x44200d00, 0xd00, %i2, 0xd00, %l6, %l7, %o5, %l3) P12678: !_MEMBAR (FP) membar #StoreLoad P12679: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P12680: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_84 nop P12681: !_ST [41] (maybe <- 0x1e800001) (FP) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_85: sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 1184 ] loop_exit_37_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_85 nop P12682: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_86: membar #StoreLoad P12683: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12684: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_86 nop P12685: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_87: membar #StoreLoad P12686: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P12687: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_87 nop P12688: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_88: membar #StoreLoad P12689: !_BLD [67] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12689 nop RET12689: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P12690: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_88 nop P12691: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_89: membar #StoreLoad P12692: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12693: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_89 nop P12694: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_90: membar #StoreLoad P12695: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12696: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_90 nop P12697: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_91: membar #StoreLoad P12698: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12699: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_91 nop P12700: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_92: membar #StoreLoad P12701: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12702: !_MEMBAR (FP) (Loop exit) (Branch target of P12764) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_92 nop ba P12703 nop TARGET12764: ba RET12764 nop P12703: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_93: membar #StoreLoad P12704: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12705: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_93 nop P12706: !_IDC_FLIP [182] (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_94: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(12706, 5971, 37, 0x45000688, 0x688, %i3, 0x688, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12706 nop RET12706: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P12707: !_MEMBAR (FP) membar #StoreLoad P12708: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12709: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_94 nop P12710: !_FLUSHI [120] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_95: flush %g0 P12711: !_MEMBAR (FP) membar #StoreLoad P12712: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P12713: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_37_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_95 nop P12714: !_ST [287] (maybe <- 0x92800006) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_96: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l6 or %l6, %lo(0xff00ff00), %l6 and %l4, %l6, %l7 srl %l7, 8, %l7 sll %l4, 8, %l3 and %l3, %l6, %l3 or %l3, %l7, %l3 srl %l3, 16, %l7 sll %l3, 16, %l3 srl %l3, 0, %l3 or %l3, %l7, %l3 stwa %l3, [%i2 + 3524] %asi add %l4, 1, %l4 loop_exit_37_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_96 nop P12715: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_97: membar #StoreLoad P12716: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12717: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_97 nop P12718: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_98: membar #StoreLoad P12719: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12720: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_98 nop P12721: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_99: membar #StoreLoad P12722: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12723: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_99 nop P12724: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_100: membar #StoreLoad P12725: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P12726: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_37_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_100 nop P12727: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_101: membar #StoreLoad P12728: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12729: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_101 nop P12730: !_FLUSHI [267] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_102: flush %g0 loop_exit_37_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_102 nop P12731: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_103: membar #StoreLoad P12732: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12733: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_103 nop P12734: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_104: membar #StoreLoad P12735: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12736: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_104 nop P12737: !_ST [283] (maybe <- 0x1e800002) (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_105: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 1132 ] P12738: !_MEMBAR (FP) membar #StoreLoad P12739: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12740: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_105 nop P12741: !_MEMBAR (FP) (Loop entry) (Branch target of P12516) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_106: membar #StoreLoad ba P12742 nop TARGET12516: ba RET12516 nop P12742: !_BLD [1] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12742 nop RET12742: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P12743: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_106 nop P12744: !_ST [163] (maybe <- 0x92800007) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_107: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2780 ] add %l4, 1, %l4 loop_exit_37_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_107 nop P12745: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_108: membar #StoreLoad P12746: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12747: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_108 nop P12748: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_109: membar #StoreLoad P12749: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12750: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_109 nop P12751: !_IDC_FLIP [65] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_110: sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12751, 5873, 37, 0x43c00400, 0x400, %i3, 0x400, %l6, %l7, %o5, %l3) P12752: !_MEMBAR (FP) membar #StoreLoad P12753: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12754: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_110 nop P12755: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_111: membar #StoreLoad P12756: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12757: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_111 nop P12758: !_ST [243] (maybe <- 0x92800008) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_112: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2608 ] add %l4, 1, %l4 loop_exit_37_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_112 nop P12759: !_ST [307] (maybe <- 0x92800009) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_113: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 124 ] add %l4, 1, %l4 loop_exit_37_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_113 nop P12760: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_114: membar #StoreLoad P12761: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12762: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_114 nop P12763: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_37_115: membar #StoreLoad P12764: !_BLD [346] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12764 nop RET12764: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P12765: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_115 nop P12766: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_116: membar #StoreLoad P12767: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12768: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_116 nop P12769: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_37_117: membar #StoreLoad P12770: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P12771: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_37_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_37_117 nop P12772: !_MEMBAR (Int) membar #StoreLoad END_NODES37: ! Test instruction sequence for CPU 37 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func38: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x26deade1), %l3 or %l3, %lo(0x26deade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x93000001), %l4 or %l4, %lo(0x93000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1f000001), %l3 or %l3, %lo(0x1f000001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x13800000), %l3 or %l3, %lo(0x13800000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x4ff8^4 sethi %hi(0x4ff8), %l0 or %l0, %lo(0x4ff8), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 213 to 217 --- sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+3816] sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+3624] stx %g0, [%i3+3744] stx %g0, [%i3+3752] stx %g0, [%i3+3864] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES38, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES38: ! Test instruction sequence for ISTREAM 38 begins P12773: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_0: membar #StoreLoad P12774: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P12775: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_38_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_0 nop P12776: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_1: membar #StoreLoad P12777: !_BLD [38] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12777 nop RET12777: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P12778: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_1 nop P12779: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_2: membar #StoreLoad P12780: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12781: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_2 nop P12782: !_PREFETCH [15] (Int) (Loop entry) (Loop exit) (Branch target of P12819) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_3: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2056], 23 loop_exit_38_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_3 nop ba P12783 nop TARGET12819: ba RET12819 nop P12783: !_IDC_FLIP [130] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_4: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12783, 20706, 38, 0x44600f4c, 0xf4c, %i2, 0xf4c, %l6, %l7, %o5, %l3) P12784: !_MEMBAR (FP) membar #StoreLoad P12785: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12786: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_4 nop P12787: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_5: membar #StoreLoad P12788: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12789: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_5 nop P12790: !_MEMBAR (FP) (Loop entry) (Branch target of P12871) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_6: membar #StoreLoad ba P12791 nop TARGET12871: ba RET12871 nop P12791: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P12792: !_MEMBAR (FP) (Loop exit) (Branch target of P12842) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_6 nop ba P12793 nop TARGET12842: ba RET12842 nop P12793: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_7: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12793 nop RET12793: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P12794: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P12795: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_7 nop P12796: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_8: membar #StoreLoad P12797: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12798: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_8 nop P12799: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_9: membar #StoreLoad P12800: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12801: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12801 nop RET12801: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_9 nop P12802: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_10: membar #StoreLoad P12803: !_BLD [333] (FP) (Branch target of P12834) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P12804 nop TARGET12834: ba RET12834 nop P12804: !_MEMBAR (FP) (Loop exit) (Branch target of P13089) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_10 nop ba P12805 nop TARGET13089: ba RET13089 nop P12805: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_11: membar #StoreLoad P12806: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_11 nop P12808: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_12: membar #StoreLoad P12809: !_BLD [18] (FP) (Branch target of P13008) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P12810 nop TARGET13008: ba RET13008 nop P12810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_12 nop P12811: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_13: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12811 nop RET12811: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P12812: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_13 nop P12814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_14: membar #StoreLoad P12815: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P12816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_14 nop P12817: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_15: membar #StoreLoad P12818: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12819: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12819 nop RET12819: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_15 nop P12820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_16: membar #StoreLoad P12821: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P12822: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_38_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_16 nop P12823: !_ST [320] (maybe <- 0x93000001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_17: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3172 ] add %l4, 1, %l4 P12824: !_MEMBAR (FP) membar #StoreLoad P12825: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P12826: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_17 nop P12827: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_18: membar #StoreLoad P12828: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P12829: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_18 nop P12830: !_IDC_FLIP [0] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_19: IDC_FLIP(12830, 25899, 38, 0x43000204, 0x204, %i0, 0x204, %l6, %l7, %o5, %l3) loop_exit_38_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_19 nop P12831: !_MEMBAR (FP) (Loop entry) (Branch target of P13067) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_20: membar #StoreLoad ba P12832 nop TARGET13067: ba RET13067 nop P12832: !_BLD [292] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12833: !_MEMBAR (FP) (Loop exit) (Branch target of P12811) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_20 nop ba P12834 nop TARGET12811: ba RET12811 nop P12834: !_MEMBAR (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_21: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12834 nop RET12834: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 loop_exit_38_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_21 nop P12835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_22: membar #StoreLoad P12836: !_BLD [334] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12836 nop RET12836: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P12837: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_22 nop P12838: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_23: membar #StoreLoad P12839: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P12840: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_23 nop P12841: !_ST [271] (maybe <- 0x93000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_24: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 4032 ] add %l4, 1, %l4 loop_exit_38_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_24 nop P12842: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P12931) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_25: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12842 nop RET12842: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P12843 nop TARGET12931: ba RET12931 nop P12843: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P12844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_25 nop P12845: !_MEMBAR (FP) (Loop entry) (Branch target of P12836) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_26: membar #StoreLoad ba P12846 nop TARGET12836: ba RET12836 nop P12846: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_26 nop P12848: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_27: membar #StoreLoad P12849: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P12850: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_27 nop P12851: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_28: membar #StoreLoad P12852: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12853: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_28 nop P12854: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_29: membar #StoreLoad P12855: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12856: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_29 nop P12857: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_30: membar #StoreLoad P12858: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P12859: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_38_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_30 nop P12860: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_31: membar #StoreLoad P12861: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12862: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_31 nop P12863: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_32: membar #StoreLoad P12864: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P12865: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_38_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_32 nop P12866: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_33: membar #StoreLoad P12867: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P12868: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_33 nop P12869: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_34: membar #StoreLoad P12870: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12871: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12871 nop RET12871: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_34 nop P12872: !_ST [339] (maybe <- 0x93000003) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_35: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l7 or %l7, %lo(0xff00ff00), %l7 and %l4, %l7, %o5 srl %o5, 8, %o5 sll %l4, 8, %l6 and %l6, %l7, %l6 or %l6, %o5, %l6 srl %l6, 16, %o5 sll %l6, 16, %l6 srl %l6, 0, %l6 or %l6, %o5, %l6 stwa %l6, [%i3 + 20] %asi add %l4, 1, %l4 loop_exit_38_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_35 nop P12873: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_36: membar #StoreLoad P12874: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12875: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_36 nop P12876: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_37: membar #StoreLoad P12877: !_BLD [210] (FP) (Branch target of P13078) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P12878 nop TARGET13078: ba RET13078 nop P12878: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_37 nop P12879: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_38: membar #StoreLoad P12880: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12881: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_38 nop P12882: !_ST [78] (maybe <- 0x93000004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_39: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1932 ] add %l4, 1, %l4 loop_exit_38_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_39 nop P12883: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_40: membar #StoreLoad P12884: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P12885: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_40 nop P12886: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_41: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12886 nop RET12886: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P12887: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P12888: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_38_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_41 nop P12889: !_IDC_FLIP [350] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_42: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(12889, 16314, 38, 0x46e007e8, 0x7e8, %i2, 0x7e8, %l6, %l7, %o5, %l3) P12890: !_MEMBAR (FP) membar #StoreLoad P12891: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P12892: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12892 nop RET12892: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_38_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_42 nop P12893: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_43: membar #StoreLoad P12894: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12895: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_43 nop P12896: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_44: membar #StoreLoad P12897: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12898: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_44 nop P12899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_45: membar #StoreLoad P12900: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12901: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_45 nop P12902: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_46: membar #StoreLoad P12903: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P12904: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_46 nop P12905: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_47: membar #StoreLoad P12906: !_BLD [74] (FP) (Branch target of P12793) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P12907 nop TARGET12793: ba RET12793 nop P12907: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_47 nop P12908: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_48: membar #StoreLoad P12909: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12910: !_MEMBAR (FP) (Loop exit) (Branch target of P12951) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_48 nop ba P12911 nop TARGET12951: ba RET12951 nop P12911: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_49: membar #StoreLoad P12912: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12913: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_49 nop P12914: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_50: membar #StoreLoad P12915: !_BLD [214] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12915 nop RET12915: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P12916: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_50 nop P12917: !_PREFETCH [184] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_51: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2580], 22 loop_exit_38_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_51 nop P12918: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_52: membar #StoreLoad P12919: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P12920: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_38_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_52 nop P12921: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_53: membar #StoreLoad P12922: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P12923: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_53 nop P12924: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_54: membar #StoreLoad P12925: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P12926: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_54 nop P12927: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_55: membar #StoreLoad P12928: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P12929: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_55 nop P12930: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_56: membar #StoreLoad P12931: !_BLD [112] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12931 nop RET12931: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P12932: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_38_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_56 nop P12933: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_57: membar #StoreLoad P12934: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12935: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_57 nop P12936: !_MEMBAR (FP) (Loop entry) (Branch target of P12979) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_58: membar #StoreLoad ba P12937 nop TARGET12979: ba RET12979 nop P12937: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P12938: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_58 nop P12939: !_PREFETCH [190] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_59: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3392], 2 P12940: !_MEMBAR (FP) membar #StoreLoad P12941: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P12942: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_59 nop P12943: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_60: membar #StoreLoad P12944: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12945: !_MEMBAR (FP) (Loop exit) (Branch target of P12964) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_60 nop ba P12946 nop TARGET12964: ba RET12964 nop P12946: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_61: membar #StoreLoad P12947: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P12948: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_61 nop P12949: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_62: membar #StoreLoad P12950: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P12951: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12951 nop RET12951: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_62 nop P12952: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_63: membar #StoreLoad P12953: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P12954: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_63 nop P12955: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_64: membar #StoreLoad P12956: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P12957: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_64 nop P12958: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_65: membar #StoreLoad P12959: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P12960: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_65 nop P12961: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_66: membar #StoreLoad P12962: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12963: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_66 nop P12964: !_ST [230] (maybe <- 0x93000005) (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_67: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2336 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET12964 nop RET12964: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 loop_exit_38_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_67 nop P12965: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_68: membar #StoreLoad P12966: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P12967: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_68 nop P12968: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_69: membar #StoreLoad P12969: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P12970: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_69 nop P12971: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_70: membar #StoreLoad P12972: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P12973: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_70 nop P12974: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_71: membar #StoreLoad P12975: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P12976: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_71 nop P12977: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_72: membar #StoreLoad P12978: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P12979: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12979 nop RET12979: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_72 nop P12980: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_73: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET12980 nop RET12980: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P12981: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P12982: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_38_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_73 nop P12983: !_PREFETCH [331] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_74: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3484], 21 P12984: !_IDC_FLIP [87] (Int) (Loop exit) sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(12984, 1727, 38, 0x44000404, 0x404, %i3, 0x404, %l6, %l7, %o5, %l3) loop_exit_38_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_74 nop P12985: !_PREFETCH [0] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_75: prefetch [%i0 + 516], 0 P12986: !_MEMBAR (FP) membar #StoreLoad P12987: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION6_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P12988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_75 nop P12989: !_IDC_FLIP [163] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_76: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(12989, 30746, 38, 0x44c00adc, 0xadc, %i3, 0xadc, %l6, %l7, %o5, %l3) P12990: !_PREFETCH [62] (Int) (NF) (Loop exit) wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 832] %asi, 20 loop_exit_38_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_76 nop P12991: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_77: membar #StoreLoad P12992: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P12993: !_MEMBAR (FP) (Loop exit) (Branch target of P12980) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_77 nop ba P12994 nop TARGET12980: ba RET12980 nop P12994: !_MEMBAR (FP) (Loop entry) (Branch target of P12915) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_78: membar #StoreLoad ba P12995 nop TARGET12915: ba RET12915 nop P12995: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P12996: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_78 nop P12997: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_79: membar #StoreLoad P12998: !_BLD [154] (FP) (Branch target of P13012) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P12999 nop TARGET13012: ba RET13012 nop P12999: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_79 nop P13000: !_PREFETCH [348] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_80: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 156] %asi, 20 loop_exit_38_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_80 nop P13001: !_PREFETCH [150] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_81: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 480], 3 P13002: !_MEMBAR (FP) membar #StoreLoad P13003: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13004: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_81 nop P13005: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_82: membar #StoreLoad P13006: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13007: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_82 nop P13008: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_83: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13008 nop RET13008: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P13009: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P13010: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_83 nop P13011: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_84: membar #StoreLoad P13012: !_BLD [97] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13012 nop RET13012: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13013: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_84 nop P13014: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_85: membar #StoreLoad P13015: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13016: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_85 nop P13017: !_IDC_FLIP [131] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_86: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13017, 15903, 38, 0x447002fc, 0x2fc, %i3, 0x2fc, %l6, %l7, %o5, %l3) loop_exit_38_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_86 nop P13018: !_IDC_FLIP [195] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_87: sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13018, 18807, 38, 0x45200764, 0x764, %i2, 0x764, %l6, %l7, %o5, %l3) loop_exit_38_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_87 nop P13019: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_88: membar #StoreLoad P13020: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13021: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_88 nop P13022: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_89: membar #StoreLoad P13023: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13024: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_89 nop P13025: !_ST [350] (maybe <- 0x93000006) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_90: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2024 ] add %l4, 1, %l4 loop_exit_38_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_90 nop P13026: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_91: membar #StoreLoad P13027: !_BLD [156] (FP) (Branch target of P12801) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered ba P13028 nop TARGET12801: ba RET12801 nop P13028: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P12886) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13028 nop RET13028: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_91 nop ba P13029 nop TARGET12886: ba RET12886 nop P13029: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_92: membar #StoreLoad P13030: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13031: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_92 nop P13032: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_93: membar #StoreLoad loop_exit_38_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_93 nop P13033: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_94: membar #StoreLoad P13034: !_BLD [226] (FP) (Branch target of P12892) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P13035 nop TARGET12892: ba RET12892 nop P13035: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_94 nop P13036: !_ST [172] (maybe <- 0x93000007) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_95: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1972 ] add %l4, 1, %l4 P13037: !_ST [132] (maybe <- 0x93000008) (Int) (Loop exit) sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1124 ] add %l4, 1, %l4 loop_exit_38_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_95 nop P13038: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_96: membar #StoreLoad P13039: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_96 nop P13041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_97: membar #StoreLoad P13042: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_97 nop P13044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_98: membar #StoreLoad P13045: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P13046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_98 nop P13047: !_MEMBAR (FP) (Loop entry) (Branch target of P12777) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_99: membar #StoreLoad ba P13048 nop TARGET12777: ba RET12777 nop P13048: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_99 nop P13050: !_MEMBAR (FP) (Loop entry) (Branch target of P13028) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_100: membar #StoreLoad ba P13051 nop TARGET13028: ba RET13028 nop P13051: !_BLD [300] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13052: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_100 nop P13053: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_101: membar #StoreLoad P13054: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P13055: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_101 nop P13056: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_102: membar #StoreLoad P13057: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_102 nop P13059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_103: membar #StoreLoad P13060: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_103 nop P13062: !_FLUSHI [98] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_104: flush %g0 P13063: !_MEMBAR (FP) membar #StoreLoad P13064: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13065: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_104 nop P13066: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_105: membar #StoreLoad P13067: !_BLD [122] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13067 nop RET13067: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13068: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_105 nop P13069: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_106: membar #StoreLoad P13070: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13071: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_106 nop P13072: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_107: membar #StoreLoad P13073: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13074: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_107 nop P13075: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_108: membar #StoreLoad P13076: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_108 nop P13078: !_ST [74] (maybe <- 0x93000009) (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_109: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1872 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13078 nop RET13078: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13079: !_ST [240] (maybe <- 0x9300000a) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 588 ] add %l4, 1, %l4 loop_exit_38_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_109 nop P13080: !_ST [1] (maybe <- 0x9300000b) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_110: stw %l4, [%i0 + 812 ] add %l4, 1, %l4 loop_exit_38_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_110 nop P13081: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_111: membar #StoreLoad P13082: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13083: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_111 nop P13084: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_38_112: membar #StoreLoad P13085: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13086: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_112 nop P13087: !_IDC_FLIP [229] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_38_113: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13087, 8046, 38, 0x45800728, 0x728, %i2, 0x728, %l6, %l7, %o5, %l3) P13088: !_MEMBAR (FP) membar #StoreLoad P13089: !_BLD [163] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13089 nop RET13089: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13090: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_38_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_38_113 nop P13091: !_MEMBAR (Int) membar #StoreLoad END_NODES38: ! Test instruction sequence for CPU 38 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func39: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x27deade1), %l7 or %l7, %lo(0x27deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x93800001), %l4 or %l4, %lo(0x93800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x1f800001), %l7 or %l7, %lo(0x1f800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x14000000), %l7 or %l7, %lo(0x14000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x230c^4 sethi %hi(0x230c), %l0 or %l0, %lo(0x230c), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 218 to 223 --- sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+3912] stx %g0, [%i2+4032] stx %g0, [%i2+4072] sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+864] stx %g0, [%i3+1448] stx %g0, [%i3+1872] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES39, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES39: ! Test instruction sequence for ISTREAM 39 begins P13092: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_0: membar #StoreLoad P13093: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13094: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_0 nop P13095: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_1: membar #StoreLoad P13096: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13097: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_1 nop P13098: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_2: membar #StoreLoad P13099: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13100: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_2 nop P13101: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_3: membar #StoreLoad P13102: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13103: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_3 nop P13104: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_4: membar #StoreLoad P13105: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P13106: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_39_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_4 nop P13107: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_5: membar #StoreLoad P13108: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13109: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_5 nop P13110: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_6: membar #StoreLoad P13111: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13112: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_6 nop P13113: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_7: membar #StoreLoad P13114: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13115: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_7 nop P13116: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_8: membar #StoreLoad P13117: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P13118: !_MEMBAR (FP) (Loop exit) (Branch target of P13223) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_39_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_8 nop ba P13119 nop TARGET13223: ba RET13223 nop P13119: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_9: membar #StoreLoad P13120: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13121: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_9 nop P13122: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_10: membar #StoreLoad P13123: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13124: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_10 nop P13125: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_11: membar #StoreLoad P13126: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13127: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_11 nop P13128: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_12: membar #StoreLoad P13129: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13130: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_12 nop P13131: !_IDC_FLIP [307] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_13: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(13131, 20366, 39, 0x4660007c, 0x7c, %i2, 0x7c, %l6, %l7, %o5, %l3) loop_exit_39_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_13 nop P13132: !_PREFETCH [318] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_14: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2240], 0 P13133: !_IDC_FLIP [129] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13133, 23247, 39, 0x44600d44, 0xd44, %i2, 0xd44, %l6, %l7, %o5, %l3) loop_exit_39_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_14 nop P13134: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_15: membar #StoreLoad P13135: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13136: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_15 nop P13137: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_16: membar #StoreLoad P13138: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13139: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_16 nop P13140: !_ST [133] (maybe <- 0x93800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_17: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2160 ] add %l4, 1, %l4 loop_exit_39_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_17 nop P13141: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_18: membar #StoreLoad P13142: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P13143: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_18 nop P13144: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_19: membar #StoreLoad P13145: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13146: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_19 nop P13147: !_PREFETCH [327] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_20: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1284], 4 loop_exit_39_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_20 nop P13148: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_21: membar #StoreLoad P13149: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13150: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_21 nop P13151: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_22: membar #StoreLoad P13152: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13153: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_22 nop P13154: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_23: membar #StoreLoad P13155: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13156: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_23 nop P13157: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_24: membar #StoreLoad P13158: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P13159: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_39_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_24 nop P13160: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_25: membar #StoreLoad P13161: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13162: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_25 nop P13163: !_IDC_FLIP [49] (Int) (Loop entry) (CBR) (Branch target of P13377) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_26: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13163, 7708, 39, 0x43900b64, 0xb64, %i3, 0xb64, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13163 nop RET13163: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P13164 nop TARGET13377: ba RET13377 nop P13164: !_MEMBAR (FP) membar #StoreLoad P13165: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P13166: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_26 nop P13167: !_ST [229] (maybe <- 0x93800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_27: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1832 ] add %l4, 1, %l4 P13168: !_MEMBAR (FP) membar #StoreLoad P13169: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13170: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_27 nop P13171: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_28: membar #StoreLoad P13172: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13173: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_28 nop P13174: !_ST [10] (maybe <- 0x93800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_29: stw %l4, [%i1 + 3224 ] add %l4, 1, %l4 loop_exit_39_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_29 nop P13175: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_30: membar #StoreLoad P13176: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P13177: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_39_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_30 nop P13178: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_31: membar #StoreLoad P13179: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P13180: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_39_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_31 nop P13181: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_32: membar #StoreLoad P13182: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13183: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_32 nop P13184: !_FLUSHI [279] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_33: flush %g0 P13185: !_PREFETCH [321] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 424], 21 loop_exit_39_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_33 nop P13186: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_34: membar #StoreLoad P13187: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P13188: !_MEMBAR (FP) (Loop exit) (Branch target of P13197) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_34 nop ba P13189 nop TARGET13197: ba RET13197 nop P13189: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_35: membar #StoreLoad P13190: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13191: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_35 nop P13192: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_36: membar #StoreLoad P13193: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13194: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_36 nop P13195: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_37: membar #StoreLoad P13196: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13197: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13197 nop RET13197: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_37 nop P13198: !_PREFETCH [277] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_38: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1368], 3 P13199: !_MEMBAR (FP) membar #StoreLoad P13200: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13201: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_38 nop P13202: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_39: membar #StoreLoad P13203: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P13204: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_39 nop P13205: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_40: membar #StoreLoad P13206: !_BLD [224] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13207: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_40 nop P13208: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_41: membar #StoreLoad P13209: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13210: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_41 nop P13211: !_ST [278] (maybe <- 0x93800004) (Int) (Loop entry) (Loop exit) (Branch target of P13274) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_42: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2428 ] add %l4, 1, %l4 loop_exit_39_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_42 nop ba P13212 nop TARGET13274: ba RET13274 nop P13212: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_43: membar #StoreLoad P13213: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13214: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_43 nop P13215: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_44: membar #StoreLoad P13216: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13217: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_44 nop P13218: !_MEMBAR (FP) (Loop entry) (Branch target of P13297) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_45: membar #StoreLoad ba P13219 nop TARGET13297: ba RET13297 nop P13219: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13220: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_45 nop P13221: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_46: membar #StoreLoad P13222: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13223: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13223 nop RET13223: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_46 nop P13224: !_MEMBAR (FP) (Loop entry) (Branch target of P13163) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_47: membar #StoreLoad ba P13225 nop TARGET13163: ba RET13163 nop P13225: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13226: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_47 nop P13227: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_48: membar #StoreLoad P13228: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13229: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_48 nop P13230: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_49: membar #StoreLoad P13231: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P13232: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_49 nop P13233: !_ST [145] (maybe <- 0x93800005) (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_50: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2216 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13233 nop RET13233: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13234: !_MEMBAR (FP) membar #StoreLoad P13235: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13236: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_50 nop P13237: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_51: membar #StoreLoad P13238: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P13239: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_51 nop P13240: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_52: membar #StoreLoad P13241: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P13242: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_52 nop P13243: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_53: membar #StoreLoad P13244: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13245: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_53 nop P13246: !_IDC_FLIP [54] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_54: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(13246, 31324, 39, 0x43a0095c, 0x95c, %i3, 0x95c, %l6, %l7, %o5, %l3) P13247: !_MEMBAR (FP) membar #StoreLoad P13248: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P13249: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_54 nop P13250: !_IDC_FLIP [260] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_55: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13250, 20324, 39, 0x45d003d0, 0x3d0, %i3, 0x3d0, %l6, %l7, %o5, %l3) loop_exit_39_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_55 nop P13251: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_56: membar #StoreLoad P13252: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13253: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_56 nop P13254: !_MEMBAR (FP) (Loop entry) (Branch target of P13378) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_57: membar #StoreLoad ba P13255 nop TARGET13378: ba RET13378 nop P13255: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13256: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_57 nop P13257: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_58: membar #StoreLoad P13258: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13259: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_58 nop P13260: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_59: membar #StoreLoad P13261: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13262: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_59 nop P13263: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_60: membar #StoreLoad P13264: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13265: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_60 nop P13266: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_61: membar #StoreLoad P13267: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13268: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_61 nop P13269: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_62: membar #StoreLoad P13270: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13271: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_62 nop P13272: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_63: membar #StoreLoad P13273: !_BLD [321] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13273 nop RET13273: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13274: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13274 nop RET13274: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_63 nop P13275: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_64: membar #StoreLoad P13276: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P13277: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_64 nop P13278: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_65: membar #StoreLoad P13279: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P13280: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_39_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_65 nop P13281: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_66: membar #StoreLoad P13282: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13283: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_66 nop P13284: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_67: membar #StoreLoad P13285: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13286: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_67 nop P13287: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_68: membar #StoreLoad P13288: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13289: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_68 nop P13290: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_69: membar #StoreLoad P13291: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P13292: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_39_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_69 nop P13293: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_70: membar #StoreLoad P13294: !_BLD [325] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13294 nop RET13294: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P13295: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_70 nop P13296: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_71: membar #StoreLoad P13297: !_BLD [216] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13297 nop RET13297: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13298: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_39_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_71 nop P13299: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_72: membar #StoreLoad P13300: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13301: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_72 nop P13302: !_MEMBAR (FP) (Loop entry) (Branch target of P13294) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_73: membar #StoreLoad ba P13303 nop TARGET13294: ba RET13294 nop P13303: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P13304: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_73 nop P13305: !_IDC_FLIP [133] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_74: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13305, 3235, 39, 0x44700870, 0x870, %i3, 0x870, %l6, %l7, %o5, %l3) P13306: !_IDC_FLIP [265] (Int) (Loop exit) sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(13306, 6894, 39, 0x45d00f24, 0xf24, %i2, 0xf24, %l6, %l7, %o5, %l3) loop_exit_39_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_74 nop P13307: !_IDC_FLIP [265] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_75: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13307, 13320, 39, 0x45d00f24, 0xf24, %i3, 0xf24, %l6, %l7, %o5, %l3) loop_exit_39_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_75 nop P13308: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_76: membar #StoreLoad P13309: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P13310: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_39_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_76 nop P13311: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_77: membar #StoreLoad P13312: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13313: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_77 nop P13314: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_78: membar #StoreLoad P13315: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P13316: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_78 nop P13317: !_IDC_FLIP [48] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_79: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13317, 29702, 39, 0x43900a40, 0xa40, %i3, 0xa40, %l6, %l7, %o5, %l3) loop_exit_39_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_79 nop P13318: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_80: membar #StoreLoad P13319: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13320: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_80 nop P13321: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_81: membar #StoreLoad P13322: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13323: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_81 nop P13324: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_82: membar #StoreLoad P13325: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13326: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_82 nop P13327: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_83: membar #StoreLoad P13328: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13329: !_MEMBAR (FP) (Loop exit) (Branch target of P13273) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_83 nop ba P13330 nop TARGET13273: ba RET13273 nop P13330: !_IDC_FLIP [74] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_84: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(13330, 31318, 39, 0x43d00750, 0x750, %i2, 0x750, %l6, %l7, %o5, %l3) P13331: !_MEMBAR (FP) membar #StoreLoad P13332: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13333: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_84 nop P13334: !_MEMBAR (FP) (Loop entry) (Branch target of P13404) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_85: membar #StoreLoad ba P13335 nop TARGET13404: ba RET13404 nop P13335: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13336: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_85 nop P13337: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_86: membar #StoreLoad P13338: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13339: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_86 nop P13340: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_87: membar #StoreLoad P13341: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13342: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_87 nop P13343: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_88: membar #StoreLoad P13344: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13345: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_88 nop P13346: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_89: membar #StoreLoad P13347: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13348: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_89 nop P13349: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_90: membar #StoreLoad P13350: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13351: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_90 nop P13352: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_91: membar #StoreLoad P13353: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13354: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13354 nop RET13354: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_91 nop P13355: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_92: membar #StoreLoad P13356: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13357: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_92 nop P13358: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_93: membar #StoreLoad P13359: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P13360: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_39_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_93 nop P13361: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_94: membar #StoreLoad P13362: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P13363: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_39_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_94 nop P13364: !_PREFETCH [14] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_95: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1764], 23 P13365: !_MEMBAR (FP) membar #StoreLoad P13366: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13367: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_95 nop P13368: !_MEMBAR (FP) (Loop entry) (Branch target of P13354) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_96: membar #StoreLoad ba P13369 nop TARGET13354: ba RET13354 nop P13369: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P13370: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_96 nop P13371: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_97: membar #StoreLoad P13372: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13373: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_97 nop P13374: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_98: membar #StoreLoad P13375: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13376: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_98 nop P13377: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_99: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13377 nop RET13377: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13378: !_BLD [313] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13378 nop RET13378: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P13379: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_99 nop P13380: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_100: membar #StoreLoad P13381: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION38_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13382: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_100 nop P13383: !_IDC_FLIP [56] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_101: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(13383, 17616, 39, 0x43a00c00, 0xc00, %i3, 0xc00, %l6, %l7, %o5, %l3) loop_exit_39_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_101 nop P13384: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_102: membar #StoreLoad P13385: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13386: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_102 nop P13387: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_103: membar #StoreLoad P13388: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13389: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_103 nop P13390: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_104: membar #StoreLoad P13391: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13392: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_104 nop P13393: !_ST [316] (maybe <- 0x93800006) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_105: sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 4012 ] add %l4, 1, %l4 P13394: !_MEMBAR (FP) membar #StoreLoad P13395: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13396: !_MEMBAR (FP) (Loop exit) (Branch target of P13233) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_105 nop ba P13397 nop TARGET13233: ba RET13233 nop P13397: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_106: membar #StoreLoad P13398: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P13399: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_106 nop P13400: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_107: membar #StoreLoad P13401: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13402: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_107 nop P13403: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_39_108: membar #StoreLoad P13404: !_BLD [349] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13404 nop RET13404: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P13405: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_108 nop P13406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_109: membar #StoreLoad P13407: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_109 nop P13409: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_110: membar #StoreLoad P13410: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13411: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_110 nop P13412: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_111: membar #StoreLoad P13413: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13414: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_111 nop P13415: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_112: membar #StoreLoad P13416: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P13417: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_112 nop P13418: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_113: membar #StoreLoad P13419: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13420: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_39_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_113 nop P13421: !_PREFETCH [33] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_39_114: sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2200], 20 loop_exit_39_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_39_114 nop P13422: !_MEMBAR (Int) membar #StoreLoad END_NODES39: ! Test instruction sequence for CPU 39 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func40: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x28deade1), %o5 or %o5, %lo(0x28deade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x94000001), %l4 or %l4, %lo(0x94000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x20000001), %o5 or %o5, %lo(0x20000001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x14800000), %o5 or %o5, %lo(0x14800000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x43b8^4 sethi %hi(0x43b8), %l0 or %l0, %lo(0x43b8), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 224 to 228 --- sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+2360] stx %g0, [%i2+2744] sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+344] stx %g0, [%i3+680] stx %g0, [%i3+1144] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES40, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES40: ! Test instruction sequence for ISTREAM 40 begins P13423: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_0: membar #StoreLoad P13424: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13425: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_0 nop P13426: !_MEMBAR (FP) (Loop entry) (Branch target of P13525) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_1: membar #StoreLoad ba P13427 nop TARGET13525: ba RET13525 nop P13427: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13428: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13428 nop RET13428: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_1 nop P13429: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_2: membar #StoreLoad P13430: !_BLD [121] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13430 nop RET13430: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13431: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_2 nop P13432: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_3: membar #StoreLoad P13433: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13434: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_3 nop P13435: !_IDC_FLIP [50] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_4: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(13435, 17785, 40, 0x43900f40, 0xf40, %i2, 0xf40, %l6, %l7, %o5, %l3) loop_exit_40_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_4 nop P13436: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_5: membar #StoreLoad P13437: !_BLD [185] (FP) (Branch target of P13428) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P13438 nop TARGET13428: ba RET13428 nop P13438: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_5 nop P13439: !_MEMBAR (FP) (Loop entry) (Branch target of P13654) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_6: membar #StoreLoad ba P13440 nop TARGET13654: ba RET13654 nop P13440: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13441: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_6 nop P13442: !_ST [106] (maybe <- 0x94000001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_7: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3500 ] add %l4, 1, %l4 P13443: !_MEMBAR (FP) membar #StoreLoad P13444: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13445: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_7 nop P13446: !_MEMBAR (FP) (Loop entry) (Branch target of P13645) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_8: membar #StoreLoad ba P13447 nop TARGET13645: ba RET13645 nop P13447: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13448: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_8 nop P13449: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_9: membar #StoreLoad P13450: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13451: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_9 nop P13452: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_10: membar #StoreLoad P13453: !_BLD [263] (FP) (Branch target of P13618) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P13454 nop TARGET13618: ba RET13618 nop P13454: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_10 nop P13455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_11: membar #StoreLoad P13456: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_11 nop P13458: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_12: membar #StoreLoad P13459: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13460: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_12 nop P13461: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_13: membar #StoreLoad P13462: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13463: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_13 nop P13464: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_14: membar #StoreLoad P13465: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13466: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_14 nop P13467: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_15: membar #StoreLoad P13468: !_BLD [79] (FP) (Branch target of P13523) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P13469 nop TARGET13523: ba RET13523 nop P13469: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13469 nop RET13469: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_15 nop P13470: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_16: membar #StoreLoad P13471: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13472: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_16 nop P13473: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_17: membar #StoreLoad P13474: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_17 nop P13476: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_18: membar #StoreLoad P13477: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13478: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_18 nop P13479: !_IDC_FLIP [112] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_19: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13479, 22031, 40, 0x443009d0, 0x9d0, %i3, 0x9d0, %l6, %l7, %o5, %l3) loop_exit_40_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_19 nop P13480: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_20: membar #StoreLoad P13481: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13482: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_20 nop P13483: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_21: membar #StoreLoad P13484: !_BLD [226] (FP) (Branch target of P13498) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P13485 nop TARGET13498: ba RET13498 nop P13485: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_21 nop P13486: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_22: membar #StoreLoad P13487: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13488: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_22 nop P13489: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_23: membar #StoreLoad P13490: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13491: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_23 nop P13492: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_24: membar #StoreLoad P13493: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13494: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_24 nop P13495: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_25: membar #StoreLoad P13496: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13497: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_25 nop P13498: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_26: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13498 nop RET13498: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13499: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13500: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_26 nop P13501: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_27: membar #StoreLoad P13502: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13503: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_27 nop P13504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_28: membar #StoreLoad P13505: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P13506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_28 nop P13507: !_ST [95] (maybe <- 0x94000002) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_29: sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1196 ] add %l4, 1, %l4 P13508: !_MEMBAR (FP) membar #StoreLoad P13509: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P13510: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_29 nop P13511: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_30: membar #StoreLoad P13512: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13513: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_30 nop P13514: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_31: membar #StoreLoad P13515: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13516: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_31 nop P13517: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_32: membar #StoreLoad P13518: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13519: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_32 nop P13520: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_33: membar #StoreLoad P13521: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13522: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_33 nop P13523: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_34: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13523 nop RET13523: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13524: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13525: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13525 nop RET13525: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_34 nop P13526: !_PREFETCH [102] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_35: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3212], 20 loop_exit_40_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_35 nop P13527: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_36: membar #StoreLoad P13528: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13529: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13529 nop RET13529: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_36 nop P13530: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_37: membar #StoreLoad P13531: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13532: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_37 nop P13533: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_38: membar #StoreLoad P13534: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P13535: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_40_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_38 nop P13536: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_39: membar #StoreLoad P13537: !_BLD [9] (FP) (CBR) (Branch target of P13593) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13537 nop RET13537: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P13538 nop TARGET13593: ba RET13593 nop P13538: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_39 nop P13539: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_40: membar #StoreLoad P13540: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P13541: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_40 nop P13542: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_41: membar #StoreLoad P13543: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13544: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_41 nop P13545: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_42: membar #StoreLoad P13546: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13547: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_42 nop P13548: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_43: membar #StoreLoad P13549: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13550: !_MEMBAR (FP) (Loop exit) (Branch target of P13469) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_43 nop ba P13551 nop TARGET13469: ba RET13469 nop P13551: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_44: membar #StoreLoad P13552: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P13553: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_40_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_44 nop P13554: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_45: membar #StoreLoad P13555: !_BLD [21] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13555 nop RET13555: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13556: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_45 nop P13557: !_IDC_FLIP [225] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_46: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13557, 13910, 40, 0x45700ab8, 0xab8, %i2, 0xab8, %l6, %l7, %o5, %l3) P13558: !_MEMBAR (FP) membar #StoreLoad P13559: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13560: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_46 nop P13561: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_47: membar #StoreLoad P13562: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P13563: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_47 nop P13564: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_48: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13564 nop RET13564: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P13565: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13566: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13566 nop RET13566: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_48 nop P13567: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_49: membar #StoreLoad P13568: !_BLD [24] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13569: !_MEMBAR (FP) (Loop exit) (Branch target of P13747) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_49 nop ba P13570 nop TARGET13747: ba RET13747 nop P13570: !_MEMBAR (FP) (Loop entry) (Branch target of P13430) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_50: membar #StoreLoad ba P13571 nop TARGET13430: ba RET13430 nop P13571: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P13572: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_50 nop P13573: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_51: membar #StoreLoad P13574: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P13575: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_51 nop P13576: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_52: membar #StoreLoad P13577: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13578: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_52 nop P13579: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_53: membar #StoreLoad P13580: !_BLD [319] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13580 nop RET13580: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13581: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_53 nop P13582: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_54: membar #StoreLoad P13583: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13584: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_54 nop P13585: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_55: membar #StoreLoad P13586: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13587: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_55 nop P13588: !_ST [237] (maybe <- 0x94000003) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_56: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3328 ] add %l4, 1, %l4 P13589: !_MEMBAR (FP) (Branch target of P13529) membar #StoreLoad ba P13590 nop TARGET13529: ba RET13529 nop P13590: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P13591: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_56 nop P13592: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_57: membar #StoreLoad P13593: !_BLD [263] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13593 nop RET13593: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13594: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_57 nop P13595: !_ST [130] (maybe <- 0x94000004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_58: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3916 ] add %l4, 1, %l4 loop_exit_40_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_58 nop P13596: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_59: membar #StoreLoad P13597: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13598: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_59 nop P13599: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_60: membar #StoreLoad P13600: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13601: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_60 nop P13602: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_61: membar #StoreLoad P13603: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13604: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_61 nop P13605: !_IDC_FLIP [99] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_62: sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13605, 31181, 40, 0x441005d0, 0x5d0, %i2, 0x5d0, %l6, %l7, %o5, %l3) P13606: !_MEMBAR (FP) membar #StoreLoad P13607: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13608: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_62 nop P13609: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_63: membar #StoreLoad P13610: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13611: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_63 nop P13612: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_64: membar #StoreLoad P13613: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13614: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_64 nop P13615: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_65: membar #StoreLoad P13616: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13617: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_65 nop P13618: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_66: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13618 nop RET13618: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13619: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P13620: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_40_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_66 nop P13621: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_67: membar #StoreLoad P13622: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13623: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_67 nop P13624: !_ST [28] (maybe <- 0x94000005) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_68: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3168 ] add %l4, 1, %l4 loop_exit_40_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_68 nop P13625: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_69: membar #StoreLoad P13626: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P13627: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_40_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_69 nop P13628: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_70: membar #StoreLoad loop_exit_40_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_70 nop P13629: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_71: membar #StoreLoad loop_exit_40_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_71 nop P13630: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_72: membar #StoreLoad P13631: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P13632: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_72 nop P13633: !_ST [205] (maybe <- 0x94000006) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_73: sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3064 ] add %l4, 1, %l4 P13634: !_MEMBAR (FP) membar #StoreLoad P13635: !_BLD [105] (FP) (Branch target of P13537) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered ba P13636 nop TARGET13537: ba RET13537 nop P13636: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_73 nop P13637: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_74: membar #StoreLoad P13638: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13639: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_74 nop P13640: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_75: membar #StoreLoad P13641: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13642: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_75 nop P13643: !_IDC_FLIP [115] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_76: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13643, 22487, 40, 0x444003bc, 0x3bc, %i2, 0x3bc, %l6, %l7, %o5, %l3) P13644: !_MEMBAR (FP) membar #StoreLoad P13645: !_BLD [300] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13645 nop RET13645: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13646: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_76 nop P13647: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_77: membar #StoreLoad P13648: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P13649: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_77 nop P13650: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_78: membar #StoreLoad P13651: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13652: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_78 nop P13653: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_79: membar #StoreLoad P13654: !_BLD [73] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13654 nop RET13654: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13655: !_MEMBAR (FP) (Loop exit) (Branch target of P13555) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_79 nop ba P13656 nop TARGET13555: ba RET13555 nop P13656: !_IDC_FLIP [346] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_80: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13656, 8998, 40, 0x46d00e30, 0xe30, %i3, 0xe30, %l6, %l7, %o5, %l3) loop_exit_40_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_80 nop P13657: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_81: membar #StoreLoad P13658: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13659: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_81 nop P13660: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_82: membar #StoreLoad P13661: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13662: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_82 nop P13663: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_83: membar #StoreLoad P13664: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P13665: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_40_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_83 nop P13666: !_IDC_FLIP [143] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_84: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13666, 8009, 40, 0x449003f0, 0x3f0, %i3, 0x3f0, %l6, %l7, %o5, %l3) loop_exit_40_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_84 nop P13667: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_85: membar #StoreLoad P13668: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13669: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_85 nop P13670: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_86: membar #StoreLoad P13671: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13672: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_86 nop P13673: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_87: membar #StoreLoad P13674: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P13675: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_40_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_87 nop P13676: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_88: membar #StoreLoad P13677: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P13678: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_88 nop P13679: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_89: membar #StoreLoad P13680: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13681: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_89 nop P13682: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_90: membar #StoreLoad P13683: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13684: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_90 nop P13685: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_91: membar #StoreLoad P13686: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13687: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_91 nop P13688: !_IDC_FLIP [142] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_92: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(13688, 26507, 40, 0x449000d4, 0xd4, %i3, 0xd4, %l6, %l7, %o5, %l3) P13689: !_MEMBAR (FP) membar #StoreLoad P13690: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13691: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_92 nop P13692: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_93: membar #StoreLoad P13693: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13694: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_93 nop P13695: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_94: membar #StoreLoad P13696: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P13697: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_40_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_94 nop P13698: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_95: membar #StoreLoad P13699: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13700: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_95 nop P13701: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_96: membar #StoreLoad P13702: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13703: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_96 nop P13704: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_97: membar #StoreLoad P13705: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P13706: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_40_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_97 nop P13707: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_98: membar #StoreLoad P13708: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13709: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_98 nop P13710: !_IDC_FLIP [269] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_99: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13710, 6130, 40, 0x45e00f70, 0xf70, %i2, 0xf70, %l6, %l7, %o5, %l3) loop_exit_40_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_99 nop P13711: !_MEMBAR (FP) (Loop entry) (Branch target of P13566) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_100: membar #StoreLoad ba P13712 nop TARGET13566: ba RET13566 nop P13712: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13713: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_100 nop P13714: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_101: membar #StoreLoad P13715: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13716: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_101 nop P13717: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_102: membar #StoreLoad P13718: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P13719: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_40_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_102 nop P13720: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_103: membar #StoreLoad P13721: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13722: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_103 nop P13723: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_104: membar #StoreLoad P13724: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13725: !_MEMBAR (FP) (Loop exit) (Branch target of P13564) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_104 nop ba P13726 nop TARGET13564: ba RET13564 nop P13726: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_105: membar #StoreLoad P13727: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P13728: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_40_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_105 nop P13729: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_106: membar #StoreLoad P13730: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13731: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_106 nop P13732: !_IDC_FLIP [182] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_107: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(13732, 22446, 40, 0x45000688, 0x688, %i2, 0x688, %l6, %l7, %o5, %l3) P13733: !_MEMBAR (FP) membar #StoreLoad P13734: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13735: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_107 nop P13736: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_108: membar #StoreLoad P13737: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13738: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_108 nop P13739: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_109: membar #StoreLoad P13740: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13741: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_109 nop P13742: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_110: membar #StoreLoad P13743: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13744: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_110 nop P13745: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_111: membar #StoreLoad P13746: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13747: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13747 nop RET13747: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_111 nop P13748: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_112: membar #StoreLoad P13749: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13750: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_112 nop P13751: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_113: membar #StoreLoad P13752: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13753: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_113 nop P13754: !_IDC_FLIP [245] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_114: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13754, 32584, 40, 0x45a00f84, 0xf84, %i2, 0xf84, %l6, %l7, %o5, %l3) P13755: !_MEMBAR (FP) membar #StoreLoad P13756: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13757: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_114 nop P13758: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_40_115: membar #StoreLoad P13759: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P13760: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_115 nop P13761: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_116: membar #StoreLoad P13762: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13763: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_116 nop P13764: !_IDC_FLIP [341] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_117: sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13764, 25210, 40, 0x46c00100, 0x100, %i2, 0x100, %l6, %l7, %o5, %l3) loop_exit_40_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_117 nop P13765: !_IDC_FLIP [227] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_118: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(13765, 28076, 40, 0x458002ac, 0x2ac, %i3, 0x2ac, %l6, %l7, %o5, %l3) P13766: !_IDC_FLIP [304] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13766, 18651, 40, 0x465008f4, 0x8f4, %i2, 0x8f4, %l6, %l7, %o5, %l3) loop_exit_40_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_118 nop P13767: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_40_119: membar #StoreLoad P13768: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13769: !_MEMBAR (FP) (Loop exit) (Branch target of P13580) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_40_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_40_119 nop ba P13770 nop TARGET13580: ba RET13580 nop P13770: !_MEMBAR (Int) membar #StoreLoad END_NODES40: ! Test instruction sequence for CPU 40 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func41: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x29deade1), %l7 or %l7, %lo(0x29deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x94800001), %l4 or %l4, %lo(0x94800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x20800001), %l7 or %l7, %lo(0x20800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x15000000), %l7 or %l7, %lo(0x15000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x3dcd^4 sethi %hi(0x3dcd), %l0 or %l0, %lo(0x3dcd), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 229 to 234 --- sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1832] stx %g0, [%i2+2336] stx %g0, [%i2+2704] stx %g0, [%i2+3968] sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+648] stx %g0, [%i3+1712] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES41, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES41: ! Test instruction sequence for ISTREAM 41 begins P13771: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_0: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13771 nop RET13771: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13772: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13773: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_0 nop P13774: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_1: membar #StoreLoad P13775: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13776: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_1 nop P13777: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_2: membar #StoreLoad P13778: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13779: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_2 nop P13780: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_3: membar #StoreLoad P13781: !_BLD [44] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13781 nop RET13781: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13782: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_3 nop P13783: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_4: membar #StoreLoad P13784: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13785: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_4 nop P13786: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_5: membar #StoreLoad P13787: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P13788: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_5 nop P13789: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_6: membar #StoreLoad P13790: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P13791: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_6 nop P13792: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_7: membar #StoreLoad P13793: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13794: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_7 nop P13795: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_8: membar #StoreLoad P13796: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13797: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_8 nop P13798: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_9: membar #StoreLoad P13799: !_BLD [208] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P13800: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_9 nop P13801: !_ST [56] (maybe <- 0x94800001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_10: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3072 ] add %l4, 1, %l4 P13802: !_MEMBAR (FP) membar #StoreLoad P13803: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13804: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_10 nop P13805: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_11: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13805 nop RET13805: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13806: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_11 nop P13808: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_12: membar #StoreLoad P13809: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_12 nop P13811: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_13: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13811 nop RET13811: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13812: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_13 nop P13814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_14: membar #StoreLoad P13815: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_14 nop P13817: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_15: membar #StoreLoad P13818: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13819: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_15 nop P13820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_16: membar #StoreLoad P13821: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P13822: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_16 nop P13823: !_PREFETCH [69] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_17: sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3368], 16 loop_exit_41_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_17 nop P13824: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_18: membar #StoreLoad P13825: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13826: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_18 nop P13827: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_19: membar #StoreLoad P13828: !_BLD [166] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13828 nop RET13828: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P13829: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_19 nop P13830: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_20: membar #StoreLoad P13831: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13832: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_20 nop P13833: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_21: membar #StoreLoad P13834: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P13835: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13835 nop RET13835: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_21 nop P13836: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_22: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13836 nop RET13836: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13837: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13838: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_22 nop P13839: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_23: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13839 nop RET13839: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P13840: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13841: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_23 nop P13842: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_24: membar #StoreLoad P13843: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_24 nop P13845: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_25: membar #StoreLoad P13846: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_25 nop P13848: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_26: membar #StoreLoad P13849: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P13850: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_26 nop P13851: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_27: membar #StoreLoad P13852: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P13853: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_27 nop P13854: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_28: membar #StoreLoad P13855: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13856: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_28 nop P13857: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_29: membar #StoreLoad P13858: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13859: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_29 nop P13860: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_30: membar #StoreLoad P13861: !_BLD [222] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13862: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_30 nop P13863: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_31: membar #StoreLoad P13864: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13865: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_31 nop P13866: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_32: membar #StoreLoad P13867: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13868: !_MEMBAR (FP) (Loop exit) (Branch target of P13869) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_32 nop ba P13869 nop TARGET13869: ba RET13869 nop P13869: !_FLUSHI [200] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_33: flush %g0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13869 nop RET13869: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 loop_exit_41_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_33 nop P13870: !_IDC_FLIP [240] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_34: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(13870, 12936, 41, 0x45a0024c, 0x24c, %i3, 0x24c, %l6, %l7, %o5, %l3) P13871: !_IDC_FLIP [218] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13871, 158, 41, 0x45600f4c, 0xf4c, %i2, 0xf4c, %l6, %l7, %o5, %l3) loop_exit_41_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_34 nop P13872: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_35: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET13872 nop RET13872: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13873: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P13874: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_35 nop P13875: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_36: membar #StoreLoad P13876: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13877: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_36 nop P13878: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_37: membar #StoreLoad P13879: !_BLD [338] (FP) (Branch target of P13836) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P13880 nop TARGET13836: ba RET13836 nop P13880: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_37 nop P13881: !_ST [333] (maybe <- 0x94800002) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_38: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 332 ] add %l4, 1, %l4 P13882: !_ST [42] (maybe <- 0x20800001) (FP) (Loop exit) sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 2732 ] loop_exit_41_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_38 nop P13883: !_PREFETCH [296] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_39: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3500], 19 P13884: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13884 nop RET13884: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13885: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13886: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_39 nop P13887: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_40: membar #StoreLoad P13888: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13889: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_40 nop P13890: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_41: membar #StoreLoad P13891: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P13892: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_41 nop P13893: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_42: membar #StoreLoad P13894: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P13895: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_42 nop P13896: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_43: membar #StoreLoad P13897: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P13898: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_43 nop P13899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_44: membar #StoreLoad P13900: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P13901: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_44 nop P13902: !_IDC_FLIP [133] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_45: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(13902, 11244, 41, 0x44700870, 0x870, %i2, 0x870, %l6, %l7, %o5, %l3) loop_exit_41_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_45 nop P13903: !_PREFETCH [99] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_46: sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1488], 20 P13904: !_MEMBAR (FP) membar #StoreLoad P13905: !_BLD [107] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13905 nop RET13905: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P13906: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_46 nop P13907: !_MEMBAR (FP) (Loop entry) (Branch target of P13905) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_47: membar #StoreLoad ba P13908 nop TARGET13905: ba RET13905 nop P13908: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13909: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_47 nop P13910: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_48: membar #StoreLoad P13911: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13912: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_48 nop P13913: !_IDC_FLIP [119] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_49: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(13913, 7435, 41, 0x44400d10, 0xd10, %i3, 0xd10, %l6, %l7, %o5, %l3) loop_exit_41_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_49 nop P13914: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_50: membar #StoreLoad P13915: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13916: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_50 nop P13917: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_51: membar #StoreLoad P13918: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P13919: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_51 nop P13920: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_52: membar #StoreLoad loop_exit_41_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_52 nop P13921: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_53: membar #StoreLoad P13922: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P13923: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_53 nop P13924: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_54: membar #StoreLoad P13925: !_BLD [215] (FP) (Branch target of P13872) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 ba P13926 nop TARGET13872: ba RET13872 nop P13926: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_54 nop P13927: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_55: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13927 nop RET13927: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P13928: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P13929: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_55 nop P13930: !_MEMBAR (FP) (Loop entry) (Branch target of P14068) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_56: membar #StoreLoad ba P13931 nop TARGET14068: ba RET14068 nop P13931: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P13932: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_56 nop P13933: !_IDC_FLIP [322] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_57: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(13933, 21782, 41, 0x4690021c, 0x21c, %i2, 0x21c, %l6, %l7, %o5, %l3) P13934: !_ST [84] (maybe <- 0x94800003) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2232 ] add %l4, 1, %l4 loop_exit_41_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_57 nop P13935: !_PREFETCH [12] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_58: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1588], 25 P13936: !_MEMBAR (FP) membar #StoreLoad P13937: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P13938: !_MEMBAR (FP) (Loop exit) (Branch target of P13954) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_58 nop ba P13939 nop TARGET13954: ba RET13954 nop P13939: !_PREFETCH [316] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_59: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 4012] %asi, 22 loop_exit_41_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_59 nop P13940: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_60: membar #StoreLoad P13941: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P13942: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_60 nop P13943: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_61: membar #StoreLoad P13944: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13945: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_61 nop P13946: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_62: membar #StoreLoad P13947: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13948: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_62 nop P13949: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_63: membar #StoreLoad P13950: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P13951: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_63 nop P13952: !_ST [61] (maybe <- 0x94800004) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_64: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 768 ] add %l4, 1, %l4 loop_exit_41_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_64 nop P13953: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_65: membar #StoreLoad P13954: !_BLD [240] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13954 nop RET13954: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P13955: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_65 nop P13956: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_66: membar #StoreLoad P13957: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P13958: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_66 nop P13959: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_67: membar #StoreLoad P13960: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P13961: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_67 nop P13962: !_IDC_FLIP [257] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_68: sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(13962, 25897, 41, 0x45c00878, 0x878, %i3, 0x878, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET13962 nop RET13962: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P13963: !_MEMBAR (FP) membar #StoreLoad P13964: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13965: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_68 nop P13966: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_69: membar #StoreLoad P13967: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P13968: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_69 nop P13969: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_70: membar #StoreLoad P13970: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P13971: !_MEMBAR (FP) (Loop exit) (Branch target of P13884) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_70 nop ba P13972 nop TARGET13884: ba RET13884 nop P13972: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_71: membar #StoreLoad P13973: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P13974: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_71 nop P13975: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_72: membar #StoreLoad P13976: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P13977: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_72 nop P13978: !_MEMBAR (Int) (Loop entry) (Branch target of P13805) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_73: membar #StoreLoad ba P13979 nop TARGET13805: ba RET13805 nop P13979: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P13980: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_73 nop P13981: !_PREFETCH [20] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_74: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 336], 0 P13982: !_PREFETCH [347] (Int) (Loop exit) sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3728], 1 loop_exit_41_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_74 nop P13983: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_75: membar #StoreLoad P13984: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13985: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_75 nop P13986: !_MEMBAR (FP) (Loop entry) (Branch target of P13828) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_76: membar #StoreLoad ba P13987 nop TARGET13828: ba RET13828 nop P13987: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P13988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_76 nop P13989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_77: membar #StoreLoad P13990: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P13991: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_41_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_77 nop P13992: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_78: membar #StoreLoad P13993: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P13994: !_MEMBAR (FP) (Loop exit) (Branch target of P13962) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_78 nop ba P13995 nop TARGET13962: ba RET13962 nop P13995: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_79: membar #StoreLoad P13996: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P13997: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_79 nop P13998: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_80: membar #StoreLoad P13999: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P14000: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_80 nop P14001: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_81: membar #StoreLoad P14002: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14003: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_81 nop P14004: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_82: membar #StoreLoad P14005: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14006: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_82 nop P14007: !_IDC_FLIP [89] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_83: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(14007, 2686, 41, 0x44000510, 0x510, %i3, 0x510, %l6, %l7, %o5, %l3) loop_exit_41_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_83 nop P14008: !_PREFETCH [214] (Int) (NF) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_84: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 3628] %asi, 20 P14009: !_MEMBAR (FP) membar #StoreLoad P14010: !_BLD [199] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14010 nop RET14010: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P14011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_84 nop P14012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_85: membar #StoreLoad P14013: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P14014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_85 nop P14015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_86: membar #StoreLoad P14016: !_BLD [118] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14017: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_86 nop P14018: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_87: membar #StoreLoad P14019: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14020: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14020 nop RET14020: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_87 nop P14021: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_88: membar #StoreLoad P14022: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14023: !_MEMBAR (FP) (Loop exit) (Branch target of P13839) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_88 nop ba P14024 nop TARGET13839: ba RET13839 nop P14024: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_89: membar #StoreLoad P14025: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14026: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_89 nop P14027: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_90: membar #StoreLoad P14028: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14029: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_90 nop P14030: !_MEMBAR (FP) (Loop entry) (Branch target of P13781) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_91: membar #StoreLoad ba P14031 nop TARGET13781: ba RET13781 nop P14031: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14032: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_91 nop P14033: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_92: membar #StoreLoad P14034: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14035: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_92 nop P14036: !_IDC_FLIP [71] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_93: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14036, 27010, 41, 0x43d00018, 0x18, %i2, 0x18, %l6, %l7, %o5, %l3) loop_exit_41_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_93 nop P14037: !_ST [309] (maybe <- 0x20800002) (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_94: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 1508 ] P14038: !_MEMBAR (FP) membar #StoreLoad P14039: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_94 nop P14041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_95: membar #StoreLoad P14042: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_95 nop P14044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_96: membar #StoreLoad P14045: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_96 nop P14047: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_97: membar #StoreLoad P14048: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_97 nop P14050: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_98: membar #StoreLoad loop_exit_41_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_98 nop P14051: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_99: membar #StoreLoad P14052: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14053: !_MEMBAR (FP) (Loop exit) (Branch target of P14010) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_99 nop ba P14054 nop TARGET14010: ba RET14010 nop P14054: !_IDC_FLIP [266] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_100: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(14054, 17315, 41, 0x45e00e40, 0xe40, %i3, 0xe40, %l6, %l7, %o5, %l3) loop_exit_41_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_100 nop P14055: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_101: membar #StoreLoad P14056: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P14057: !_MEMBAR (FP) (Loop exit) (Branch target of P14020) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_101 nop ba P14058 nop TARGET14020: ba RET14020 nop P14058: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_102: membar #StoreLoad P14059: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14060: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_102 nop P14061: !_LD [231] (Int) (Loop entry) (Branch target of P13927) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_103: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2708], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 ba P14062 nop TARGET13927: ba RET13927 nop P14062: !_LD [16] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 2208], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_41_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_103 nop P14063: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_104: membar #StoreLoad P14064: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14065: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_104 nop P14066: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_105: membar #StoreLoad P14067: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P14068: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14068 nop RET14068: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_105 nop P14069: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_106: membar #StoreLoad P14070: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14071: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_106 nop P14072: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_107: membar #StoreLoad P14073: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P14074: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_41_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_107 nop P14075: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_108: membar #StoreLoad P14076: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_108 nop P14078: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_109: membar #StoreLoad P14079: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14080: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_109 nop P14081: !_IDC_FLIP [31] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_110: sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14081, 17326, 41, 0x43600850, 0x850, %i2, 0x850, %l6, %l7, %o5, %l3) P14082: !_MEMBAR (FP) membar #StoreLoad P14083: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P14084: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_41_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_110 nop P14085: !_MEMBAR (FP) (Loop entry) (Branch target of P13771) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_41_111: membar #StoreLoad ba P14086 nop TARGET13771: ba RET13771 nop P14086: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14087: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_111 nop P14088: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_112: membar #StoreLoad P14089: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P14090: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_112 nop P14091: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_113: membar #StoreLoad P14092: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_113 nop P14094: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_114: membar #StoreLoad P14095: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P14096: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_114 nop P14097: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_115: membar #StoreLoad P14098: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14099: !_MEMBAR (FP) (Loop exit) (Branch target of P13811) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_41_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_115 nop ba P14100 nop TARGET13811: ba RET13811 nop P14100: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_41_116: membar #StoreLoad P14101: !_BLD [343] (FP) (Branch target of P13835) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 ba P14102 nop TARGET13835: ba RET13835 nop P14102: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_41_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_41_116 nop P14103: !_MEMBAR (Int) membar #StoreLoad END_NODES41: ! Test instruction sequence for CPU 41 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func42: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x2adeade1), %l3 or %l3, %lo(0x2adeade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x95000001), %l4 or %l4, %lo(0x95000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x21000001), %l3 or %l3, %lo(0x21000001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x15800000), %l3 or %l3, %lo(0x15800000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x2cc4^4 sethi %hi(0x2cc4), %l0 or %l0, %lo(0x2cc4), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 235 to 240 --- sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+2088] stx %g0, [%i2+3280] stx %g0, [%i2+3328] stx %g0, [%i2+4088] sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+512] stx %g0, [%i3+584] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES42, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES42: ! Test instruction sequence for ISTREAM 42 begins P14104: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_0: membar #StoreLoad P14105: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14106: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_0 nop P14107: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_1: membar #StoreLoad P14108: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14109: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_1 nop P14110: !_IDC_FLIP [195] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_2: sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14110, 31888, 42, 0x45200764, 0x764, %i2, 0x764, %l6, %l7, %o5, %l3) loop_exit_42_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_2 nop P14111: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_3: membar #StoreLoad P14112: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14113: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_3 nop P14114: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_4: membar #StoreLoad P14115: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P14116: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_42_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_4 nop P14117: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_5: membar #StoreLoad P14118: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P14119: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_42_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_5 nop P14120: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_6: membar #StoreLoad P14121: !_BLD [197] (FP) (Branch target of P14262) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P14122 nop TARGET14262: ba RET14262 nop P14122: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_6 nop P14123: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_7: membar #StoreLoad P14124: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14125: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_7 nop P14126: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_8: membar #StoreLoad P14127: !_BLD [354] (FP) (Branch target of P14338) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P14128 nop TARGET14338: ba RET14338 nop P14128: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_8 nop P14129: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_9: membar #StoreLoad P14130: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14131: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_9 nop P14132: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_10: membar #StoreLoad P14133: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P14134: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_10 nop P14135: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_11: membar #StoreLoad P14136: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14137: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14137 nop RET14137: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_11 nop P14138: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_12: membar #StoreLoad P14139: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14140: !_MEMBAR (FP) (Loop exit) (Branch target of P14172) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_12 nop ba P14141 nop TARGET14172: ba RET14172 nop P14141: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_13: membar #StoreLoad P14142: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14143: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_13 nop P14144: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_14: membar #StoreLoad P14145: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14146: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_14 nop P14147: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_15: membar #StoreLoad P14148: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P14149: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_15 nop P14150: !_FLUSHI [358] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_16: flush %g0 P14151: !_MEMBAR (FP) membar #StoreLoad P14152: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14153: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_16 nop P14154: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_17: membar #StoreLoad P14155: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14156: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14156 nop RET14156: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_17 nop P14157: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_18: membar #StoreLoad P14158: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14159: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_18 nop P14160: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_19: membar #StoreLoad P14161: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14162: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_19 nop P14163: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_20: membar #StoreLoad P14164: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14165: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_20 nop P14166: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_21: membar #StoreLoad P14167: !_BLD [245] (FP) (Branch target of P14137) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P14168 nop TARGET14137: ba RET14137 nop P14168: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_21 nop P14169: !_ST [247] (maybe <- 0x95000001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_22: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1116 ] add %l4, 1, %l4 P14170: !_MEMBAR (FP) membar #StoreLoad P14171: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14172: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14172 nop RET14172: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_22 nop P14173: !_ST [11] (maybe <- 0x95000002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_23: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1564 ] add %l4, 1, %l4 P14174: !_MEMBAR (FP) membar #StoreLoad P14175: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14176: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_23 nop P14177: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_24: membar #StoreLoad P14178: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14179: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_24 nop P14180: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_25: membar #StoreLoad P14181: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14182: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_25 nop P14183: !_IDC_FLIP [44] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_26: sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14183, 19435, 42, 0x439001f0, 0x1f0, %i2, 0x1f0, %l6, %l7, %o5, %l3) loop_exit_42_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_26 nop P14184: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_27: membar #StoreLoad P14185: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P14186: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_27 nop P14187: !_ST [11] (maybe <- 0x95000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_28: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1564 ] add %l4, 1, %l4 loop_exit_42_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_28 nop P14188: !_MEMBAR (FP) (Loop entry) (Branch target of P14236) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_29: membar #StoreLoad ba P14189 nop TARGET14236: ba RET14236 nop P14189: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P14190: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_29 nop P14191: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_30: membar #StoreLoad P14192: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P14193: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_30 nop P14194: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_31: membar #StoreLoad P14195: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14196: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_31 nop P14197: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_32: membar #StoreLoad P14198: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14199: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_32 nop P14200: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_33: membar #StoreLoad P14201: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P14202: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_42_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_33 nop P14203: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_34: membar #StoreLoad P14204: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14205: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_34 nop P14206: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_35: membar #StoreLoad P14207: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_35 nop P14209: !_ST [57] (maybe <- 0x95000004) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_36: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3968 ] add %l4, 1, %l4 P14210: !_MEMBAR (FP) membar #StoreLoad P14211: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P14212: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_36 nop P14213: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_37: membar #StoreLoad P14214: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14215: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_37 nop P14216: !_IDC_FLIP [90] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_38: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(14216, 20703, 42, 0x44000538, 0x538, %i3, 0x538, %l6, %l7, %o5, %l3) loop_exit_42_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_38 nop P14217: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_39: membar #StoreLoad P14218: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P14219: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_39 nop P14220: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_40: membar #StoreLoad P14221: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14222: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_40 nop P14223: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_41: membar #StoreLoad P14224: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14225: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_41 nop P14226: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_42: membar #StoreLoad P14227: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14228: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_42 nop P14229: !_IDC_FLIP [109] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_43: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14229, 31502, 42, 0x44300934, 0x934, %i2, 0x934, %l6, %l7, %o5, %l3) loop_exit_42_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_43 nop P14230: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_44: membar #StoreLoad P14231: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14232: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_44 nop P14233: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_45: membar #StoreLoad P14234: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14235: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_45 nop P14236: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_46: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14236 nop RET14236: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P14237: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14238: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_46 nop P14239: !_PREFETCH [236] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_47: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3280], 17 P14240: !_IDC_FLIP [92] (Int) (Loop exit) sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(14240, 21442, 42, 0x44000568, 0x568, %i3, 0x568, %l6, %l7, %o5, %l3) loop_exit_42_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_47 nop P14241: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_48: membar #StoreLoad P14242: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_48 nop P14244: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_49: membar #StoreLoad P14245: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P14246: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_42_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_49 nop P14247: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_50: membar #StoreLoad P14248: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14249: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14249 nop RET14249: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_50 nop P14250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_51: membar #StoreLoad P14251: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14252: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_51 nop P14253: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_52: membar #StoreLoad P14254: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14255: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_52 nop P14256: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_53: membar #StoreLoad P14257: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14258: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_53 nop P14259: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_54: membar #StoreLoad P14260: !_BLD [24] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14261: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_54 nop P14262: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_55: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14262 nop RET14262: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P14263: !_BLD [258] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14263 nop RET14263: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P14264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_55 nop P14265: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_56: membar #StoreLoad P14266: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P14267: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_56 nop P14268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_57: membar #StoreLoad P14269: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14270: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_57 nop P14271: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_58: membar #StoreLoad P14272: !_BLD [123] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14272 nop RET14272: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P14273: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_58 nop P14274: !_PREFETCH [198] (Int) (NF) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_59: wr %g0, 0x82, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 1216] %asi, 21 P14275: !_ST [96] (maybe <- 0x95000005) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1308 ] add %l4, 1, %l4 loop_exit_42_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_59 nop P14276: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_60: membar #StoreLoad P14277: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14278: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_60 nop P14279: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_61: membar #StoreLoad P14280: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P14281: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_42_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_61 nop P14282: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_62: membar #StoreLoad P14283: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14284: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_62 nop P14285: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_63: membar #StoreLoad P14286: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P14287: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_63 nop P14288: !_FLUSHI [358] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_64: flush %g0 P14289: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14289 nop RET14289: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P14290: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14291: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_64 nop P14292: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_65: membar #StoreLoad P14293: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14294: !_MEMBAR (FP) (Loop exit) (Branch target of P14381) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_65 nop ba P14295 nop TARGET14381: ba RET14381 nop P14295: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_66: membar #StoreLoad P14296: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P14297: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_66 nop P14298: !_IDC_FLIP [158] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_67: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14298, 7923, 42, 0x44b00b9c, 0xb9c, %i2, 0xb9c, %l6, %l7, %o5, %l3) loop_exit_42_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_67 nop P14299: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_68: membar #StoreLoad P14300: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14301: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_68 nop P14302: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_69: membar #StoreLoad P14303: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14304: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_69 nop P14305: !_ST [145] (maybe <- 0x95000006) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_70: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2216 ] add %l4, 1, %l4 loop_exit_42_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_70 nop P14306: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_71: membar #StoreLoad P14307: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14308: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_71 nop P14309: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_72: membar #StoreLoad P14310: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P14311: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_72 nop P14312: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_73: membar #StoreLoad P14313: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P14314: !_MEMBAR (FP) (Loop exit) (Branch target of P14348) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_73 nop ba P14315 nop TARGET14348: ba RET14348 nop P14315: !_PREFETCH [183] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_74: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1744], 0 P14316: !_MEMBAR (FP) membar #StoreLoad P14317: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P14318: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_74 nop P14319: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_75: membar #StoreLoad P14320: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14321: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_75 nop P14322: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_76: membar #StoreLoad P14323: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14324: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_76 nop P14325: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_77: membar #StoreLoad P14326: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14327: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_77 nop P14328: !_IDC_FLIP [238] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_78: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(14328, 27072, 42, 0x45900ffc, 0xffc, %i3, 0xffc, %l6, %l7, %o5, %l3) P14329: !_MEMBAR (FP) membar #StoreLoad P14330: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P14331: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_78 nop P14332: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_79: membar #StoreLoad P14333: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P14334: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_79 nop P14335: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_80: membar #StoreLoad P14336: !_BLD [343] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14336 nop RET14336: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P14337: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_80 nop P14338: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_81: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14338 nop RET14338: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P14339: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14340: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_81 nop P14341: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_82: membar #StoreLoad P14342: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P14343: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_82 nop P14344: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_83: membar #StoreLoad P14345: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14346: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_83 nop P14347: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_84: membar #StoreLoad P14348: !_BLD [232] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14348 nop RET14348: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P14349: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_84 nop P14350: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_85: membar #StoreLoad P14351: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14352: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_85 nop P14353: !_MEMBAR (FP) (Loop entry) (Branch target of P14289) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_86: membar #StoreLoad ba P14354 nop TARGET14289: ba RET14289 nop P14354: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P14355: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_86 nop P14356: !_ST [91] (maybe <- 0x95000007) (Int) (Loop entry) (Loop exit) (Branch target of P14156) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_87: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1380 ] add %l4, 1, %l4 loop_exit_42_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_87 nop ba P14357 nop TARGET14156: ba RET14156 nop P14357: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_88: membar #StoreLoad P14358: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14359: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_88 nop P14360: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_89: membar #StoreLoad P14361: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14362: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_89 nop P14363: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_90: membar #StoreLoad P14364: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_90 nop P14366: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_91: membar #StoreLoad P14367: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P14368: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_42_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_91 nop P14369: !_IDC_FLIP [144] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_92: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14369, 20694, 42, 0x449007bc, 0x7bc, %i2, 0x7bc, %l6, %l7, %o5, %l3) P14370: !_MEMBAR (FP) membar #StoreLoad P14371: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14372: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_92 nop P14373: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_93: membar #StoreLoad P14374: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14375: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_93 nop P14376: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_94: membar #StoreLoad P14377: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14378: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_94 nop P14379: !_MEMBAR (FP) (Loop entry) (Branch target of P14249) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_95: membar #StoreLoad ba P14380 nop TARGET14249: ba RET14249 nop P14380: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14381: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14381 nop RET14381: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_95 nop P14382: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_96: membar #StoreLoad P14383: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14384: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_96 nop P14385: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_97: membar #StoreLoad P14386: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P14387: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_97 nop P14388: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_98: membar #StoreLoad P14389: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14390: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_98 nop P14391: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_99: membar #StoreLoad P14392: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14393: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_99 nop P14394: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_100: membar #StoreLoad P14395: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14396: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_100 nop P14397: !_IDC_FLIP [25] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_101: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14397, 1905, 42, 0x43400f78, 0xf78, %i2, 0xf78, %l6, %l7, %o5, %l3) P14398: !_MEMBAR (FP) (Branch target of P14272) membar #StoreLoad ba P14399 nop TARGET14272: ba RET14272 nop P14399: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14400: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_101 nop P14401: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_102: membar #StoreLoad P14402: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14403: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_102 nop P14404: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_103: membar #StoreLoad P14405: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P14406: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_103 nop P14407: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_104: membar #StoreLoad P14408: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14409: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_104 nop P14410: !_PREFETCH [55] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_105: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2564], 1 P14411: !_MEMBAR (FP) membar #StoreLoad P14412: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14413: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_105 nop P14414: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_106: membar #StoreLoad P14415: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14416: !_MEMBAR (FP) (Loop exit) (Branch target of P14263) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_106 nop ba P14417 nop TARGET14263: ba RET14263 nop P14417: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_107: membar #StoreLoad P14418: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P14419: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_107 nop P14420: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_108: membar #StoreLoad P14421: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P14422: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_108 nop P14423: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_109: membar #StoreLoad P14424: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14425: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_109 nop P14426: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_110: membar #StoreLoad loop_exit_42_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_110 nop P14427: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_111: membar #StoreLoad P14428: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P14429: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_111 nop P14430: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_112: membar #StoreLoad P14431: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14432: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_112 nop P14433: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_42_113: membar #StoreLoad P14434: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14435: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_42_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_113 nop P14436: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_42_114: membar #StoreLoad P14437: !_BLD [344] (FP) (Branch target of P14336) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 ba P14438 nop TARGET14336: ba RET14336 nop P14438: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_42_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_42_114 nop P14439: !_MEMBAR (Int) membar #StoreLoad END_NODES42: ! Test instruction sequence for CPU 42 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func43: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x2bdeade1), %o5 or %o5, %lo(0x2bdeade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x95800001), %l4 or %l4, %lo(0x95800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x21800001), %o5 or %o5, %lo(0x21800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x16000000), %o5 or %o5, %lo(0x16000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x3219^4 sethi %hi(0x3219), %l0 or %l0, %lo(0x3219), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 241 to 245 --- sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1600] stx %g0, [%i2+1648] stx %g0, [%i2+2608] stx %g0, [%i2+3696] stx %g0, [%i2+3968] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES43, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES43: ! Test instruction sequence for ISTREAM 43 begins P14440: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_0: membar #StoreLoad P14441: !_BLD [44] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14441 nop RET14441: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P14442: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14442 nop RET14442: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_0 nop P14443: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_1: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14443 nop RET14443: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P14444: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14445: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_1 nop P14446: !_IDC_FLIP [285] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_2: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(14446, 8573, 43, 0x4610070c, 0x70c, %i3, 0x70c, %l6, %l7, %o5, %l3) P14447: !_MEMBAR (FP) membar #StoreLoad P14448: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14449: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_2 nop P14450: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_3: membar #StoreLoad P14451: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P14452: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_43_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_3 nop P14453: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_4: membar #StoreLoad P14454: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14455: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_4 nop P14456: !_MEMBAR (FP) (Loop entry) (Branch target of P14562) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_5: membar #StoreLoad ba P14457 nop TARGET14562: ba RET14562 nop P14457: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14458: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_5 nop P14459: !_IDC_FLIP [123] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_6: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14459, 12622, 43, 0x44500cbc, 0xcbc, %i2, 0xcbc, %l6, %l7, %o5, %l3) loop_exit_43_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_6 nop P14460: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_7: membar #StoreLoad P14461: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14462: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_7 nop P14463: !_MEMBAR (FP) (Loop entry) (Branch target of P14485) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_8: membar #StoreLoad ba P14464 nop TARGET14485: ba RET14485 nop P14464: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14465: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_8 nop P14466: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_9: membar #StoreLoad P14467: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14468: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_9 nop P14469: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_10: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14469 nop RET14469: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P14470: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14471: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_10 nop P14472: !_IDC_FLIP [51] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_11: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(14472, 9339, 43, 0x43a000ec, 0xec, %i3, 0xec, %l6, %l7, %o5, %l3) P14473: !_MEMBAR (FP) membar #StoreLoad P14474: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14475: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_11 nop P14476: !_IDC_FLIP [356] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_12: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14476, 1022, 43, 0x46f00d40, 0xd40, %i2, 0xd40, %l6, %l7, %o5, %l3) loop_exit_43_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_12 nop P14477: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_13: membar #StoreLoad P14478: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P14479: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_43_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_13 nop P14480: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_14: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14480 nop RET14480: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P14481: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P14482: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_14 nop P14483: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_15: membar #StoreLoad P14484: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14485: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14485 nop RET14485: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_15 nop P14486: !_MEMBAR (FP) (Loop entry) (Branch target of P14712) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_16: membar #StoreLoad ba P14487 nop TARGET14712: ba RET14712 nop P14487: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14488: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_16 nop P14489: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_17: membar #StoreLoad P14490: !_BLD [324] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14490 nop RET14490: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P14491: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14491 nop RET14491: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_17 nop P14492: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_18: membar #StoreLoad P14493: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P14494: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_43_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_18 nop P14495: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_19: membar #StoreLoad P14496: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P14497: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_19 nop P14498: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_20: membar #StoreLoad P14499: !_BLD [133] (FP) (Branch target of P14624) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P14500 nop TARGET14624: ba RET14624 nop P14500: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_20 nop P14501: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_21: membar #StoreLoad P14502: !_BLD [339] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14502 nop RET14502: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P14503: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14503 nop RET14503: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_21 nop P14504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_22: membar #StoreLoad P14505: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_22 nop P14507: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_23: membar #StoreLoad P14508: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P14509: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_23 nop P14510: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_24: membar #StoreLoad P14511: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14512: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_24 nop P14513: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_25: membar #StoreLoad P14514: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P14515: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_25 nop P14516: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_26: membar #StoreLoad P14517: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P14518: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14518 nop RET14518: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_43_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_26 nop P14519: !_MEMBAR (FP) (Loop entry) (Branch target of P14469) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_27: membar #StoreLoad ba P14520 nop TARGET14469: ba RET14469 nop P14520: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14521: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_27 nop P14522: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_28: membar #StoreLoad P14523: !_BLD [174] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14523 nop RET14523: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P14524: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_28 nop P14525: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_29: membar #StoreLoad P14526: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14527: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_29 nop P14528: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_30: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14528 nop RET14528: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P14529: !_BLD [292] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_30 nop P14531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_31: membar #StoreLoad P14532: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_31 nop P14534: !_PREFETCH [82] (Int) (NF) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_32: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetcha [%i3 + 656] %asi, 19 P14535: !_MEMBAR (FP) membar #StoreLoad P14536: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14537: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_32 nop P14538: !_FLUSHI [155] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_33: flush %g0 P14539: !_MEMBAR (FP) membar #StoreLoad P14540: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14541: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_33 nop P14542: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_34: membar #StoreLoad P14543: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14544: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_34 nop P14545: !_IDC_FLIP [208] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_35: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(14545, 10193, 43, 0x455002c8, 0x2c8, %i3, 0x2c8, %l6, %l7, %o5, %l3) P14546: !_MEMBAR (FP) membar #StoreLoad P14547: !_BLD [215] (FP) (Branch target of P14518) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 ba P14548 nop TARGET14518: ba RET14518 nop P14548: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_43_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_35 nop P14549: !_MEMBAR (FP) (Loop entry) (Branch target of P14443) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_36: membar #StoreLoad ba P14550 nop TARGET14443: ba RET14443 nop P14550: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14551: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_36 nop P14552: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_37: membar #StoreLoad P14553: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14554: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_37 nop P14555: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_38: membar #StoreLoad P14556: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14557: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_38 nop P14558: !_IDC_FLIP [208] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_39: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14558, 4396, 43, 0x455002c8, 0x2c8, %i2, 0x2c8, %l6, %l7, %o5, %l3) P14559: !_MEMBAR (FP) membar #StoreLoad P14560: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14561: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_39 nop P14562: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_40: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14562 nop RET14562: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P14563: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14564: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_40 nop P14565: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_41: membar #StoreLoad loop_exit_43_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_41 nop P14566: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_42: membar #StoreLoad P14567: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14568: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_42 nop P14569: !_PREFETCH [34] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_43: sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2412], 20 P14570: !_MEMBAR (FP) membar #StoreLoad P14571: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14572: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_43 nop P14573: !_IDC_FLIP [152] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_44: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14573, 21569, 43, 0x44a00c30, 0xc30, %i2, 0xc30, %l6, %l7, %o5, %l3) P14574: !_MEMBAR (FP) membar #StoreLoad P14575: !_BLD [26] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14576: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_44 nop P14577: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_45: membar #StoreLoad P14578: !_BLD [352] (FP) (Branch target of P14441) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P14579 nop TARGET14441: ba RET14441 nop P14579: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_45 nop P14580: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_46: membar #StoreLoad P14581: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14582: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_46 nop P14583: !_PREFETCH [324] (Int) (Loop entry) (Loop exit) (Branch target of P14588) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_47: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2324], 2 loop_exit_43_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_47 nop ba P14584 nop TARGET14588: ba RET14588 nop P14584: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_48: membar #StoreLoad P14585: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14586: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_48 nop P14587: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_49: membar #StoreLoad P14588: !_BLD [186] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14588 nop RET14588: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P14589: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_49 nop P14590: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_50: membar #StoreLoad P14591: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14592: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_50 nop P14593: !_IDC_FLIP [97] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_51: sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14593, 15453, 43, 0x44100578, 0x578, %i2, 0x578, %l6, %l7, %o5, %l3) loop_exit_43_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_51 nop P14594: !_MEMBAR (Int) (Loop entry) (Loop exit) (Branch target of P14528) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_52: membar #StoreLoad loop_exit_43_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_52 nop ba P14595 nop TARGET14528: ba RET14528 nop P14595: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_53: membar #StoreLoad P14596: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14597: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_53 nop P14598: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_54: membar #StoreLoad P14599: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14600: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_54 nop P14601: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_55: membar #StoreLoad P14602: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14603: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_55 nop P14604: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_56: membar #StoreLoad P14605: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14606: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_56 nop P14607: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_57: membar #StoreLoad P14608: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14609: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_57 nop P14610: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_58: membar #StoreLoad P14611: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14612: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_58 nop P14613: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_59: membar #StoreLoad P14614: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14615: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_59 nop P14616: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_60: membar #StoreLoad P14617: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14618: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_60 nop P14619: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_61: membar #StoreLoad P14620: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14621: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_61 nop P14622: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_62: membar #StoreLoad P14623: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14624: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14624 nop RET14624: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_62 nop P14625: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_63: membar #StoreLoad P14626: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14627: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_63 nop P14628: !_MEMBAR (FP) (Loop entry) (Branch target of P14490) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_64: membar #StoreLoad ba P14629 nop TARGET14490: ba RET14490 nop P14629: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14630: !_MEMBAR (FP) (Loop exit) (Branch target of P14491) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_64 nop ba P14631 nop TARGET14491: ba RET14491 nop P14631: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_65: membar #StoreLoad P14632: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14633: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_65 nop P14634: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_66: membar #StoreLoad P14635: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14636: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_66 nop P14637: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_67: membar #StoreLoad P14638: !_BLD [197] (FP) (Branch target of P14442) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P14639 nop TARGET14442: ba RET14442 nop P14639: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_67 nop P14640: !_ST [206] (maybe <- 0x95800001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_68: sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3892 ] add %l4, 1, %l4 P14641: !_MEMBAR (FP) membar #StoreLoad P14642: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14643: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_68 nop P14644: !_PREFETCH [8] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_69: prefetch [%i1 + 2200], 22 P14645: !_MEMBAR (FP) membar #StoreLoad P14646: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14647: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_69 nop P14648: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_70: membar #StoreLoad P14649: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14650: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_70 nop P14651: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_71: membar #StoreLoad P14652: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14653: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_71 nop P14654: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_72: membar #StoreLoad P14655: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14656: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_72 nop P14657: !_IDC_FLIP [131] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_73: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14657, 13638, 43, 0x447002fc, 0x2fc, %i2, 0x2fc, %l6, %l7, %o5, %l3) P14658: !_PREFETCH [296] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3500], 22 loop_exit_43_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_73 nop P14659: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_74: membar #StoreLoad P14660: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14661: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_74 nop P14662: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_75: membar #StoreLoad P14663: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14664: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_75 nop P14665: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_76: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14665 nop RET14665: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P14666: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14667: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_76 nop P14668: !_IDC_FLIP [66] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_77: sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(14668, 8691, 43, 0x43c00734, 0x734, %i3, 0x734, %l6, %l7, %o5, %l3) P14669: !_MEMBAR (FP) membar #StoreLoad P14670: !_BLD [301] (FP) (Branch target of P14665) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P14671 nop TARGET14665: ba RET14665 nop P14671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_77 nop P14672: !_LD [283] (Int) (NF) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_78: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduwa [%i3 + 1132] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P14673: !_MEMBAR (FP) membar #StoreLoad P14674: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14675: !_MEMBAR (FP) P14676: !_LD [165] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 3652], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_78 nop P14677: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_79: membar #StoreLoad P14678: !_BLD [239] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered P14679: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_79 nop P14680: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_80: membar #StoreLoad P14681: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P14682: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_80 nop P14683: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_81: membar #StoreLoad P14684: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14685: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_81 nop P14686: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_82: membar #StoreLoad P14687: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P14688: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_43_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_82 nop P14689: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_83: membar #StoreLoad P14690: !_BLD [80] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14691: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_83 nop P14692: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_84: membar #StoreLoad P14693: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14694: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_84 nop P14695: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_85: membar #StoreLoad P14696: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14697: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_85 nop P14698: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_86: membar #StoreLoad loop_exit_43_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_86 nop P14699: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_87: membar #StoreLoad P14700: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14701: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_87 nop P14702: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_88: membar #StoreLoad P14703: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14704: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_88 nop P14705: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_89: membar #StoreLoad P14706: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P14707: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_89 nop P14708: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_90: membar #StoreLoad P14709: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14710: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_90 nop P14711: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_91: membar #StoreLoad P14712: !_BLD [217] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14712 nop RET14712: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P14713: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_91 nop P14714: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_92: membar #StoreLoad P14715: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14716: !_MEMBAR (FP) (Loop exit) (Branch target of P14523) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_92 nop ba P14717 nop TARGET14523: ba RET14523 nop P14717: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_93: membar #StoreLoad P14718: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14719: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_93 nop P14720: !_MEMBAR (FP) (Loop entry) (Branch target of P14502) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_94: membar #StoreLoad ba P14721 nop TARGET14502: ba RET14502 nop P14721: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14722: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_94 nop P14723: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_95: membar #StoreLoad P14724: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14725: !_MEMBAR (FP) (Loop exit) (Branch target of P14480) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_95 nop ba P14726 nop TARGET14480: ba RET14480 nop P14726: !_PREFETCH [146] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_96: sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2816], 3 loop_exit_43_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_96 nop P14727: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_97: membar #StoreLoad P14728: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P14729: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_97 nop P14730: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_98: membar #StoreLoad P14731: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14732: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_98 nop P14733: !_IDC_FLIP [92] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_99: sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(14733, 10504, 43, 0x44000568, 0x568, %i3, 0x568, %l6, %l7, %o5, %l3) loop_exit_43_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_99 nop P14734: !_ST [14] (maybe <- 0x95800002) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_100: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1764 ] add %l4, 1, %l4 loop_exit_43_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_100 nop P14735: !_IDC_FLIP [76] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_101: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(14735, 28565, 43, 0x43e000e4, 0xe4, %i3, 0xe4, %l6, %l7, %o5, %l3) P14736: !_MEMBAR (FP) membar #StoreLoad P14737: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14738: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_101 nop P14739: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_102: membar #StoreLoad P14740: !_BLD [60] (FP) (Branch target of P14503) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P14741 nop TARGET14503: ba RET14503 nop P14741: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_102 nop P14742: !_IDC_FLIP [272] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_103: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(14742, 11380, 43, 0x45f00890, 0x890, %i2, 0x890, %l6, %l7, %o5, %l3) P14743: !_MEMBAR (FP) membar #StoreLoad P14744: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P14745: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_103 nop P14746: !_IDC_FLIP [35] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_104: sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14746, 5098, 43, 0x43700144, 0x144, %i2, 0x144, %l6, %l7, %o5, %l3) loop_exit_43_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_104 nop P14747: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_105: membar #StoreLoad P14748: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14749: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_105 nop P14750: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_106: membar #StoreLoad P14751: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14752: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_106 nop P14753: !_ST [213] (maybe <- 0x95800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_43_107: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3816 ] add %l4, 1, %l4 loop_exit_43_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_107 nop P14754: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_108: membar #StoreLoad P14755: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14756: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_108 nop P14757: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_43_109: membar #StoreLoad P14758: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14759: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_43_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_43_109 nop P14760: !_MEMBAR (Int) membar #StoreLoad END_NODES43: ! Test instruction sequence for CPU 43 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func44: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x2cdeade1), %l7 or %l7, %lo(0x2cdeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x96000001), %l4 or %l4, %lo(0x96000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x22000001), %l7 or %l7, %lo(0x22000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x16800000), %l7 or %l7, %lo(0x16800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x103c^4 sethi %hi(0x103c), %l0 or %l0, %lo(0x103c), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 246 to 251 --- sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+640] stx %g0, [%i2+1112] stx %g0, [%i2+2016] stx %g0, [%i2+2168] stx %g0, [%i2+2928] stx %g0, [%i2+3224] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES44, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES44: ! Test instruction sequence for ISTREAM 44 begins P14761: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_0: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14761 nop RET14761: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P14762: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14763: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_0 nop P14764: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_1: membar #StoreLoad P14765: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14766: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_1 nop P14767: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_2: membar #StoreLoad P14768: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P14769: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_44_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_2 nop P14770: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_3: membar #StoreLoad P14771: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P14772: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_3 nop P14773: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_4: membar #StoreLoad P14774: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14775: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_4 nop P14776: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_5: membar #StoreLoad P14777: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14778: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_5 nop P14779: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_6: membar #StoreLoad P14780: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14781: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_6 nop P14782: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_7: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14782 nop RET14782: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P14783: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P14784: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_7 nop P14785: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_8: membar #StoreLoad P14786: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14787: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_8 nop P14788: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_9: membar #StoreLoad P14789: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14790: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_9 nop P14791: !_PREFETCH [274] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_10: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2496], 2 P14792: !_MEMBAR (Int) (Loop exit) membar #StoreLoad loop_exit_44_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_10 nop P14793: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_11: membar #StoreLoad P14794: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14795: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_11 nop P14796: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_12: membar #StoreLoad P14797: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14798: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_12 nop P14799: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_13: membar #StoreLoad P14800: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14801: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_13 nop P14802: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_14: membar #StoreLoad P14803: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P14804: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_14 nop P14805: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_15: membar #StoreLoad P14806: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_15 nop P14808: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_16: membar #StoreLoad P14809: !_BLD [287] (FP) (Branch target of P15096) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P14810 nop TARGET15096: ba RET15096 nop P14810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_16 nop P14811: !_IDC_FLIP [54] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_17: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14811, 12067, 44, 0x43a0095c, 0x95c, %i2, 0x95c, %l6, %l7, %o5, %l3) loop_exit_44_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_17 nop P14812: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_18: membar #StoreLoad loop_exit_44_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_18 nop P14813: !_PREFETCH [281] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_19: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3940], 20 loop_exit_44_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_19 nop P14814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_20: membar #StoreLoad P14815: !_BLD [269] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14815 nop RET14815: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P14816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_20 nop P14817: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_21: membar #StoreLoad P14818: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14819: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_21 nop P14820: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_22: membar #StoreLoad P14821: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14822: !_MEMBAR (FP) (Loop exit) (Branch target of P14983) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_22 nop ba P14823 nop TARGET14983: ba RET14983 nop P14823: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_23: membar #StoreLoad P14824: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P14825: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_23 nop P14826: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_24: membar #StoreLoad P14827: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P14828: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_24 nop P14829: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_25: membar #StoreLoad P14830: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14831: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_25 nop P14832: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_26: membar #StoreLoad P14833: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14834: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_26 nop P14835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_27: membar #StoreLoad P14836: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14837: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_27 nop P14838: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_28: membar #StoreLoad P14839: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION16_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P14840: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14840 nop RET14840: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_44_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_28 nop P14841: !_PREFETCH [252] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_29: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3804], 21 P14842: !_IDC_FLIP [354] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14842, 24845, 44, 0x46e00e64, 0xe64, %i2, 0xe64, %l6, %l7, %o5, %l3) loop_exit_44_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_29 nop P14843: !_ST [183] (maybe <- 0x96000001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_30: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1744 ] add %l4, 1, %l4 P14844: !_MEMBAR (Int) (Loop exit) membar #StoreLoad loop_exit_44_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_30 nop P14845: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_31: membar #StoreLoad loop_exit_44_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_31 nop P14846: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_32: membar #StoreLoad P14847: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14848: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14848 nop RET14848: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_32 nop P14849: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_33: membar #StoreLoad P14850: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14851: !_MEMBAR (FP) (Loop exit) (Branch target of P14987) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_33 nop ba P14852 nop TARGET14987: ba RET14987 nop P14852: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_34: membar #StoreLoad P14853: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14854: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_34 nop P14855: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_35: membar #StoreLoad P14856: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14857: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_35 nop P14858: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_36: membar #StoreLoad P14859: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14860: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_36 nop P14861: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_37: membar #StoreLoad P14862: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P14863: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_37 nop P14864: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_38: membar #StoreLoad P14865: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P14866: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_44_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_38 nop P14867: !_MEMBAR (FP) (Loop entry) (Branch target of P14761) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_39: membar #StoreLoad ba P14868 nop TARGET14761: ba RET14761 nop P14868: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P14869: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_39 nop P14870: !_IDC_FLIP [149] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_40: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14870, 1150, 44, 0x44a00098, 0x98, %i2, 0x98, %l6, %l7, %o5, %l3) loop_exit_44_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_40 nop P14871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_41: membar #StoreLoad P14872: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P14873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_41 nop P14874: !_ST [106] (maybe <- 0x96000002) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_42: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3500 ] add %l4, 1, %l4 P14875: !_MEMBAR (FP) membar #StoreLoad P14876: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P14877: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_42 nop P14878: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_43: membar #StoreLoad P14879: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14880: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_43 nop P14881: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_44: membar #StoreLoad P14882: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P14883: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_44 nop P14884: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_45: membar #StoreLoad P14885: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14886: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_45 nop P14887: !_PREFETCH [209] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_46: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1260], 2 P14888: !_MEMBAR (FP) membar #StoreLoad P14889: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14890: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_46 nop P14891: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_47: membar #StoreLoad P14892: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P14893: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14893 nop RET14893: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_47 nop P14894: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_48: membar #StoreLoad P14895: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14896: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_48 nop P14897: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_49: membar #StoreLoad P14898: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P14899: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_49 nop P14900: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_50: membar #StoreLoad P14901: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14902: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_50 nop P14903: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_51: membar #StoreLoad P14904: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P14905: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_51 nop P14906: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_52: membar #StoreLoad P14907: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P14908: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_52 nop P14909: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_53: membar #StoreLoad P14910: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14911: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_53 nop P14912: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_54: membar #StoreLoad P14913: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_54 nop P14915: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_55: membar #StoreLoad P14916: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P14917: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_55 nop P14918: !_LD [221] (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_56: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ld [%i2 + 868], %f0 ! 1 addresses covered !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_56 nop P14919: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_57: membar #StoreLoad loop_exit_44_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_57 nop P14920: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_58: membar #StoreLoad P14921: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14922: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_58 nop P14923: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_59: membar #StoreLoad P14924: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P14925: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14925 nop RET14925: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_59 nop P14926: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_60: membar #StoreLoad P14927: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P14928: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_44_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_60 nop P14929: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_61: membar #StoreLoad P14930: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14931: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_61 nop P14932: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_62: membar #StoreLoad P14933: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P14934: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_62 nop P14935: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_63: membar #StoreLoad P14936: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P14937: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_63 nop P14938: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_64: membar #StoreLoad P14939: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P14940: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_64 nop P14941: !_IDC_FLIP [276] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_65: sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(14941, 18078, 44, 0x4600030c, 0x30c, %i3, 0x30c, %l6, %l7, %o5, %l3) loop_exit_44_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_65 nop P14942: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_66: membar #StoreLoad P14943: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14944: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_66 nop P14945: !_MEMBAR (FP) (Loop entry) (Branch target of P15013) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_67: membar #StoreLoad ba P14946 nop TARGET15013: ba RET15013 nop P14946: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P14947: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_67 nop P14948: !_IDC_FLIP [254] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_68: sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14948, 5358, 44, 0x45c0023c, 0x23c, %i2, 0x23c, %l6, %l7, %o5, %l3) P14949: !_MEMBAR (FP) (Branch target of P14848) membar #StoreLoad ba P14950 nop TARGET14848: ba RET14848 nop P14950: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P14951: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_68 nop P14952: !_ST [89] (maybe <- 0x96000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_69: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1296 ] add %l4, 1, %l4 loop_exit_44_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_69 nop P14953: !_PREFETCH [162] (Int) (Loop entry) (Loop exit) (Branch target of P14925) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_70: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2128], 1 loop_exit_44_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_70 nop ba P14954 nop TARGET14925: ba RET14925 nop P14954: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_71: membar #StoreLoad P14955: !_BLD [78] (FP) (Branch target of P14815) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P14956 nop TARGET14815: ba RET14815 nop P14956: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_71 nop P14957: !_IDC_FLIP [34] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_72: sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(14957, 8269, 44, 0x4360096c, 0x96c, %i3, 0x96c, %l6, %l7, %o5, %l3) P14958: !_MEMBAR (FP) membar #StoreLoad P14959: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P14960: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_72 nop P14961: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_73: membar #StoreLoad P14962: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P14963: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET14963 nop RET14963: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_73 nop P14964: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_74: membar #StoreLoad P14965: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14966: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_74 nop P14967: !_ST [209] (maybe <- 0x22000001) (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_75: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 1260 ] P14968: !_IDC_FLIP [267] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14968, 13364, 44, 0x45e00eb0, 0xeb0, %i2, 0xeb0, %l6, %l7, %o5, %l3) loop_exit_44_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_75 nop P14969: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_76: membar #StoreLoad P14970: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P14971: !_MEMBAR (FP) (Loop exit) (Branch target of P15016) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_76 nop ba P14972 nop TARGET15016: ba RET15016 nop P14972: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_77: membar #StoreLoad P14973: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P14974: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_77 nop P14975: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_78: membar #StoreLoad P14976: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P14977: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_78 nop P14978: !_FLUSHI [135] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_79: flush %g0 P14979: !_IDC_FLIP [335] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(14979, 10579, 44, 0x46b007b8, 0x7b8, %i2, 0x7b8, %l6, %l7, %o5, %l3) loop_exit_44_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_79 nop P14980: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_80: membar #StoreLoad P14981: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14982: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_80 nop P14983: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_81: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14983 nop RET14983: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P14984: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14985: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_81 nop P14986: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_82: membar #StoreLoad P14987: !_BLD [238] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET14987 nop RET14987: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P14988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_82 nop P14989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_83: membar #StoreLoad P14990: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P14991: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_83 nop P14992: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_84: membar #StoreLoad P14993: !_BLD [116] (FP) (Branch target of P15093) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P14994 nop TARGET15093: ba RET15093 nop P14994: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_84 nop P14995: !_MEMBAR (FP) (Loop entry) (Branch target of P14893) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_85: membar #StoreLoad ba P14996 nop TARGET14893: ba RET14893 nop P14996: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P14997: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_85 nop P14998: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_86: membar #StoreLoad P14999: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15000: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_86 nop P15001: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_87: membar #StoreLoad P15002: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15003: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_87 nop P15004: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_88: membar #StoreLoad P15005: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15006: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_88 nop P15007: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_89: membar #StoreLoad P15008: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15009: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_89 nop P15010: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_90: membar #StoreLoad P15011: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P15012: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_90 nop P15013: !_IDC_FLIP [102] (Int) (Loop entry) (Loop exit) (CBR) (Branch target of P14963) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_91: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15013, 958, 44, 0x44200c8c, 0xc8c, %i2, 0xc8c, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15013 nop RET15013: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_44_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_91 nop ba P15014 nop TARGET14963: ba RET14963 nop P15014: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_92: membar #StoreLoad P15015: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P15016: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15016 nop RET15016: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_92 nop P15017: !_MEMBAR (FP) (Loop entry) (Branch target of P14782) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_93: membar #StoreLoad ba P15018 nop TARGET14782: ba RET14782 nop P15018: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15019: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_93 nop P15020: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_94: membar #StoreLoad P15021: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15022: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_94 nop P15023: !_MEMBAR (FP) (Loop entry) (Branch target of P15089) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_95: membar #StoreLoad ba P15024 nop TARGET15089: ba RET15089 nop P15024: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15025: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_95 nop P15026: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_96: membar #StoreLoad P15027: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P15028: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_96 nop P15029: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_97: membar #StoreLoad P15030: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15031: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_97 nop P15032: !_MEMBAR (FP) (Loop entry) (Branch target of P14840) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_98: membar #StoreLoad ba P15033 nop TARGET14840: ba RET14840 nop P15033: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P15034: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_44_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_98 nop P15035: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_99: membar #StoreLoad P15036: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15037: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_99 nop P15038: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_100: membar #StoreLoad P15039: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_100 nop P15041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_101: membar #StoreLoad P15042: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_101 nop P15044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_102: membar #StoreLoad P15045: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_102 nop P15047: !_FLUSHI [163] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_103: flush %g0 P15048: !_MEMBAR (FP) membar #StoreLoad P15049: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P15050: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_103 nop P15051: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_104: membar #StoreLoad P15052: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15053: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_104 nop P15054: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_105: membar #StoreLoad P15055: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15056: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_105 nop P15057: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_106: membar #StoreLoad P15058: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15059: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_106 nop P15060: !_PREFETCH [179] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_107: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3816], 3 loop_exit_44_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_107 nop P15061: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_108: membar #StoreLoad P15062: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15063: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_108 nop P15064: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_109: membar #StoreLoad P15065: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15066: !_MEMBAR (FP) (Loop exit) (Branch target of P15074) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_109 nop ba P15067 nop TARGET15074: ba RET15074 nop P15067: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_110: membar #StoreLoad P15068: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15069: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_110 nop P15070: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_111: membar #StoreLoad P15071: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P15072: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_111 nop P15073: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_112: membar #StoreLoad P15074: !_BLD [204] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15074 nop RET15074: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15075: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_112 nop P15076: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_113: membar #StoreLoad P15077: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15078: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_113 nop P15079: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_114: membar #StoreLoad P15080: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15081: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_114 nop P15082: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_115: membar #StoreLoad P15083: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P15084: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_115 nop P15085: !_LD [307] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_116: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 124], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P15086: !_LD [302] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 388], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_44_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_116 nop P15087: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_117: membar #StoreLoad P15088: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15089: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15089 nop RET15089: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_117 nop P15090: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_118: membar #StoreLoad P15091: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P15092: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_44_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_118 nop P15093: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_44_119: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15093 nop RET15093: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P15094: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15095: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_44_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_119 nop P15096: !_IDC_FLIP [291] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_44_120: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15096, 15132, 44, 0x462009d4, 0x9d4, %i2, 0x9d4, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15096 nop RET15096: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_44_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_44_120 nop P15097: !_MEMBAR (Int) membar #StoreLoad END_NODES44: ! Test instruction sequence for CPU 44 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func45: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x2ddeade1), %l7 or %l7, %lo(0x2ddeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x96800001), %l4 or %l4, %lo(0x96800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x22800001), %l7 or %l7, %lo(0x22800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x17000000), %l7 or %l7, %lo(0x17000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x700a^4 sethi %hi(0x700a), %l0 or %l0, %lo(0x700a), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 252 to 257 --- sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+3800] sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+120] stx %g0, [%i2+568] stx %g0, [%i2+1776] stx %g0, [%i2+2096] stx %g0, [%i2+2168] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES45, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES45: ! Test instruction sequence for ISTREAM 45 begins P15098: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_0: membar #StoreLoad P15099: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P15100: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_0 nop P15101: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_1: membar #StoreLoad P15102: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15103: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_1 nop P15104: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_2: membar #StoreLoad P15105: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P15106: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_45_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_2 nop P15107: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_3: membar #StoreLoad P15108: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15109: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_3 nop P15110: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_4: membar #StoreLoad P15111: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15112: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_4 nop P15113: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_5: membar #StoreLoad P15114: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P15115: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_45_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_5 nop P15116: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_6: membar #StoreLoad P15117: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15118: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_6 nop P15119: !_PREFETCH [225] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_7: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2744], 3 P15120: !_MEMBAR (FP) membar #StoreLoad P15121: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15122: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_7 nop P15123: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_8: membar #StoreLoad P15124: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15125: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15125 nop RET15125: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_8 nop P15126: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_9: membar #StoreLoad P15127: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15128: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_9 nop P15129: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_10: membar #StoreLoad P15130: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15131: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_10 nop P15132: !_PREFETCH [100] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_11: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3116], 3 loop_exit_45_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_11 nop P15133: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_12: membar #StoreLoad P15134: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P15135: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_12 nop P15136: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_13: membar #StoreLoad P15137: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15138: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_13 nop P15139: !_MEMBAR (FP) (Loop entry) (Branch target of P15227) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_14: membar #StoreLoad ba P15140 nop TARGET15227: ba RET15227 nop P15140: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P15141: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_45_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_14 nop P15142: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_15: membar #StoreLoad P15143: !_BLD [328] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15143 nop RET15143: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P15144: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_15 nop P15145: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_16: membar #StoreLoad P15146: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15147: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_16 nop P15148: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_17: membar #StoreLoad P15149: !_BLD [292] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15149 nop RET15149: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15150: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_17 nop P15151: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_18: membar #StoreLoad P15152: !_BLD [127] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15153: !_MEMBAR (FP) (Loop exit) (Branch target of P15304) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_18 nop ba P15154 nop TARGET15304: ba RET15304 nop P15154: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_19: membar #StoreLoad P15155: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15156: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_19 nop P15157: !_IDC_FLIP [358] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_20: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(15157, 14084, 45, 0x46f00ef0, 0xef0, %i2, 0xef0, %l6, %l7, %o5, %l3) loop_exit_45_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_20 nop P15158: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_21: membar #StoreLoad P15159: !_BLD [233] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15159 nop RET15159: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P15160: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_21 nop P15161: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_22: membar #StoreLoad P15162: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15163: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_22 nop P15164: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_23: membar #StoreLoad P15165: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15166: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_23 nop P15167: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_24: membar #StoreLoad P15168: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15169: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_24 nop P15170: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_25: membar #StoreLoad P15171: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15172: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_25 nop P15173: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_26: membar #StoreLoad P15174: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P15175: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_45_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_26 nop P15176: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_27: membar #StoreLoad P15177: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15178: !_MEMBAR (FP) (Loop exit) (Branch target of P15238) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_27 nop ba P15179 nop TARGET15238: ba RET15238 nop P15179: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_28: membar #StoreLoad P15180: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15181: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_28 nop P15182: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_29: membar #StoreLoad P15183: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15184: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_29 nop P15185: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_30: membar #StoreLoad P15186: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P15187: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_45_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_30 nop P15188: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_31: membar #StoreLoad P15189: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15190: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_31 nop P15191: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_32: membar #StoreLoad P15192: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15193: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_32 nop P15194: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_33: membar #StoreLoad P15195: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15196: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_33 nop P15197: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_34: membar #StoreLoad P15198: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P15199: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_45_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_34 nop P15200: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_35: membar #StoreLoad P15201: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15202: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_35 nop P15203: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_36: membar #StoreLoad P15204: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15205: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_36 nop P15206: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_37: membar #StoreLoad P15207: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P15208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_37 nop P15209: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_38: membar #StoreLoad P15210: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P15211: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_38 nop P15212: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_39: membar #StoreLoad P15213: !_BLD [291] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15213 nop RET15213: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P15214: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_39 nop P15215: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_40: membar #StoreLoad P15216: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P15217: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_45_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_40 nop P15218: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_41: membar #StoreLoad P15219: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P15220: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_41 nop P15221: !_IDC_FLIP [189] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_42: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15221, 22125, 45, 0x451007b8, 0x7b8, %i2, 0x7b8, %l6, %l7, %o5, %l3) P15222: !_MEMBAR (FP) membar #StoreLoad P15223: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15224: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_42 nop P15225: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_43: membar #StoreLoad P15226: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15227: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15227 nop RET15227: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_43 nop P15228: !_IDC_FLIP [35] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_44: sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(15228, 2486, 45, 0x43700144, 0x144, %i3, 0x144, %l6, %l7, %o5, %l3) loop_exit_45_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_44 nop P15229: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_45: membar #StoreLoad P15230: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15231: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_45 nop P15232: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_46: membar #StoreLoad P15233: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15234: !_MEMBAR (FP) (Loop exit) (Branch target of P15213) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_46 nop ba P15235 nop TARGET15213: ba RET15213 nop P15235: !_ST [260] (maybe <- 0x96800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_47: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 976 ] add %l4, 1, %l4 loop_exit_45_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_47 nop P15236: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_48: membar #StoreLoad P15237: !_BLD [317] (FP) (Branch target of P15434) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P15238 nop TARGET15434: ba RET15434 nop P15238: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15238 nop RET15238: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_48 nop P15239: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_49: membar #StoreLoad P15240: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P15241: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_45_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_49 nop P15242: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_50: membar #StoreLoad P15243: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15244: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_50 nop P15245: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_51: membar #StoreLoad P15246: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15247: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_51 nop P15248: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_52: membar #StoreLoad P15249: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15250: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_52 nop P15251: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_53: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15251 nop RET15251: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P15252: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15253: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_53 nop P15254: !_MEMBAR (Int) (Loop entry) (Loop exit) (Branch target of P15331) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_54: membar #StoreLoad loop_exit_45_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_54 nop ba P15255 nop TARGET15331: ba RET15331 nop P15255: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_55: membar #StoreLoad P15256: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15257: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_55 nop P15258: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_56: membar #StoreLoad P15259: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15260: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_56 nop P15261: !_IDC_FLIP [157] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_57: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(15261, 5522, 45, 0x44b00b60, 0xb60, %i3, 0xb60, %l6, %l7, %o5, %l3) P15262: !_MEMBAR (FP) membar #StoreLoad P15263: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_57 nop P15265: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_58: membar #StoreLoad P15266: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15267: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_58 nop P15268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_59: membar #StoreLoad P15269: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15270: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_59 nop P15271: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_60: membar #StoreLoad P15272: !_BLD [127] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15273: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_60 nop P15274: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_61: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15274 nop RET15274: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15275: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15276: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_61 nop P15277: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_62: membar #StoreLoad P15278: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15279: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15279 nop RET15279: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_62 nop P15280: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_63: membar #StoreLoad P15281: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15282: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_63 nop P15283: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_64: membar #StoreLoad P15284: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P15285: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_45_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_64 nop P15286: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_65: membar #StoreLoad P15287: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15288: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_65 nop P15289: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_66: membar #StoreLoad P15290: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15291: !_MEMBAR (FP) (Loop exit) (Branch target of P15279) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_66 nop ba P15292 nop TARGET15279: ba RET15279 nop P15292: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_67: membar #StoreLoad P15293: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15294: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_67 nop P15295: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_68: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15295 nop RET15295: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P15296: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P15297: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_68 nop P15298: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_69: membar #StoreLoad P15299: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15300: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_69 nop P15301: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_70: membar #StoreLoad P15302: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15303: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_70 nop P15304: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_71: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15304 nop RET15304: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P15305: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15306: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_71 nop P15307: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_72: membar #StoreLoad P15308: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15309: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_72 nop P15310: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_73: membar #StoreLoad P15311: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P15312: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_73 nop P15313: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_74: membar #StoreLoad P15314: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P15315: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_45_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_74 nop P15316: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_75: membar #StoreLoad P15317: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15318: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_75 nop P15319: !_MEMBAR (FP) (Loop entry) (Branch target of P15125) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_76: membar #StoreLoad ba P15320 nop TARGET15125: ba RET15125 nop P15320: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15321: !_MEMBAR (FP) (Loop exit) (Branch target of P15143) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_76 nop ba P15322 nop TARGET15143: ba RET15143 nop P15322: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_77: membar #StoreLoad P15323: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P15324: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_77 nop P15325: !_MEMBAR (FP) (Loop entry) (Branch target of P15149) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_78: membar #StoreLoad ba P15326 nop TARGET15149: ba RET15149 nop P15326: !_BLD [312] (FP) (Branch target of P15295) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P15327 nop TARGET15295: ba RET15295 nop P15327: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_78 nop P15328: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_79: membar #StoreLoad P15329: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15330: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_79 nop P15331: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_80: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15331 nop RET15331: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15332: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P15333: !_MEMBAR (FP) (Loop exit) (Branch target of P15435) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_80 nop ba P15334 nop TARGET15435: ba RET15435 nop P15334: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_81: membar #StoreLoad P15335: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15336: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_81 nop P15337: !_ST [13] (maybe <- 0x96800002) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_82: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1664 ] add %l4, 1, %l4 loop_exit_45_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_82 nop P15338: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_83: membar #StoreLoad P15339: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P15340: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_83 nop P15341: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_84: membar #StoreLoad P15342: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15343: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_84 nop P15344: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_85: membar #StoreLoad P15345: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15346: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_85 nop P15347: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_86: membar #StoreLoad P15348: !_BLD [326] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15348 nop RET15348: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P15349: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_86 nop P15350: !_PREFETCH [69] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_87: sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3368], 21 loop_exit_45_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_87 nop P15351: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_88: membar #StoreLoad P15352: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION7_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P15353: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_88 nop P15354: !_LD [98] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_89: sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 1472], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P15355: !_LD [151] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 1400], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_45_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_89 nop P15356: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_90: membar #StoreLoad P15357: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15358: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_90 nop P15359: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_91: membar #StoreLoad P15360: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P15361: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_45_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_91 nop P15362: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_92: membar #StoreLoad P15363: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15364: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_92 nop P15365: !_PREFETCH [248] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_93: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2016], 22 P15366: !_IDC_FLIP [195] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15366, 1156, 45, 0x45200764, 0x764, %i2, 0x764, %l6, %l7, %o5, %l3) loop_exit_45_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_93 nop P15367: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_94: membar #StoreLoad P15368: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15369: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_94 nop P15370: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_95: membar #StoreLoad P15371: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15372: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_95 nop P15373: !_ST [294] (maybe <- 0x22800001) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_96: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 3236 ] loop_exit_45_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_96 nop P15374: !_ST [233] (maybe <- 0x22800002) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_97: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 648 ] loop_exit_45_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_97 nop P15375: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_98: membar #StoreLoad P15376: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P15377: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_98 nop P15378: !_FLUSHI [155] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_99: flush %g0 P15379: !_ST [195] (maybe <- 0x96800003) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1892 ] add %l4, 1, %l4 loop_exit_45_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_99 nop P15380: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_100: membar #StoreLoad P15381: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15382: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_100 nop P15383: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_101: membar #StoreLoad P15384: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15385: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_101 nop P15386: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_102: membar #StoreLoad P15387: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P15388: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_102 nop P15389: !_FLUSHI [186] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_103: flush %g0 P15390: !_MEMBAR (FP) membar #StoreLoad P15391: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15392: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_103 nop P15393: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_104: membar #StoreLoad P15394: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15395: !_MEMBAR (FP) (Loop exit) (Branch target of P15348) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_104 nop ba P15396 nop TARGET15348: ba RET15348 nop P15396: !_MEMBAR (FP) (Loop entry) (Branch target of P15274) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_105: membar #StoreLoad ba P15397 nop TARGET15274: ba RET15274 nop P15397: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15398: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_105 nop P15399: !_IDC_FLIP [79] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_106: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(15399, 11816, 45, 0x43e008d4, 0x8d4, %i3, 0x8d4, %l6, %l7, %o5, %l3) loop_exit_45_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_106 nop P15400: !_PREFETCH [188] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_107: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1572], 30 loop_exit_45_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_107 nop P15401: !_IDC_FLIP [295] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_108: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(15401, 12398, 45, 0x46300d88, 0xd88, %i3, 0xd88, %l6, %l7, %o5, %l3) P15402: !_MEMBAR (FP) membar #StoreLoad P15403: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15404: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_108 nop P15405: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_109: membar #StoreLoad P15406: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15407: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_109 nop P15408: !_ST [123] (maybe <- 0x96800004) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_110: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3260 ] add %l4, 1, %l4 loop_exit_45_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_110 nop P15409: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_111: membar #StoreLoad P15410: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15411: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_111 nop P15412: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_112: membar #StoreLoad P15413: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15414: !_MEMBAR (FP) (Loop exit) (Branch target of P15251) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_112 nop ba P15415 nop TARGET15251: ba RET15251 nop P15415: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_113: membar #StoreLoad P15416: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15417: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_113 nop P15418: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_114: membar #StoreLoad P15419: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15420: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_114 nop P15421: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_115: membar #StoreLoad P15422: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_115 nop P15424: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_116: membar #StoreLoad P15425: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P15426: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_45_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_116 nop P15427: !_PREFETCH [87] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_117: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1028], 3 P15428: !_MEMBAR (FP) membar #StoreLoad P15429: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P15430: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_45_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_117 nop P15431: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_45_118: membar #StoreLoad P15432: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15433: !_MEMBAR (FP) (Loop exit) (Branch target of P15159) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_118 nop ba P15434 nop TARGET15159: ba RET15159 nop P15434: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_45_119: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15434 nop RET15434: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P15435: !_BLD [229] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15435 nop RET15435: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15436: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_45_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_45_119 nop P15437: !_MEMBAR (Int) membar #StoreLoad END_NODES45: ! Test instruction sequence for CPU 45 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func46: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x2edeade1), %l7 or %l7, %lo(0x2edeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x97000001), %l4 or %l4, %lo(0x97000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x23000001), %l7 or %l7, %lo(0x23000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x17800000), %l7 or %l7, %lo(0x17800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x63f1^4 sethi %hi(0x63f1), %l0 or %l0, %lo(0x63f1), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 258 to 262 --- sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+3064] stx %g0, [%i3+3808] sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+976] stx %g0, [%i2+1616] stx %g0, [%i2+1784] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES46, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES46: ! Test instruction sequence for ISTREAM 46 begins P15438: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_0: membar #StoreLoad P15439: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15440: !_MEMBAR (FP) (Loop exit) (Branch target of P15533) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_0 nop ba P15441 nop TARGET15533: ba RET15533 nop P15441: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_1: membar #StoreLoad P15442: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P15443: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_1 nop P15444: !_LD [216] (Int) (NF) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_2: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduwa [%i3 + 3756] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P15445: !_MEMBAR (FP) membar #StoreLoad P15446: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15447: !_MEMBAR (FP) P15448: !_LD [280] (Int) (Loop exit) sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3460], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_2 nop P15449: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_3: membar #StoreLoad P15450: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P15451: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_3 nop P15452: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_4: membar #StoreLoad P15453: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P15454: !_MEMBAR (FP) (Loop exit) (Branch target of P15458) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_46_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_4 nop ba P15455 nop TARGET15458: ba RET15458 nop P15455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_5: membar #StoreLoad P15456: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_5 nop P15458: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_6: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15458 nop RET15458: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P15459: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15460: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_6 nop P15461: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P15726) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_7: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15461 nop RET15461: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 ba P15462 nop TARGET15726: ba RET15726 nop P15462: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15463: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_7 nop P15464: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_8: membar #StoreLoad P15465: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P15466: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15466 nop RET15466: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_46_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_8 nop P15467: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_9: membar #StoreLoad P15468: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15469: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_9 nop P15470: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_10: membar #StoreLoad P15471: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15472: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_10 nop P15473: !_IDC_FLIP [61] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_11: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15473, 3401, 46, 0x43b00300, 0x300, %i2, 0x300, %l6, %l7, %o5, %l3) P15474: !_MEMBAR (FP) membar #StoreLoad P15475: !_BLD [125] (FP) (Branch target of P15476) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 ba P15476 nop TARGET15476: ba RET15476 nop P15476: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15476 nop RET15476: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_46_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_11 nop P15477: !_ST [54] (maybe <- 0x97000001) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_12: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l3 or %l3, %lo(0xff00ff00), %l3 and %l4, %l3, %l6 srl %l6, 8, %l6 sll %l4, 8, %o5 and %o5, %l3, %o5 or %o5, %l6, %o5 srl %o5, 16, %l6 sll %o5, 16, %o5 srl %o5, 0, %o5 or %o5, %l6, %o5 stwa %o5, [%i2 + 2396] %asi add %l4, 1, %l4 loop_exit_46_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_12 nop P15478: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_13: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15478 nop RET15478: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P15479: !_BLD [44] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION9_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15479 nop RET15479: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P15480: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_13 nop P15481: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_14: membar #StoreLoad P15482: !_BLD [5] (FP) (Branch target of P15624) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered ba P15483 nop TARGET15624: ba RET15624 nop P15483: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_14 nop P15484: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_15: membar #StoreLoad P15485: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_15 nop P15487: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_16: membar #StoreLoad P15488: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P15489: !_MEMBAR (FP) (Loop exit) (Branch target of P15478) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_46_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_16 nop ba P15490 nop TARGET15478: ba RET15478 nop P15490: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_17: membar #StoreLoad P15491: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P15492: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_17 nop P15493: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_18: membar #StoreLoad P15494: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P15495: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_18 nop P15496: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_19: membar #StoreLoad P15497: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15498: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15498 nop RET15498: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_19 nop P15499: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_20: membar #StoreLoad P15500: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15501: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15501 nop RET15501: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_20 nop P15502: !_LD [175] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_21: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3936], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P15503: !_LD [195] (Int) (Loop exit) (LE) wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduwa [%i3 + 1892] %asi, %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_46_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_21 nop P15504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_22: membar #StoreLoad P15505: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_22 nop P15507: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_23: membar #StoreLoad P15508: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15509: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_23 nop P15510: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_24: membar #StoreLoad P15511: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15512: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_24 nop P15513: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_25: membar #StoreLoad P15514: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15515: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_25 nop P15516: !_IDC_FLIP [214] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_26: sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15516, 31307, 46, 0x45600e2c, 0xe2c, %i2, 0xe2c, %l6, %l7, %o5, %l3) loop_exit_46_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_26 nop P15517: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_27: membar #StoreLoad P15518: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15519: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_27 nop P15520: !_ST [239] (maybe <- 0x97000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_28: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 512 ] add %l4, 1, %l4 loop_exit_46_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_28 nop P15521: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_29: membar #StoreLoad P15522: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15523: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15523 nop RET15523: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_29 nop P15524: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_30: membar #StoreLoad P15525: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_30 nop P15527: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_31: membar #StoreLoad P15528: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15529: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_31 nop P15530: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_32: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15530 nop RET15530: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P15531: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P15532: !_MEMBAR (FP) (Loop exit) (Branch target of P15523) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_46_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_32 nop ba P15533 nop TARGET15523: ba RET15523 nop P15533: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_33: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15533 nop RET15533: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15534: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15535: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_33 nop P15536: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_34: membar #StoreLoad P15537: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15538: !_MEMBAR (FP) (Loop exit) (Branch target of P15530) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_34 nop ba P15539 nop TARGET15530: ba RET15530 nop P15539: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_35: membar #StoreLoad P15540: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15541: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_35 nop P15542: !_PREFETCH [134] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_36: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2308], 25 loop_exit_46_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_36 nop P15543: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_37: membar #StoreLoad P15544: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15545: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_37 nop P15546: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_38: membar #StoreLoad P15547: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15548: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_38 nop P15549: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_39: membar #StoreLoad P15550: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15551: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_39 nop P15552: !_ST [90] (maybe <- 0x97000003) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_40: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1336 ] add %l4, 1, %l4 P15553: !_MEMBAR (FP) membar #StoreLoad P15554: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15555: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_40 nop P15556: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_41: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15556 nop RET15556: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15557: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15558: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_41 nop P15559: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_42: membar #StoreLoad P15560: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15561: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15561 nop RET15561: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_42 nop P15562: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_43: membar #StoreLoad P15563: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P15564: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_43 nop P15565: !_IDC_FLIP [48] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_44: sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(15565, 30049, 46, 0x43900a40, 0xa40, %i3, 0xa40, %l6, %l7, %o5, %l3) loop_exit_46_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_44 nop P15566: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_45: membar #StoreLoad P15567: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15568: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_45 nop P15569: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_46: membar #StoreLoad P15570: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P15571: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_46 nop P15572: !_ST [202] (maybe <- 0x97000004) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_47: sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 628 ] add %l4, 1, %l4 P15573: !_MEMBAR (FP) membar #StoreLoad P15574: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P15575: !_MEMBAR (FP) (Loop exit) (Branch target of P15761) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_46_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_47 nop ba P15576 nop TARGET15761: ba RET15761 nop P15576: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_48: membar #StoreLoad P15577: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15578: !_MEMBAR (FP) (Loop exit) (Branch target of P15501) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_48 nop ba P15579 nop TARGET15501: ba RET15501 nop P15579: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_49: membar #StoreLoad P15580: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15581: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_49 nop P15582: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_50: membar #StoreLoad P15583: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15584: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_50 nop P15585: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_51: membar #StoreLoad P15586: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15587: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_51 nop P15588: !_IDC_FLIP [138] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_52: sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15588, 4678, 46, 0x448003ec, 0x3ec, %i2, 0x3ec, %l6, %l7, %o5, %l3) loop_exit_46_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_52 nop P15589: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_53: membar #StoreLoad P15590: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P15591: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_53 nop P15592: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_54: membar #StoreLoad P15593: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15594: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_54 nop P15595: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_55: membar #StoreLoad P15596: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P15597: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_55 nop P15598: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_56: membar #StoreLoad P15599: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION25_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P15600: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_56 nop P15601: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_57: membar #StoreLoad P15602: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15603: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_57 nop P15604: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_58: membar #StoreLoad P15605: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15606: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_58 nop P15607: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_59: membar #StoreLoad P15608: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15609: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_59 nop P15610: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_60: membar #StoreLoad P15611: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P15612: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_46_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_60 nop P15613: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_61: membar #StoreLoad P15614: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15615: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_61 nop P15616: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_62: membar #StoreLoad P15617: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15618: !_MEMBAR (FP) (Loop exit) (Branch target of P15498) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_62 nop ba P15619 nop TARGET15498: ba RET15498 nop P15619: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_63: membar #StoreLoad P15620: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15621: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_63 nop P15622: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_64: membar #StoreLoad P15623: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15624: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15624 nop RET15624: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_64 nop P15625: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_65: membar #StoreLoad P15626: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15627: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_65 nop P15628: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_66: membar #StoreLoad P15629: !_BLD [147] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15629 nop RET15629: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15630: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_66 nop P15631: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_67: membar #StoreLoad P15632: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15633: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_67 nop P15634: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_68: membar #StoreLoad P15635: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15636: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_68 nop P15637: !_IDC_FLIP [323] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_69: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15637, 29686, 46, 0x469007e4, 0x7e4, %i2, 0x7e4, %l6, %l7, %o5, %l3) loop_exit_46_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_69 nop P15638: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_70: membar #StoreLoad P15639: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15640: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_70 nop P15641: !_LD [358] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_71: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3824], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P15642: !_MEMBAR (FP) membar #StoreLoad P15643: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15644: !_MEMBAR (FP) P15645: !_LD [10] (Int) (Loop exit) lduw [%i1 + 3224], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_71 nop P15646: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_72: membar #StoreLoad P15647: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15648: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_72 nop P15649: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_73: membar #StoreLoad P15650: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15651: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_73 nop P15652: !_PREFETCH [252] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_74: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3804], 1 P15653: !_MEMBAR (FP) membar #StoreLoad P15654: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P15655: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_46_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_74 nop P15656: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_75: membar #StoreLoad P15657: !_BLD [296] (FP) (Branch target of P15556) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 ba P15658 nop TARGET15556: ba RET15556 nop P15658: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_46_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_75 nop P15659: !_IDC_FLIP [177] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_76: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(15659, 9080, 46, 0x44f00740, 0x740, %i3, 0x740, %l6, %l7, %o5, %l3) loop_exit_46_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_76 nop P15660: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_77: membar #StoreLoad P15661: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15662: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_77 nop P15663: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_78: membar #StoreLoad P15664: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15665: !_MEMBAR (FP) (Loop exit) (Branch target of P15466) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_78 nop ba P15666 nop TARGET15466: ba RET15466 nop P15666: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_79: membar #StoreLoad P15667: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P15668: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_79 nop P15669: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_80: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15669 nop RET15669: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15670: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_80 nop P15672: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_81: membar #StoreLoad P15673: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15674: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_81 nop P15675: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_82: membar #StoreLoad P15676: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P15677: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_46_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_82 nop P15678: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_83: membar #StoreLoad P15679: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15680: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_83 nop P15681: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_84: membar #StoreLoad P15682: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P15683: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_84 nop P15684: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_85: membar #StoreLoad P15685: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15686: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_85 nop P15687: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_86: membar #StoreLoad P15688: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15689: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_86 nop P15690: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_87: membar #StoreLoad P15691: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15692: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_87 nop P15693: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_88: membar #StoreLoad P15694: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15695: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_88 nop P15696: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_89: membar #StoreLoad P15697: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15698: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_89 nop P15699: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_90: membar #StoreLoad P15700: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P15701: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_90 nop P15702: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_91: membar #StoreLoad P15703: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P15704: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_91 nop P15705: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_92: membar #StoreLoad P15706: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15707: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_92 nop P15708: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_93: membar #StoreLoad P15709: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15710: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_93 nop P15711: !_MEMBAR (FP) (Loop entry) (Branch target of P15561) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_94: membar #StoreLoad ba P15712 nop TARGET15561: ba RET15561 nop P15712: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P15713: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_94 nop P15714: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_95: membar #StoreLoad P15715: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15716: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_95 nop P15717: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_96: membar #StoreLoad P15718: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P15719: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_96 nop P15720: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_97: membar #StoreLoad P15721: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P15722: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_97 nop P15723: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_98: membar #StoreLoad P15724: !_BLD [169] (FP) (Branch target of P15479) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P15725 nop TARGET15479: ba RET15479 nop P15725: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_98 nop P15726: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_99: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15726 nop RET15726: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P15727: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15728: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_99 nop P15729: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_100: membar #StoreLoad P15730: !_BLD [122] (FP) (Branch target of P15629) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P15731 nop TARGET15629: ba RET15629 nop P15731: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_100 nop P15732: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_101: membar #StoreLoad P15733: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15734: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_101 nop P15735: !_MEMBAR (FP) (Loop entry) (Branch target of P15669) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_102: membar #StoreLoad ba P15736 nop TARGET15669: ba RET15669 nop P15736: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15737: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_102 nop P15738: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_103: membar #StoreLoad P15739: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P15740: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_103 nop P15741: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_104: membar #StoreLoad P15742: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15743: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_104 nop P15744: !_IDC_FLIP [353] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_105: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15744, 16115, 46, 0x46e00cb0, 0xcb0, %i2, 0xcb0, %l6, %l7, %o5, %l3) P15745: !_MEMBAR (FP) membar #StoreLoad P15746: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15747: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_105 nop P15748: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_106: membar #StoreLoad P15749: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P15750: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_106 nop P15751: !_IDC_FLIP [236] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_107: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(15751, 5534, 46, 0x45900cd0, 0xcd0, %i3, 0xcd0, %l6, %l7, %o5, %l3) P15752: !_MEMBAR (FP) membar #StoreLoad P15753: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15754: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_107 nop P15755: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_108: membar #StoreLoad P15756: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15757: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_108 nop P15758: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_109: membar #StoreLoad P15759: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P15760: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_46_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_109 nop P15761: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_46_110: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15761 nop RET15761: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15762: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15763: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_110 nop P15764: !_MEMBAR (FP) (Loop entry) (Branch target of P15461) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_46_111: membar #StoreLoad ba P15765 nop TARGET15461: ba RET15461 nop P15765: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P15766: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_46_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_46_111 nop P15767: !_MEMBAR (Int) membar #StoreLoad END_NODES46: ! Test instruction sequence for CPU 46 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func47: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x2fdeade1), %o5 or %o5, %lo(0x2fdeade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x97800001), %l4 or %l4, %lo(0x97800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x23800001), %o5 or %o5, %lo(0x23800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x18000000), %o5 or %o5, %lo(0x18000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x5322^4 sethi %hi(0x5322), %l0 or %l0, %lo(0x5322), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 263 to 268 --- sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+2896] stx %g0, [%i3+3552] stx %g0, [%i3+3872] sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+3648] stx %g0, [%i2+3760] stx %g0, [%i2+3872] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES47, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES47: ! Test instruction sequence for ISTREAM 47 begins P15768: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_0: membar #StoreLoad P15769: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P15770: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_47_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_0 nop P15771: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_1: membar #StoreLoad P15772: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15773: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_1 nop P15774: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_2: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15774 nop RET15774: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15775: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15776: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_2 nop P15777: !_IDC_FLIP [15] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_3: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15777, 9975, 47, 0x43300808, 0x808, %i2, 0x808, %l6, %l7, %o5, %l3) P15778: !_MEMBAR (FP) membar #StoreLoad P15779: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15780: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_3 nop P15781: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_4: membar #StoreLoad P15782: !_BLD [322] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15783: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_4 nop P15784: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_5: membar #StoreLoad P15785: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15786: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_5 nop P15787: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_6: membar #StoreLoad P15788: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15789: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_6 nop P15790: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_7: membar #StoreLoad P15791: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15792: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_7 nop P15793: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_8: membar #StoreLoad P15794: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION48_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15795: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_8 nop P15796: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_9: membar #StoreLoad P15797: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15798: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_9 nop P15799: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_10: membar #StoreLoad P15800: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P15801: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_47_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_10 nop P15802: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_11: membar #StoreLoad P15803: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15804: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_11 nop P15805: !_MEMBAR (FP) (Loop entry) (Branch target of P15826) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_12: membar #StoreLoad ba P15806 nop TARGET15826: ba RET15826 nop P15806: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P15807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_12 nop P15808: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_13: membar #StoreLoad P15809: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_13 nop P15811: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_14: membar #StoreLoad P15812: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_14 nop P15814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_15: membar #StoreLoad P15815: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P15816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_15 nop P15817: !_PREFETCH [248] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_16: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2016], 1 P15818: !_MEMBAR (FP) membar #StoreLoad P15819: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15820: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_16 nop P15821: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_17: membar #StoreLoad P15822: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15823: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_17 nop P15824: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_18: membar #StoreLoad P15825: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P15826: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15826 nop RET15826: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_18 nop P15827: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_19: membar #StoreLoad P15828: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15829: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_19 nop P15830: !_IDC_FLIP [17] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_20: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(15830, 19898, 47, 0x4330090c, 0x90c, %i3, 0x90c, %l6, %l7, %o5, %l3) P15831: !_MEMBAR (FP) membar #StoreLoad P15832: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P15833: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_47_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_20 nop P15834: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_21: membar #StoreLoad P15835: !_BLD [6] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P15836: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_47_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_21 nop P15837: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_22: membar #StoreLoad P15838: !_BLD [169] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15838 nop RET15838: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P15839: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_22 nop P15840: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_23: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15840 nop RET15840: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P15841: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P15842: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_47_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_23 nop P15843: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_24: membar #StoreLoad P15844: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15845: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_24 nop P15846: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_25: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15846 nop RET15846: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15847: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P15848: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_47_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_25 nop P15849: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_26: membar #StoreLoad P15850: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15851: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_26 nop P15852: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_27: membar #StoreLoad P15853: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P15854: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_27 nop P15855: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_28: membar #StoreLoad P15856: !_BLD [346] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15856 nop RET15856: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15857: !_MEMBAR (FP) (Loop exit) (Branch target of P15840) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_28 nop ba P15858 nop TARGET15840: ba RET15840 nop P15858: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_29: membar #StoreLoad P15859: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P15860: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_29 nop P15861: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_30: membar #StoreLoad P15862: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15863: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_30 nop P15864: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_31: membar #StoreLoad P15865: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15866: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_31 nop P15867: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_32: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15867 nop RET15867: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P15868: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15869: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_32 nop P15870: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_33: membar #StoreLoad P15871: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15872: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_33 nop P15873: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_34: membar #StoreLoad P15874: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15875: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_34 nop P15876: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_35: membar #StoreLoad P15877: !_BLD [70] (FP) (Branch target of P15949) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P15878 nop TARGET15949: ba RET15949 nop P15878: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_35 nop P15879: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_36: membar #StoreLoad P15880: !_BLD [303] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15880 nop RET15880: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P15881: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_36 nop P15882: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_37: membar #StoreLoad P15883: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P15884: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_37 nop P15885: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_38: membar #StoreLoad P15886: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15887: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_38 nop P15888: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_39: membar #StoreLoad P15889: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P15890: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_39 nop P15891: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_40: membar #StoreLoad P15892: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P15893: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_40 nop P15894: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_41: membar #StoreLoad P15895: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15896: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_41 nop P15897: !_ST [214] (maybe <- 0x97800001) (Int) (Loop entry) (Loop exit) (CBR) (Branch target of P15915) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_42: sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3628 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15897 nop RET15897: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 loop_exit_47_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_42 nop ba P15898 nop TARGET15915: ba RET15915 nop P15898: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_43: membar #StoreLoad P15899: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P15900: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_43 nop P15901: !_IDC_FLIP [11] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_44: sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(15901, 12933, 47, 0x4320061c, 0x61c, %i3, 0x61c, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET15901 nop RET15901: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_47_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_44 nop P15902: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_45: membar #StoreLoad P15903: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15904: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_45 nop P15905: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_46: membar #StoreLoad P15906: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P15907: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_47_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_46 nop P15908: !_IDC_FLIP [118] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_47: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(15908, 20616, 47, 0x44400aac, 0xaac, %i2, 0xaac, %l6, %l7, %o5, %l3) P15909: !_MEMBAR (FP) membar #StoreLoad P15910: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15911: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_47 nop P15912: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_48: membar #StoreLoad P15913: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P15914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_48 nop P15915: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_49: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15915 nop RET15915: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P15916: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15917: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_49 nop P15918: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_50: membar #StoreLoad P15919: !_BLD [233] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P15920: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_50 nop P15921: !_ST [222] (maybe <- 0x97800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_51: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1452 ] add %l4, 1, %l4 P15922: !_MEMBAR (FP) membar #StoreLoad P15923: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15924: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_51 nop P15925: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_52: membar #StoreLoad P15926: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P15927: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_47_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_52 nop P15928: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_53: membar #StoreLoad P15929: !_BLD [314] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15930: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_53 nop P15931: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_54: membar #StoreLoad P15932: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15933: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_54 nop P15934: !_ST [116] (maybe <- 0x23800001) (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_55: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 1112 ] P15935: !_IDC_FLIP [101] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(15935, 8649, 47, 0x44200c54, 0xc54, %i3, 0xc54, %l6, %l7, %o5, %l3) loop_exit_47_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_55 nop P15936: !_IDC_FLIP [29] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_56: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(15936, 17772, 47, 0x43500e6c, 0xe6c, %i2, 0xe6c, %l6, %l7, %o5, %l3) P15937: !_MEMBAR (FP) membar #StoreLoad P15938: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P15939: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_56 nop P15940: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_57: membar #StoreLoad P15941: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15942: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_57 nop P15943: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_58: membar #StoreLoad P15944: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P15945: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_58 nop P15946: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_59: membar #StoreLoad P15947: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P15948: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_59 nop P15949: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_60: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15949 nop RET15949: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P15950: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15951: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET15951 nop RET15951: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_60 nop P15952: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_61: membar #StoreLoad P15953: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P15954: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_61 nop P15955: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_62: membar #StoreLoad P15956: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P15957: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_62 nop P15958: !_LD [141] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_63: sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2856], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P15959: !_LD [227] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 684], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_47_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_63 nop P15960: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_64: membar #StoreLoad P15961: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P15962: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_64 nop P15963: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_65: membar #StoreLoad P15964: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15965: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_65 nop P15966: !_MEMBAR (FP) (Loop entry) (Branch target of P15897) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_66: membar #StoreLoad ba P15967 nop TARGET15897: ba RET15897 nop P15967: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P15968: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_66 nop P15969: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_67: membar #StoreLoad P15970: !_BLD [240] (FP) (Branch target of P15901) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P15971 nop TARGET15901: ba RET15901 nop P15971: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_67 nop P15972: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_68: membar #StoreLoad P15973: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P15974: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_68 nop P15975: !_PREFETCH [75] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_69: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3048], 21 loop_exit_47_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_69 nop P15976: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_70: membar #StoreLoad P15977: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P15978: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_47_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_70 nop P15979: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_71: membar #StoreLoad P15980: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P15981: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_71 nop P15982: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_72: membar #StoreLoad P15983: !_BLD [173] (FP) (Branch target of P16050) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered ba P15984 nop TARGET16050: ba RET16050 nop P15984: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_72 nop P15985: !_FLUSHI [163] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_73: flush %g0 loop_exit_47_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_73 nop P15986: !_PREFETCH [207] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_74: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetcha [%i3 + 4008] %asi, 2 loop_exit_47_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_74 nop P15987: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_75: membar #StoreLoad P15988: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P15989: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_75 nop P15990: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_76: membar #StoreLoad P15991: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P15992: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_76 nop P15993: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_77: membar #StoreLoad P15994: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P15995: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_77 nop P15996: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_78: membar #StoreLoad P15997: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P15998: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_78 nop P15999: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_79: membar #StoreLoad P16000: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16001: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_79 nop P16002: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_80: membar #StoreLoad P16003: !_BLD [118] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16004: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_80 nop P16005: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_81: membar #StoreLoad P16006: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16007: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_81 nop P16008: !_MEMBAR (FP) (Loop entry) (Branch target of P15867) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_82: membar #StoreLoad ba P16009 nop TARGET15867: ba RET15867 nop P16009: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16010: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_82 nop P16011: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_83: membar #StoreLoad P16012: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16013: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_83 nop P16014: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_84: membar #StoreLoad P16015: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16016: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_84 nop P16017: !_MEMBAR (FP) (Loop entry) (Branch target of P16065) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_85: membar #StoreLoad ba P16018 nop TARGET16065: ba RET16065 nop P16018: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P16019: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_85 nop P16020: !_LD [132] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_86: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 1124], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P16021: !_MEMBAR (FP) membar #StoreLoad P16022: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P16023: !_MEMBAR (FP) P16024: !_LD [300] (Int) (Loop exit) sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3852], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_86 nop P16025: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_87: membar #StoreLoad P16026: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16027: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_87 nop P16028: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_88: membar #StoreLoad P16029: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P16030: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_47_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_88 nop P16031: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_89: membar #StoreLoad P16032: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16033: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_89 nop P16034: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_90: membar #StoreLoad P16035: !_BLD [74] (FP) (Branch target of P15856) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P16036 nop TARGET15856: ba RET15856 nop P16036: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_90 nop P16037: !_MEMBAR (FP) (Loop entry) (Branch target of P15846) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_91: membar #StoreLoad ba P16038 nop TARGET15846: ba RET15846 nop P16038: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P16039: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_91 nop P16040: !_ST [23] (maybe <- 0x97800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_92: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2128 ] add %l4, 1, %l4 loop_exit_47_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_92 nop P16041: !_ST [177] (maybe <- 0x97800004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_93: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1856 ] add %l4, 1, %l4 loop_exit_47_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_93 nop P16042: !_IDC_FLIP [114] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_94: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16042, 17222, 47, 0x44400184, 0x184, %i3, 0x184, %l6, %l7, %o5, %l3) P16043: !_IDC_FLIP [79] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16043, 6475, 47, 0x43e008d4, 0x8d4, %i2, 0x8d4, %l6, %l7, %o5, %l3) loop_exit_47_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_94 nop P16044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_95: membar #StoreLoad P16045: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16046: !_MEMBAR (FP) (Loop exit) (Branch target of P15774) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_95 nop ba P16047 nop TARGET15774: ba RET15774 nop P16047: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_96: membar #StoreLoad P16048: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16049: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_96 nop P16050: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_97: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16050 nop RET16050: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P16051: !_BLD [144] (FP) (Branch target of P15951) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P16052 nop TARGET15951: ba RET15951 nop P16052: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_97 nop P16053: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_98: membar #StoreLoad P16054: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P16055: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_98 nop P16056: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_99: membar #StoreLoad P16057: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16058: !_MEMBAR (FP) (Loop exit) (Branch target of P15838) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_99 nop ba P16059 nop TARGET15838: ba RET15838 nop P16059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_100: membar #StoreLoad P16060: !_BLD [279] (FP) (Branch target of P15880) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ba P16061 nop TARGET15880: ba RET15880 nop P16061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_100 nop P16062: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_101: membar #StoreLoad P16063: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16064: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_101 nop P16065: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_102: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16065 nop RET16065: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16066: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16067: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_102 nop P16068: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_103: membar #StoreLoad P16069: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P16070: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_103 nop P16071: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_104: membar #StoreLoad P16072: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16073: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_104 nop P16074: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_105: membar #StoreLoad P16075: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16076: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_105 nop P16077: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_106: membar #StoreLoad P16078: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16079: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_106 nop P16080: !_IDC_FLIP [358] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_47_107: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(16080, 10263, 47, 0x46f00ef0, 0xef0, %i3, 0xef0, %l6, %l7, %o5, %l3) P16081: !_MEMBAR (FP) membar #StoreLoad P16082: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16083: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_107 nop P16084: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_108: membar #StoreLoad P16085: !_BLD [241] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P16086: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_47_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_108 nop P16087: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_47_109: membar #StoreLoad P16088: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16089: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_47_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_47_109 nop P16090: !_MEMBAR (Int) membar #StoreLoad END_NODES47: ! Test instruction sequence for CPU 47 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func48: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x30deade1), %l3 or %l3, %lo(0x30deade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x98000001), %l4 or %l4, %lo(0x98000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x24000001), %l3 or %l3, %lo(0x24000001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x18800000), %l3 or %l3, %lo(0x18800000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x3c63^4 sethi %hi(0x3c63), %l0 or %l0, %lo(0x3c63), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 269 to 273 --- sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+3952] stx %g0, [%i3+4008] stx %g0, [%i3+4032] sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+2192] stx %g0, [%i2+2464] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES48, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES48: ! Test instruction sequence for ISTREAM 48 begins P16091: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_0: membar #StoreLoad P16092: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_0 nop P16094: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_1: membar #StoreLoad P16095: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16096: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_1 nop P16097: !_FLUSHI [211] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_2: flush %g0 loop_exit_48_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_2 nop P16098: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_3: membar #StoreLoad P16099: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16100: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_3 nop P16101: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_4: membar #StoreLoad P16102: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16103: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_4 nop P16104: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_5: membar #StoreLoad P16105: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16106: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_5 nop P16107: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_6: membar #StoreLoad P16108: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16109: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_6 nop P16110: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_7: membar #StoreLoad P16111: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16112: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_7 nop P16113: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_8: membar #StoreLoad P16114: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16115: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_8 nop P16116: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_9: membar #StoreLoad P16117: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16118: !_MEMBAR (FP) (Loop exit) (Branch target of P16190) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_9 nop ba P16119 nop TARGET16190: ba RET16190 nop P16119: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_10: membar #StoreLoad P16120: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P16121: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_48_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_10 nop P16122: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_11: membar #StoreLoad P16123: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P16124: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_11 nop P16125: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_12: membar #StoreLoad P16126: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16127: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_12 nop P16128: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_13: membar #StoreLoad P16129: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16130: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_13 nop P16131: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_14: membar #StoreLoad P16132: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16133: !_MEMBAR (FP) (Loop exit) (Branch target of P16345) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_14 nop ba P16134 nop TARGET16345: ba RET16345 nop P16134: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_15: membar #StoreLoad P16135: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16136: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_15 nop P16137: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_16: membar #StoreLoad P16138: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P16139: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_48_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_16 nop P16140: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_17: membar #StoreLoad P16141: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16142: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_17 nop P16143: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_18: membar #StoreLoad P16144: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16145: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_18 nop P16146: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_19: membar #StoreLoad P16147: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16148: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_19 nop P16149: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_20: membar #StoreLoad P16150: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P16151: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_20 nop P16152: !_IDC_FLIP [245] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_21: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16152, 29480, 48, 0x45a00f84, 0xf84, %i3, 0xf84, %l6, %l7, %o5, %l3) P16153: !_MEMBAR (FP) membar #StoreLoad P16154: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16155: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_21 nop P16156: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_22: membar #StoreLoad P16157: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16158: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_22 nop P16159: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_23: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16159 nop RET16159: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P16160: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P16161: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_48_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_23 nop P16162: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_24: membar #StoreLoad P16163: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16164: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_24 nop P16165: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_25: membar #StoreLoad P16166: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P16167: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_25 nop P16168: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_26: membar #StoreLoad P16169: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P16170: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_26 nop P16171: !_IDC_FLIP [347] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_27: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(16171, 28302, 48, 0x46d00e90, 0xe90, %i2, 0xe90, %l6, %l7, %o5, %l3) P16172: !_MEMBAR (FP) membar #StoreLoad P16173: !_BLD [303] (FP) (Branch target of P16333) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered ba P16174 nop TARGET16333: ba RET16333 nop P16174: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_27 nop P16175: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_28: membar #StoreLoad P16176: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16177: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_28 nop P16178: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_29: membar #StoreLoad P16179: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P16180: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_29 nop P16181: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_30: membar #StoreLoad P16182: !_BLD [24] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16183: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_30 nop P16184: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_31: membar #StoreLoad P16185: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16186: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_31 nop P16187: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_32: membar #StoreLoad P16188: !_BLD [97] (FP) (Branch target of P16353) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P16189 nop TARGET16353: ba RET16353 nop P16189: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_32 nop P16190: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_33: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16190 nop RET16190: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P16191: !_BLD [127] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16192: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_33 nop P16193: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_34: membar #StoreLoad loop_exit_48_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_34 nop P16194: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_35: membar #StoreLoad P16195: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16196: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_35 nop P16197: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_36: membar #StoreLoad P16198: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16199: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_36 nop P16200: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_37: membar #StoreLoad P16201: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16202: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_37 nop P16203: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_38: membar #StoreLoad P16204: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16205: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_38 nop P16206: !_IDC_FLIP [266] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_39: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16206, 31034, 48, 0x45e00e40, 0xe40, %i2, 0xe40, %l6, %l7, %o5, %l3) loop_exit_48_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_39 nop P16207: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_40: membar #StoreLoad P16208: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16209: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_40 nop P16210: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_41: membar #StoreLoad P16211: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16212: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16212 nop RET16212: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_41 nop P16213: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_42: membar #StoreLoad P16214: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16215: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16215 nop RET16215: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_42 nop P16216: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_43: membar #StoreLoad P16217: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16218: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_43 nop P16219: !_FLUSHI [202] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_44: flush %g0 loop_exit_48_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_44 nop P16220: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_45: membar #StoreLoad P16221: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16222: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_45 nop P16223: !_MEMBAR (FP) (Loop entry) (Branch target of P16212) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_46: membar #StoreLoad ba P16224 nop TARGET16212: ba RET16212 nop P16224: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16225: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_46 nop P16226: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_47: membar #StoreLoad P16227: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16228: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_47 nop P16229: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_48: membar #StoreLoad P16230: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16231: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16231 nop RET16231: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_48 nop P16232: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_49: membar #StoreLoad P16233: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16234: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_49 nop P16235: !_IDC_FLIP [63] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_50: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16235, 5820, 48, 0x43b00370, 0x370, %i2, 0x370, %l6, %l7, %o5, %l3) loop_exit_48_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_50 nop P16236: !_MEMBAR (FP) (Loop entry) (Branch target of P16354) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_51: membar #StoreLoad ba P16237 nop TARGET16354: ba RET16354 nop P16237: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P16238: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_51 nop P16239: !_IDC_FLIP [1] (Int) (Loop entry) (Branch target of P16316) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_52: IDC_FLIP(16239, 28870, 48, 0x4300032c, 0x32c, %i0, 0x32c, %l6, %l7, %o5, %l3) ba P16240 nop TARGET16316: ba RET16316 nop P16240: !_ST [341] (maybe <- 0x98000001) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 256 ] add %l4, 1, %l4 loop_exit_48_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_52 nop P16241: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_53: membar #StoreLoad P16242: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_53 nop P16244: !_IDC_FLIP [182] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_54: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(16244, 24167, 48, 0x45000688, 0x688, %i2, 0x688, %l6, %l7, %o5, %l3) P16245: !_PREFETCH [151] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1400], 3 loop_exit_48_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_54 nop P16246: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_55: membar #StoreLoad P16247: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P16248: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_48_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_55 nop P16249: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_56: membar #StoreLoad P16250: !_BLD [82] (FP) (Branch target of P16215) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P16251 nop TARGET16215: ba RET16215 nop P16251: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_56 nop P16252: !_IDC_FLIP [229] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_57: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16252, 19763, 48, 0x45800728, 0x728, %i2, 0x728, %l6, %l7, %o5, %l3) P16253: !_MEMBAR (FP) membar #StoreLoad P16254: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16255: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_57 nop P16256: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_58: membar #StoreLoad P16257: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16258: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_58 nop P16259: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_59: membar #StoreLoad P16260: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16261: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_59 nop P16262: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_60: membar #StoreLoad P16263: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_60 nop P16265: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_61: membar #StoreLoad P16266: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P16267: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_61 nop P16268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_62: membar #StoreLoad P16269: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16270: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_62 nop P16271: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_63: membar #StoreLoad P16272: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16273: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_63 nop P16274: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_64: membar #StoreLoad P16275: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P16276: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_64 nop P16277: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_65: membar #StoreLoad P16278: !_BLD [275] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16278 nop RET16278: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P16279: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_65 nop P16280: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_66: membar #StoreLoad P16281: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16282: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_66 nop P16283: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_67: membar #StoreLoad P16284: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P16285: !_MEMBAR (FP) (Loop exit) (Branch target of P16278) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_67 nop ba P16286 nop TARGET16278: ba RET16278 nop P16286: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_68: membar #StoreLoad P16287: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16288: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_68 nop P16289: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_69: membar #StoreLoad P16290: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P16291: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_48_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_69 nop P16292: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_70: membar #StoreLoad P16293: !_BLD [300] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16294: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_70 nop P16295: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_71: membar #StoreLoad P16296: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16297: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_71 nop P16298: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_72: membar #StoreLoad P16299: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16300: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_72 nop P16301: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_73: membar #StoreLoad P16302: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16303: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_73 nop P16304: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_74: membar #StoreLoad P16305: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16306: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16306 nop RET16306: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_74 nop P16307: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_75: membar #StoreLoad P16308: !_BLD [132] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16309: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_75 nop P16310: !_PREFETCH [266] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_76: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3648], 19 loop_exit_48_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_76 nop P16311: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_77: membar #StoreLoad P16312: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16313: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_77 nop P16314: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_78: membar #StoreLoad P16315: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16316: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16316 nop RET16316: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_78 nop P16317: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_79: membar #StoreLoad P16318: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16319: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_79 nop P16320: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_80: membar #StoreLoad P16321: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P16322: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_48_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_80 nop P16323: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_81: membar #StoreLoad P16324: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16325: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_81 nop P16326: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_82: membar #StoreLoad P16327: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16328: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_82 nop P16329: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_83: membar #StoreLoad P16330: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16331: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_83 nop P16332: !_IDC_FLIP [47] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_84: sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16332, 601, 48, 0x43900804, 0x804, %i2, 0x804, %l6, %l7, %o5, %l3) P16333: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16333 nop RET16333: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P16334: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16335: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_84 nop P16336: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_85: membar #StoreLoad P16337: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P16338: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_48_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_85 nop P16339: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_86: membar #StoreLoad P16340: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P16341: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_86 nop P16342: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_87: membar #StoreLoad P16343: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_87 nop P16345: !_PREFETCH [205] (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_88: sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3064], 2 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16345 nop RET16345: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16346: !_MEMBAR (FP) membar #StoreLoad P16347: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P16348: !_MEMBAR (FP) (Loop exit) (Branch target of P16363) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_48_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_88 nop ba P16349 nop TARGET16363: ba RET16363 nop P16349: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_89: membar #StoreLoad P16350: !_BLD [205] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16351: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_89 nop P16352: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_90: membar #StoreLoad P16353: !_BLD [220] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16353 nop RET16353: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16354: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16354 nop RET16354: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_48_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_90 nop P16355: !_FLUSHI [213] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_91: flush %g0 loop_exit_48_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_91 nop P16356: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_92: membar #StoreLoad P16357: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P16358: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_92 nop P16359: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_93: membar #StoreLoad P16360: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16361: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_93 nop P16362: !_IDC_FLIP [5] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_94: IDC_FLIP(16362, 25918, 48, 0x43100080, 0x80, %i1, 0x80, %l6, %l7, %o5, %l3) P16363: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16363 nop RET16363: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P16364: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_94 nop P16366: !_LD [188] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_95: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 1572], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P16367: !_MEMBAR (FP) membar #StoreLoad P16368: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16369: !_MEMBAR (FP) P16370: !_LD [243] (Int) (Loop exit) (LE) wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 lduwa [%i2 + 2608] %asi, %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_95 nop P16371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_96: membar #StoreLoad P16372: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16373: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_96 nop P16374: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_97: membar #StoreLoad P16375: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P16376: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_97 nop P16377: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_98: membar #StoreLoad P16378: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P16379: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_48_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_98 nop P16380: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_99: membar #StoreLoad P16381: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P16382: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_99 nop P16383: !_MEMBAR (FP) (Loop entry) (Branch target of P16306) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_100: membar #StoreLoad ba P16384 nop TARGET16306: ba RET16306 nop P16384: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P16385: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_100 nop P16386: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_101: membar #StoreLoad P16387: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16388: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_101 nop P16389: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_102: membar #StoreLoad P16390: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16391: !_MEMBAR (FP) (Loop exit) (Branch target of P16231) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_102 nop ba P16392 nop TARGET16231: ba RET16231 nop P16392: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_103: membar #StoreLoad P16393: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16394: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_103 nop P16395: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_104: membar #StoreLoad P16396: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16397: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_104 nop P16398: !_IDC_FLIP [174] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_105: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(16398, 14028, 48, 0x44e00eb4, 0xeb4, %i2, 0xeb4, %l6, %l7, %o5, %l3) P16399: !_MEMBAR (FP) membar #StoreLoad P16400: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16401: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_105 nop P16402: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_106: membar #StoreLoad P16403: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16404: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_106 nop P16405: !_IDC_FLIP [325] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_107: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16405, 13740, 48, 0x46900a88, 0xa88, %i3, 0xa88, %l6, %l7, %o5, %l3) loop_exit_48_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_107 nop P16406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_108: membar #StoreLoad P16407: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P16408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_48_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_108 nop P16409: !_IDC_FLIP [124] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_109: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(16409, 12046, 48, 0x44500d40, 0xd40, %i3, 0xd40, %l6, %l7, %o5, %l3) loop_exit_48_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_109 nop P16410: !_IDC_FLIP [96] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_110: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(16410, 1565, 48, 0x4410051c, 0x51c, %i2, 0x51c, %l6, %l7, %o5, %l3) loop_exit_48_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_110 nop P16411: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_111: membar #StoreLoad P16412: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16413: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_111 nop P16414: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_112: membar #StoreLoad P16415: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16416: !_MEMBAR (FP) (Loop exit) (Branch target of P16159) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_112 nop ba P16417 nop TARGET16159: ba RET16159 nop P16417: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_48_113: membar #StoreLoad P16418: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16419: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_113 nop P16420: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_48_114: membar #StoreLoad P16421: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16422: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_48_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_48_114 nop P16423: !_MEMBAR (Int) membar #StoreLoad END_NODES48: ! Test instruction sequence for CPU 48 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func49: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x31deade1), %l6 or %l6, %lo(0x31deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x98800001), %l4 or %l4, %lo(0x98800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x24800001), %l6 or %l6, %lo(0x24800001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x19000000), %l6 or %l6, %lo(0x19000000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x2c4c^4 sethi %hi(0x2c4c), %l0 or %l0, %lo(0x2c4c), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 274 to 279 --- sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+2496] sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+504] stx %g0, [%i2+776] stx %g0, [%i2+1368] stx %g0, [%i2+2424] stx %g0, [%i2+2928] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES49, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES49: ! Test instruction sequence for ISTREAM 49 begins P16424: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_0: membar #StoreLoad P16425: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16426: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_0 nop P16427: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_1: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16427 nop RET16427: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16428: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P16429: !_MEMBAR (FP) (Loop exit) (Branch target of P16598) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_1 nop ba P16430 nop TARGET16598: ba RET16598 nop P16430: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_2: membar #StoreLoad P16431: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16432: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_2 nop P16433: !_LD [154] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_3: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 3792], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P16434: !_MEMBAR (FP) membar #StoreLoad P16435: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16436: !_MEMBAR (FP) P16437: !_LD [148] (Int) (Loop exit) lduw [%i2 + 20], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_3 nop P16438: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_4: membar #StoreLoad P16439: !_BLD [34] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16440: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_4 nop P16441: !_IDC_FLIP [294] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_5: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16441, 25516, 49, 0x46300ca4, 0xca4, %i3, 0xca4, %l6, %l7, %o5, %l3) P16442: !_MEMBAR (FP) membar #StoreLoad P16443: !_BLD [87] (FP) (Branch target of P16645) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P16444 nop TARGET16645: ba RET16645 nop P16444: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_5 nop P16445: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_6: membar #StoreLoad P16446: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16447: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_6 nop P16448: !_IDC_FLIP [136] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_7: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(16448, 31489, 49, 0x44700e8c, 0xe8c, %i2, 0xe8c, %l6, %l7, %o5, %l3) loop_exit_49_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_7 nop P16449: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_8: membar #StoreLoad P16450: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16451: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_8 nop P16452: !_IDC_FLIP [120] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_9: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16452, 11252, 49, 0x44400e08, 0xe08, %i2, 0xe08, %l6, %l7, %o5, %l3) loop_exit_49_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_9 nop P16453: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_10: membar #StoreLoad P16454: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16455: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_10 nop P16456: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_11: membar #StoreLoad P16457: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16458: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_11 nop P16459: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_12: membar #StoreLoad P16460: !_BLD [10] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16461: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_12 nop P16462: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_13: membar #StoreLoad P16463: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16464: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_13 nop P16465: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_14: membar #StoreLoad P16466: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16467: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_14 nop P16468: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_15: membar #StoreLoad P16469: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16470: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_15 nop P16471: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_16: membar #StoreLoad P16472: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16473: !_MEMBAR (FP) (Loop exit) (Branch target of P16659) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_16 nop ba P16474 nop TARGET16659: ba RET16659 nop P16474: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_17: membar #StoreLoad P16475: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16476: !_MEMBAR (FP) (Loop exit) (Branch target of P16728) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_17 nop ba P16477 nop TARGET16728: ba RET16728 nop P16477: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_18: membar #StoreLoad P16478: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P16479: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_18 nop P16480: !_PREFETCH [225] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_19: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2744], 2 loop_exit_49_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_19 nop P16481: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_20: membar #StoreLoad P16482: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16483: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_20 nop P16484: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_21: membar #StoreLoad P16485: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_21 nop P16487: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_22: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16487 nop RET16487: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P16488: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16489: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_22 nop P16490: !_PREFETCH [136] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_23: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3724], 21 P16491: !_MEMBAR (FP) membar #StoreLoad P16492: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16493: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_23 nop P16494: !_IDC_FLIP [99] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_24: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(16494, 32335, 49, 0x441005d0, 0x5d0, %i3, 0x5d0, %l6, %l7, %o5, %l3) P16495: !_MEMBAR (FP) membar #StoreLoad P16496: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P16497: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_49_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_24 nop P16498: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_25: membar #StoreLoad P16499: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16500: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_25 nop P16501: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_26: membar #StoreLoad P16502: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16503: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_26 nop P16504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_27: membar #StoreLoad P16505: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_27 nop P16507: !_IDC_FLIP [267] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_28: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16507, 5366, 49, 0x45e00eb0, 0xeb0, %i2, 0xeb0, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16507 nop RET16507: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_49_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_28 nop P16508: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_29: membar #StoreLoad P16509: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16510: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_29 nop P16511: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_30: membar #StoreLoad P16512: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16513: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_30 nop P16514: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_31: membar #StoreLoad P16515: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16516: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_31 nop P16517: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_32: membar #StoreLoad P16518: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P16519: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_32 nop P16520: !_IDC_FLIP [66] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_33: sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16520, 18126, 49, 0x43c00734, 0x734, %i3, 0x734, %l6, %l7, %o5, %l3) loop_exit_49_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_33 nop P16521: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_34: membar #StoreLoad P16522: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16523: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_34 nop P16524: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_35: membar #StoreLoad P16525: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_35 nop P16527: !_ST [211] (maybe <- 0x98800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_36: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2816 ] add %l4, 1, %l4 loop_exit_49_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_36 nop P16528: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_37: membar #StoreLoad P16529: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P16530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_49_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_37 nop P16531: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_38: membar #StoreLoad P16532: !_BLD [350] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16532 nop RET16532: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P16533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_38 nop P16534: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_39: membar #StoreLoad P16535: !_BLD [274] (FP) (Branch target of P16532) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered ba P16536 nop TARGET16532: ba RET16532 nop P16536: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_39 nop P16537: !_IDC_FLIP [16] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_40: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16537, 6517, 49, 0x433008a0, 0x8a0, %i2, 0x8a0, %l6, %l7, %o5, %l3) loop_exit_49_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_40 nop P16538: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_41: membar #StoreLoad P16539: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16540: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_41 nop P16541: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_42: membar #StoreLoad P16542: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P16543: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_42 nop P16544: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_43: membar #StoreLoad P16545: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16546: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_43 nop P16547: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_44: membar #StoreLoad P16548: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16549: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_44 nop P16550: !_IDC_FLIP [171] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_45: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(16550, 1296, 49, 0x44e002b0, 0x2b0, %i3, 0x2b0, %l6, %l7, %o5, %l3) P16551: !_MEMBAR (FP) membar #StoreLoad P16552: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16553: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_45 nop P16554: !_ST [272] (maybe <- 0x98800002) (Int) (Loop entry) (Loop exit) (Branch target of P16602) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_46: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2192 ] add %l4, 1, %l4 loop_exit_49_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_46 nop ba P16555 nop TARGET16602: ba RET16602 nop P16555: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_47: membar #StoreLoad P16556: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16557: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_47 nop P16558: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_48: membar #StoreLoad P16559: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P16560: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_49_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_48 nop P16561: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_49: membar #StoreLoad P16562: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P16563: !_MEMBAR (FP) (Loop exit) (Branch target of P16487) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_49 nop ba P16564 nop TARGET16487: ba RET16487 nop P16564: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_50: membar #StoreLoad P16565: !_BLD [161] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16565 nop RET16565: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16566: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_50 nop P16567: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_51: membar #StoreLoad P16568: !_BLD [292] (FP) (Branch target of P16507) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P16569 nop TARGET16507: ba RET16507 nop P16569: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_51 nop P16570: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_52: membar #StoreLoad P16571: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16572: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_52 nop P16573: !_FLUSHI [244] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_53: flush %g0 P16574: !_MEMBAR (FP) membar #StoreLoad P16575: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16576: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_53 nop P16577: !_IDC_FLIP [60] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_54: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16577, 8846, 49, 0x43b002a0, 0x2a0, %i2, 0x2a0, %l6, %l7, %o5, %l3) loop_exit_49_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_54 nop P16578: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_55: membar #StoreLoad P16579: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P16580: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_55 nop P16581: !_IDC_FLIP [238] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_56: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16581, 8480, 49, 0x45900ffc, 0xffc, %i2, 0xffc, %l6, %l7, %o5, %l3) P16582: !_MEMBAR (FP) membar #StoreLoad P16583: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16584: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_56 nop P16585: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_57: membar #StoreLoad P16586: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16587: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_57 nop P16588: !_IDC_FLIP [79] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_58: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16588, 28889, 49, 0x43e008d4, 0x8d4, %i3, 0x8d4, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16588 nop RET16588: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_49_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_58 nop P16589: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_59: membar #StoreLoad P16590: !_BLD [151] (FP) (Branch target of P16604) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P16591 nop TARGET16604: ba RET16604 nop P16591: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_59 nop P16592: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_60: membar #StoreLoad P16593: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16594: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_60 nop P16595: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_61: membar #StoreLoad P16596: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P16597: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_49_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_61 nop P16598: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_62: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16598 nop RET16598: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16599: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16600: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_62 nop P16601: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_63: membar #StoreLoad P16602: !_BLD [352] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16602 nop RET16602: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P16603: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_63 nop P16604: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_64: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16604 nop RET16604: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16605: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16606: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_64 nop P16607: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_65: membar #StoreLoad P16608: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P16609: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_49_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_65 nop P16610: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_66: membar #StoreLoad P16611: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16612: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_66 nop P16613: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_67: membar #StoreLoad P16614: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16615: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_67 nop P16616: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_68: membar #StoreLoad P16617: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P16618: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_68 nop P16619: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_69: membar #StoreLoad P16620: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16621: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_69 nop P16622: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_70: membar #StoreLoad P16623: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16624: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_70 nop P16625: !_PREFETCH [109] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_71: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2356], 22 loop_exit_49_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_71 nop P16626: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_72: membar #StoreLoad P16627: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16628: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_72 nop P16629: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_73: membar #StoreLoad P16630: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P16631: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_49_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_73 nop P16632: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_74: membar #StoreLoad P16633: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P16634: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_74 nop P16635: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_75: membar #StoreLoad P16636: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P16637: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_49_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_75 nop P16638: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_76: membar #StoreLoad P16639: !_BLD [298] (FP) (Branch target of P16427) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P16640 nop TARGET16427: ba RET16427 nop P16640: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_76 nop P16641: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_77: membar #StoreLoad P16642: !_BLD [141] (FP) (Branch target of P16716) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P16643 nop TARGET16716: ba RET16716 nop P16643: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P16643) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16643 nop RET16643: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_77 nop ba P16644 nop TARGET16643: ba RET16643 nop P16644: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_78: membar #StoreLoad P16645: !_BLD [141] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16645 nop RET16645: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P16646: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_78 nop P16647: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_79: membar #StoreLoad P16648: !_BLD [26] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P16649: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_79 nop P16650: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_80: membar #StoreLoad P16651: !_BLD [313] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P16652: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_80 nop P16653: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_81: membar #StoreLoad P16654: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16655: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_81 nop P16656: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_82: membar #StoreLoad P16657: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16658: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_82 nop P16659: !_PREFETCH [207] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_83: sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 4008], 18 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16659 nop RET16659: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P16660: !_MEMBAR (FP) membar #StoreLoad P16661: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P16662: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_83 nop P16663: !_PREFETCH [224] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_84: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2360], 16 loop_exit_49_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_84 nop P16664: !_ST [277] (maybe <- 0x98800003) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_85: sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1368 ] add %l4, 1, %l4 P16665: !_MEMBAR (FP) membar #StoreLoad P16666: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16667: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_85 nop P16668: !_IDC_FLIP [138] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_86: sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16668, 12257, 49, 0x448003ec, 0x3ec, %i3, 0x3ec, %l6, %l7, %o5, %l3) loop_exit_49_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_86 nop P16669: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_87: membar #StoreLoad P16670: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P16671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_49_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_87 nop P16672: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_88: membar #StoreLoad P16673: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16674: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_88 nop P16675: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_89: membar #StoreLoad P16676: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16677: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_89 nop P16678: !_IDC_FLIP [227] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_90: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16678, 7639, 49, 0x458002ac, 0x2ac, %i3, 0x2ac, %l6, %l7, %o5, %l3) P16679: !_MEMBAR (FP) membar #StoreLoad P16680: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16681: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_90 nop P16682: !_IDC_FLIP [327] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_91: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16682, 21025, 49, 0x46a00504, 0x504, %i3, 0x504, %l6, %l7, %o5, %l3) P16683: !_MEMBAR (FP) membar #StoreLoad P16684: !_BLD [79] (FP) (Branch target of P16565) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P16685 nop TARGET16565: ba RET16565 nop P16685: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_91 nop P16686: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_92: membar #StoreLoad P16687: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P16688: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_92 nop P16689: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_93: membar #StoreLoad P16690: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P16691: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_93 nop P16692: !_ST [86] (maybe <- 0x98800004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_94: sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3904 ] add %l4, 1, %l4 loop_exit_49_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_94 nop P16693: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_95: membar #StoreLoad P16694: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P16695: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_95 nop P16696: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_96: membar #StoreLoad P16697: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16698: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_96 nop P16699: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_97: membar #StoreLoad P16700: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P16701: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_49_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_97 nop P16702: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_98: membar #StoreLoad P16703: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P16704: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_98 nop P16705: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_99: membar #StoreLoad P16706: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16707: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_99 nop P16708: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_100: membar #StoreLoad P16709: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16710: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_100 nop P16711: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_101: membar #StoreLoad P16712: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16713: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_101 nop P16714: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_102: membar #StoreLoad P16715: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16716: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16716 nop RET16716: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_102 nop P16717: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_103: membar #StoreLoad P16718: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16719: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_103 nop P16720: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_104: membar #StoreLoad P16721: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16722: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_104 nop P16723: !_ST [195] (maybe <- 0x98800005) (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_105: sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1892 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16723 nop RET16723: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16724: !_MEMBAR (FP) membar #StoreLoad P16725: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P16726: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_105 nop P16727: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_106: membar #StoreLoad P16728: !_BLD [126] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16728 nop RET16728: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P16729: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16729 nop RET16729: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_49_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_106 nop P16730: !_IDC_FLIP [342] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_107: sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(16730, 27960, 49, 0x46c00140, 0x140, %i3, 0x140, %l6, %l7, %o5, %l3) P16731: !_MEMBAR (FP) membar #StoreLoad P16732: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16733: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_107 nop P16734: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_108: membar #StoreLoad P16735: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16736: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_108 nop P16737: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_109: membar #StoreLoad P16738: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P16739: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_49_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_109 nop P16740: !_MEMBAR (FP) (Loop entry) (Branch target of P16729) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_110: membar #StoreLoad ba P16741 nop TARGET16729: ba RET16729 nop P16741: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16742: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_110 nop P16743: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_111: membar #StoreLoad P16744: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P16745: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_49_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_111 nop P16746: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_112: membar #StoreLoad P16747: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P16748: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_49_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_112 nop P16749: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_49_113: membar #StoreLoad P16750: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16751: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_113 nop P16752: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_49_114: membar #StoreLoad P16753: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16754: !_MEMBAR (FP) (Loop exit) (Branch target of P16588) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_49_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_49_114 nop ba P16755 nop TARGET16588: ba RET16588 nop P16755: !_MEMBAR (Int) (Branch target of P16723) membar #StoreLoad ba END_NODES49 nop TARGET16723: ba RET16723 nop END_NODES49: ! Test instruction sequence for CPU 49 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func50: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x32deade1), %l6 or %l6, %lo(0x32deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x99000001), %l4 or %l4, %lo(0x99000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x25000001), %l6 or %l6, %lo(0x25000001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x19800000), %l6 or %l6, %lo(0x19800000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x5180^4 sethi %hi(0x5180), %l0 or %l0, %lo(0x5180), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 280 to 285 --- sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+3456] stx %g0, [%i2+3936] sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+360] stx %g0, [%i3+1128] stx %g0, [%i3+1680] stx %g0, [%i3+1800] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES50, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES50: ! Test instruction sequence for ISTREAM 50 begins P16756: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_0: membar #StoreLoad P16757: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P16758: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_50_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_0 nop P16759: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_1: membar #StoreLoad P16760: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16761: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_1 nop P16762: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_2: membar #StoreLoad P16763: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16764: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P16922) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16764 nop RET16764: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_2 nop ba P16765 nop TARGET16922: ba RET16922 nop P16765: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_3: membar #StoreLoad P16766: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16767: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_3 nop P16768: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_4: membar #StoreLoad P16769: !_BLD [288] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16769 nop RET16769: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16770: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_4 nop P16771: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_5: membar #StoreLoad P16772: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P16773: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_5 nop P16774: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_6: membar #StoreLoad P16775: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16776: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_6 nop P16777: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_7: membar #StoreLoad P16778: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16779: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_7 nop P16780: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_8: membar #StoreLoad P16781: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16782: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_8 nop P16783: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_9: membar #StoreLoad P16784: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16785: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_9 nop P16786: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_10: membar #StoreLoad P16787: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16788: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_10 nop P16789: !_IDC_FLIP [229] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_11: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16789, 32080, 50, 0x45800728, 0x728, %i2, 0x728, %l6, %l7, %o5, %l3) P16790: !_MEMBAR (FP) membar #StoreLoad P16791: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16792: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_11 nop P16793: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_12: membar #StoreLoad P16794: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16795: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_12 nop P16796: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_13: membar #StoreLoad P16797: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16798: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_13 nop P16799: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_14: membar #StoreLoad P16800: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P16801: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_50_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_14 nop P16802: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_15: membar #StoreLoad P16803: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16804: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_15 nop P16805: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_16: membar #StoreLoad P16806: !_BLD [62] (FP) (Branch target of P16963) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 ba P16807 nop TARGET16963: ba RET16963 nop P16807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_50_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_16 nop P16808: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_17: membar #StoreLoad P16809: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16810: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_17 nop P16811: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_18: membar #StoreLoad P16812: !_BLD [239] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16812 nop RET16812: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P16813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_18 nop P16814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_19: membar #StoreLoad P16815: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_19 nop P16817: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_20: membar #StoreLoad P16818: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16819: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_20 nop P16820: !_MEMBAR (FP) (Loop entry) (Branch target of P16951) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_21: membar #StoreLoad ba P16821 nop TARGET16951: ba RET16951 nop P16821: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16822: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_21 nop P16823: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_22: membar #StoreLoad P16824: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P16825: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_22 nop P16826: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_23: membar #StoreLoad P16827: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16828: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_23 nop P16829: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_24: membar #StoreLoad P16830: !_BLD [206] (FP) (Branch target of P16933) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ba P16831 nop TARGET16933: ba RET16933 nop P16831: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_24 nop P16832: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_25: membar #StoreLoad P16833: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P16834: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_25 nop P16835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_26: membar #StoreLoad P16836: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16837: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_26 nop P16838: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_27: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16838 nop RET16838: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P16839: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16840: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_27 nop P16841: !_IDC_FLIP [78] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_28: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16841, 22825, 50, 0x43e0078c, 0x78c, %i2, 0x78c, %l6, %l7, %o5, %l3) P16842: !_MEMBAR (FP) membar #StoreLoad P16843: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_28 nop P16845: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_29: membar #StoreLoad P16846: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_29 nop P16848: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_30: membar #StoreLoad P16849: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16850: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_30 nop P16851: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_31: membar #StoreLoad P16852: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P16853: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_50_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_31 nop P16854: !_ST [33] (maybe <- 0x99000001) (Int) (Loop entry) (Loop exit) (Branch target of P17071) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_32: sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2200 ] add %l4, 1, %l4 loop_exit_50_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_32 nop ba P16855 nop TARGET17071: ba RET17071 nop P16855: !_PREFETCH [131] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_33: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 764], 21 P16856: !_MEMBAR (FP) membar #StoreLoad P16857: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16858: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_33 nop P16859: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_34: membar #StoreLoad P16860: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P16861: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_34 nop P16862: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_35: membar #StoreLoad P16863: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16864: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_35 nop P16865: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_36: membar #StoreLoad P16866: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16867: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_36 nop P16868: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_37: membar #StoreLoad P16869: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P16870: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16870 nop RET16870: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_37 nop P16871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_38: membar #StoreLoad P16872: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_38 nop P16874: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_39: membar #StoreLoad P16875: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16876: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_39 nop P16877: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_40: membar #StoreLoad P16878: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16879: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_40 nop P16880: !_IDC_FLIP [289] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_41: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(16880, 22869, 50, 0x46200868, 0x868, %i2, 0x868, %l6, %l7, %o5, %l3) P16881: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16881 nop RET16881: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P16882: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P16883: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_41 nop P16884: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_42: membar #StoreLoad P16885: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16886: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_42 nop P16887: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_43: membar #StoreLoad P16888: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P16889: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_43 nop P16890: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_44: membar #StoreLoad P16891: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16892: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_44 nop P16893: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_45: membar #StoreLoad P16894: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P16895: !_MEMBAR (FP) (Loop exit) (Branch target of P17066) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_45 nop ba P16896 nop TARGET17066: ba RET17066 nop P16896: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_46: membar #StoreLoad P16897: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16898: !_MEMBAR (FP) (Loop exit) (Branch target of P16986) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_46 nop ba P16899 nop TARGET16986: ba RET16986 nop P16899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_47: membar #StoreLoad P16900: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P16901: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_47 nop P16902: !_LD [47] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_48: sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2052], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P16903: !_LD [183] (Int) (Loop exit) (CBR) sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 1744], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16903 nop RET16903: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_50_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_48 nop P16904: !_PREFETCH [4] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_49: prefetch [%i0 + 2928], 22 loop_exit_50_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_49 nop P16905: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_50: membar #StoreLoad P16906: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P16907: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_50_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_50 nop P16908: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_51: membar #StoreLoad P16909: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P16910: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_51 nop P16911: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_52: membar #StoreLoad P16912: !_BLD [292] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P16913: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_52 nop P16914: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_53: membar #StoreLoad P16915: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16916: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_53 nop P16917: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_54: membar #StoreLoad P16918: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16919: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_54 nop P16920: !_ST [23] (maybe <- 0x25000001) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_55: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 2128 ] loop_exit_50_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_55 nop P16921: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_56: membar #StoreLoad P16922: !_BLD [127] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16922 nop RET16922: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P16923: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_56 nop P16924: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_57: membar #StoreLoad P16925: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16926: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_57 nop P16927: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_58: membar #StoreLoad P16928: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16929: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_58 nop P16930: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_59: membar #StoreLoad P16931: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P16932: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_59 nop P16933: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_60: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16933 nop RET16933: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P16934: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P16935: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_60 nop P16936: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_61: membar #StoreLoad P16937: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P16938: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_61 nop P16939: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_62: membar #StoreLoad P16940: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16941: !_MEMBAR (FP) (Loop exit) (Branch target of P16764) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_62 nop ba P16942 nop TARGET16764: ba RET16764 nop P16942: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_63: membar #StoreLoad P16943: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16944: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_63 nop P16945: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_64: membar #StoreLoad P16946: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16947: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_64 nop P16948: !_ST [188] (maybe <- 0x99000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_65: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1572 ] add %l4, 1, %l4 loop_exit_50_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_65 nop P16949: !_MEMBAR (FP) (Loop entry) (Branch target of P16769) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_66: membar #StoreLoad ba P16950 nop TARGET16769: ba RET16769 nop P16950: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P16951: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16951 nop RET16951: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_66 nop P16952: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_67: membar #StoreLoad P16953: !_BLD [120] (FP) (Branch target of P16903) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P16954 nop TARGET16903: ba RET16903 nop P16954: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_67 nop P16955: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_68: membar #StoreLoad P16956: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16957: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_68 nop P16958: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_69: membar #StoreLoad P16959: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P16960: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_50_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_69 nop P16961: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_70: membar #StoreLoad P16962: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P16963: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET16963 nop RET16963: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_70 nop P16964: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_71: membar #StoreLoad P16965: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16966: !_MEMBAR (FP) (Loop exit) (Branch target of P17004) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_71 nop ba P16967 nop TARGET17004: ba RET17004 nop P16967: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_72: membar #StoreLoad P16968: !_BLD [118] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16969: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_72 nop P16970: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_73: membar #StoreLoad P16971: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P16972: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_73 nop P16973: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_74: membar #StoreLoad P16974: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P16975: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_74 nop P16976: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_75: membar #StoreLoad P16977: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16978: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_75 nop P16979: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_76: membar #StoreLoad P16980: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P16981: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_76 nop P16982: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_77: membar #StoreLoad P16983: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P16984: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_77 nop P16985: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_78: membar #StoreLoad P16986: !_BLD [259] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET16986 nop RET16986: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P16987: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_78 nop P16988: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_79: membar #StoreLoad P16989: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P16990: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_79 nop P16991: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_80: membar #StoreLoad P16992: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16993: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_80 nop P16994: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_81: membar #StoreLoad P16995: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P16996: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_81 nop P16997: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_82: membar #StoreLoad P16998: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P16999: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_82 nop P17000: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_83: membar #StoreLoad P17001: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17002: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_83 nop P17003: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_84: membar #StoreLoad P17004: !_BLD [174] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17004 nop RET17004: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P17005: !_MEMBAR (FP) (Loop exit) (Branch target of P16838) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_84 nop ba P17006 nop TARGET16838: ba RET16838 nop P17006: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_85: membar #StoreLoad P17007: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17008: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_85 nop P17009: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_86: membar #StoreLoad P17010: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17011: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_86 nop P17012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_87: membar #StoreLoad P17013: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_87 nop P17015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_88: membar #StoreLoad P17016: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17017: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_88 nop P17018: !_PREFETCH [160] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_89: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 560], 22 loop_exit_50_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_89 nop P17019: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_90: membar #StoreLoad P17020: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17021: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_90 nop P17022: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_91: membar #StoreLoad P17023: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17024: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_91 nop P17025: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_92: membar #StoreLoad P17026: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17027: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_92 nop P17028: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_93: membar #StoreLoad P17029: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17030: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_93 nop P17031: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_94: membar #StoreLoad P17032: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17033: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_94 nop P17034: !_IDC_FLIP [170] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_95: sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(17034, 2641, 50, 0x44d00e44, 0xe44, %i3, 0xe44, %l6, %l7, %o5, %l3) P17035: !_MEMBAR (FP) membar #StoreLoad P17036: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17037: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_95 nop P17038: !_MEMBAR (FP) (Loop entry) (Branch target of P16881) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_96: membar #StoreLoad ba P17039 nop TARGET16881: ba RET16881 nop P17039: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_96 nop P17041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_97: membar #StoreLoad P17042: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P17043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_50_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_97 nop P17044: !_ST [236] (maybe <- 0x99000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_98: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3280 ] add %l4, 1, %l4 loop_exit_50_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_98 nop P17045: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_99: membar #StoreLoad P17046: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17047: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_99 nop P17048: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_100: membar #StoreLoad P17049: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P17050: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_50_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_100 nop P17051: !_PREFETCH [197] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_101: sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3368], 21 P17052: !_IDC_FLIP [238] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(17052, 22171, 50, 0x45900ffc, 0xffc, %i3, 0xffc, %l6, %l7, %o5, %l3) loop_exit_50_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_101 nop P17053: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_102: membar #StoreLoad P17054: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17055: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_102 nop P17056: !_MEMBAR (FP) (Loop entry) (Branch target of P16812) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_103: membar #StoreLoad ba P17057 nop TARGET16812: ba RET16812 nop P17057: !_BLD [132] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_103 nop P17059: !_MEMBAR (FP) (Loop entry) (Branch target of P16870) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_104: membar #StoreLoad ba P17060 nop TARGET16870: ba RET16870 nop P17060: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P17061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_104 nop P17062: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_105: membar #StoreLoad P17063: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17064: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_105 nop P17065: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_106: membar #StoreLoad P17066: !_BLD [63] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17066 nop RET17066: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17067: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_50_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_106 nop P17068: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_107: membar #StoreLoad P17069: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17070: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_107 nop P17071: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_108: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17071 nop RET17071: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P17072: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17073: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_108 nop P17074: !_PREFETCH [245] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_50_109: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3972], 2 loop_exit_50_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_109 nop P17075: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_50_110: membar #StoreLoad P17076: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_50_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_50_110 nop P17078: !_MEMBAR (Int) membar #StoreLoad END_NODES50: ! Test instruction sequence for CPU 50 ends sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 ! move %l7(lower) -> %o0(upper) sllx %l7, 32, %o0 sethi %hi(0xdead0e0f), %l7 or %l7, %lo(0xdead0e0f), %l7 stw %l7, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func51: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l6 or %l6, %lo(0xdeadbee0), %l6 stw %l6, [%i5] sethi %hi(0xdeadbee1), %l6 or %l6, %lo(0xdeadbee1), %l6 stw %l6, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x33deade1), %l6 or %l6, %lo(0x33deade1), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x99800001), %l4 or %l4, %lo(0x99800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x25800001), %l6 or %l6, %lo(0x25800001), %l6 stw %l6, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1a000000), %l6 or %l6, %lo(0x1a000000), %l6 stw %l6, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x75e9^4 sethi %hi(0x75e9), %l0 or %l0, %lo(0x75e9), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 286 to 290 --- sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+2136] stx %g0, [%i3+3520] sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+2080] stx %g0, [%i2+2152] stx %g0, [%i2+2264] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES51, %l7, %l3 jmpl %l3, %g0 nop BEGIN_NODES51: ! Test instruction sequence for ISTREAM 51 begins P17079: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_0: membar #StoreLoad P17080: !_BLD [84] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17080 nop RET17080: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P17081: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_0 nop P17082: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_1: membar #StoreLoad P17083: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17084: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_1 nop P17085: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_2: membar #StoreLoad P17086: !_BLD [61] (FP) (Branch target of P17393) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered ba P17087 nop TARGET17393: ba RET17393 nop P17087: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_2 nop P17088: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_3: membar #StoreLoad P17089: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P17090: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_3 nop P17091: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_4: membar #StoreLoad P17092: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_4 nop P17094: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_5: membar #StoreLoad P17095: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17096: !_MEMBAR (FP) (Loop exit) (Branch target of P17306) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_5 nop ba P17097 nop TARGET17306: ba RET17306 nop P17097: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_6: membar #StoreLoad P17098: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P17099: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_6 nop P17100: !_IDC_FLIP [169] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_7: sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17100, 5724, 51, 0x44d00aa8, 0xaa8, %i2, 0xaa8, %l6, %l7, %o5, %l3) loop_exit_51_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_7 nop P17101: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_8: membar #StoreLoad P17102: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P17103: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_51_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_8 nop P17104: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_9: membar #StoreLoad P17105: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17106: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_9 nop P17107: !_ST [215] (maybe <- 0x99800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_10: sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3744 ] add %l4, 1, %l4 loop_exit_51_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_10 nop P17108: !_PREFETCH [238] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_11: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 4092], 23 loop_exit_51_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_11 nop P17109: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_12: membar #StoreLoad P17110: !_BLD [345] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17110 nop RET17110: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P17111: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_12 nop P17112: !_PREFETCH [290] (Int) (Loop entry) (Loop exit) (Branch target of P17418) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_13: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2264], 2 loop_exit_51_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_13 nop ba P17113 nop TARGET17418: ba RET17418 nop P17113: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_14: membar #StoreLoad P17114: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P17115: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17115 nop RET17115: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_14 nop P17116: !_PREFETCH [133] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_15: sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2160], 4 loop_exit_51_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_15 nop P17117: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_16: membar #StoreLoad P17118: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17119: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_16 nop P17120: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_17: membar #StoreLoad P17121: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17122: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_17 nop P17123: !_FLUSHI [135] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_18: flush %g0 P17124: !_MEMBAR (FP) membar #StoreLoad P17125: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17126: !_MEMBAR (FP) (Loop exit) (Branch target of P17115) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_18 nop ba P17127 nop TARGET17115: ba RET17115 nop P17127: !_PREFETCH [36] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_19: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1860], 0 loop_exit_51_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_19 nop P17128: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_20: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17128 nop RET17128: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P17129: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17130: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_20 nop P17131: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_21: membar #StoreLoad P17132: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17133: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_21 nop P17134: !_PREFETCH [75] (Int) (NF) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_22: wr %g0, 0x82, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 3048] %asi, 1 P17135: !_IDC_FLIP [102] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17135, 13598, 51, 0x44200c8c, 0xc8c, %i2, 0xc8c, %l6, %l7, %o5, %l3) loop_exit_51_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_22 nop P17136: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_23: membar #StoreLoad P17137: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17138: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_23 nop P17139: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_24: membar #StoreLoad P17140: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION52_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17141: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_24 nop P17142: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_25: membar #StoreLoad P17143: !_BLD [62] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17143 nop RET17143: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P17144: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_25 nop P17145: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_26: membar #StoreLoad P17146: !_BLD [346] (FP) (Branch target of P17395) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P17147 nop TARGET17395: ba RET17395 nop P17147: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_26 nop P17148: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_27: membar #StoreLoad P17149: !_BLD [161] (FP) (Branch target of P17227) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P17150 nop TARGET17227: ba RET17227 nop P17150: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17150 nop RET17150: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_27 nop P17151: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_28: membar #StoreLoad P17152: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P17153: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_28 nop P17154: !_IDC_FLIP [181] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_29: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(17154, 22122, 51, 0x450004d4, 0x4d4, %i3, 0x4d4, %l6, %l7, %o5, %l3) loop_exit_51_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_29 nop P17155: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_30: membar #StoreLoad P17156: !_BLD [188] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17156 nop RET17156: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17157: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_30 nop P17158: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_31: membar #StoreLoad P17159: !_BLD [263] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17160: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_31 nop P17161: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_32: membar #StoreLoad P17162: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17163: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_32 nop P17164: !_MEMBAR (FP) (Loop entry) (Branch target of P17341) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_33: membar #StoreLoad ba P17165 nop TARGET17341: ba RET17341 nop P17165: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17166: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_33 nop P17167: !_ST [343] (maybe <- 0x99800002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_34: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 1072 ] add %l4, 1, %l4 loop_exit_51_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_34 nop P17168: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_35: membar #StoreLoad P17169: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P17170: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_35 nop P17171: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_36: membar #StoreLoad P17172: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P17173: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_36 nop P17174: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_37: membar #StoreLoad P17175: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17176: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_37 nop P17177: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_38: membar #StoreLoad P17178: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17179: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_38 nop P17180: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_39: membar #StoreLoad P17181: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17182: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_39 nop P17183: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_40: membar #StoreLoad P17184: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17185: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_40 nop P17186: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_41: membar #StoreLoad P17187: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P17188: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_41 nop P17189: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_42: membar #StoreLoad P17190: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P17191: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_42 nop P17192: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_43: membar #StoreLoad P17193: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17194: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_43 nop P17195: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_44: membar #StoreLoad P17196: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17197: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_44 nop P17198: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_45: membar #StoreLoad P17199: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17200: !_MEMBAR (FP) (Loop exit) (Branch target of P17110) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_45 nop ba P17201 nop TARGET17110: ba RET17110 nop P17201: !_IDC_FLIP [315] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_46: sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17201, 26776, 51, 0x46700b8c, 0xb8c, %i2, 0xb8c, %l6, %l7, %o5, %l3) loop_exit_51_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_46 nop P17202: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_47: membar #StoreLoad P17203: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17204: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_47 nop P17205: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_48: membar #StoreLoad P17206: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P17207: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_51_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_48 nop P17208: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_49: membar #StoreLoad P17209: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17210: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_49 nop P17211: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_50: membar #StoreLoad P17212: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17213: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_50 nop P17214: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_51: membar #StoreLoad P17215: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17216: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_51 nop P17217: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_52: membar #StoreLoad P17218: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P17219: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_52 nop P17220: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_53: membar #StoreLoad P17221: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P17222: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_53 nop P17223: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_54: membar #StoreLoad P17224: !_BLD [219] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17224 nop RET17224: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17225: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17225 nop RET17225: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_54 nop P17226: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_55: membar #StoreLoad P17227: !_BLD [264] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17227 nop RET17227: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P17228: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_55 nop P17229: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_56: membar #StoreLoad P17230: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17231: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_56 nop P17232: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_57: membar #StoreLoad P17233: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17234: !_MEMBAR (FP) (Loop exit) (Branch target of P17150) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_57 nop ba P17235 nop TARGET17150: ba RET17150 nop P17235: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_58: membar #StoreLoad P17236: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17237: !_MEMBAR (FP) (Loop exit) (Branch target of P17224) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_58 nop ba P17238 nop TARGET17224: ba RET17224 nop P17238: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_59: membar #StoreLoad P17239: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17240: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_59 nop P17241: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_60: membar #StoreLoad P17242: !_BLD [141] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_60 nop P17244: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_61: membar #StoreLoad P17245: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17246: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_61 nop P17247: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_62: membar #StoreLoad P17248: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17249: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_62 nop P17250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_63: membar #StoreLoad P17251: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17252: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_63 nop P17253: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_64: membar #StoreLoad P17254: !_BLD [132] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17255: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_64 nop P17256: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_65: membar #StoreLoad P17257: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P17258: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_65 nop P17259: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_66: membar #StoreLoad P17260: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17261: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_66 nop P17262: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_67: membar #StoreLoad P17263: !_BLD [317] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_67 nop P17265: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_68: membar #StoreLoad P17266: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P17267: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_68 nop P17268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_69: membar #StoreLoad P17269: !_BLD [180] (FP) (Branch target of P17316) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P17270 nop TARGET17316: ba RET17316 nop P17270: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_69 nop P17271: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_70: membar #StoreLoad P17272: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P17273: !_MEMBAR (FP) (Loop exit) (Branch target of P17156) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_70 nop ba P17274 nop TARGET17156: ba RET17156 nop P17274: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_71: membar #StoreLoad P17275: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P17276: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_71 nop P17277: !_IDC_FLIP [155] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_72: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(17277, 17887, 51, 0x44b00aa4, 0xaa4, %i3, 0xaa4, %l6, %l7, %o5, %l3) loop_exit_51_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_72 nop P17278: !_IDC_FLIP [356] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_73: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(17278, 24467, 51, 0x46f00d40, 0xd40, %i2, 0xd40, %l6, %l7, %o5, %l3) P17279: !_LD [276] (Int) sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 780], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P17280: !_LD [120] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 3592], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_51_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_73 nop P17281: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_74: membar #StoreLoad P17282: !_BLD [20] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17282 nop RET17282: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17283: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_74 nop P17284: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_75: membar #StoreLoad P17285: !_BLD [28] (FP) (Branch target of P17318) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P17286 nop TARGET17318: ba RET17318 nop P17286: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_75 nop P17287: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_76: membar #StoreLoad P17288: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17289: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_76 nop P17290: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_77: membar #StoreLoad P17291: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17292: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_77 nop P17293: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_78: membar #StoreLoad P17294: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P17295: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_78 nop P17296: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_79: membar #StoreLoad P17297: !_BLD [349] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17297 nop RET17297: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P17298: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_79 nop P17299: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_80: membar #StoreLoad P17300: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17301: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_80 nop P17302: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_81: membar #StoreLoad P17303: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P17304: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_51_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_81 nop P17305: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_82: membar #StoreLoad P17306: !_BLD [315] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17306 nop RET17306: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P17307: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_82 nop P17308: !_MEMBAR (Int) (Loop entry) (Loop exit) (Branch target of P17143) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_83: membar #StoreLoad loop_exit_51_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_83 nop ba P17309 nop TARGET17143: ba RET17143 nop P17309: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_84: membar #StoreLoad P17310: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17311: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_84 nop P17312: !_IDC_FLIP [355] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_85: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(17312, 26314, 51, 0x46f00234, 0x234, %i3, 0x234, %l6, %l7, %o5, %l3) P17313: !_PREFETCH [19] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2496], 2 loop_exit_51_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_85 nop P17314: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_86: membar #StoreLoad P17315: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17316: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17316 nop RET17316: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_86 nop P17317: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_87: membar #StoreLoad P17318: !_BLD [44] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17318 nop RET17318: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P17319: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_87 nop P17320: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_88: membar #StoreLoad P17321: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17322: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_88 nop P17323: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_89: membar #StoreLoad P17324: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17325: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_89 nop P17326: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_90: membar #StoreLoad P17327: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P17328: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_90 nop P17329: !_IDC_FLIP [180] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_91: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17329, 17646, 51, 0x44f00f98, 0xf98, %i2, 0xf98, %l6, %l7, %o5, %l3) loop_exit_51_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_91 nop P17330: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_92: membar #StoreLoad P17331: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17332: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_92 nop P17333: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_93: membar #StoreLoad P17334: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17335: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_93 nop P17336: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_94: membar #StoreLoad P17337: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17338: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17338 nop RET17338: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_94 nop P17339: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_95: membar #StoreLoad P17340: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17341: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17341 nop RET17341: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_95 nop P17342: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_96: membar #StoreLoad P17343: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION23_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_96 nop P17345: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_97: membar #StoreLoad P17346: !_BLD [94] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P17347: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_97 nop P17348: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_98: membar #StoreLoad P17349: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17350: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_98 nop P17351: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_99: membar #StoreLoad P17352: !_BLD [13] (FP) (Branch target of P17282) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered ba P17353 nop TARGET17282: ba RET17282 nop P17353: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_99 nop P17354: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_100: membar #StoreLoad P17355: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17356: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_100 nop P17357: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_101: membar #StoreLoad P17358: !_BLD [127] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17359: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_101 nop P17360: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_102: membar #StoreLoad P17361: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17362: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_102 nop P17363: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_103: membar #StoreLoad P17364: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17365: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_103 nop P17366: !_ST [347] (maybe <- 0x99800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_104: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3728 ] add %l4, 1, %l4 loop_exit_51_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_104 nop P17367: !_MEMBAR (FP) (Loop entry) (Branch target of P17338) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_105: membar #StoreLoad ba P17368 nop TARGET17338: ba RET17338 nop P17368: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17369: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_105 nop P17370: !_IDC_FLIP [126] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_106: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(17370, 16941, 51, 0x44500d78, 0xd78, %i3, 0xd78, %l6, %l7, %o5, %l3) loop_exit_51_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_106 nop P17371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_107: membar #StoreLoad P17372: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17373: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_107 nop P17374: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_108: membar #StoreLoad P17375: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17376: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_108 nop P17377: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_109: membar #StoreLoad P17378: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P17379: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_109 nop P17380: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_110: membar #StoreLoad P17381: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17382: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_110 nop P17383: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_111: membar #StoreLoad P17384: !_BLD [44] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17385: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_111 nop P17386: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_112: membar #StoreLoad P17387: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17388: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_112 nop P17389: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_113: membar #StoreLoad P17390: !_BLD [346] (FP) (Branch target of P17297) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P17391 nop TARGET17297: ba RET17297 nop P17391: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_113 nop P17392: !_ST [127] (maybe <- 0x99800004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_114: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 764 ] add %l4, 1, %l4 loop_exit_51_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_114 nop P17393: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_115: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17393 nop RET17393: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P17394: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P17395: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P17080) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17395 nop RET17395: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_51_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_115 nop ba P17396 nop TARGET17080: ba RET17080 nop P17396: !_MEMBAR (FP) (Loop entry) (Branch target of P17225) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_116: membar #StoreLoad ba P17397 nop TARGET17225: ba RET17225 nop P17397: !_BLD [178] (FP) (Branch target of P17413) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ba P17398 nop TARGET17413: ba RET17413 nop P17398: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_116 nop P17399: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_117: membar #StoreLoad P17400: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17401: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_117 nop P17402: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_118: membar #StoreLoad P17403: !_BLD [155] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17404: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_118 nop P17405: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_119: membar #StoreLoad P17406: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17407: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_119 nop P17408: !_IDC_FLIP [27] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_120: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(17408, 1033, 51, 0x43500afc, 0xafc, %i3, 0xafc, %l6, %l7, %o5, %l3) P17409: !_MEMBAR (FP) membar #StoreLoad P17410: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17411: !_MEMBAR (FP) (Loop exit) (Branch target of P17128) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_120 nop ba P17412 nop TARGET17128: ba RET17128 nop P17412: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_51_121: membar #StoreLoad P17413: !_BLD [303] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17413 nop RET17413: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17414: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_121: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_121 nop P17415: !_IDC_FLIP [9] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_122: IDC_FLIP(17415, 19239, 51, 0x4310093c, 0x93c, %i1, 0x93c, %l6, %l7, %o5, %l3) loop_exit_51_122: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_122 nop P17416: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_123: membar #StoreLoad P17417: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P17418: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17418 nop RET17418: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_123: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_123 nop P17419: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_51_124: membar #StoreLoad P17420: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17421: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_51_124: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_51_124 nop P17422: !_MEMBAR (Int) membar #StoreLoad END_NODES51: ! Test instruction sequence for CPU 51 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func52: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x34deade1), %l3 or %l3, %lo(0x34deade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9a000001), %l4 or %l4, %lo(0x9a000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x26000001), %l3 or %l3, %lo(0x26000001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1a800000), %l3 or %l3, %lo(0x1a800000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x650b^4 sethi %hi(0x650b), %l0 or %l0, %lo(0x650b), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 291 to 296 --- sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+2512] sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+3080] stx %g0, [%i3+3160] stx %g0, [%i3+3232] stx %g0, [%i3+3464] stx %g0, [%i3+3496] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES52, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES52: ! Test instruction sequence for ISTREAM 52 begins P17423: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_0: membar #StoreLoad P17424: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17425: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_0 nop P17426: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_1: membar #StoreLoad P17427: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17428: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_1 nop P17429: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_2: membar #StoreLoad P17430: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17431: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_2 nop P17432: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_3: membar #StoreLoad P17433: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P17434: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_3 nop P17435: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_4: membar #StoreLoad P17436: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P17437: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_52_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_4 nop P17438: !_IDC_FLIP [305] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_5: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(17438, 24830, 52, 0x4650098c, 0x98c, %i3, 0x98c, %l6, %l7, %o5, %l3) loop_exit_52_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_5 nop P17439: !_ST [207] (maybe <- 0x9a000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_6: sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 4008 ] add %l4, 1, %l4 loop_exit_52_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_6 nop P17440: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_7: membar #StoreLoad P17441: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P17442: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_7 nop P17443: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_8: membar #StoreLoad P17444: !_BLD [50] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17444 nop RET17444: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P17445: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_8 nop P17446: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_9: membar #StoreLoad P17447: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P17448: !_MEMBAR (FP) (Loop exit) (Branch target of P17531) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_52_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_9 nop ba P17449 nop TARGET17531: ba RET17531 nop P17449: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_10: membar #StoreLoad P17450: !_BLD [119] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17450 nop RET17450: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17451: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_10 nop P17452: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_11: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17452 nop RET17452: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P17453: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17454: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_11 nop P17455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_12: membar #StoreLoad P17456: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_12 nop P17458: !_IDC_FLIP [95] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_13: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(17458, 32154, 52, 0x441004ac, 0x4ac, %i2, 0x4ac, %l6, %l7, %o5, %l3) loop_exit_52_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_13 nop P17459: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_14: membar #StoreLoad P17460: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17461: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_14 nop P17462: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_15: membar #StoreLoad P17463: !_BLD [97] (FP) (Branch target of P17765) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P17464 nop TARGET17765: ba RET17765 nop P17464: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_15 nop P17465: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_16: membar #StoreLoad P17466: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P17467: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_16 nop P17468: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_17: membar #StoreLoad P17469: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17470: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_17 nop P17471: !_IDC_FLIP [50] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_18: sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17471, 21999, 52, 0x43900f40, 0xf40, %i2, 0xf40, %l6, %l7, %o5, %l3) loop_exit_52_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_18 nop P17472: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_19: membar #StoreLoad P17473: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17474: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_19 nop P17475: !_PREFETCH [24] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_20: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2708], 22 P17476: !_MEMBAR (FP) membar #StoreLoad P17477: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17478: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_20 nop P17479: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_21: membar #StoreLoad P17480: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17481: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_21 nop P17482: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_22: membar #StoreLoad P17483: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17484: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_22 nop P17485: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_23: membar #StoreLoad P17486: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17487: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_23 nop P17488: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_24: membar #StoreLoad P17489: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17490: !_MEMBAR (FP) (Loop exit) (Branch target of P17591) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_24 nop ba P17491 nop TARGET17591: ba RET17591 nop P17491: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_25: membar #StoreLoad P17492: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17493: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_25 nop P17494: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_26: membar #StoreLoad P17495: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17496: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_26 nop P17497: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_27: membar #StoreLoad P17498: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P17499: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_27 nop P17500: !_MEMBAR (FP) (Loop entry) (Branch target of P17706) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_28: membar #StoreLoad ba P17501 nop TARGET17706: ba RET17706 nop P17501: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17502: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_28 nop P17503: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_29: membar #StoreLoad P17504: !_BLD [107] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P17505: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_29 nop P17506: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_30: membar #StoreLoad P17507: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17508: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_30 nop P17509: !_IDC_FLIP [155] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_31: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(17509, 4531, 52, 0x44b00aa4, 0xaa4, %i2, 0xaa4, %l6, %l7, %o5, %l3) loop_exit_52_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_31 nop P17510: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_32: membar #StoreLoad P17511: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17512: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_32 nop P17513: !_MEMBAR (FP) (Loop entry) (Branch target of P17763) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_33: membar #StoreLoad ba P17514 nop TARGET17763: ba RET17763 nop P17514: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17515: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_33 nop P17516: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_34: membar #StoreLoad P17517: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17518: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_34 nop P17519: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_35: membar #StoreLoad P17520: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17521: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_35 nop P17522: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_36: membar #StoreLoad P17523: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P17524: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_36 nop P17525: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_37: membar #StoreLoad P17526: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P17527: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_37 nop P17528: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_38: membar #StoreLoad P17529: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17530: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_38 nop P17531: !_MEMBAR (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_39: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17531 nop RET17531: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P17532: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P17533: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_39 nop P17534: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_40: membar #StoreLoad P17535: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17536: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_40 nop P17537: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_41: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17537 nop RET17537: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P17538: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P17539: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_41 nop P17540: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_42: membar #StoreLoad P17541: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P17542: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_52_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_42 nop P17543: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_43: membar #StoreLoad P17544: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17545: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_43 nop P17546: !_IDC_FLIP [324] (Int) (Loop entry) (Loop exit) (Branch target of P17750) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_44: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(17546, 23264, 52, 0x46900914, 0x914, %i3, 0x914, %l6, %l7, %o5, %l3) loop_exit_52_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_44 nop ba P17547 nop TARGET17750: ba RET17750 nop P17547: !_IDC_FLIP [51] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_45: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17547, 20990, 52, 0x43a000ec, 0xec, %i2, 0xec, %l6, %l7, %o5, %l3) loop_exit_52_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_45 nop P17548: !_IDC_FLIP [231] (Int) (Loop entry) (CBR) (Branch target of P17747) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_46: sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(17548, 24683, 52, 0x45800a94, 0xa94, %i3, 0xa94, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17548 nop RET17548: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 ba P17549 nop TARGET17747: ba RET17747 nop P17549: !_MEMBAR (FP) membar #StoreLoad P17550: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17551: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_46 nop P17552: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_47: membar #StoreLoad P17553: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P17554: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_47 nop P17555: !_IDC_FLIP [221] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_48: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17555, 27116, 52, 0x45700364, 0x364, %i2, 0x364, %l6, %l7, %o5, %l3) loop_exit_52_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_48 nop P17556: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_49: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17556 nop RET17556: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17557: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17558: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_49 nop P17559: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_50: membar #StoreLoad P17560: !_BLD [74] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17561: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_50 nop P17562: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_51: membar #StoreLoad P17563: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17564: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_51 nop P17565: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_52: membar #StoreLoad P17566: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17567: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_52 nop P17568: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_53: membar #StoreLoad P17569: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17570: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_53 nop P17571: !_IDC_FLIP [265] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_54: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(17571, 30903, 52, 0x45d00f24, 0xf24, %i2, 0xf24, %l6, %l7, %o5, %l3) loop_exit_52_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_54 nop P17572: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_55: membar #StoreLoad P17573: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17574: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_55 nop P17575: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_56: membar #StoreLoad P17576: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P17577: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_56 nop P17578: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_57: membar #StoreLoad P17579: !_BLD [289] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17580: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_57 nop P17581: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_58: membar #StoreLoad P17582: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17583: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_58 nop P17584: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_59: membar #StoreLoad P17585: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17586: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_59 nop P17587: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_60: membar #StoreLoad P17588: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17589: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_60 nop P17590: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_61: membar #StoreLoad P17591: !_BLD [276] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17591 nop RET17591: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P17592: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_61 nop P17593: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_62: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17593 nop RET17593: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17594: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17595: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_62 nop P17596: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_63: membar #StoreLoad P17597: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17598: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_63 nop P17599: !_ST [17] (maybe <- 0x9a000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_64: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2316 ] add %l4, 1, %l4 loop_exit_52_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_64 nop P17600: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_65: membar #StoreLoad P17601: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17602: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_65 nop P17603: !_MEMBAR (FP) (Loop entry) (Branch target of P17687) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_66: membar #StoreLoad ba P17604 nop TARGET17687: ba RET17687 nop P17604: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17605: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_66 nop P17606: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_67: membar #StoreLoad P17607: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P17608: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_67 nop P17609: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_68: membar #StoreLoad P17610: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17611: !_MEMBAR (FP) (Loop exit) (Branch target of P17452) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_68 nop ba P17612 nop TARGET17452: ba RET17452 nop P17612: !_PREFETCH [324] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_69: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2324], 4 P17613: !_IDC_FLIP [205] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17613, 2964, 52, 0x45400bf8, 0xbf8, %i2, 0xbf8, %l6, %l7, %o5, %l3) loop_exit_52_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_69 nop P17614: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_70: membar #StoreLoad P17615: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17616: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_70 nop P17617: !_MEMBAR (FP) (Loop entry) (Branch target of P17556) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_71: membar #StoreLoad ba P17618 nop TARGET17556: ba RET17556 nop P17618: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17619: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_71 nop P17620: !_ST [105] (maybe <- 0x9a000003) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_72: sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3328 ] add %l4, 1, %l4 P17621: !_MEMBAR (FP) membar #StoreLoad P17622: !_BLD [132] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17623: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_72 nop P17624: !_IDC_FLIP [127] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_73: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(17624, 4462, 52, 0x446002fc, 0x2fc, %i3, 0x2fc, %l6, %l7, %o5, %l3) P17625: !_ST [102] (maybe <- 0x9a000004) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3212 ] add %l4, 1, %l4 loop_exit_52_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_73 nop P17626: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_74: membar #StoreLoad P17627: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17628: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_74 nop P17629: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_75: membar #StoreLoad P17630: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17631: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_75 nop P17632: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_76: membar #StoreLoad P17633: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17634: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_76 nop P17635: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_77: membar #StoreLoad P17636: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P17637: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_77 nop P17638: !_MEMBAR (FP) (Loop entry) (Branch target of P17698) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_78: membar #StoreLoad ba P17639 nop TARGET17698: ba RET17698 nop P17639: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17640: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_78 nop P17641: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_79: membar #StoreLoad P17642: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P17643: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_79 nop P17644: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_80: membar #StoreLoad P17645: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17646: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_80 nop P17647: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_81: membar #StoreLoad P17648: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17649: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_81 nop P17650: !_ST [117] (maybe <- 0x9a000005) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_82: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2512 ] add %l4, 1, %l4 P17651: !_MEMBAR (FP) membar #StoreLoad P17652: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17653: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_82 nop P17654: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_83: membar #StoreLoad P17655: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17656: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_83 nop P17657: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_84: membar #StoreLoad P17658: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17659: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_84 nop P17660: !_FLUSHI [161] (Int) (Loop entry) (Loop exit) (Branch target of P17711) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_85: flush %g0 loop_exit_52_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_85 nop ba P17661 nop TARGET17711: ba RET17711 nop P17661: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_86: membar #StoreLoad P17662: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17663: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_86 nop P17664: !_IDC_FLIP [74] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_87: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(17664, 10502, 52, 0x43d00750, 0x750, %i2, 0x750, %l6, %l7, %o5, %l3) loop_exit_52_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_87 nop P17665: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_88: membar #StoreLoad P17666: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17667: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_88 nop P17668: !_PREFETCH [328] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_89: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1356], 3 P17669: !_MEMBAR (FP) membar #StoreLoad P17670: !_BLD [212] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_89 nop P17672: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_90: membar #StoreLoad P17673: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17674: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_90 nop P17675: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_91: membar #StoreLoad P17676: !_BLD [72] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P17677: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_52_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_91 nop P17678: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_92: membar #StoreLoad P17679: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17680: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_92 nop P17681: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_93: membar #StoreLoad P17682: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17683: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_93 nop P17684: !_ST [32] (maybe <- 0x9a000006) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_94: sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2196 ] add %l4, 1, %l4 P17685: !_MEMBAR (FP) membar #StoreLoad P17686: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17687: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17687 nop RET17687: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_94 nop P17688: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_95: membar #StoreLoad P17689: !_BLD [19] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P17690: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_95 nop P17691: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_96: membar #StoreLoad loop_exit_52_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_96 nop P17692: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_97: membar #StoreLoad P17693: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17694: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_97 nop P17695: !_MEMBAR (FP) (Loop entry) (Branch target of P17450) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_98: membar #StoreLoad ba P17696 nop TARGET17450: ba RET17450 nop P17696: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17697: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_98 nop P17698: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_99: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17698 nop RET17698: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17699: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P17700: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_52_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_99 nop P17701: !_LD [229] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_100: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 1832], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P17702: !_IDC_FLIP [75] (Int) sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(17702, 16077, 52, 0x43d00be8, 0xbe8, %i3, 0xbe8, %l6, %l7, %o5, %l3) P17703: !_LD [30] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2092], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_52_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_100 nop P17704: !_ST [355] (maybe <- 0x9a000007) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_101: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 564 ] add %l4, 1, %l4 P17705: !_MEMBAR (FP) membar #StoreLoad P17706: !_BLD [14] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17706 nop RET17706: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P17707: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_101 nop P17708: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_102: membar #StoreLoad P17709: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17710: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_102 nop P17711: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_103: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17711 nop RET17711: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17712: !_BLD [192] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17713: !_MEMBAR (FP) (Loop exit) (Branch target of P17593) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_103 nop ba P17714 nop TARGET17593: ba RET17593 nop P17714: !_FLUSHI [318] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_104: flush %g0 P17715: !_MEMBAR (FP) membar #StoreLoad P17716: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17717: !_MEMBAR (FP) (Loop exit) (Branch target of P17736) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_104 nop ba P17718 nop TARGET17736: ba RET17736 nop P17718: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_105: membar #StoreLoad P17719: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17720: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_105 nop P17721: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_106: membar #StoreLoad P17722: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17723: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_106 nop P17724: !_IDC_FLIP [282] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_107: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17724, 11139, 52, 0x4610016c, 0x16c, %i2, 0x16c, %l6, %l7, %o5, %l3) loop_exit_52_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_107 nop P17725: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_108: membar #StoreLoad P17726: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17727: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_108 nop P17728: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_109: membar #StoreLoad P17729: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17730: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_109 nop P17731: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_110: membar #StoreLoad P17732: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P17733: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_110 nop P17734: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_111: membar #StoreLoad P17735: !_BLD [311] (FP) (Branch target of P17444) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P17736 nop TARGET17444: ba RET17444 nop P17736: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17736 nop RET17736: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_111 nop P17737: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_112: membar #StoreLoad P17738: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17739: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_112 nop P17740: !_IDC_FLIP [94] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_113: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(17740, 19848, 52, 0x44100490, 0x490, %i2, 0x490, %l6, %l7, %o5, %l3) P17741: !_MEMBAR (FP) membar #StoreLoad P17742: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17743: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_113 nop P17744: !_PREFETCH [343] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_114: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1072], 19 loop_exit_52_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_114 nop P17745: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_115: membar #StoreLoad P17746: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P17747: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17747 nop RET17747: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_52_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_115 nop P17748: !_LD [286] (Int) (Loop entry) (Branch target of P17537) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_116: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2140], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 ba P17749 nop TARGET17537: ba RET17537 nop P17749: !_LD [102] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 3212], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_52_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_116 nop P17750: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_117: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17750 nop RET17750: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P17751: !_BLD [310] (FP) (Branch target of P17548) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P17752 nop TARGET17548: ba RET17548 nop P17752: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_117 nop P17753: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_118: membar #StoreLoad P17754: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17755: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_118 nop P17756: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_119: membar #StoreLoad P17757: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17758: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_119 nop P17759: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_120: membar #StoreLoad P17760: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17761: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_120 nop P17762: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_52_121: membar #StoreLoad P17763: !_BLD [316] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17763 nop RET17763: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P17764: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_121: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_121 nop P17765: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_52_122: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17765 nop RET17765: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P17766: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17767: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_52_122: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_52_122 nop P17768: !_MEMBAR (Int) membar #StoreLoad END_NODES52: ! Test instruction sequence for CPU 52 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func53: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x35deade1), %o5 or %o5, %lo(0x35deade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9a800001), %l4 or %l4, %lo(0x9a800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x26800001), %o5 or %o5, %lo(0x26800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1b000000), %o5 or %o5, %lo(0x1b000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x47e5^4 sethi %hi(0x47e5), %l0 or %l0, %lo(0x47e5), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 297 to 301 --- sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+824] stx %g0, [%i2+1752] stx %g0, [%i2+2976] stx %g0, [%i2+3848] sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+112] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES53, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES53: ! Test instruction sequence for ISTREAM 53 begins P17769: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_0: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17769 nop RET17769: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P17770: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17771: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_0 nop P17772: !_PREFETCH [149] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_1: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 152], 22 P17773: !_MEMBAR (FP) membar #StoreLoad P17774: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17775: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_1 nop P17776: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_2: membar #StoreLoad P17777: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P17778: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_2 nop P17779: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_3: membar #StoreLoad loop_exit_53_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_3 nop P17780: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_4: membar #StoreLoad P17781: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P17782: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_4 nop P17783: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_5: membar #StoreLoad P17784: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P17785: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_53_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_5 nop P17786: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_6: membar #StoreLoad P17787: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17788: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_6 nop P17789: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_7: membar #StoreLoad P17790: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17791: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_7 nop P17792: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_8: membar #StoreLoad P17793: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17794: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_8 nop P17795: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_9: membar #StoreLoad P17796: !_BLD [307] (FP) (Branch target of P17769) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P17797 nop TARGET17769: ba RET17769 nop P17797: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_9 nop P17798: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_10: membar #StoreLoad P17799: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17800: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_10 nop P17801: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_11: membar #StoreLoad P17802: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17803: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_11 nop P17804: !_IDC_FLIP [274] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_12: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(17804, 9655, 53, 0x45f009c0, 0x9c0, %i2, 0x9c0, %l6, %l7, %o5, %l3) loop_exit_53_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_12 nop P17805: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_13: membar #StoreLoad P17806: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P17807: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_13 nop P17808: !_IDC_FLIP [337] (Int) (Loop entry) (Loop exit) (Branch target of P18069) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_14: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17808, 10858, 53, 0x46b00848, 0x848, %i2, 0x848, %l6, %l7, %o5, %l3) loop_exit_53_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_14 nop ba P17809 nop TARGET18069: ba RET18069 nop P17809: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_15: membar #StoreLoad P17810: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P17811: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_15 nop P17812: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_16: membar #StoreLoad P17813: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P17814: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_16 nop P17815: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_17: membar #StoreLoad P17816: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17817: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_17 nop P17818: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_18: membar #StoreLoad P17819: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P17820: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_18 nop P17821: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_19: membar #StoreLoad P17822: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17823: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_19 nop P17824: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_20: membar #StoreLoad P17825: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17826: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_20 nop P17827: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_21: membar #StoreLoad P17828: !_BLD [143] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17829: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_21 nop P17830: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_22: membar #StoreLoad P17831: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P17832: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_22 nop P17833: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_23: membar #StoreLoad P17834: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P17835: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_23 nop P17836: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_24: membar #StoreLoad P17837: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17838: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_24 nop P17839: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_25: membar #StoreLoad P17840: !_BLD [127] (FP) (Branch target of P17950) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P17841 nop TARGET17950: ba RET17950 nop P17841: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_25 nop P17842: !_MEMBAR (FP) (Loop entry) (Branch target of P17871) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_26: membar #StoreLoad ba P17843 nop TARGET17871: ba RET17871 nop P17843: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_26 nop P17845: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_27: membar #StoreLoad P17846: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17847: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_27 nop P17848: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_28: membar #StoreLoad P17849: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17850: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_28 nop P17851: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_29: membar #StoreLoad P17852: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P17853: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_29 nop P17854: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_30: membar #StoreLoad P17855: !_BLD [297] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17856: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_30 nop P17857: !_MEMBAR (FP) (Loop entry) (Branch target of P18021) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_31: membar #StoreLoad ba P17858 nop TARGET18021: ba RET18021 nop P17858: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P17859: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_31 nop P17860: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_32: membar #StoreLoad P17861: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17862: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_32 nop P17863: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_33: membar #StoreLoad P17864: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17865: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_33 nop P17866: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_34: membar #StoreLoad P17867: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17868: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17868 nop RET17868: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_34 nop P17869: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_35: membar #StoreLoad P17870: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P17871: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17871 nop RET17871: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_35 nop P17872: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_36: membar #StoreLoad P17873: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17874: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_36 nop P17875: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_37: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET17875 nop RET17875: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P17876: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17877: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_37 nop P17878: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_38: membar #StoreLoad P17879: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17880: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_38 nop P17881: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_39: membar #StoreLoad P17882: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P17883: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_39 nop P17884: !_IDC_FLIP [245] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_40: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(17884, 27969, 53, 0x45a00f84, 0xf84, %i2, 0xf84, %l6, %l7, %o5, %l3) loop_exit_53_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_40 nop P17885: !_PREFETCH [26] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_41: sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2484], 1 loop_exit_53_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_41 nop P17886: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_42: membar #StoreLoad P17887: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17888: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_42 nop P17889: !_IDC_FLIP [323] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_43: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(17889, 30590, 53, 0x469007e4, 0x7e4, %i3, 0x7e4, %l6, %l7, %o5, %l3) P17890: !_MEMBAR (FP) membar #StoreLoad P17891: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17892: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_43 nop P17893: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_44: membar #StoreLoad P17894: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17895: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_44 nop P17896: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_45: membar #StoreLoad P17897: !_BLD [274] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17897 nop RET17897: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P17898: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_45 nop P17899: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_46: membar #StoreLoad P17900: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17901: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_46 nop P17902: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_47: membar #StoreLoad P17903: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P17904: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_53_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_47 nop P17905: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_48: membar #StoreLoad P17906: !_BLD [223] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17907: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_48 nop P17908: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_49: membar #StoreLoad P17909: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P17910: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_49 nop P17911: !_IDC_FLIP [246] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_50: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(17911, 19269, 53, 0x45b00284, 0x284, %i3, 0x284, %l6, %l7, %o5, %l3) loop_exit_53_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_50 nop P17912: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_51: membar #StoreLoad P17913: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P17914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_51 nop P17915: !_ST [32] (maybe <- 0x9a800001) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_52: sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2196 ] add %l4, 1, %l4 P17916: !_MEMBAR (FP) membar #StoreLoad P17917: !_BLD [107] (FP) (Branch target of P17875) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ba P17918 nop TARGET17875: ba RET17875 nop P17918: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_52 nop P17919: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_53: membar #StoreLoad P17920: !_PREFETCH [329] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1428], 23 loop_exit_53_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_53 nop P17921: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_54: membar #StoreLoad P17922: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P17923: !_MEMBAR (FP) (Loop exit) (Branch target of P17897) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_54 nop ba P17924 nop TARGET17897: ba RET17897 nop P17924: !_MEMBAR (FP) (Loop entry) (Branch target of P17929) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_55: membar #StoreLoad ba P17925 nop TARGET17929: ba RET17929 nop P17925: !_BLD [303] (FP) (Branch target of P17988) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered ba P17926 nop TARGET17988: ba RET17988 nop P17926: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_55 nop P17927: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_56: membar #StoreLoad P17928: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P17929: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17929 nop RET17929: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_56 nop P17930: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_57: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17930 nop RET17930: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P17931: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P17932: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_57 nop P17933: !_ST [206] (maybe <- 0x9a800002) (Int) (Loop entry) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_58: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %o5 or %o5, %lo(0xff00ff00), %o5 and %l4, %o5, %l3 srl %l3, 8, %l3 sll %l4, 8, %l7 and %l7, %o5, %l7 or %l7, %l3, %l7 srl %l7, 16, %l3 sll %l7, 16, %l7 srl %l7, 0, %l7 or %l7, %l3, %l7 stwa %l7, [%i2 + 3892] %asi add %l4, 1, %l4 P17934: !_MEMBAR (FP) membar #StoreLoad P17935: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P17936: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_58 nop P17937: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_59: membar #StoreLoad P17938: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P17939: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_59 nop P17940: !_ST [184] (maybe <- 0x9a800003) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_60: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2580 ] add %l4, 1, %l4 P17941: !_MEMBAR (FP) membar #StoreLoad P17942: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17943: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_60 nop P17944: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_61: membar #StoreLoad P17945: !_BLD [45] (FP) (Branch target of P18074) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P17946 nop TARGET18074: ba RET18074 nop P17946: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_61 nop P17947: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_62: membar #StoreLoad P17948: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P17949: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_62 nop P17950: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_63: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17950 nop RET17950: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P17951: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P17952: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_53_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_63 nop P17953: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_64: membar #StoreLoad P17954: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P17955: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_64 nop P17956: !_FLUSHI [346] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_65: flush %g0 loop_exit_53_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_65 nop P17957: !_LD [144] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_66: sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 1980], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P17958: !_PREFETCH [153] (Int) sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3416], 16 P17959: !_LD [186] (Int) (Loop exit) sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 4028], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_53_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_66 nop P17960: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_67: membar #StoreLoad P17961: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P17962: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_67 nop P17963: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_68: membar #StoreLoad P17964: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17965: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_68 nop P17966: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_69: membar #StoreLoad P17967: !_BLD [193] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P17968: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_69 nop P17969: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_70: membar #StoreLoad P17970: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P17971: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_70 nop P17972: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_71: membar #StoreLoad P17973: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P17974: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_71 nop P17975: !_MEMBAR (FP) (Loop entry) (Branch target of P17930) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_72: membar #StoreLoad ba P17976 nop TARGET17930: ba RET17930 nop P17976: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P17977: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_72 nop P17978: !_PREFETCH [297] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_73: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 824] %asi, 1 loop_exit_53_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_73 nop P17979: !_IDC_FLIP [66] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_74: sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(17979, 17162, 53, 0x43c00734, 0x734, %i3, 0x734, %l6, %l7, %o5, %l3) loop_exit_53_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_74 nop P17980: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_75: membar #StoreLoad loop_exit_53_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_75 nop P17981: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_76: membar #StoreLoad P17982: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17983: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_76 nop P17984: !_LD [58] (Int) (NF) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_77: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduwa [%i3 + 572] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P17985: !_MEMBAR (FP) membar #StoreLoad P17986: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P17987: !_MEMBAR (FP) P17988: !_LD [106] (Int) (Loop exit) (CBR) sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 3500], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET17988 nop RET17988: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_77 nop P17989: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_78: membar #StoreLoad P17990: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P17991: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_78 nop P17992: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_79: membar #StoreLoad P17993: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P17994: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_79 nop P17995: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_80: membar #StoreLoad P17996: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P17997: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_80 nop P17998: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_81: membar #StoreLoad P17999: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18000: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_81 nop P18001: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_82: membar #StoreLoad P18002: !_BLD [300] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18003: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_82 nop P18004: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_83: membar #StoreLoad P18005: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P18006: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_83 nop P18007: !_LD [157] (Int) (NF) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_84: wr %g0, 0x82, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduwa [%i2 + 2912] %asi, %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P18008: !_MEMBAR (FP) membar #StoreLoad P18009: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18010: !_MEMBAR (FP) P18011: !_LD [200] (Int) (Loop exit) sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3240], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_84 nop P18012: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_85: membar #StoreLoad P18013: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18014: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_85 nop P18015: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_86: membar #StoreLoad P18016: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18017: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_86 nop P18018: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_87: membar #StoreLoad P18019: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18020: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_87 nop P18021: !_MEMBAR (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_88: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18021 nop RET18021: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 loop_exit_53_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_88 nop P18022: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_89: membar #StoreLoad P18023: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18024: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_89 nop P18025: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_90: membar #StoreLoad P18026: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18027: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_90 nop P18028: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_91: membar #StoreLoad P18029: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18030: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_91 nop P18031: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_92: membar #StoreLoad P18032: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18033: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_92 nop P18034: !_IDC_FLIP [357] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_93: sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(18034, 21841, 53, 0x46f00e28, 0xe28, %i2, 0xe28, %l6, %l7, %o5, %l3) P18035: !_MEMBAR (FP) membar #StoreLoad P18036: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P18037: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_53_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_93 nop P18038: !_FLUSHI [160] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_94: flush %g0 loop_exit_53_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_94 nop P18039: !_ST [284] (maybe <- 0x9a800004) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_95: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1684 ] add %l4, 1, %l4 P18040: !_PREFETCH [67] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2080], 23 loop_exit_53_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_95 nop P18041: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_96: membar #StoreLoad P18042: !_BLD [324] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18043: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_96 nop P18044: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_97: membar #StoreLoad P18045: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18046: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_97 nop P18047: !_IDC_FLIP [134] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_98: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18047, 22679, 53, 0x44700904, 0x904, %i2, 0x904, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18047 nop RET18047: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_53_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_98 nop P18048: !_IDC_FLIP [60] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_99: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(18048, 23153, 53, 0x43b002a0, 0x2a0, %i3, 0x2a0, %l6, %l7, %o5, %l3) loop_exit_53_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_99 nop P18049: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_100: membar #StoreLoad P18050: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P18051: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_100 nop P18052: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_101: membar #StoreLoad P18053: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18054: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_101 nop P18055: !_LD [9] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_102: lduw [%i1 + 2364], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P18056: !_LD [231] (Int) (Loop exit) (LE) wr %g0, 0x88, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduwa [%i2 + 2708] %asi, %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_53_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_102 nop P18057: !_ST [128] (maybe <- 0x9a800005) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_103: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2184 ] add %l4, 1, %l4 P18058: !_MEMBAR (FP) (Branch target of P17868) membar #StoreLoad ba P18059 nop TARGET17868: ba RET17868 nop P18059: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P18060: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_103 nop P18061: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_104: membar #StoreLoad P18062: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P18063: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_104 nop P18064: !_PREFETCH [272] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_105: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 2192], 4 P18065: !_MEMBAR (FP) membar #StoreLoad P18066: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18067: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_105 nop P18068: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_106: membar #StoreLoad loop_exit_53_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_106 nop P18069: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_107: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18069 nop RET18069: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P18070: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18071: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_107 nop P18072: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_108: membar #StoreLoad P18073: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P18074: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18074 nop RET18074: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_108 nop P18075: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_109: membar #StoreLoad P18076: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_109 nop P18078: !_IDC_FLIP [224] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_110: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(18078, 10069, 53, 0x45700938, 0x938, %i3, 0x938, %l6, %l7, %o5, %l3) loop_exit_53_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_110 nop P18079: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_111: membar #StoreLoad P18080: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P18081: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_111 nop P18082: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_112: membar #StoreLoad P18083: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18084: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_112 nop P18085: !_IDC_FLIP [289] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_113: sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18085, 3535, 53, 0x46200868, 0x868, %i2, 0x868, %l6, %l7, %o5, %l3) P18086: !_MEMBAR (FP) membar #StoreLoad P18087: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P18088: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_113 nop P18089: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_114: membar #StoreLoad P18090: !_BLD [26] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18091: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_114 nop P18092: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_115: membar #StoreLoad P18093: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P18094: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_115 nop P18095: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_116: membar #StoreLoad P18096: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18097: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_116 nop P18098: !_MEMBAR (FP) (Loop entry) (Branch target of P18047) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_53_117: membar #StoreLoad ba P18099 nop TARGET18047: ba RET18047 nop P18099: !_BLD [161] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18100: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_53_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_117 nop P18101: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_53_118: membar #StoreLoad P18102: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P18103: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_53_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_53_118 nop P18104: !_MEMBAR (Int) membar #StoreLoad END_NODES53: ! Test instruction sequence for CPU 53 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func54: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x36deade1), %o5 or %o5, %lo(0x36deade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9b000001), %l4 or %l4, %lo(0x9b000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x27000001), %o5 or %o5, %lo(0x27000001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1b800000), %o5 or %o5, %lo(0x1b800000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x7f69^4 sethi %hi(0x7f69), %l0 or %l0, %lo(0x7f69), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 302 to 307 --- sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+384] stx %g0, [%i3+448] stx %g0, [%i3+2288] stx %g0, [%i3+2440] stx %g0, [%i3+2504] sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+120] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES54, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES54: ! Test instruction sequence for ISTREAM 54 begins P18105: !_IDC_FLIP [133] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_0: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(18105, 20603, 54, 0x44700870, 0x870, %i3, 0x870, %l6, %l7, %o5, %l3) loop_exit_54_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_0 nop P18106: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_1: membar #StoreLoad P18107: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18108: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_1 nop P18109: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_2: membar #StoreLoad P18110: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18111: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_2 nop P18112: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_3: membar #StoreLoad P18113: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18114: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_3 nop P18115: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_4: membar #StoreLoad P18116: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P18117: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_54_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_4 nop P18118: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_5: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18118 nop RET18118: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P18119: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_5 nop P18121: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_6: membar #StoreLoad P18122: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18123: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_6 nop P18124: !_ST [209] (maybe <- 0x9b000001) (Int) (Loop entry) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_7: wr %g0, 0x88, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l7 or %l7, %lo(0xff00ff00), %l7 and %l4, %l7, %o5 srl %o5, 8, %o5 sll %l4, 8, %l6 and %l6, %l7, %l6 or %l6, %o5, %l6 srl %l6, 16, %o5 sll %l6, 16, %l6 srl %l6, 0, %l6 or %l6, %o5, %l6 stwa %l6, [%i2 + 1260] %asi add %l4, 1, %l4 P18125: !_MEMBAR (FP) membar #StoreLoad P18126: !_BLD [301] (FP) (Branch target of P18428) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P18127 nop TARGET18428: ba RET18428 nop P18127: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_7 nop P18128: !_MEMBAR (FP) (Loop entry) (Branch target of P18381) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_8: membar #StoreLoad ba P18129 nop TARGET18381: ba RET18381 nop P18129: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18130: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_8 nop P18131: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_9: membar #StoreLoad P18132: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P18133: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18133 nop RET18133: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_54_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_9 nop P18134: !_PREFETCH [132] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_10: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1124], 2 P18135: !_MEMBAR (FP) membar #StoreLoad P18136: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18137: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_10 nop P18138: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_11: membar #StoreLoad P18139: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P18140: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_11 nop P18141: !_MEMBAR (FP) (Loop entry) (Branch target of P18172) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_12: membar #StoreLoad ba P18142 nop TARGET18172: ba RET18172 nop P18142: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18143: !_MEMBAR (FP) (Loop exit) (Branch target of P18438) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_12 nop ba P18144 nop TARGET18438: ba RET18438 nop P18144: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_13: membar #StoreLoad P18145: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P18146: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_13 nop P18147: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_14: membar #StoreLoad P18148: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18149: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_14 nop P18150: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_15: membar #StoreLoad P18151: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18152: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_15 nop P18153: !_ST [343] (maybe <- 0x9b000002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_16: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1072 ] add %l4, 1, %l4 P18154: !_MEMBAR (FP) membar #StoreLoad P18155: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18156: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_16 nop P18157: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_17: membar #StoreLoad P18158: !_BLD [334] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18159: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18159 nop RET18159: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_17 nop P18160: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_18: membar #StoreLoad P18161: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P18162: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_18 nop P18163: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_19: membar #StoreLoad P18164: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18165: !_MEMBAR (FP) (Loop exit) (Branch target of P18226) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_19 nop ba P18166 nop TARGET18226: ba RET18226 nop P18166: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_20: membar #StoreLoad P18167: !_BLD [187] (FP) (Branch target of P18297) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P18168 nop TARGET18297: ba RET18297 nop P18168: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18168 nop RET18168: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_20 nop P18169: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_21: membar #StoreLoad P18170: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18171: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_21 nop P18172: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_22: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18172 nop RET18172: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P18173: !_BLD [301] (FP) (Branch target of P18324) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P18174 nop TARGET18324: ba RET18324 nop P18174: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_22 nop P18175: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_23: membar #StoreLoad P18176: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18177: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_23 nop P18178: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_24: membar #StoreLoad P18179: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18180: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_24 nop P18181: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_25: membar #StoreLoad P18182: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18183: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_25 nop P18184: !_FLUSHI [76] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_26: flush %g0 P18185: !_IDC_FLIP [155] (Int) (Loop exit) sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(18185, 31714, 54, 0x44b00aa4, 0xaa4, %i2, 0xaa4, %l6, %l7, %o5, %l3) loop_exit_54_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_26 nop P18186: !_MEMBAR (FP) (Loop entry) (Branch target of P18168) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_27: membar #StoreLoad ba P18187 nop TARGET18168: ba RET18168 nop P18187: !_BLD [322] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18187 nop RET18187: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P18188: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_27 nop P18189: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_28: membar #StoreLoad P18190: !_BLD [357] (FP) (Branch target of P18159) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P18191 nop TARGET18159: ba RET18159 nop P18191: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_28 nop P18192: !_IDC_FLIP [261] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_29: sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(18192, 6069, 54, 0x45d00650, 0x650, %i3, 0x650, %l6, %l7, %o5, %l3) loop_exit_54_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_29 nop P18193: !_FLUSHI [254] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_30: flush %g0 P18194: !_MEMBAR (FP) membar #StoreLoad P18195: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18196: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_30 nop P18197: !_IDC_FLIP [175] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_31: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(18197, 23725, 54, 0x44e00f60, 0xf60, %i3, 0xf60, %l6, %l7, %o5, %l3) loop_exit_54_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_31 nop P18198: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_32: membar #StoreLoad P18199: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P18200: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_54_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_32 nop P18201: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_33: membar #StoreLoad P18202: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18203: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_33 nop P18204: !_IDC_FLIP [238] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_34: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18204, 2984, 54, 0x45900ffc, 0xffc, %i2, 0xffc, %l6, %l7, %o5, %l3) P18205: !_PREFETCH [13] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1664], 28 loop_exit_54_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_34 nop P18206: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_35: membar #StoreLoad P18207: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18208: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_35 nop P18209: !_MEMBAR (FP) (Loop entry) (Branch target of P18377) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_36: membar #StoreLoad ba P18210 nop TARGET18377: ba RET18377 nop P18210: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18211: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_36 nop P18212: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_37: membar #StoreLoad P18213: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18214: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_37 nop P18215: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_38: membar #StoreLoad P18216: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18217: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_38 nop P18218: !_MEMBAR (FP) (Loop entry) (Branch target of P18328) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_39: membar #StoreLoad ba P18219 nop TARGET18328: ba RET18328 nop P18219: !_BLD [49] (FP) (Branch target of P18284) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ba P18220 nop TARGET18284: ba RET18284 nop P18220: !_MEMBAR (FP) (Loop exit) (Branch target of P18312) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_39 nop ba P18221 nop TARGET18312: ba RET18312 nop P18221: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_40: membar #StoreLoad P18222: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18223: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_40 nop P18224: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_41: membar #StoreLoad P18225: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18226: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18226 nop RET18226: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_41 nop P18227: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_42: membar #StoreLoad P18228: !_BLD [26] (FP) (Branch target of P18118) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ba P18229 nop TARGET18118: ba RET18118 nop P18229: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_42 nop P18230: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_43: membar #StoreLoad P18231: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18232: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_43 nop P18233: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_44: membar #StoreLoad P18234: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P18235: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_44 nop P18236: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_45: membar #StoreLoad P18237: !_BLD [27] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18238: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_45 nop P18239: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_46: membar #StoreLoad P18240: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18241: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_46 nop P18242: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_47: membar #StoreLoad P18243: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18244: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_47 nop P18245: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_48: membar #StoreLoad P18246: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18247: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_48 nop P18248: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_49: membar #StoreLoad P18249: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18250: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_49 nop P18251: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_50: membar #StoreLoad P18252: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18253: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_50 nop P18254: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_51: membar #StoreLoad P18255: !_BLD [47] (FP) (Branch target of P18421) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P18256 nop TARGET18421: ba RET18421 nop P18256: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_51 nop P18257: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_52: membar #StoreLoad P18258: !_BLD [224] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18259: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_52 nop P18260: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_53: membar #StoreLoad P18261: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18262: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_53 nop P18263: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_54: membar #StoreLoad P18264: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18265: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18265 nop RET18265: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_54 nop P18266: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_55: membar #StoreLoad P18267: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18268: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_55 nop P18269: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_56: membar #StoreLoad loop_exit_54_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_56 nop P18270: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_57: membar #StoreLoad P18271: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18272: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_57 nop P18273: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_58: membar #StoreLoad P18274: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18275: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_58 nop P18276: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_59: membar #StoreLoad P18277: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P18278: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_54_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_59 nop P18279: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_60: membar #StoreLoad P18280: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P18281: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_54_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_60 nop P18282: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_61: membar #StoreLoad P18283: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18284: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18284 nop RET18284: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_61 nop P18285: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_62: membar #StoreLoad P18286: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18287: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_62 nop P18288: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_63: membar #StoreLoad P18289: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18290: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_63 nop P18291: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_64: membar #StoreLoad P18292: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18293: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_64 nop P18294: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_65: membar #StoreLoad P18295: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18296: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_65 nop P18297: !_IDC_FLIP [109] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_66: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(18297, 4841, 54, 0x44300934, 0x934, %i3, 0x934, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18297 nop RET18297: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P18298: !_MEMBAR (FP) membar #StoreLoad P18299: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18300: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_66 nop P18301: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_67: membar #StoreLoad P18302: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P18303: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_54_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_67 nop P18304: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_68: membar #StoreLoad P18305: !_BLD [268] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18306: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_68 nop P18307: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_69: membar #StoreLoad P18308: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18309: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_69 nop P18310: !_IDC_FLIP [335] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_70: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18310, 17682, 54, 0x46b007b8, 0x7b8, %i2, 0x7b8, %l6, %l7, %o5, %l3) loop_exit_54_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_70 nop P18311: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_71: membar #StoreLoad P18312: !_BLD [48] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18312 nop RET18312: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P18313: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_71 nop P18314: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_72: membar #StoreLoad P18315: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18316: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_72 nop P18317: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_73: membar #StoreLoad P18318: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18319: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_73 nop P18320: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_74: membar #StoreLoad P18321: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18322: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_74 nop P18323: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_75: membar #StoreLoad P18324: !_BLD [133] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18324 nop RET18324: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P18325: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_75 nop P18326: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_76: membar #StoreLoad P18327: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18328: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18328 nop RET18328: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_76 nop P18329: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_77: membar #StoreLoad P18330: !_BLD [266] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18330 nop RET18330: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P18331: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_77 nop P18332: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_78: membar #StoreLoad P18333: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P18334: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_54_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_78 nop P18335: !_IDC_FLIP [25] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_79: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(18335, 12859, 54, 0x43400f78, 0xf78, %i3, 0xf78, %l6, %l7, %o5, %l3) loop_exit_54_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_79 nop P18336: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_80: membar #StoreLoad P18337: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18338: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_80 nop P18339: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_81: membar #StoreLoad P18340: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18341: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_81 nop P18342: !_MEMBAR (FP) (Loop entry) (Branch target of P18365) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_82: membar #StoreLoad ba P18343 nop TARGET18365: ba RET18365 nop P18343: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_82 nop P18345: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_83: membar #StoreLoad P18346: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18347: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_83 nop P18348: !_IDC_FLIP [48] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_84: sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18348, 9038, 54, 0x43900a40, 0xa40, %i2, 0xa40, %l6, %l7, %o5, %l3) P18349: !_MEMBAR (FP) membar #StoreLoad P18350: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P18351: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_54_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_84 nop P18352: !_MEMBAR (FP) (Loop entry) (Branch target of P18330) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_85: membar #StoreLoad ba P18353 nop TARGET18330: ba RET18330 nop P18353: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18354: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_85 nop P18355: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_86: membar #StoreLoad P18356: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18357: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_86 nop P18358: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_87: membar #StoreLoad P18359: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18360: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_87 nop P18361: !_ST [304] (maybe <- 0x9b000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_88: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2292 ] add %l4, 1, %l4 loop_exit_54_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_88 nop P18362: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_89: membar #StoreLoad P18363: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18364: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_89 nop P18365: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_90: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18365 nop RET18365: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P18366: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18367: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_90 nop P18368: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_91: membar #StoreLoad P18369: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18370: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_91 nop P18371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_92: membar #StoreLoad P18372: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18373: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_92 nop P18374: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_93: membar #StoreLoad P18375: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18376: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_93 nop P18377: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_94: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18377 nop RET18377: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P18378: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18379: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_94 nop P18380: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_95: membar #StoreLoad P18381: !_BLD [165] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18381 nop RET18381: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P18382: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_95 nop P18383: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_96: membar #StoreLoad P18384: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18385: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_96 nop P18386: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_97: membar #StoreLoad P18387: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18388: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_97 nop P18389: !_IDC_FLIP [159] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_98: sethi %hi(REGION0_ALIAS0_O-REGION28_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18389, 20612, 54, 0x44c00054, 0x54, %i2, 0x54, %l6, %l7, %o5, %l3) loop_exit_54_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_98 nop P18390: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_99: membar #StoreLoad P18391: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18392: !_MEMBAR (FP) (Loop exit) (Branch target of P18265) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_99 nop ba P18393 nop TARGET18265: ba RET18265 nop P18393: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_100: membar #StoreLoad P18394: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18395: !_MEMBAR (FP) (Loop exit) (Branch target of P18425) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_100 nop ba P18396 nop TARGET18425: ba RET18425 nop P18396: !_MEMBAR (FP) (Loop entry) (Branch target of P18187) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_101: membar #StoreLoad ba P18397 nop TARGET18187: ba RET18187 nop P18397: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18398: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_101 nop P18399: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_102: membar #StoreLoad P18400: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18401: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_102 nop P18402: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_103: membar #StoreLoad P18403: !_BLD [288] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18404: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_103 nop P18405: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_104: membar #StoreLoad P18406: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18407: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_104 nop P18408: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_105: membar #StoreLoad P18409: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18410: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_105 nop P18411: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_106: membar #StoreLoad P18412: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18413: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_106 nop P18414: !_ST [325] (maybe <- 0x9b000004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_107: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2696 ] add %l4, 1, %l4 loop_exit_54_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_107 nop P18415: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_108: membar #StoreLoad P18416: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P18417: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_54_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_108 nop P18418: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_109: membar #StoreLoad P18419: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18420: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_109 nop P18421: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_110: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18421 nop RET18421: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P18422: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_110 nop P18424: !_PREFETCH [165] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_111: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3652], 3 loop_exit_54_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_111 nop P18425: !_ST [6] (maybe <- 0x9b000005) (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_112: stw %l4, [%i1 + 1376 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18425 nop RET18425: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 loop_exit_54_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_112 nop P18426: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_113: membar #StoreLoad P18427: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18428: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18428 nop RET18428: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_113 nop P18429: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_114: membar #StoreLoad P18430: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18431: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_114 nop P18432: !_MEMBAR (FP) (Loop entry) (Branch target of P18133) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_115: membar #StoreLoad ba P18433 nop TARGET18133: ba RET18133 nop P18433: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18434: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_115 nop P18435: !_IDC_FLIP [83] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_116: sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(18435, 13502, 54, 0x43f00568, 0x568, %i3, 0x568, %l6, %l7, %o5, %l3) P18436: !_MEMBAR (FP) membar #StoreLoad P18437: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18438: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18438 nop RET18438: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_116 nop P18439: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_117: membar #StoreLoad P18440: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P18441: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_117 nop P18442: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_54_118: membar #StoreLoad P18443: !_BLD [310] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18444: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_118 nop P18445: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_119: membar #StoreLoad P18446: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P18447: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_119 nop P18448: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_54_120: membar #StoreLoad P18449: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18450: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_54_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_54_120 nop P18451: !_MEMBAR (Int) membar #StoreLoad END_NODES54: ! Test instruction sequence for CPU 54 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func55: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x37deade1), %l7 or %l7, %lo(0x37deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9b800001), %l4 or %l4, %lo(0x9b800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x27800001), %l7 or %l7, %lo(0x27800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1c000000), %l7 or %l7, %lo(0x1c000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x187f^4 sethi %hi(0x187f), %l0 or %l0, %lo(0x187f), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 308 to 313 --- sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+976] stx %g0, [%i3+1504] stx %g0, [%i3+1560] stx %g0, [%i3+3720] sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+968] stx %g0, [%i2+1776] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES55, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES55: ! Test instruction sequence for ISTREAM 55 begins P18452: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_0: membar #StoreLoad P18453: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P18454: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_55_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_0 nop P18455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_1: membar #StoreLoad P18456: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_1 nop P18458: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_2: membar #StoreLoad P18459: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18460: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_2 nop P18461: !_ST [70] (maybe <- 0x9b800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_3: sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 4064 ] add %l4, 1, %l4 loop_exit_55_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_3 nop P18462: !_PREFETCH [226] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_4: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 348], 2 loop_exit_55_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_4 nop P18463: !_PREFETCH [53] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_5: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1852], 30 loop_exit_55_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_5 nop P18464: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_6: membar #StoreLoad P18465: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18466: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_6 nop P18467: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_7: membar #StoreLoad P18468: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18469: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_7 nop P18470: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_8: membar #StoreLoad P18471: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18472: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_8 nop P18473: !_PREFETCH [160] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_9: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 560], 0 loop_exit_55_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_9 nop P18474: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_10: membar #StoreLoad P18475: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P18476: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_55_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_10 nop P18477: !_IDC_FLIP [330] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_11: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(18477, 21375, 55, 0x46a00ca0, 0xca0, %i3, 0xca0, %l6, %l7, %o5, %l3) P18478: !_MEMBAR (FP) (Branch target of P18739) membar #StoreLoad ba P18479 nop TARGET18739: ba RET18739 nop P18479: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18480: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_11 nop P18481: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_12: membar #StoreLoad P18482: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18483: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_12 nop P18484: !_ST [325] (maybe <- 0x9b800002) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_13: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l3 or %l3, %lo(0xff00ff00), %l3 and %l4, %l3, %l6 srl %l6, 8, %l6 sll %l4, 8, %o5 and %o5, %l3, %o5 or %o5, %l6, %o5 srl %o5, 16, %l6 sll %o5, 16, %o5 srl %o5, 0, %o5 or %o5, %l6, %o5 stwa %o5, [%i2 + 2696] %asi add %l4, 1, %l4 loop_exit_55_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_13 nop P18485: !_ST [57] (maybe <- 0x9b800003) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_14: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3968 ] add %l4, 1, %l4 P18486: !_MEMBAR (FP) membar #StoreLoad P18487: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18488: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18488 nop RET18488: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_14 nop P18489: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_15: membar #StoreLoad P18490: !_BLD [235] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18491: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18491 nop RET18491: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_15 nop P18492: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_16: membar #StoreLoad P18493: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18494: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_16 nop P18495: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_17: membar #StoreLoad P18496: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P18497: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_55_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_17 nop P18498: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_18: membar #StoreLoad P18499: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18500: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_18 nop P18501: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_19: membar #StoreLoad P18502: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18503: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_19 nop P18504: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_20: membar #StoreLoad P18505: !_BLD [109] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18506: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_20 nop P18507: !_ST [245] (maybe <- 0x9b800004) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_21: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3972 ] add %l4, 1, %l4 P18508: !_MEMBAR (FP) membar #StoreLoad P18509: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P18510: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_55_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_21 nop P18511: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_22: membar #StoreLoad P18512: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P18513: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_22 nop P18514: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_23: membar #StoreLoad P18515: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P18516: !_MEMBAR (FP) (Loop exit) (Branch target of P18733) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_55_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_23 nop ba P18517 nop TARGET18733: ba RET18733 nop P18517: !_ST [129] (maybe <- 0x9b800005) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_24: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %o5 or %o5, %lo(0xff00ff00), %o5 and %l4, %o5, %l3 srl %l3, 8, %l3 sll %l4, 8, %l7 and %l7, %o5, %l7 or %l7, %l3, %l7 srl %l7, 16, %l3 sll %l7, 16, %l7 srl %l7, 0, %l7 or %l7, %l3, %l7 stwa %l7, [%i3 + 3396] %asi add %l4, 1, %l4 loop_exit_55_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_24 nop P18518: !_IDC_FLIP [157] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_25: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(18518, 18976, 55, 0x44b00b60, 0xb60, %i2, 0xb60, %l6, %l7, %o5, %l3) P18519: !_MEMBAR (FP) membar #StoreLoad P18520: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18521: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_25 nop P18522: !_IDC_FLIP [158] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_26: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(18522, 24732, 55, 0x44b00b9c, 0xb9c, %i2, 0xb9c, %l6, %l7, %o5, %l3) P18523: !_MEMBAR (FP) membar #StoreLoad P18524: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18525: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_26 nop P18526: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_27: membar #StoreLoad P18527: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18528: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_27 nop P18529: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_28: membar #StoreLoad P18530: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18531: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_28 nop P18532: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_29: membar #StoreLoad P18533: !_BLD [48] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered P18534: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_29 nop P18535: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_30: membar #StoreLoad P18536: !_BLD [173] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18536 nop RET18536: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P18537: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_30 nop P18538: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_31: membar #StoreLoad P18539: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18540: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_31 nop P18541: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_32: membar #StoreLoad P18542: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18543: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_32 nop P18544: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_33: membar #StoreLoad P18545: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18546: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18546 nop RET18546: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_33 nop P18547: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_34: membar #StoreLoad P18548: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18549: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_34 nop P18550: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_35: membar #StoreLoad P18551: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18552: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_35 nop P18553: !_IDC_FLIP [21] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_36: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(18553, 24437, 55, 0x4340035c, 0x35c, %i3, 0x35c, %l6, %l7, %o5, %l3) P18554: !_MEMBAR (FP) membar #StoreLoad P18555: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P18556: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18556 nop RET18556: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_55_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_36 nop P18557: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_37: membar #StoreLoad P18558: !_BLD [39] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P18559: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_37 nop P18560: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_38: membar #StoreLoad P18561: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18562: !_MEMBAR (FP) (Loop exit) (Branch target of P18491) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_38 nop ba P18563 nop TARGET18491: ba RET18491 nop P18563: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_39: membar #StoreLoad P18564: !_BLD [210] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18564 nop RET18564: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P18565: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_39 nop P18566: !_IDC_FLIP [177] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_40: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18566, 3395, 55, 0x44f00740, 0x740, %i2, 0x740, %l6, %l7, %o5, %l3) loop_exit_55_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_40 nop P18567: !_MEMBAR (FP) (Loop entry) (Branch target of P18576) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_41: membar #StoreLoad ba P18568 nop TARGET18576: ba RET18576 nop P18568: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18569: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_41 nop P18570: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_42: membar #StoreLoad P18571: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18572: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_42 nop P18573: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_43: membar #StoreLoad P18574: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18575: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_43 nop P18576: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_44: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18576 nop RET18576: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P18577: !_BLD [68] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18578: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_44 nop P18579: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_45: membar #StoreLoad P18580: !_BLD [211] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18580 nop RET18580: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P18581: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_45 nop P18582: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_46: membar #StoreLoad P18583: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P18584: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_55_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_46 nop P18585: !_IDC_FLIP [150] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_47: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(18585, 30524, 55, 0x44a001e0, 0x1e0, %i3, 0x1e0, %l6, %l7, %o5, %l3) loop_exit_55_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_47 nop P18586: !_LD [222] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_48: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 1452], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P18587: !_MEMBAR (FP) membar #StoreLoad P18588: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18589: !_MEMBAR (FP) P18590: !_LD [124] (Int) (Loop exit) sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3392], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_48 nop P18591: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_49: membar #StoreLoad P18592: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18593: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_49 nop P18594: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_50: membar #StoreLoad loop_exit_55_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_50 nop P18595: !_IDC_FLIP [216] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_51: sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18595, 23354, 55, 0x45600eac, 0xeac, %i2, 0xeac, %l6, %l7, %o5, %l3) P18596: !_MEMBAR (FP) membar #StoreLoad P18597: !_BLD [214] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18597 nop RET18597: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P18598: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_51 nop P18599: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_52: membar #StoreLoad P18600: !_BLD [2] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18601: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_52 nop P18602: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_53: membar #StoreLoad P18603: !_BLD [83] (FP) (Branch target of P18782) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P18604 nop TARGET18782: ba RET18782 nop P18604: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_53 nop P18605: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_54: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18605 nop RET18605: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P18606: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18607: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18607 nop RET18607: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_54 nop P18608: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_55: membar #StoreLoad P18609: !_BLD [324] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18610: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_55 nop P18611: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_56: membar #StoreLoad P18612: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18613: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_56 nop P18614: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_57: membar #StoreLoad P18615: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P18616: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_57 nop P18617: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_58: membar #StoreLoad P18618: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18619: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_58 nop P18620: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_59: membar #StoreLoad P18621: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18622: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_59 nop P18623: !_IDC_FLIP [136] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_60: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18623, 3046, 55, 0x44700e8c, 0xe8c, %i2, 0xe8c, %l6, %l7, %o5, %l3) P18624: !_MEMBAR (FP) membar #StoreLoad P18625: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P18626: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_60 nop P18627: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_61: membar #StoreLoad P18628: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P18629: !_MEMBAR (FP) (Loop exit) (Branch target of P18740) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_55_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_61 nop ba P18630 nop TARGET18740: ba RET18740 nop P18630: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_62: membar #StoreLoad P18631: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18632: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_62 nop P18633: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_63: membar #StoreLoad P18634: !_BLD [213] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18635: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_63 nop P18636: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_64: membar #StoreLoad P18637: !_BLD [0] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18638: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_64 nop P18639: !_PREFETCH [313] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_65: sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1780], 3 P18640: !_MEMBAR (FP) membar #StoreLoad P18641: !_BLD [200] (FP) (Branch target of P18743) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P18642 nop TARGET18743: ba RET18743 nop P18642: !_MEMBAR (FP) (Loop exit) (Branch target of P18669) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_65 nop ba P18643 nop TARGET18669: ba RET18669 nop P18643: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_66: membar #StoreLoad P18644: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P18645: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_66 nop P18646: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_67: membar #StoreLoad P18647: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18648: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_67 nop P18649: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_68: membar #StoreLoad P18650: !_BLD [40] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18650 nop RET18650: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P18651: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_68 nop P18652: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_69: membar #StoreLoad P18653: !_BLD [181] (FP) (Branch target of P18564) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P18654 nop TARGET18564: ba RET18564 nop P18654: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_69 nop P18655: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_70: membar #StoreLoad P18656: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18657: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_70 nop P18658: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_71: membar #StoreLoad P18659: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18660: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_71 nop P18661: !_MEMBAR (FP) (Loop entry) (Branch target of P18650) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_72: membar #StoreLoad ba P18662 nop TARGET18650: ba RET18650 nop P18662: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18663: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_72 nop P18664: !_ST [185] (maybe <- 0x27800001) (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_73: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 2988 ] P18665: !_IDC_FLIP [86] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(18665, 18820, 55, 0x43f00f40, 0xf40, %i3, 0xf40, %l6, %l7, %o5, %l3) loop_exit_55_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_73 nop P18666: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_74: membar #StoreLoad P18667: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18668: !_MEMBAR (FP) (Loop exit) (Branch target of P18803) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_74 nop ba P18669 nop TARGET18803: ba RET18803 nop P18669: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_75: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18669 nop RET18669: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P18670: !_BLD [126] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P18671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_55_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_75 nop P18672: !_IDC_FLIP [237] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_76: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18672, 21384, 55, 0x45900d00, 0xd00, %i2, 0xd00, %l6, %l7, %o5, %l3) P18673: !_MEMBAR (FP) membar #StoreLoad P18674: !_BLD [154] (FP) (Branch target of P18536) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P18675 nop TARGET18536: ba RET18536 nop P18675: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_76 nop P18676: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_77: membar #StoreLoad P18677: !_BLD [5] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 128] %asi, %f0 membar #Sync ! 1 addresses covered P18678: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_77 nop P18679: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_78: membar #StoreLoad P18680: !_BLD [276] (FP) (Branch target of P18607) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P18681 nop TARGET18607: ba RET18607 nop P18681: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_78 nop P18682: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_79: membar #StoreLoad P18683: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18684: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_79 nop P18685: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_80: membar #StoreLoad P18686: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18687: !_MEMBAR (FP) (Loop exit) (Branch target of P18488) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_80 nop ba P18688 nop TARGET18488: ba RET18488 nop P18688: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_81: membar #StoreLoad P18689: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18690: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_81 nop P18691: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_82: membar #StoreLoad P18692: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18693: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_82 nop P18694: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_83: membar #StoreLoad P18695: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18696: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_83 nop P18697: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_84: membar #StoreLoad P18698: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18699: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_84 nop P18700: !_IDC_FLIP [114] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_85: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(18700, 5755, 55, 0x44400184, 0x184, %i3, 0x184, %l6, %l7, %o5, %l3) loop_exit_55_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_85 nop P18701: !_IDC_FLIP [131] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_86: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18701, 30015, 55, 0x447002fc, 0x2fc, %i2, 0x2fc, %l6, %l7, %o5, %l3) loop_exit_55_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_86 nop P18702: !_MEMBAR (FP) (Loop entry) (Branch target of P18580) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_87: membar #StoreLoad ba P18703 nop TARGET18580: ba RET18580 nop P18703: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P18704: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_87 nop P18705: !_PREFETCH [93] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_88: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1400], 30 P18706: !_MEMBAR (FP) membar #StoreLoad P18707: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18708: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_88 nop P18709: !_PREFETCH [40] (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_89: wr %g0, 0x88, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetcha [%i2 + 68] %asi, 20 loop_exit_55_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_89 nop P18710: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_90: membar #StoreLoad P18711: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18712: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_90 nop P18713: !_MEMBAR (FP) (Loop entry) (Branch target of P18546) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_91: membar #StoreLoad ba P18714 nop TARGET18546: ba RET18546 nop P18714: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18715: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_91 nop P18716: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_92: membar #StoreLoad P18717: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P18718: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_55_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_92 nop P18719: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_93: membar #StoreLoad P18720: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18721: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_93 nop P18722: !_MEMBAR (FP) (Loop entry) (Branch target of P18556) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_94: membar #StoreLoad ba P18723 nop TARGET18556: ba RET18556 nop P18723: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P18724: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_94 nop P18725: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_95: membar #StoreLoad P18726: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18727: !_MEMBAR (FP) (Loop exit) (Branch target of P18597) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_95 nop ba P18728 nop TARGET18597: ba RET18597 nop P18728: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_96: membar #StoreLoad P18729: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18730: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_96 nop P18731: !_IDC_FLIP [235] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_97: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18731, 25799, 55, 0x4590082c, 0x82c, %i2, 0x82c, %l6, %l7, %o5, %l3) loop_exit_55_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_97 nop P18732: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_98: membar #StoreLoad P18733: !_BLD [202] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18733 nop RET18733: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P18734: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_98 nop P18735: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_99: membar #StoreLoad P18736: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18737: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_99 nop P18738: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_100: membar #StoreLoad P18739: !_BLD [134] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18739 nop RET18739: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P18740: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18740 nop RET18740: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_100 nop P18741: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_101: membar #StoreLoad P18742: !_BLD [118] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18743: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18743 nop RET18743: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_101 nop P18744: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_102: membar #StoreLoad P18745: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18746: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_102 nop P18747: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_103: membar #StoreLoad P18748: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18749: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_103 nop P18750: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_104: membar #StoreLoad P18751: !_BLD [50] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P18752: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_104 nop P18753: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_105: membar #StoreLoad P18754: !_BLD [299] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18755: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_105 nop P18756: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_106: membar #StoreLoad P18757: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18758: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_106 nop P18759: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_107: membar #StoreLoad P18760: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18761: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_107 nop P18762: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_108: membar #StoreLoad P18763: !_BLD [135] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18764: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_108 nop P18765: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_109: membar #StoreLoad P18766: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18767: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_109 nop P18768: !_PREFETCH [213] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_110: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3816], 3 P18769: !_MEMBAR (FP) membar #StoreLoad P18770: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18771: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_110 nop P18772: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_111: membar #StoreLoad P18773: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P18774: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_111 nop P18775: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_112: membar #StoreLoad P18776: !_BLD [338] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18777: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_112 nop P18778: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_113: membar #StoreLoad P18779: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18780: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_113 nop P18781: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_114: membar #StoreLoad P18782: !_BLD [267] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18782 nop RET18782: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P18783: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_114 nop P18784: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_115: membar #StoreLoad P18785: !_BLD [83] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18786: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_115 nop P18787: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_116: membar #StoreLoad P18788: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18789: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_116 nop P18790: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_117: membar #StoreLoad P18791: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P18792: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_55_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_117 nop P18793: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_118: membar #StoreLoad P18794: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18795: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_118 nop P18796: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_119: membar #StoreLoad P18797: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18798: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_119 nop P18799: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_120: membar #StoreLoad loop_exit_55_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_120 nop P18800: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_55_121: membar #StoreLoad P18801: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18802: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_121: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_121 nop P18803: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_122: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18803 nop RET18803: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P18804: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18805: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_122: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_122 nop P18806: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_55_123: membar #StoreLoad P18807: !_BLD [350] (FP) (Branch target of P18605) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P18808 nop TARGET18605: ba RET18605 nop P18808: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_55_123: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_55_123 nop P18809: !_MEMBAR (Int) membar #StoreLoad END_NODES55: ! Test instruction sequence for CPU 55 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func56: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x38deade1), %l7 or %l7, %lo(0x38deade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9c000001), %l4 or %l4, %lo(0x9c000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x28000001), %l7 or %l7, %lo(0x28000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1c800000), %l7 or %l7, %lo(0x1c800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x6176^4 sethi %hi(0x6176), %l0 or %l0, %lo(0x6176), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 314 to 318 --- sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1864] stx %g0, [%i2+2952] stx %g0, [%i2+4008] sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+1312] stx %g0, [%i3+2240] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES56, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES56: ! Test instruction sequence for ISTREAM 56 begins P18810: !_PREFETCH [266] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_0: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3648], 17 P18811: !_MEMBAR (FP) membar #StoreLoad P18812: !_BLD [46] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18813: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_0 nop P18814: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_1: membar #StoreLoad P18815: !_BLD [342] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered P18816: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_1 nop P18817: !_ST [333] (maybe <- 0x9c000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_2: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 332 ] add %l4, 1, %l4 loop_exit_56_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_2 nop P18818: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_3: membar #StoreLoad P18819: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18820: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_3 nop P18821: !_IDC_FLIP [8] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_4: IDC_FLIP(18821, 11744, 56, 0x43100898, 0x898, %i1, 0x898, %l6, %l7, %o5, %l3) loop_exit_56_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_4 nop P18822: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_5: membar #StoreLoad P18823: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18824: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_5 nop P18825: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_6: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18825 nop RET18825: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P18826: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18827: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18827 nop RET18827: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_6 nop P18828: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_7: membar #StoreLoad P18829: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18830: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_7 nop P18831: !_IDC_FLIP [72] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_8: sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(18831, 18247, 56, 0x43d0001c, 0x1c, %i2, 0x1c, %l6, %l7, %o5, %l3) loop_exit_56_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_8 nop P18832: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_9: membar #StoreLoad P18833: !_BLD [329] (FP) (Branch target of P19045) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ba P18834 nop TARGET19045: ba RET19045 nop P18834: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_9 nop P18835: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_10: membar #StoreLoad P18836: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18837: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_10 nop P18838: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_11: membar #StoreLoad P18839: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18840: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_11 nop P18841: !_FLUSHI [157] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_12: flush %g0 loop_exit_56_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_12 nop P18842: !_MEMBAR (FP) (Loop entry) (Branch target of P18894) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_13: membar #StoreLoad ba P18843 nop TARGET18894: ba RET18894 nop P18843: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18844: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_13 nop P18845: !_PREFETCH [99] (Int) (Loop entry) (Loop exit) (Branch target of P19007) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_14: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 1488], 20 loop_exit_56_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_14 nop ba P18846 nop TARGET19007: ba RET19007 nop P18846: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_15: membar #StoreLoad P18847: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18848: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_15 nop P18849: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_16: membar #StoreLoad P18850: !_BLD [186] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P18851: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_16 nop P18852: !_PREFETCH [50] (Int) (Loop entry) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_17: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 3904] %asi, 1 P18853: !_MEMBAR (FP) membar #StoreLoad P18854: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P18855: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_17 nop P18856: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_18: membar #StoreLoad P18857: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P18858: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_18 nop P18859: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_19: membar #StoreLoad P18860: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18861: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_19 nop P18862: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_20: membar #StoreLoad P18863: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P18864: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_20 nop P18865: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_21: membar #StoreLoad P18866: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18867: !_MEMBAR (FP) (Loop exit) (Branch target of P19140) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_21 nop ba P18868 nop TARGET19140: ba RET19140 nop P18868: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_22: membar #StoreLoad P18869: !_BLD [195] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18870: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_22 nop P18871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_23: membar #StoreLoad P18872: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P18873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_23 nop P18874: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_24: membar #StoreLoad P18875: !_BLD [191] (FP) (Branch target of P18962) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered ba P18876 nop TARGET18962: ba RET18962 nop P18876: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_24 nop P18877: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_25: membar #StoreLoad P18878: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18879: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_25 nop P18880: !_IDC_FLIP [87] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_26: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18880, 874, 56, 0x44000404, 0x404, %i2, 0x404, %l6, %l7, %o5, %l3) loop_exit_56_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_26 nop P18881: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_27: membar #StoreLoad P18882: !_BLD [353] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P18883: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_27 nop P18884: !_ST [308] (maybe <- 0x9c000002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_28: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 976 ] add %l4, 1, %l4 loop_exit_56_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_28 nop P18885: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_29: membar #StoreLoad P18886: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18887: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_29 nop P18888: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_30: membar #StoreLoad P18889: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18890: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_30 nop P18891: !_IDC_FLIP [211] (Int) (Loop entry) (Branch target of P18898) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_31: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(18891, 16689, 56, 0x45500b00, 0xb00, %i3, 0xb00, %l6, %l7, %o5, %l3) ba P18892 nop TARGET18898: ba RET18898 nop P18892: !_MEMBAR (FP) membar #StoreLoad P18893: !_BLD [104] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P18894: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18894 nop RET18894: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_56_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_31 nop P18895: !_MEMBAR (FP) (Loop entry) (Branch target of P19100) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_32: membar #StoreLoad ba P18896 nop TARGET19100: ba RET19100 nop P18896: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P18897: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_32 nop P18898: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_33: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18898 nop RET18898: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P18899: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P18900: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_33 nop P18901: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_34: membar #StoreLoad P18902: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18903: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_34 nop P18904: !_PREFETCH [89] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_35: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1296], 0 P18905: !_MEMBAR (FP) membar #StoreLoad P18906: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18907: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_35 nop P18908: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_36: membar #StoreLoad P18909: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P18910: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_36 nop P18911: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_37: membar #StoreLoad P18912: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18913: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_37 nop P18914: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_38: membar #StoreLoad P18915: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18916: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_38 nop P18917: !_ST [95] (maybe <- 0x9c000003) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_39: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1196 ] add %l4, 1, %l4 P18918: !_MEMBAR (FP) membar #StoreLoad P18919: !_BLD [61] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 768] %asi, %f0 membar #Sync ! 1 addresses covered P18920: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_39 nop P18921: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_40: membar #StoreLoad P18922: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18923: !_MEMBAR (FP) (Loop exit) (Branch target of P18996) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_40 nop ba P18924 nop TARGET18996: ba RET18996 nop P18924: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_41: membar #StoreLoad P18925: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18926: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_41 nop P18927: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_42: membar #StoreLoad P18928: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P18929: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_42 nop P18930: !_PREFETCH [33] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_43: sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2200], 1 P18931: !_MEMBAR (FP) membar #StoreLoad P18932: !_BLD [242] (FP) (Branch target of P18827) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 ba P18933 nop TARGET18827: ba RET18827 nop P18933: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_43 nop P18934: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_44: membar #StoreLoad P18935: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18936: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_44 nop P18937: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_45: membar #StoreLoad P18938: !_BLD [329] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P18939: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_45 nop P18940: !_IDC_FLIP [214] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_46: sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(18940, 13217, 56, 0x45600e2c, 0xe2c, %i2, 0xe2c, %l6, %l7, %o5, %l3) loop_exit_56_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_46 nop P18941: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_47: membar #StoreLoad P18942: !_BLD [302] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18942 nop RET18942: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P18943: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_47 nop P18944: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_48: membar #StoreLoad P18945: !_BLD [339] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18945 nop RET18945: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P18946: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_48 nop P18947: !_MEMBAR (Int) (Loop entry) (Loop exit) (CBR) (Branch target of P18959) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_49: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18947 nop RET18947: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 loop_exit_56_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_49 nop ba P18948 nop TARGET18959: ba RET18959 nop P18948: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_50: membar #StoreLoad P18949: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18950: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_50 nop P18951: !_MEMBAR (FP) (Loop entry) (Branch target of P19128) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_51: membar #StoreLoad ba P18952 nop TARGET19128: ba RET19128 nop P18952: !_BLD [343] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P18953: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_51 nop P18954: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_52: membar #StoreLoad P18955: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18956: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18956 nop RET18956: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_52 nop P18957: !_PREFETCH [135] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_53: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2924], 0 P18958: !_MEMBAR (Int) (Loop exit) membar #StoreLoad loop_exit_56_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_53 nop P18959: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_54: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18959 nop RET18959: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P18960: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18961: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_54 nop P18962: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_55: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET18962 nop RET18962: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P18963: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18964: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_55 nop P18965: !_IDC_FLIP [43] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_56: sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(18965, 3077, 56, 0x43800e6c, 0xe6c, %i3, 0xe6c, %l6, %l7, %o5, %l3) loop_exit_56_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_56 nop P18966: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_57: membar #StoreLoad P18967: !_BLD [140] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P18968: !_MEMBAR (FP) (Loop exit) (Branch target of P18825) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_57 nop ba P18969 nop TARGET18825: ba RET18825 nop P18969: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_58: membar #StoreLoad P18970: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P18971: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_58 nop P18972: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_59: membar #StoreLoad P18973: !_BLD [89] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P18974: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_59 nop P18975: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_60: membar #StoreLoad P18976: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P18977: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_60 nop P18978: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_61: membar #StoreLoad P18979: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P18980: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_61 nop P18981: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_62: membar #StoreLoad P18982: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P18983: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_62 nop P18984: !_MEMBAR (FP) (Loop entry) (Branch target of P18947) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_63: membar #StoreLoad ba P18985 nop TARGET18947: ba RET18947 nop P18985: !_BLD [245] (FP) (Branch target of P19103) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P18986 nop TARGET19103: ba RET19103 nop P18986: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_63 nop P18987: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_64: membar #StoreLoad P18988: !_BLD [165] (FP) (Branch target of P19117) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P18989 nop TARGET19117: ba RET19117 nop P18989: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_64 nop P18990: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_65: membar #StoreLoad P18991: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P18992: !_MEMBAR (FP) (Loop exit) (Branch target of P19006) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_65 nop ba P18993 nop TARGET19006: ba RET19006 nop P18993: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_66: membar #StoreLoad P18994: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P18995: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_56_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_66 nop P18996: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_67: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET18996 nop RET18996: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P18997: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P18998: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_67 nop P18999: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_68: membar #StoreLoad P19000: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19001: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_68 nop P19002: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_69: membar #StoreLoad P19003: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P19004: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_69 nop P19005: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_70: membar #StoreLoad P19006: !_BLD [115] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19006 nop RET19006: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19007: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19007 nop RET19007: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_70 nop P19008: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_71: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19008 nop RET19008: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P19009: !_BLD [20] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19010: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_71 nop P19011: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_72: membar #StoreLoad P19012: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19013: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_72 nop P19014: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_73: membar #StoreLoad P19015: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P19016: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_73 nop P19017: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_74: membar #StoreLoad P19018: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P19019: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_74 nop P19020: !_IDC_FLIP [334] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_75: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19020, 7256, 56, 0x46b00250, 0x250, %i2, 0x250, %l6, %l7, %o5, %l3) loop_exit_56_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_75 nop P19021: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_76: membar #StoreLoad P19022: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19023: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_76 nop P19024: !_ST [23] (maybe <- 0x9c000004) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_77: sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 2128 ] add %l4, 1, %l4 loop_exit_56_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_77 nop P19025: !_PREFETCH [234] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_78: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1712], 21 P19026: !_MEMBAR (FP) membar #StoreLoad P19027: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19028: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_78 nop P19029: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_79: membar #StoreLoad P19030: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19031: !_MEMBAR (FP) (Loop exit) (Branch target of P18956) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_79 nop ba P19032 nop TARGET18956: ba RET18956 nop P19032: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_80: membar #StoreLoad P19033: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19034: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_80 nop P19035: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_81: membar #StoreLoad P19036: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P19037: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_81 nop P19038: !_PREFETCH [207] (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_82: wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 4008] %asi, 1 loop_exit_56_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_82 nop P19039: !_PREFETCH [167] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_83: sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1056], 22 P19040: !_MEMBAR (FP) membar #StoreLoad P19041: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P19042: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_83 nop P19043: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_84: membar #StoreLoad P19044: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19045: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19045 nop RET19045: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_84 nop P19046: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_85: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19046 nop RET19046: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19047: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19048: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_85 nop P19049: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_86: membar #StoreLoad P19050: !_BLD [202] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P19051: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_86 nop P19052: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_87: membar #StoreLoad P19053: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19054: !_MEMBAR (FP) (Loop exit) (Branch target of P18942) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_87 nop ba P19055 nop TARGET18942: ba RET18942 nop P19055: !_IDC_FLIP [239] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_88: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19055, 5678, 56, 0x45a00200, 0x200, %i3, 0x200, %l6, %l7, %o5, %l3) P19056: !_MEMBAR (FP) membar #StoreLoad P19057: !_BLD [11] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P19058: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_88 nop P19059: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_89: membar #StoreLoad P19060: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P19061: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_89 nop P19062: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_90: membar #StoreLoad P19063: !_BLD [296] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P19064: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_90 nop P19065: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_91: membar #StoreLoad P19066: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19067: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_91 nop P19068: !_IDC_FLIP [155] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_92: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(19068, 20104, 56, 0x44b00aa4, 0xaa4, %i2, 0xaa4, %l6, %l7, %o5, %l3) loop_exit_56_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_92 nop P19069: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_93: membar #StoreLoad P19070: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P19071: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_56_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_93 nop P19072: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_94: membar #StoreLoad P19073: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P19074: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_94 nop P19075: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_95: membar #StoreLoad P19076: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19077: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_95 nop P19078: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_96: membar #StoreLoad P19079: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19080: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_96 nop P19081: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_97: membar #StoreLoad P19082: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19083: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_97 nop P19084: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_98: membar #StoreLoad P19085: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19086: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_98 nop P19087: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_99: membar #StoreLoad P19088: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19089: !_MEMBAR (FP) (Loop exit) (Branch target of P19116) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_99 nop ba P19090 nop TARGET19116: ba RET19116 nop P19090: !_ST [352] (maybe <- 0x9c000005) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_100: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2840 ] add %l4, 1, %l4 loop_exit_56_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_100 nop P19091: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_101: membar #StoreLoad P19092: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19093: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_101 nop P19094: !_IDC_FLIP [283] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_102: sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19094, 30518, 56, 0x4610046c, 0x46c, %i2, 0x46c, %l6, %l7, %o5, %l3) loop_exit_56_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_102 nop P19095: !_MEMBAR (FP) (Loop entry) (Branch target of P19046) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_103: membar #StoreLoad ba P19096 nop TARGET19046: ba RET19046 nop P19096: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19097: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_103 nop P19098: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_104: membar #StoreLoad P19099: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P19100: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19100 nop RET19100: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_104 nop P19101: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_105: membar #StoreLoad P19102: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19103: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19103 nop RET19103: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_105 nop P19104: !_MEMBAR (FP) (Loop entry) (Branch target of P18945) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_106: membar #StoreLoad ba P19105 nop TARGET18945: ba RET18945 nop P19105: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19106: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_106 nop P19107: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_107: membar #StoreLoad P19108: !_BLD [216] (FP) (Branch target of P19008) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 ba P19109 nop TARGET19008: ba RET19008 nop P19109: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_56_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_107 nop P19110: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_108: membar #StoreLoad P19111: !_BLD [300] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19112: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_108 nop P19113: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_109: membar #StoreLoad P19114: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19115: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_109 nop P19116: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_110: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19116 nop RET19116: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19117: !_BLD [42] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19117 nop RET19117: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P19118: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_110 nop P19119: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_111: membar #StoreLoad P19120: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19121: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_111 nop P19122: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_112: membar #StoreLoad P19123: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19124: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_112 nop P19125: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_113: membar #StoreLoad P19126: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19127: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_113 nop P19128: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_114: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19128 nop RET19128: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19129: !_BLD [86] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered P19130: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_114 nop P19131: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_56_115: membar #StoreLoad P19132: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19133: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_115 nop P19134: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_116: membar #StoreLoad P19135: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P19136: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_116 nop P19137: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_117: membar #StoreLoad P19138: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19139: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_117 nop P19140: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_56_118: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19140 nop RET19140: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19141: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19142: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_56_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_56_118 nop P19143: !_MEMBAR (Int) membar #StoreLoad END_NODES56: ! Test instruction sequence for CPU 56 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func57: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x39deade1), %l3 or %l3, %lo(0x39deade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9c800001), %l4 or %l4, %lo(0x9c800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x28800001), %l3 or %l3, %lo(0x28800001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1d000000), %l3 or %l3, %lo(0x1d000000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x5687^4 sethi %hi(0x5687), %l0 or %l0, %lo(0x5687), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 319 to 324 --- sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+2944] stx %g0, [%i3+3168] sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+424] stx %g0, [%i2+536] stx %g0, [%i2+2016] stx %g0, [%i2+2320] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES57, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES57: ! Test instruction sequence for ISTREAM 57 begins P19144: !_IDC_FLIP [125] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_0: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(19144, 19804, 57, 0x44500d5c, 0xd5c, %i3, 0xd5c, %l6, %l7, %o5, %l3) P19145: !_MEMBAR (FP) membar #StoreLoad P19146: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P19147: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_0 nop P19148: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_1: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19148 nop RET19148: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P19149: !_BLD [64] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P19150: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_1 nop P19151: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_2: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19151 nop RET19151: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P19152: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19153: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_2 nop P19154: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_3: membar #StoreLoad P19155: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19156: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_3 nop P19157: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_4: membar #StoreLoad P19158: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19159: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_4 nop P19160: !_ST [312] (maybe <- 0x9c800001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_5: sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 972 ] add %l4, 1, %l4 P19161: !_MEMBAR (FP) membar #StoreLoad P19162: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P19163: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_5 nop P19164: !_MEMBAR (FP) (Loop entry) (Branch target of P19233) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_6: membar #StoreLoad ba P19165 nop TARGET19233: ba RET19233 nop P19165: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19166: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_6 nop P19167: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_7: membar #StoreLoad P19168: !_BLD [103] (FP) (Branch target of P19311) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION18_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 ba P19169 nop TARGET19311: ba RET19311 nop P19169: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_57_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_7 nop P19170: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_8: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19170 nop RET19170: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P19171: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P19172: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_8 nop P19173: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_9: membar #StoreLoad P19174: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19175: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_9 nop P19176: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_10: membar #StoreLoad P19177: !_BLD [267] (FP) (Branch target of P19322) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ba P19178 nop TARGET19322: ba RET19322 nop P19178: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_10 nop P19179: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_11: membar #StoreLoad P19180: !_BLD [28] (FP) (Branch target of P19151) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P19181 nop TARGET19151: ba RET19151 nop P19181: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_11 nop P19182: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_12: membar #StoreLoad P19183: !_BLD [203] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19184: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_12 nop P19185: !_IDC_FLIP [339] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_13: sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19185, 30142, 57, 0x46c00014, 0x14, %i2, 0x14, %l6, %l7, %o5, %l3) loop_exit_57_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_13 nop P19186: !_PREFETCH [225] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_14: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2744], 1 loop_exit_57_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_14 nop P19187: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_15: membar #StoreLoad P19188: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19189: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_15 nop P19190: !_MEMBAR (FP) (Loop entry) (CBR) (Branch target of P19207) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_16: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19190 nop RET19190: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 ba P19191 nop TARGET19207: ba RET19207 nop P19191: !_BLD [111] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P19192: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_57_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_16 nop P19193: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_17: membar #StoreLoad P19194: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19195: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_17 nop P19196: !_IDC_FLIP [50] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_18: sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19196, 16520, 57, 0x43900f40, 0xf40, %i3, 0xf40, %l6, %l7, %o5, %l3) loop_exit_57_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_18 nop P19197: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_19: membar #StoreLoad P19198: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19199: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_19 nop P19200: !_MEMBAR (FP) (Loop entry) (Branch target of P19148) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_20: membar #StoreLoad ba P19201 nop TARGET19148: ba RET19148 nop P19201: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19202: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_20 nop P19203: !_PREFETCH [337] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_21: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 2120], 1 loop_exit_57_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_21 nop P19204: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_22: membar #StoreLoad P19205: !_BLD [108] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P19206: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_22 nop P19207: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_23: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19207 nop RET19207: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19208: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19209: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_23 nop P19210: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_24: membar #StoreLoad P19211: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19212: !_MEMBAR (FP) (Loop exit) (Branch target of P19410) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_24 nop ba P19213 nop TARGET19410: ba RET19410 nop P19213: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_25: membar #StoreLoad P19214: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19215: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_25 nop P19216: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_26: membar #StoreLoad P19217: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19218: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_26 nop P19219: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_27: membar #StoreLoad P19220: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19221: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_27 nop P19222: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_28: membar #StoreLoad P19223: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19224: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_28 nop P19225: !_IDC_FLIP [183] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_29: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(19225, 20046, 57, 0x450006d0, 0x6d0, %i2, 0x6d0, %l6, %l7, %o5, %l3) P19226: !_MEMBAR (FP) membar #StoreLoad P19227: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P19228: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_29 nop P19229: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_30: membar #StoreLoad P19230: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19231: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_30 nop P19232: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_31: membar #StoreLoad P19233: !_BLD [243] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19233 nop RET19233: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19234: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_31 nop P19235: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_32: membar #StoreLoad P19236: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19237: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_32 nop P19238: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_33: membar #StoreLoad P19239: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P19240: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_33 nop P19241: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_34: membar #StoreLoad P19242: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P19243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_57_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_34 nop P19244: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_35: membar #StoreLoad P19245: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P19246: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_35 nop P19247: !_ST [189] (maybe <- 0x9c800002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_36: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1976 ] add %l4, 1, %l4 loop_exit_57_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_36 nop P19248: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_37: membar #StoreLoad P19249: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P19250: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_57_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_37 nop P19251: !_IDC_FLIP [246] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_38: sethi %hi(REGION43_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(19251, 4545, 57, 0x45b00284, 0x284, %i2, 0x284, %l6, %l7, %o5, %l3) P19252: !_MEMBAR (FP) membar #StoreLoad P19253: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19254: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_38 nop P19255: !_IDC_FLIP [200] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_39: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(19255, 22924, 57, 0x45300ca8, 0xca8, %i2, 0xca8, %l6, %l7, %o5, %l3) P19256: !_MEMBAR (FP) (Branch target of P19442) membar #StoreLoad ba P19257 nop TARGET19442: ba RET19442 nop P19257: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19258: !_MEMBAR (FP) (Loop exit) (Branch target of P19365) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_39 nop ba P19259 nop TARGET19365: ba RET19365 nop P19259: !_MEMBAR (FP) (Loop entry) (Branch target of P19272) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_40: membar #StoreLoad ba P19260 nop TARGET19272: ba RET19272 nop P19260: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P19261: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_57_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_40 nop P19262: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_41: membar #StoreLoad P19263: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_41 nop P19265: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_42: membar #StoreLoad P19266: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P19267: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_57_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_42 nop P19268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_43: membar #StoreLoad P19269: !_BLD [55] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19270: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_43 nop P19271: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_44: membar #StoreLoad P19272: !_BLD [155] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19272 nop RET19272: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19273: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_44 nop P19274: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_45: membar #StoreLoad P19275: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19276: !_MEMBAR (FP) (Loop exit) (Branch target of P19292) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_45 nop ba P19277 nop TARGET19292: ba RET19292 nop P19277: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_46: membar #StoreLoad P19278: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P19279: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_46 nop P19280: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_47: membar #StoreLoad P19281: !_BLD [304] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P19282: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_47 nop P19283: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_48: membar #StoreLoad P19284: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19285: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_48 nop P19286: !_ST [108] (maybe <- 0x9c800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_49: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 2240 ] add %l4, 1, %l4 loop_exit_57_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_49 nop P19287: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_50: membar #StoreLoad P19288: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19289: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_50 nop P19290: !_IDC_FLIP [177] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_51: sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19290, 9168, 57, 0x44f00740, 0x740, %i3, 0x740, %l6, %l7, %o5, %l3) P19291: !_MEMBAR (FP) membar #StoreLoad P19292: !_BLD [352] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19292 nop RET19292: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19293: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_51 nop P19294: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_52: membar #StoreLoad P19295: !_BLD [348] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19296: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_52 nop P19297: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_53: membar #StoreLoad P19298: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19299: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_53 nop P19300: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_54: membar #StoreLoad P19301: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19302: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_54 nop P19303: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_55: membar #StoreLoad P19304: !_BLD [93] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P19305: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_57_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_55 nop P19306: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_56: membar #StoreLoad P19307: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P19308: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_57_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_56 nop P19309: !_PREFETCH [35] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_57: wr %g0, 0x82, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetcha [%i2 + 324] %asi, 1 loop_exit_57_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_57 nop P19310: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_58: membar #StoreLoad P19311: !_BLD [13] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19311 nop RET19311: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19312: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_58 nop P19313: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_59: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19313 nop RET19313: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19314: !_BLD [43] (FP) (Branch target of P19401) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P19315 nop TARGET19401: ba RET19401 nop P19315: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_59 nop P19316: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_60: membar #StoreLoad P19317: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19318: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_60 nop P19319: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_61: membar #StoreLoad P19320: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19321: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_61 nop P19322: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_62: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19322 nop RET19322: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19323: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19324: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_62 nop P19325: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_63: membar #StoreLoad P19326: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19327: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_63 nop P19328: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_64: membar #StoreLoad P19329: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19330: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_64 nop P19331: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_65: membar #StoreLoad P19332: !_BLD [22] (FP) (Branch target of P19460) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ba P19333 nop TARGET19460: ba RET19460 nop P19333: !_MEMBAR (FP) (Loop exit) (Branch target of P19416) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_65 nop ba P19334 nop TARGET19416: ba RET19416 nop P19334: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_66: membar #StoreLoad P19335: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P19336: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_57_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_66 nop P19337: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_67: membar #StoreLoad P19338: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19339: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_67 nop P19340: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_68: membar #StoreLoad P19341: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19342: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_68 nop P19343: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_69: membar #StoreLoad P19344: !_BLD [226] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19345: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_69 nop P19346: !_IDC_FLIP [200] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_70: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(19346, 64, 57, 0x45300ca8, 0xca8, %i3, 0xca8, %l6, %l7, %o5, %l3) loop_exit_57_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_70 nop P19347: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_71: membar #StoreLoad P19348: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19349: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_71 nop P19350: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_72: membar #StoreLoad P19351: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19352: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_72 nop P19353: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_73: membar #StoreLoad P19354: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P19355: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_73 nop P19356: !_MEMBAR (FP) (Loop entry) (Branch target of P19313) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_74: membar #StoreLoad ba P19357 nop TARGET19313: ba RET19313 nop P19357: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19358: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_74 nop P19359: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_75: membar #StoreLoad P19360: !_BLD [90] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f14, %f1 P19361: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_57_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_75 nop P19362: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_76: membar #StoreLoad P19363: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19364: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_76 nop P19365: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_77: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19365 nop RET19365: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P19366: !_BLD [204] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P19367: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_77 nop P19368: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_78: membar #StoreLoad P19369: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19370: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_78 nop P19371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_79: membar #StoreLoad P19372: !_BLD [165] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19373: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_79 nop P19374: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_80: membar #StoreLoad loop_exit_57_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_80 nop P19375: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_81: membar #StoreLoad loop_exit_57_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_81 nop P19376: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_82: membar #StoreLoad P19377: !_BLD [354] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19378: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_82 nop P19379: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_83: membar #StoreLoad P19380: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19381: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_83 nop P19382: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_84: membar #StoreLoad P19383: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19384: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_84 nop P19385: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_85: membar #StoreLoad P19386: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19387: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_85 nop P19388: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_86: membar #StoreLoad P19389: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19390: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_86 nop P19391: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_87: membar #StoreLoad P19392: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19393: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_87 nop P19394: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_88: membar #StoreLoad P19395: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19396: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_88 nop P19397: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_89: membar #StoreLoad P19398: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19399: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19399 nop RET19399: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_89 nop P19400: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_90: membar #StoreLoad P19401: !_BLD [231] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19401 nop RET19401: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P19402: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_90 nop P19403: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_91: membar #StoreLoad P19404: !_BLD [261] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19405: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_91 nop P19406: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_92: membar #StoreLoad P19407: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19408: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_92 nop P19409: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_93: membar #StoreLoad P19410: !_BLD [97] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19410 nop RET19410: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P19411: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_93 nop P19412: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_94: membar #StoreLoad P19413: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19414: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_94 nop P19415: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_95: membar #StoreLoad P19416: !_BLD [7] (FP) (CBR) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19416 nop RET19416: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19417: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_57_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_95 nop P19418: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_96: membar #StoreLoad P19419: !_BLD [285] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19420: !_MEMBAR (FP) (Loop exit) (Branch target of P19170) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_96 nop ba P19421 nop TARGET19170: ba RET19170 nop P19421: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_97: membar #StoreLoad P19422: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19423: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_97 nop P19424: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_98: membar #StoreLoad P19425: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19426: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_98 nop P19427: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_99: membar #StoreLoad P19428: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19429: !_MEMBAR (FP) (Loop exit) (Branch target of P19190) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_99 nop ba P19430 nop TARGET19190: ba RET19190 nop P19430: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_100: membar #StoreLoad P19431: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19432: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_100 nop P19433: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_101: membar #StoreLoad P19434: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19435: !_MEMBAR (FP) (Loop exit) (Branch target of P19399) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_101 nop ba P19436 nop TARGET19399: ba RET19399 nop P19436: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_102: membar #StoreLoad P19437: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19438: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_102 nop P19439: !_ST [208] (maybe <- 0x9c800004) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_103: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 712 ] add %l4, 1, %l4 P19440: !_MEMBAR (FP) membar #StoreLoad P19441: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P19442: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19442 nop RET19442: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_103 nop P19443: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_104: membar #StoreLoad P19444: !_BLD [123] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19445: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_104 nop P19446: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_105: membar #StoreLoad P19447: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19448: !_MEMBAR (FP) (Loop exit) (Branch target of P19463) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_105 nop ba P19449 nop TARGET19463: ba RET19463 nop P19449: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_106: membar #StoreLoad P19450: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19451: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_106 nop P19452: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_107: membar #StoreLoad P19453: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19454: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_107 nop P19455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_108: membar #StoreLoad P19456: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_108 nop P19458: !_IDC_FLIP [188] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_109: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19458, 31225, 57, 0x45100624, 0x624, %i3, 0x624, %l6, %l7, %o5, %l3) P19459: !_MEMBAR (FP) membar #StoreLoad P19460: !_BLD [202] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19460 nop RET19460: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19461: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_109 nop P19462: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_110: membar #StoreLoad P19463: !_BLD [252] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19463 nop RET19463: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P19464: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_110 nop P19465: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_111: membar #StoreLoad P19466: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P19467: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_57_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_111 nop P19468: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_112: membar #StoreLoad P19469: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P19470: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_112 nop P19471: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_113: membar #StoreLoad P19472: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19473: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_113 nop P19474: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_57_114: membar #StoreLoad P19475: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19476: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_114 nop P19477: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_57_115: membar #StoreLoad P19478: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P19479: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_57_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_57_115 nop P19480: !_MEMBAR (Int) membar #StoreLoad END_NODES57: ! Test instruction sequence for CPU 57 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func58: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x3adeade1), %l7 or %l7, %lo(0x3adeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9d000001), %l4 or %l4, %lo(0x9d000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x29000001), %l7 or %l7, %lo(0x29000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1d800000), %l7 or %l7, %lo(0x1d800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x4ef^4 sethi %hi(0x4ef), %l0 or %l0, %lo(0x4ef), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 325 to 329 --- sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+2696] stx %g0, [%i3+3336] sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+1280] stx %g0, [%i2+1352] stx %g0, [%i2+1424] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES58, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES58: ! Test instruction sequence for ISTREAM 58 begins P19481: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_0: membar #StoreLoad P19482: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19483: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_0 nop P19484: !_IDC_FLIP [331] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_1: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19484, 1434, 58, 0x46a00d9c, 0xd9c, %i2, 0xd9c, %l6, %l7, %o5, %l3) P19485: !_MEMBAR (FP) membar #StoreLoad P19486: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19487: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_1 nop P19488: !_IDC_FLIP [330] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_2: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19488, 14159, 58, 0x46a00ca0, 0xca0, %i2, 0xca0, %l6, %l7, %o5, %l3) loop_exit_58_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_2 nop P19489: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_3: membar #StoreLoad P19490: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19491: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_3 nop P19492: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_4: membar #StoreLoad P19493: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P19494: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_58_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_4 nop P19495: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_5: membar #StoreLoad P19496: !_BLD [75] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19497: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_5 nop P19498: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_6: membar #StoreLoad P19499: !_BLD [67] (FP) (Branch target of P19798) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P19500 nop TARGET19798: ba RET19798 nop P19500: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_6 nop P19501: !_PREFETCH [186] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_7: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 4028], 0 loop_exit_58_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_7 nop P19502: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_8: membar #StoreLoad P19503: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19504: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_8 nop P19505: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_9: membar #StoreLoad P19506: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19507: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_9 nop P19508: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_10: membar #StoreLoad loop_exit_58_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_10 nop P19509: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_11: membar #StoreLoad P19510: !_BLD [204] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19510 nop RET19510: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P19511: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_11 nop P19512: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_12: membar #StoreLoad P19513: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19514: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_12 nop P19515: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_13: membar #StoreLoad P19516: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19517: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_13 nop P19518: !_IDC_FLIP [127] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_14: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19518, 5739, 58, 0x446002fc, 0x2fc, %i3, 0x2fc, %l6, %l7, %o5, %l3) P19519: !_ST [286] (maybe <- 0x9d000001) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2140 ] add %l4, 1, %l4 loop_exit_58_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_14 nop P19520: !_IDC_FLIP [235] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_15: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19520, 32293, 58, 0x4590082c, 0x82c, %i3, 0x82c, %l6, %l7, %o5, %l3) loop_exit_58_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_15 nop P19521: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_16: membar #StoreLoad P19522: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19523: !_MEMBAR (FP) (Loop exit) (Branch target of P19599) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_16 nop ba P19524 nop TARGET19599: ba RET19599 nop P19524: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_17: membar #StoreLoad P19525: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P19526: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_17 nop P19527: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_18: membar #StoreLoad P19528: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P19529: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_18 nop P19530: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_19: membar #StoreLoad P19531: !_BLD [65] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered P19532: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_19 nop P19533: !_IDC_FLIP [58] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_20: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19533, 10024, 58, 0x43b0023c, 0x23c, %i2, 0x23c, %l6, %l7, %o5, %l3) P19534: !_MEMBAR (Int) (Loop exit) membar #StoreLoad loop_exit_58_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_20 nop P19535: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_21: membar #StoreLoad P19536: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19537: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_21 nop P19538: !_IDC_FLIP [171] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_22: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(19538, 22381, 58, 0x44e002b0, 0x2b0, %i2, 0x2b0, %l6, %l7, %o5, %l3) P19539: !_MEMBAR (FP) membar #StoreLoad P19540: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19541: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_22 nop P19542: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_23: membar #StoreLoad P19543: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19544: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_23 nop P19545: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_24: membar #StoreLoad P19546: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19547: !_MEMBAR (FP) (Loop exit) (Branch target of P19718) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_24 nop ba P19548 nop TARGET19718: ba RET19718 nop P19548: !_IDC_FLIP [279] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_25: sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19548, 29768, 58, 0x46000b74, 0xb74, %i2, 0xb74, %l6, %l7, %o5, %l3) P19549: !_MEMBAR (FP) membar #StoreLoad P19550: !_BLD [256] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P19551: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_25 nop P19552: !_IDC_FLIP [96] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_26: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(19552, 28633, 58, 0x4410051c, 0x51c, %i2, 0x51c, %l6, %l7, %o5, %l3) loop_exit_58_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_26 nop P19553: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_27: membar #StoreLoad P19554: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19555: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_27 nop P19556: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_28: membar #StoreLoad P19557: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19558: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_28 nop P19559: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_29: membar #StoreLoad P19560: !_BLD [352] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19561: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_29 nop P19562: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_30: membar #StoreLoad P19563: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19564: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_30 nop P19565: !_IDC_FLIP [348] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_31: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19565, 10461, 58, 0x46e0009c, 0x9c, %i3, 0x9c, %l6, %l7, %o5, %l3) P19566: !_MEMBAR (FP) membar #StoreLoad P19567: !_BLD [350] (FP) wr %g0, 0xf0, %asi ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19568: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_31 nop P19569: !_ST [56] (maybe <- 0x9d000002) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_32: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3072 ] add %l4, 1, %l4 P19570: !_IDC_FLIP [340] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19570, 6547, 58, 0x46c00098, 0x98, %i3, 0x98, %l6, %l7, %o5, %l3) loop_exit_58_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_32 nop P19571: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_33: membar #StoreLoad P19572: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P19573: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_33 nop P19574: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_34: membar #StoreLoad P19575: !_BLD [88] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19576: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_34 nop P19577: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_35: membar #StoreLoad P19578: !_BLD [230] (FP) (Branch target of P19693) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P19579 nop TARGET19693: ba RET19693 nop P19579: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_35 nop P19580: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_36: membar #StoreLoad P19581: !_BLD [41] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19582: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_36 nop P19583: !_IDC_FLIP [316] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_37: sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19583, 28368, 58, 0x46700fac, 0xfac, %i2, 0xfac, %l6, %l7, %o5, %l3) loop_exit_58_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_37 nop P19584: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_38: membar #StoreLoad P19585: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19586: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_38 nop P19587: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_39: membar #StoreLoad P19588: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19589: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_39 nop P19590: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_40: membar #StoreLoad P19591: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19592: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_40 nop P19593: !_MEMBAR (FP) (Loop entry) (Branch target of P19607) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_41: membar #StoreLoad ba P19594 nop TARGET19607: ba RET19607 nop P19594: !_BLD [81] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19595: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_41 nop P19596: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_42: membar #StoreLoad P19597: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19598: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_42 nop P19599: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_43: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19599 nop RET19599: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19600: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19601: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_43 nop P19602: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_44: membar #StoreLoad P19603: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19604: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_44 nop P19605: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_45: membar #StoreLoad P19606: !_BLD [183] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19607: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19607 nop RET19607: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_45 nop P19608: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_46: membar #StoreLoad P19609: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19610: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_46 nop P19611: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_47: membar #StoreLoad P19612: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19613: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_47 nop P19614: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_48: membar #StoreLoad P19615: !_BLD [91] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P19616: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_58_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_48 nop P19617: !_LD [335] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_49: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 1976], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P19618: !_LD [16] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2208], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_58_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_49 nop P19619: !_IDC_FLIP [275] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_50: sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19619, 8069, 58, 0x460001fc, 0x1fc, %i3, 0x1fc, %l6, %l7, %o5, %l3) P19620: !_MEMBAR (FP) (CBR) membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19620 nop RET19620: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19621: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19622: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_50 nop P19623: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_51: membar #StoreLoad P19624: !_BLD [230] (FP) (Branch target of P19643) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P19625 nop TARGET19643: ba RET19643 nop P19625: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_51 nop P19626: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_52: membar #StoreLoad P19627: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19628: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_52 nop P19629: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_53: membar #StoreLoad P19630: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19631: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_53 nop P19632: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_54: membar #StoreLoad P19633: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19634: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_54 nop P19635: !_PREFETCH [234] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_55: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1712], 3 P19636: !_MEMBAR (FP) membar #StoreLoad P19637: !_BLD [133] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19638: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_55 nop P19639: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_56: membar #StoreLoad P19640: !_BLD [148] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P19641: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_56 nop P19642: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_57: membar #StoreLoad P19643: !_BLD [37] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19643 nop RET19643: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19644: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_57 nop P19645: !_IDC_FLIP [233] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_58: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19645, 11607, 58, 0x45900288, 0x288, %i3, 0x288, %l6, %l7, %o5, %l3) loop_exit_58_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_58 nop P19646: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_59: membar #StoreLoad P19647: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P19648: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_59 nop P19649: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_60: membar #StoreLoad loop_exit_58_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_60 nop P19650: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_61: membar #StoreLoad P19651: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P19652: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_61 nop P19653: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_62: membar #StoreLoad P19654: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P19655: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_62 nop P19656: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_63: membar #StoreLoad P19657: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19658: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_63 nop P19659: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_64: membar #StoreLoad P19660: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P19661: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_64 nop P19662: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_65: membar #StoreLoad P19663: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19664: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_65 nop P19665: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_66: membar #StoreLoad P19666: !_BLD [325] (FP) (Branch target of P19739) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P19667 nop TARGET19739: ba RET19739 nop P19667: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_66 nop P19668: !_IDC_FLIP [209] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_67: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(19668, 15834, 58, 0x455004ec, 0x4ec, %i3, 0x4ec, %l6, %l7, %o5, %l3) loop_exit_58_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_67 nop P19669: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_68: membar #StoreLoad P19670: !_BLD [105] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P19671: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_68 nop P19672: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_69: membar #StoreLoad P19673: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19674: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_69 nop P19675: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_70: membar #StoreLoad P19676: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19677: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_70 nop P19678: !_ST [62] (maybe <- 0x9d000003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_71: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 832 ] add %l4, 1, %l4 loop_exit_58_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_71 nop P19679: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_72: membar #StoreLoad P19680: !_BLD [270] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19681: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_72 nop P19682: !_ST [320] (maybe <- 0x9d000004) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_73: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3172 ] add %l4, 1, %l4 loop_exit_58_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_73 nop P19683: !_PREFETCH [344] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_74: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1080], 4 P19684: !_MEMBAR (FP) membar #StoreLoad P19685: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19686: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_74 nop P19687: !_IDC_FLIP [130] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_75: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19687, 23648, 58, 0x44600f4c, 0xf4c, %i2, 0xf4c, %l6, %l7, %o5, %l3) P19688: !_MEMBAR (FP) membar #StoreLoad P19689: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19690: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_75 nop P19691: !_IDC_FLIP [303] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_76: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19691, 5017, 58, 0x465001c0, 0x1c0, %i2, 0x1c0, %l6, %l7, %o5, %l3) P19692: !_MEMBAR (FP) membar #StoreLoad P19693: !_BLD [354] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19693 nop RET19693: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19694: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_76 nop P19695: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_77: membar #StoreLoad P19696: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19697: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_77 nop P19698: !_PREFETCH [130] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_78: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 3916], 4 P19699: !_MEMBAR (FP) membar #StoreLoad P19700: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P19701: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_78 nop P19702: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_79: membar #StoreLoad P19703: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19704: !_MEMBAR (FP) (Loop exit) (Branch target of P19510) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_79 nop ba P19705 nop TARGET19510: ba RET19510 nop P19705: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_80: membar #StoreLoad P19706: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19707: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_80 nop P19708: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_81: membar #StoreLoad P19709: !_BLD [82] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19710: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_81 nop P19711: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_82: membar #StoreLoad P19712: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19713: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_82 nop P19714: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_83: membar #StoreLoad P19715: !_BLD [275] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19716: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_83 nop P19717: !_FLUSHI [249] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_84: flush %g0 loop_exit_58_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_84 nop P19718: !_ST [52] (maybe <- 0x9d000005) (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_85: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 1192 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19718 nop RET19718: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 loop_exit_58_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_85 nop P19719: !_IDC_FLIP [31] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_86: sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19719, 22664, 58, 0x43600850, 0x850, %i3, 0x850, %l6, %l7, %o5, %l3) P19720: !_MEMBAR (FP) membar #StoreLoad P19721: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19722: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_86 nop P19723: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_87: membar #StoreLoad P19724: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19725: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_87 nop P19726: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_88: membar #StoreLoad P19727: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P19728: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_88 nop P19729: !_IDC_FLIP [107] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_89: sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(19729, 1020, 58, 0x44300818, 0x818, %i3, 0x818, %l6, %l7, %o5, %l3) loop_exit_58_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_89 nop P19730: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_90: membar #StoreLoad P19731: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19732: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_90 nop P19733: !_IDC_FLIP [343] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_91: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(19733, 22766, 58, 0x46d00430, 0x430, %i3, 0x430, %l6, %l7, %o5, %l3) P19734: !_MEMBAR (FP) membar #StoreLoad P19735: !_BLD [28] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19736: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_91 nop P19737: !_MEMBAR (FP) (Loop entry) (Branch target of P19620) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_92: membar #StoreLoad ba P19738 nop TARGET19620: ba RET19620 nop P19738: !_BLD [24] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P19739: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19739 nop RET19739: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_92 nop P19740: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_93: membar #StoreLoad P19741: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19742: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_93 nop P19743: !_ST [280] (maybe <- 0x9d000006) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_94: sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3460 ] add %l4, 1, %l4 loop_exit_58_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_94 nop P19744: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_95: membar #StoreLoad P19745: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P19746: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_95 nop P19747: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_96: membar #StoreLoad P19748: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19749: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_96 nop P19750: !_ST [152] (maybe <- 0x9d000007) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_97: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3120 ] add %l4, 1, %l4 P19751: !_MEMBAR (FP) membar #StoreLoad P19752: !_BLD [15] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P19753: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_97 nop P19754: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_98: membar #StoreLoad P19755: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P19756: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_98 nop P19757: !_ST [97] (maybe <- 0x9d000008) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_99: sethi %hi(REGION17_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1400 ] add %l4, 1, %l4 P19758: !_MEMBAR (FP) membar #StoreLoad P19759: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P19760: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_58_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_99 nop P19761: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_100: membar #StoreLoad P19762: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19763: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_100 nop P19764: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_101: membar #StoreLoad P19765: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19766: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_101 nop P19767: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_102: membar #StoreLoad P19768: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19769: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_102 nop P19770: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_103: membar #StoreLoad P19771: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19772: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_103 nop P19773: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_104: membar #StoreLoad P19774: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19775: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_104 nop P19776: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_105: membar #StoreLoad P19777: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19778: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_105 nop P19779: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_106: membar #StoreLoad P19780: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19781: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_106 nop P19782: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_107: membar #StoreLoad P19783: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19784: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_107 nop P19785: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_108: membar #StoreLoad P19786: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19787: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_108 nop P19788: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_109: membar #StoreLoad P19789: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19790: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_109 nop P19791: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_110: membar #StoreLoad P19792: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19793: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_110 nop P19794: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_111: membar #StoreLoad P19795: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P19796: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_111 nop P19797: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_58_112: membar #StoreLoad P19798: !_BLD [204] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19798 nop RET19798: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19799: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_112 nop P19800: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_113: membar #StoreLoad P19801: !_BLD [308] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19802: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_113 nop P19803: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_114: membar #StoreLoad P19804: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19805: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_114 nop P19806: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_58_115: membar #StoreLoad P19807: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P19808: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_58_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_58_115 nop P19809: !_MEMBAR (Int) membar #StoreLoad END_NODES58: ! Test instruction sequence for CPU 58 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func59: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x3bdeade1), %l7 or %l7, %lo(0x3bdeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9d800001), %l4 or %l4, %lo(0x9d800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x29800001), %l7 or %l7, %lo(0x29800001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1e000000), %l7 or %l7, %lo(0x1e000000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x1be3^4 sethi %hi(0x1be3), %l0 or %l0, %lo(0x1be3), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 330 to 335 --- sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+3232] stx %g0, [%i3+3480] stx %g0, [%i3+3488] sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+328] stx %g0, [%i2+592] stx %g0, [%i2+1976] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES59, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES59: ! Test instruction sequence for ISTREAM 59 begins P19810: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_0: membar #StoreLoad P19811: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19812: !_MEMBAR (FP) (Loop exit) (Branch target of P19975) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_0 nop ba P19813 nop TARGET19975: ba RET19975 nop P19813: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_1: membar #StoreLoad P19814: !_BLD [23] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19814 nop RET19814: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19815: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_1 nop P19816: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_2: membar #StoreLoad P19817: !_BLD [157] (FP) (Branch target of P20128) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P19818 nop TARGET20128: ba RET20128 nop P19818: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_2 nop P19819: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_3: membar #StoreLoad P19820: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P19821: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_59_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_3 nop P19822: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_4: membar #StoreLoad P19823: !_BLD [73] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19824: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_4 nop P19825: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_5: membar #StoreLoad P19826: !_BLD [350] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P19827: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_5 nop P19828: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_6: membar #StoreLoad P19829: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P19830: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_6 nop P19831: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_7: membar #StoreLoad P19832: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P19833: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_7 nop P19834: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_8: membar #StoreLoad P19835: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P19836: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_8 nop P19837: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_9: membar #StoreLoad P19838: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19839: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_9 nop P19840: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_10: membar #StoreLoad P19841: !_BLD [105] (FP) (Branch target of P20045) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered ba P19842 nop TARGET20045: ba RET20045 nop P19842: !_MEMBAR (FP) (Loop exit) (Branch target of P19936) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_10 nop ba P19843 nop TARGET19936: ba RET19936 nop P19843: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_11: membar #StoreLoad P19844: !_BLD [214] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19845: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_11 nop P19846: !_PREFETCH [226] (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_12: wr %g0, 0x88, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetcha [%i3 + 348] %asi, 23 loop_exit_59_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_12 nop P19847: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_13: membar #StoreLoad loop_exit_59_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_13 nop P19848: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_14: membar #StoreLoad loop_exit_59_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_14 nop P19849: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_15: membar #StoreLoad P19850: !_BLD [43] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19851: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_15 nop P19852: !_ST [235] (maybe <- 0x9d800001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_16: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2092 ] add %l4, 1, %l4 loop_exit_59_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_16 nop P19853: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_17: membar #StoreLoad P19854: !_BLD [245] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19855: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_17 nop P19856: !_IDC_FLIP [223] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_18: sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19856, 5627, 59, 0x45700750, 0x750, %i3, 0x750, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19856 nop RET19856: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_59_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_18 nop P19857: !_IDC_FLIP [307] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_19: sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(19857, 22973, 59, 0x4660007c, 0x7c, %i2, 0x7c, %l6, %l7, %o5, %l3) loop_exit_59_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_19 nop P19858: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_20: membar #StoreLoad P19859: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19860: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_20 nop P19861: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_21: membar #StoreLoad P19862: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19863: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_21 nop P19864: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_22: membar #StoreLoad P19865: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19866: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_22 nop P19867: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_23: membar #StoreLoad P19868: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19869: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_23 nop P19870: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_24: membar #StoreLoad P19871: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P19872: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_24 nop P19873: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_25: membar #StoreLoad P19874: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P19875: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_59_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_25 nop P19876: !_PREFETCH [248] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_26: sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2016], 2 loop_exit_59_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_26 nop P19877: !_PREFETCH [266] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_27: sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3648], 0 loop_exit_59_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_27 nop P19878: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_28: membar #StoreLoad P19879: !_BLD [298] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19880: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_28 nop P19881: !_MEMBAR (FP) (Loop entry) (Branch target of P19914) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_29: membar #StoreLoad ba P19882 nop TARGET19914: ba RET19914 nop P19882: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19883: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_29 nop P19884: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_30: membar #StoreLoad P19885: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P19886: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_59_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_30 nop P19887: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_31: membar #StoreLoad P19888: !_BLD [43] (FP) (Branch target of P20139) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P19889 nop TARGET20139: ba RET20139 nop P19889: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_31 nop P19890: !_FLUSHI [44] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_32: flush %g0 loop_exit_59_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_32 nop P19891: !_MEMBAR (FP) (Loop entry) (Branch target of P19856) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_33: membar #StoreLoad ba P19892 nop TARGET19856: ba RET19856 nop P19892: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19893: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_33 nop P19894: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_34: membar #StoreLoad P19895: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19896: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_34 nop P19897: !_IDC_FLIP [330] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_35: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19897, 26244, 59, 0x46a00ca0, 0xca0, %i3, 0xca0, %l6, %l7, %o5, %l3) loop_exit_59_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_35 nop P19898: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_36: membar #StoreLoad P19899: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P19900: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_36 nop P19901: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_37: membar #StoreLoad P19902: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P19903: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_37 nop P19904: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_38: membar #StoreLoad P19905: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P19906: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_38 nop P19907: !_PREFETCH [301] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_39: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 112], 2 P19908: !_MEMBAR (FP) membar #StoreLoad P19909: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P19910: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_59_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_39 nop P19911: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_40: membar #StoreLoad P19912: !_BLD [344] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f12, %f0 fmovs %f14, %f1 P19913: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_59_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_40 nop P19914: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_41: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19914 nop RET19914: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19915: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P19916: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_59_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_41 nop P19917: !_PREFETCH [347] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_42: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 3728], 22 P19918: !_MEMBAR (FP) membar #StoreLoad P19919: !_BLD [349] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19919 nop RET19919: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19920: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_42 nop P19921: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_43: membar #StoreLoad P19922: !_BLD [155] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET19922 nop RET19922: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P19923: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_43 nop P19924: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_44: membar #StoreLoad P19925: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P19926: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_59_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_44 nop P19927: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_45: membar #StoreLoad P19928: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19929: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_45 nop P19930: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_46: membar #StoreLoad P19931: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P19932: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_46 nop P19933: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_47: membar #StoreLoad P19934: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P19935: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_59_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_47 nop P19936: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_48: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19936 nop RET19936: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19937: !_BLD [249] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19938: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_48 nop P19939: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_49: membar #StoreLoad P19940: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19941: !_MEMBAR (FP) (Loop exit) (Branch target of P20087) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_49 nop ba P19942 nop TARGET20087: ba RET20087 nop P19942: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_50: membar #StoreLoad P19943: !_BLD [225] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P19944: !_MEMBAR (FP) (Loop exit) (Branch target of P19988) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_50 nop ba P19945 nop TARGET19988: ba RET19988 nop P19945: !_ST [229] (maybe <- 0x9d800002) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_51: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 1832 ] add %l4, 1, %l4 loop_exit_59_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_51 nop P19946: !_IDC_FLIP [163] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_52: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(19946, 12646, 59, 0x44c00adc, 0xadc, %i2, 0xadc, %l6, %l7, %o5, %l3) P19947: !_MEMBAR (FP) membar #StoreLoad P19948: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P19949: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_52 nop P19950: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_53: membar #StoreLoad P19951: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19952: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_53 nop P19953: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_54: membar #StoreLoad P19954: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P19955: !_MEMBAR (FP) (Loop exit) (Branch target of P20099) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_54 nop ba P19956 nop TARGET20099: ba RET20099 nop P19956: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_55: membar #StoreLoad P19957: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19958: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_55 nop P19959: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_56: membar #StoreLoad P19960: !_BLD [234] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19961: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_56 nop P19962: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_57: membar #StoreLoad P19963: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P19964: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_57 nop P19965: !_IDC_FLIP [241] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_58: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(19965, 26501, 59, 0x45a00640, 0x640, %i3, 0x640, %l6, %l7, %o5, %l3) P19966: !_MEMBAR (FP) membar #StoreLoad P19967: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19968: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_58 nop P19969: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_59: membar #StoreLoad P19970: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P19971: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_59 nop P19972: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_60: membar #StoreLoad P19973: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P19974: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_59_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_60 nop P19975: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_61: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19975 nop RET19975: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P19976: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P19977: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_61 nop P19978: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_62: membar #StoreLoad P19979: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P19980: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_62 nop P19981: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_63: membar #StoreLoad P19982: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19983: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_63 nop P19984: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_64: membar #StoreLoad P19985: !_BLD [150] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P19986: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_64 nop P19987: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_65: membar #StoreLoad P19988: !_BLD [329] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET19988 nop RET19988: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P19989: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_65 nop P19990: !_IDC_FLIP [35] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_66: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(19990, 28500, 59, 0x43700144, 0x144, %i2, 0x144, %l6, %l7, %o5, %l3) P19991: !_ST [43] (maybe <- 0x9d800003) (Int) (Loop exit) sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3692 ] add %l4, 1, %l4 loop_exit_59_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_66 nop P19992: !_IDC_FLIP [196] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_67: sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(19992, 27868, 59, 0x45200b70, 0xb70, %i2, 0xb70, %l6, %l7, %o5, %l3) loop_exit_59_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_67 nop P19993: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_68: membar #StoreLoad P19994: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P19995: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_68 nop P19996: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_69: membar #StoreLoad P19997: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P19998: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_69 nop P19999: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_70: membar #StoreLoad P20000: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20001: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_70 nop P20002: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_71: membar #StoreLoad P20003: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20004: !_MEMBAR (FP) (Loop exit) (Branch target of P20138) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_71 nop ba P20005 nop TARGET20138: ba RET20138 nop P20005: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_72: membar #StoreLoad P20006: !_BLD [356] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P20007: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_72 nop P20008: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_73: membar #StoreLoad P20009: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20010: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_73 nop P20011: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_74: membar #StoreLoad P20012: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20013: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_74 nop P20014: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_75: membar #StoreLoad P20015: !_BLD [35] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20016: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_75 nop P20017: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_76: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20017 nop RET20017: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20018: !_BLD [247] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20019: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_76 nop P20020: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_77: membar #StoreLoad P20021: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P20022: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_59_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_77 nop P20023: !_MEMBAR (FP) (Loop entry) (Branch target of P20113) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_78: membar #StoreLoad ba P20024 nop TARGET20113: ba RET20113 nop P20024: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20025: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_78 nop P20026: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_79: membar #StoreLoad P20027: !_BLD [157] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20028: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_79 nop P20029: !_PREFETCH [211] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_80: sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2816], 4 P20030: !_MEMBAR (FP) membar #StoreLoad P20031: !_BLD [262] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20031 nop RET20031: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20032: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_80 nop P20033: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_81: membar #StoreLoad P20034: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20035: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_81 nop P20036: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_82: membar #StoreLoad P20037: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20038: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_82 nop P20039: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_83: membar #StoreLoad P20040: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20041: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_83 nop P20042: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_84: membar #StoreLoad P20043: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20044: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_84 nop P20045: !_ST [114] (maybe <- 0x9d800004) (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_85: sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 388 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20045 nop RET20045: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 loop_exit_59_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_85 nop P20046: !_MEMBAR (FP) (Loop entry) (Branch target of P20155) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_86: membar #StoreLoad ba P20047 nop TARGET20155: ba RET20155 nop P20047: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20048: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_86 nop P20049: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_87: membar #StoreLoad P20050: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20051: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_87 nop P20052: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_88: membar #StoreLoad P20053: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20054: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_88 nop P20055: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_89: membar #StoreLoad P20056: !_BLD [184] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20057: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_89 nop P20058: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_90: membar #StoreLoad P20059: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20060: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_90 nop P20061: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_91: membar #StoreLoad P20062: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P20063: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_59_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_91 nop P20064: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_92: membar #StoreLoad P20065: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P20066: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_59_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_92 nop P20067: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_93: membar #StoreLoad P20068: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20069: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_93 nop P20070: !_LD [273] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_94: sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 2468], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P20071: !_LD [58] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 572], %o5 ! move %o5(lower) -> %o0(lower) or %o5, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_59_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_94 nop P20072: !_ST [350] (maybe <- 0x9d800005) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_95: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2024 ] add %l4, 1, %l4 P20073: !_MEMBAR (FP) membar #StoreLoad P20074: !_BLD [283] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20075: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_95 nop P20076: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_96: membar #StoreLoad P20077: !_BLD [260] (FP) (Branch target of P19919) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P20078 nop TARGET19919: ba RET19919 nop P20078: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_96 nop P20079: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_97: membar #StoreLoad P20080: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20081: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_97 nop P20082: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_98: membar #StoreLoad P20083: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20084: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_98 nop P20085: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_99: membar #StoreLoad P20086: !_BLD [328] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20087: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20087 nop RET20087: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_99 nop P20088: !_IDC_FLIP [232] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_100: sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(20088, 3694, 59, 0x45800f84, 0xf84, %i2, 0xf84, %l6, %l7, %o5, %l3) P20089: !_ST [44] (maybe <- 0x9d800006) (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 496 ] add %l4, 1, %l4 loop_exit_59_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_100 nop P20090: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_101: membar #StoreLoad P20091: !_BLD [350] (FP) (Branch target of P20031) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ba P20092 nop TARGET20031: ba RET20031 nop P20092: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_101 nop P20093: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_102: membar #StoreLoad P20094: !_BLD [292] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P20095: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_102 nop P20096: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_103: membar #StoreLoad P20097: !_BLD [47] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20098: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_103 nop P20099: !_ST [253] (maybe <- 0x9d800007) (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_104: sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 120 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20099 nop RET20099: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20100: !_MEMBAR (FP) membar #StoreLoad P20101: !_BLD [64] (FP) (Branch target of P20017) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ba P20102 nop TARGET20017: ba RET20017 nop P20102: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_104 nop P20103: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_105: membar #StoreLoad P20104: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20105: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_105 nop P20106: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_106: membar #StoreLoad P20107: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20108: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_106 nop P20109: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_107: membar #StoreLoad P20110: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20111: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_107 nop P20112: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_108: membar #StoreLoad P20113: !_BLD [160] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20113 nop RET20113: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20114: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_108 nop P20115: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_109: membar #StoreLoad P20116: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P20117: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_59_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_109 nop P20118: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_110: membar #StoreLoad P20119: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20120: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_110 nop P20121: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_111: membar #StoreLoad P20122: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20123: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_111 nop P20124: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_112: membar #StoreLoad P20125: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P20126: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_112 nop P20127: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_113: membar #StoreLoad P20128: !_BLD [107] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20128 nop RET20128: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P20129: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_113 nop P20130: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_114: membar #StoreLoad P20131: !_BLD [121] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20132: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_114 nop P20133: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_115: membar #StoreLoad P20134: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20135: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_115 nop P20136: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_116: membar #StoreLoad P20137: !_BLD [267] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20138: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20138 nop RET20138: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_116 nop P20139: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_117: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20139 nop RET20139: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P20140: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20141: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_117 nop P20142: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_118: membar #StoreLoad P20143: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20144: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_118 nop P20145: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_119: membar #StoreLoad P20146: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20147: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_119 nop P20148: !_MEMBAR (FP) (Loop entry) (Branch target of P19814) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_120: membar #StoreLoad ba P20149 nop TARGET19814: ba RET19814 nop P20149: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20150: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_120 nop P20151: !_IDC_FLIP [160] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_59_121: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(20151, 4207, 59, 0x44c00230, 0x230, %i3, 0x230, %l6, %l7, %o5, %l3) P20152: !_MEMBAR (FP) (Branch target of P19922) membar #StoreLoad ba P20153 nop TARGET19922: ba RET19922 nop P20153: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20154: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_121: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_121 nop P20155: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_122: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20155 nop RET20155: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P20156: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20157: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_122: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_122 nop P20158: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_59_123: membar #StoreLoad P20159: !_BLD [152] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20160: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_59_123: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_59_123 nop P20161: !_MEMBAR (Int) membar #StoreLoad END_NODES59: ! Test instruction sequence for CPU 59 ends sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 ! move %l6(lower) -> %o0(upper) sllx %l6, 32, %o0 sethi %hi(0xdead0e0f), %l6 or %l6, %lo(0xdead0e0f), %l6 stw %l6, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func60: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l3 or %l3, %lo(0xdeadbee0), %l3 stw %l3, [%i5] sethi %hi(0xdeadbee1), %l3 or %l3, %lo(0xdeadbee1), %l3 stw %l3, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x3cdeade1), %l3 or %l3, %lo(0x3cdeade1), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9e000001), %l4 or %l4, %lo(0x9e000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x2a000001), %l3 or %l3, %lo(0x2a000001), %l3 stw %l3, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1e800000), %l3 or %l3, %lo(0x1e800000), %l3 stw %l3, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x50ab^4 sethi %hi(0x50ab), %l0 or %l0, %lo(0x50ab), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 336 to 341 --- sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+2104] stx %g0, [%i3+2120] stx %g0, [%i3+4088] sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+16] stx %g0, [%i2+152] stx %g0, [%i2+256] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES60, %l6, %o5 jmpl %o5, %g0 nop BEGIN_NODES60: ! Test instruction sequence for ISTREAM 60 begins P20162: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_0: membar #StoreLoad P20163: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20164: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_0 nop P20165: !_ST [135] (maybe <- 0x9e000001) (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_1: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 2924 ] add %l4, 1, %l4 loop_exit_60_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_1 nop P20166: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_2: membar #StoreLoad P20167: !_BLD [358] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20168: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_2 nop P20169: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_3: membar #StoreLoad P20170: !_BLD [331] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P20171: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_60_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_3 nop P20172: !_ST [38] (maybe <- 0x9e000002) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_4: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 3136 ] add %l4, 1, %l4 P20173: !_MEMBAR (FP) membar #StoreLoad P20174: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20175: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_4 nop P20176: !_FLUSHI [64] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_5: flush %g0 P20177: !_ST [317] (maybe <- 0x9e000003) (Int) (Loop exit) (CBR) (Branch target of P20317) sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 1316 ] add %l4, 1, %l4 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20177 nop RET20177: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 loop_exit_60_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_5 nop ba P20178 nop TARGET20317: ba RET20317 nop P20178: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_6: membar #StoreLoad P20179: !_BLD [309] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20180: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_6 nop P20181: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_7: membar #StoreLoad P20182: !_BLD [97] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20183: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_7 nop P20184: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_8: membar #StoreLoad P20185: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20186: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_8 nop P20187: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_9: membar #StoreLoad P20188: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20189: !_MEMBAR (FP) (Loop exit) (Branch target of P20338) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_9 nop ba P20190 nop TARGET20338: ba RET20338 nop P20190: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_10: membar #StoreLoad P20191: !_BLD [198] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20191 nop RET20191: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20192: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_10 nop P20193: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_11: membar #StoreLoad P20194: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20195: !_MEMBAR (FP) (Loop exit) (Branch target of P20373) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_11 nop ba P20196 nop TARGET20373: ba RET20373 nop P20196: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_12: membar #StoreLoad P20197: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P20198: !_MEMBAR (FP) (Loop exit) (Branch target of P20353) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_60_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_12 nop ba P20199 nop TARGET20353: ba RET20353 nop P20199: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_13: membar #StoreLoad P20200: !_BLD [199] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20201: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_13 nop P20202: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_14: membar #StoreLoad P20203: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20204: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_14 nop P20205: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_15: membar #StoreLoad P20206: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20207: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20207 nop RET20207: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_15 nop P20208: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_16: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20208 nop RET20208: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20209: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20210: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_16 nop P20211: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_17: membar #StoreLoad P20212: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20213: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_17 nop P20214: !_IDC_FLIP [93] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_18: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20214, 25700, 60, 0x44000578, 0x578, %i2, 0x578, %l6, %l7, %o5, %l3) P20215: !_ST [8] (maybe <- 0x9e000004) (Int) (Loop exit) stw %l4, [%i1 + 2200 ] add %l4, 1, %l4 loop_exit_60_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_18 nop P20216: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_19: membar #StoreLoad P20217: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P20218: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_19 nop P20219: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_20: membar #StoreLoad P20220: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20221: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_20 nop P20222: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_21: membar #StoreLoad P20223: !_BLD [47] (FP) (Branch target of P20461) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ba P20224 nop TARGET20461: ba RET20461 nop P20224: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_21 nop P20225: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_22: membar #StoreLoad P20226: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20227: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_22 nop P20228: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_23: membar #StoreLoad P20229: !_BLD [237] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered P20230: !_MEMBAR (FP) (Loop exit) (Branch target of P20359) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_23 nop ba P20231 nop TARGET20359: ba RET20359 nop P20231: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_24: membar #StoreLoad P20232: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20233: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_24 nop P20234: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_25: membar #StoreLoad P20235: !_BLD [131] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20236: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20236 nop RET20236: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_25 nop P20237: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_26: membar #StoreLoad loop_exit_60_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_26 nop P20238: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_27: membar #StoreLoad P20239: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P20240: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_27 nop P20241: !_MEMBAR (FP) (Loop entry) (Branch target of P20255) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_28: membar #StoreLoad ba P20242 nop TARGET20255: ba RET20255 nop P20242: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20243: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_28 nop P20244: !_IDC_FLIP [89] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_29: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20244, 30322, 60, 0x44000510, 0x510, %i2, 0x510, %l6, %l7, %o5, %l3) P20245: !_MEMBAR (FP) membar #StoreLoad P20246: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20247: !_MEMBAR (FP) (Loop exit) (Branch target of P20191) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_29 nop ba P20248 nop TARGET20191: ba RET20191 nop P20248: !_IDC_FLIP [157] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_30: sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(20248, 21474, 60, 0x44b00b60, 0xb60, %i2, 0xb60, %l6, %l7, %o5, %l3) P20249: !_IDC_FLIP [108] (Int) (Loop exit) (Branch target of P20474) sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(20249, 25127, 60, 0x443008c0, 0x8c0, %i3, 0x8c0, %l6, %l7, %o5, %l3) loop_exit_60_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_30 nop ba P20250 nop TARGET20474: ba RET20474 nop P20250: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_31: membar #StoreLoad P20251: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P20252: !_MEMBAR (FP) (Loop exit) (CBR) (Branch target of P20434) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20252 nop RET20252: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_31 nop ba P20253 nop TARGET20434: ba RET20434 nop P20253: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_32: membar #StoreLoad P20254: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20255: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20255 nop RET20255: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_32 nop P20256: !_MEMBAR (FP) (Loop entry) (Branch target of P20318) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_33: membar #StoreLoad ba P20257 nop TARGET20318: ba RET20318 nop P20257: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20258: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_33 nop P20259: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_34: membar #StoreLoad P20260: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P20261: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_34 nop P20262: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_35: membar #StoreLoad P20263: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P20264: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_35 nop P20265: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_36: membar #StoreLoad P20266: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20267: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_36 nop P20268: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_37: membar #StoreLoad P20269: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20270: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_37 nop P20271: !_ST [5] (maybe <- 0x9e000005) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_38: stw %l4, [%i1 + 128 ] add %l4, 1, %l4 P20272: !_MEMBAR (FP) membar #StoreLoad P20273: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P20274: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_60_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_38 nop P20275: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_39: membar #StoreLoad P20276: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20277: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_39 nop P20278: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_40: membar #StoreLoad P20279: !_BLD [311] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P20280: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_40 nop P20281: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_41: membar #StoreLoad P20282: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P20283: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_60_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_41 nop P20284: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_42: membar #StoreLoad P20285: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20286: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_42 nop P20287: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_43: membar #StoreLoad P20288: !_BLD [30] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20289: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_43 nop P20290: !_IDC_FLIP [61] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_44: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(20290, 26623, 60, 0x43b00300, 0x300, %i3, 0x300, %l6, %l7, %o5, %l3) P20291: !_MEMBAR (FP) membar #StoreLoad P20292: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20293: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_44 nop P20294: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_45: membar #StoreLoad P20295: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P20296: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_45 nop P20297: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_46: membar #StoreLoad P20298: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20299: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_46 nop P20300: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_47: membar #StoreLoad P20301: !_BLD [154] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20302: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_47 nop P20303: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_48: membar #StoreLoad P20304: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20305: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_48 nop P20306: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_49: membar #StoreLoad P20307: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P20308: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_60_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_49 nop P20309: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_50: membar #StoreLoad P20310: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20311: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_50 nop P20312: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_51: membar #StoreLoad P20313: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P20314: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_51 nop P20315: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_52: membar #StoreLoad P20316: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P20317: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20317 nop RET20317: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_52 nop P20318: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_53: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20318 nop RET20318: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20319: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P20320: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_60_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_53 nop P20321: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_54: membar #StoreLoad P20322: !_BLD [53] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20323: !_MEMBAR (FP) (Loop exit) (Branch target of P20236) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_54 nop ba P20324 nop TARGET20236: ba RET20236 nop P20324: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_55: membar #StoreLoad P20325: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION4_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20326: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_55 nop P20327: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_56: membar #StoreLoad P20328: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20329: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_56 nop P20330: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_57: membar #StoreLoad P20331: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20332: !_MEMBAR (FP) (Loop exit) (Branch target of P20427) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_57 nop ba P20333 nop TARGET20427: ba RET20427 nop P20333: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_58: membar #StoreLoad P20334: !_BLD [128] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P20335: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_58 nop P20336: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_59: membar #StoreLoad P20337: !_BLD [120] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20337 nop RET20337: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P20338: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20338 nop RET20338: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_59 nop P20339: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_60: membar #StoreLoad P20340: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P20341: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_60_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_60 nop P20342: !_MEMBAR (FP) (Loop entry) (Branch target of P20354) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_61: membar #StoreLoad ba P20343 nop TARGET20354: ba RET20354 nop P20343: !_BLD [285] (FP) (Branch target of P20207) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P20344 nop TARGET20207: ba RET20207 nop P20344: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_61 nop P20345: !_IDC_FLIP [58] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_62: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20345, 21298, 60, 0x43b0023c, 0x23c, %i2, 0x23c, %l6, %l7, %o5, %l3) P20346: !_MEMBAR (FP) membar #StoreLoad P20347: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20348: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_62 nop P20349: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_63: membar #StoreLoad P20350: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20351: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_63 nop P20352: !_MEMBAR (FP) (Loop entry) (Branch target of P20252) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_64: membar #StoreLoad ba P20353 nop TARGET20252: ba RET20252 nop P20353: !_BLD [330] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20353 nop RET20353: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20354: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20354 nop RET20354: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_64 nop P20355: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_65: membar #StoreLoad P20356: !_BLD [185] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20357: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_65 nop P20358: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_66: membar #StoreLoad P20359: !_BLD [98] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20359 nop RET20359: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20360: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_60_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_66 nop P20361: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_67: membar #StoreLoad P20362: !_BLD [271] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered P20363: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_67 nop P20364: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_68: membar #StoreLoad P20365: !_BLD [242] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1600] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f13, %f1 P20366: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_60_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_68 nop P20367: !_PREFETCH [201] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_69: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 3476], 22 loop_exit_60_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_69 nop P20368: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_70: membar #StoreLoad P20369: !_BLD [349] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20370: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_70 nop P20371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_71: membar #StoreLoad P20372: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20373: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20373 nop RET20373: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_71 nop P20374: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_72: membar #StoreLoad P20375: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20376: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_72 nop P20377: !_ST [218] (maybe <- 0x9e000006) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_73: sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3916 ] add %l4, 1, %l4 loop_exit_60_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_73 nop P20378: !_MEMBAR (FP) (Loop entry) (Branch target of P20469) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_74: membar #StoreLoad ba P20379 nop TARGET20469: ba RET20469 nop P20379: !_BLD [253] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20380: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_74 nop P20381: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_75: membar #StoreLoad P20382: !_BLD [179] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20383: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_75 nop P20384: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_76: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20384 nop RET20384: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20385: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20386: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_76 nop P20387: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_77: membar #StoreLoad P20388: !_BLD [232] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20389: !_MEMBAR (FP) (Loop exit) (Branch target of P20384) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_77 nop ba P20390 nop TARGET20384: ba RET20384 nop P20390: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_78: membar #StoreLoad P20391: !_BLD [290] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20392: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_78 nop P20393: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_79: membar #StoreLoad P20394: !_BLD [17] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20395: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_79 nop P20396: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_80: membar #StoreLoad P20397: !_BLD [222] (FP) (Branch target of P20177) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1408] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P20398 nop TARGET20177: ba RET20177 nop P20398: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_80 nop P20399: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_81: membar #StoreLoad P20400: !_BLD [191] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered P20401: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_81 nop P20402: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_82: membar #StoreLoad P20403: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P20404: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_82 nop P20405: !_ST [350] (maybe <- 0x9e000007) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_83: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2024 ] add %l4, 1, %l4 loop_exit_60_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_83 nop P20406: !_ST [122] (maybe <- 0x9e000008) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_84: sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stw %l4, [%i2 + 3192 ] add %l4, 1, %l4 P20407: !_MEMBAR (FP) membar #StoreLoad P20408: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20409: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_84 nop P20410: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_85: membar #StoreLoad P20411: !_BLD [14] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20412: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_85 nop P20413: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_86: membar #StoreLoad P20414: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20415: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_86 nop P20416: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_87: membar #StoreLoad P20417: !_BLD [25] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20418: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_87 nop P20419: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_88: membar #StoreLoad P20420: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20421: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_88 nop P20422: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_89: membar #StoreLoad P20423: !_BLD [178] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2624] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20424: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_89 nop P20425: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_90: membar #StoreLoad P20426: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20427: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20427 nop RET20427: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_90 nop P20428: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_91: membar #StoreLoad P20429: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20430: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_91 nop P20431: !_IDC_FLIP [303] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_92: sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(20431, 17180, 60, 0x465001c0, 0x1c0, %i3, 0x1c0, %l6, %l7, %o5, %l3) P20432: !_MEMBAR (FP) membar #StoreLoad P20433: !_BLD [158] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20434: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20434 nop RET20434: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_92 nop P20435: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_93: membar #StoreLoad P20436: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20437: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_93 nop P20438: !_IDC_FLIP [25] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_94: sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20438, 8273, 60, 0x43400f78, 0xf78, %i2, 0xf78, %l6, %l7, %o5, %l3) P20439: !_MEMBAR (FP) membar #StoreLoad P20440: !_BLD [327] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20441: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_94 nop P20442: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_95: membar #StoreLoad P20443: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20444: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_95 nop P20445: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_96: membar #StoreLoad P20446: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20447: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_96 nop P20448: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_97: membar #StoreLoad P20449: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20450: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_97 nop P20451: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_98: membar #StoreLoad P20452: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P20453: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_60_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_98 nop P20454: !_IDC_FLIP [327] (Int) (Loop entry) (Loop exit) (Branch target of P20337) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_99: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20454, 4780, 60, 0x46a00504, 0x504, %i2, 0x504, %l6, %l7, %o5, %l3) loop_exit_60_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_99 nop ba P20455 nop TARGET20337: ba RET20337 nop P20455: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_100: membar #StoreLoad P20456: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20457: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_100 nop P20458: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_101: membar #StoreLoad P20459: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20460: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_101 nop P20461: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_102: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20461 nop RET20461: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20462: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20463: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_102 nop P20464: !_ST [275] (maybe <- 0x9e000009) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_103: sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 508 ] add %l4, 1, %l4 loop_exit_60_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_103 nop P20465: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_104: membar #StoreLoad P20466: !_BLD [272] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20467: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_104 nop P20468: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_105: membar #StoreLoad P20469: !_BLD [318] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20469 nop RET20469: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20470: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_105 nop P20471: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_106: membar #StoreLoad P20472: !_BLD [177] (FP) (Branch target of P20208) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered ba P20473 nop TARGET20208: ba RET20208 nop P20473: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_106 nop P20474: !_IDC_FLIP [323] (Int) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_107: sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20474, 20575, 60, 0x469007e4, 0x7e4, %i2, 0x7e4, %l6, %l7, %o5, %l3) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20474 nop RET20474: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P20475: !_MEMBAR (FP) membar #StoreLoad P20476: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20477: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_107 nop P20478: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_108: membar #StoreLoad P20479: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20480: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_108 nop P20481: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_109: membar #StoreLoad P20482: !_BLD [119] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20483: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_109 nop P20484: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_60_110: membar #StoreLoad P20485: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_110 nop P20487: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_60_111: membar #StoreLoad P20488: !_BLD [279] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20489: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_60_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_60_111 nop P20490: !_MEMBAR (Int) membar #StoreLoad END_NODES60: ! Test instruction sequence for CPU 60 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func61: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x3ddeade1), %o5 or %o5, %lo(0x3ddeade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9e800001), %l4 or %l4, %lo(0x9e800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x2a800001), %o5 or %o5, %lo(0x2a800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1f000000), %o5 or %o5, %lo(0x1f000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x481c^4 sethi %hi(0x481c), %l0 or %l0, %lo(0x481c), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 342 to 346 --- sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+320] sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+1072] stx %g0, [%i3+1080] stx %g0, [%i3+2144] stx %g0, [%i3+3632] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES61, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES61: ! Test instruction sequence for ISTREAM 61 begins P20491: !_PREFETCH [341] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_0: sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 256], 4 P20492: !_LD [138] (Int) sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 1004], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P20493: !_LD [159] (Int) (Loop exit) sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 84], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_61_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_0 nop P20494: !_ST [127] (maybe <- 0x9e800001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_1: sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 764 ] add %l4, 1, %l4 P20495: !_PREFETCH [198] (Int) (Loop exit) sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1216], 20 loop_exit_61_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_1 nop P20496: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_2: membar #StoreLoad P20497: !_BLD [101] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20498: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_2 nop P20499: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_3: membar #StoreLoad P20500: !_BLD [175] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20501: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_3 nop P20502: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_4: membar #StoreLoad P20503: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20504: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_4 nop P20505: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_5: membar #StoreLoad P20506: !_BLD [144] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20507: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_5 nop P20508: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_6: membar #StoreLoad P20509: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P20510: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_61_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_6 nop P20511: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_7: membar #StoreLoad P20512: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20513: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_7 nop P20514: !_MEMBAR (FP) (Loop entry) (Branch target of P20665) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_8: membar #StoreLoad ba P20515 nop TARGET20665: ba RET20665 nop P20515: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20516: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_8 nop P20517: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_9: membar #StoreLoad P20518: !_BLD [321] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20518 nop RET20518: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20519: !_MEMBAR (FP) (Loop exit) (Branch target of P20632) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_9 nop ba P20520 nop TARGET20632: ba RET20632 nop P20520: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_10: membar #StoreLoad P20521: !_BLD [116] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20522: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_10 nop P20523: !_ST [239] (maybe <- 0x9e800002) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_11: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 512 ] add %l4, 1, %l4 P20524: !_MEMBAR (FP) membar #StoreLoad P20525: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20526: !_MEMBAR (FP) (Loop exit) (Branch target of P20566) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_11 nop ba P20527 nop TARGET20566: ba RET20566 nop P20527: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_12: membar #StoreLoad P20528: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20529: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_12 nop P20530: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_13: membar #StoreLoad P20531: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20532: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_13 nop P20533: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_14: membar #StoreLoad P20534: !_BLD [110] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20535: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_14 nop P20536: !_ST [153] (maybe <- 0x9e800003) (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_15: sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 3416 ] add %l4, 1, %l4 loop_exit_61_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_15 nop P20537: !_PREFETCH [161] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_16: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1116], 0 P20538: !_MEMBAR (FP) (Branch target of P20688) membar #StoreLoad ba P20539 nop TARGET20688: ba RET20688 nop P20539: !_BLD [228] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20540: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_16 nop P20541: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_17: membar #StoreLoad P20542: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20543: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_17 nop P20544: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_18: membar #StoreLoad P20545: !_BLD [87] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20546: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_18 nop P20547: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_19: membar #StoreLoad P20548: !_BLD [147] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20549: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_19 nop P20550: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_20: membar #StoreLoad P20551: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20552: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_20 nop P20553: !_MEMBAR (FP) (Loop entry) (Branch target of P20518) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_21: membar #StoreLoad ba P20554 nop TARGET20518: ba RET20518 nop P20554: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20555: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_21 nop P20556: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_22: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20556 nop RET20556: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20557: !_BLD [219] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P20558: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_61_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_22 nop P20559: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_23: membar #StoreLoad P20560: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P20561: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_61_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_23 nop P20562: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_24: membar #StoreLoad P20563: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P20564: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_24 nop P20565: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_25: membar #StoreLoad P20566: !_BLD [55] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20566 nop RET20566: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20567: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_25 nop P20568: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_26: membar #StoreLoad P20569: !_BLD [167] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1024] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20570: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_26 nop P20571: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_27: membar #StoreLoad P20572: !_BLD [71] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION13_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f6, %f0 P20573: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_61_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_27 nop P20574: !_IDC_FLIP [86] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_28: sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20574, 23624, 61, 0x43f00f40, 0xf40, %i2, 0xf40, %l6, %l7, %o5, %l3) loop_exit_61_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_28 nop P20575: !_LD [293] (Int) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_29: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 3164], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20575 nop RET20575: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P20576: !_LD [102] (Int) (Loop exit) sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 3212], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_61_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_29 nop P20577: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_30: membar #StoreLoad P20578: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20579: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_30 nop P20580: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_31: membar #StoreLoad P20581: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20582: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_31 nop P20583: !_IDC_FLIP [187] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_32: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20583, 7019, 61, 0x45100360, 0x360, %i2, 0x360, %l6, %l7, %o5, %l3) loop_exit_61_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_32 nop P20584: !_IDC_FLIP [182] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_33: sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(20584, 29058, 61, 0x45000688, 0x688, %i3, 0x688, %l6, %l7, %o5, %l3) P20585: !_MEMBAR (FP) membar #StoreLoad P20586: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20587: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_33 nop P20588: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_34: membar #StoreLoad P20589: !_BLD [321] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20590: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_34 nop P20591: !_IDC_FLIP [257] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_35: sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20591, 18623, 61, 0x45c00878, 0x878, %i2, 0x878, %l6, %l7, %o5, %l3) loop_exit_61_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_35 nop P20592: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_36: membar #StoreLoad P20593: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20594: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_36 nop P20595: !_ST [233] (maybe <- 0x2a800001) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_37: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 648 ] loop_exit_61_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_37 nop P20596: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_38: membar #StoreLoad P20597: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20598: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_38 nop P20599: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_39: membar #StoreLoad P20600: !_BLD [160] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20601: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_39 nop P20602: !_PREFETCH [146] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_40: sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2816], 17 P20603: !_MEMBAR (FP) membar #StoreLoad P20604: !_BLD [76] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20605: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_40 nop P20606: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_41: membar #StoreLoad P20607: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20608: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_41 nop P20609: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_42: membar #StoreLoad P20610: !_BLD [306] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20611: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_42 nop P20612: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_43: membar #StoreLoad P20613: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20614: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_43 nop P20615: !_ST [206] (maybe <- 0x9e800004) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_44: sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 stw %l4, [%i2 + 3892 ] add %l4, 1, %l4 P20616: !_MEMBAR (FP) membar #StoreLoad P20617: !_BLD [307] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION54_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20618: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_44 nop P20619: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_45: membar #StoreLoad P20620: !_BLD [56] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered P20621: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_45 nop P20622: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_46: membar #StoreLoad P20623: !_BLD [315] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20624: !_MEMBAR (FP) (Loop exit) (Branch target of P20699) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_46 nop ba P20625 nop TARGET20699: ba RET20699 nop P20625: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_47: membar #StoreLoad loop_exit_61_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_47 nop P20626: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_48: membar #StoreLoad P20627: !_BLD [269] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20628: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_48 nop P20629: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_49: membar #StoreLoad P20630: !_BLD [188] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20631: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_49 nop P20632: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_50: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20632 nop RET20632: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20633: !_BLD [243] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20634: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_50 nop P20635: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_51: membar #StoreLoad P20636: !_BLD [24] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20636 nop RET20636: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P20637: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_51 nop P20638: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_52: membar #StoreLoad P20639: !_BLD [181] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20640: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_52 nop P20641: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_53: membar #StoreLoad P20642: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P20643: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_53 nop P20644: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_54: membar #StoreLoad P20645: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P20646: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_61_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_54 nop P20647: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_55: membar #StoreLoad P20648: !_BLD [346] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20649: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_55 nop P20650: !_PREFETCH [189] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_56: sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 1976], 20 P20651: !_MEMBAR (FP) membar #StoreLoad P20652: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20653: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_56 nop P20654: !_IDC_FLIP [140] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_57: sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20654, 25223, 61, 0x44800ad8, 0xad8, %i2, 0xad8, %l6, %l7, %o5, %l3) loop_exit_61_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_57 nop P20655: !_PREFETCH [329] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_58: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1428], 3 loop_exit_61_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_58 nop P20656: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_59: membar #StoreLoad P20657: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20658: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_59 nop P20659: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_60: membar #StoreLoad P20660: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20661: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_60 nop P20662: !_ST [181] (maybe <- 0x9e800005) (Int) (Loop entry) (Loop exit) (LE) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_61: wr %g0, 0x88, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ! Change single-word-level endianess (big endian <-> little endian) sethi %hi(0xff00ff00), %l7 or %l7, %lo(0xff00ff00), %l7 and %l4, %l7, %o5 srl %o5, 8, %o5 sll %l4, 8, %l6 and %l6, %l7, %l6 or %l6, %o5, %l6 srl %l6, 16, %o5 sll %l6, 16, %l6 srl %l6, 0, %l6 or %l6, %o5, %l6 stwa %l6, [%i2 + 1236] %asi add %l4, 1, %l4 loop_exit_61_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_61 nop P20663: !_IDC_FLIP [348] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_62: sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(20663, 971, 61, 0x46e0009c, 0x9c, %i3, 0x9c, %l6, %l7, %o5, %l3) loop_exit_61_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_62 nop P20664: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_63: membar #StoreLoad P20665: !_BLD [184] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION32_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2560] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20665 nop RET20665: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P20666: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_63 nop P20667: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_64: membar #StoreLoad P20668: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20669: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_64 nop P20670: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_65: membar #StoreLoad P20671: !_BLD [96] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1280] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20672: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_65 nop P20673: !_IDC_FLIP [277] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_66: sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(20673, 762, 61, 0x46000558, 0x558, %i3, 0x558, %l6, %l7, %o5, %l3) P20674: !_MEMBAR (FP) membar #StoreLoad P20675: !_BLD [29] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION5_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20676: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_66 nop P20677: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_67: membar #StoreLoad P20678: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20679: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_67 nop P20680: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_68: membar #StoreLoad P20681: !_BLD [261] (FP) (Branch target of P20636) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1600] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P20682 nop TARGET20636: ba RET20636 nop P20682: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_68 nop P20683: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_69: membar #StoreLoad P20684: !_BLD [134] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20685: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_69 nop P20686: !_MEMBAR (FP) (Loop entry) (Branch target of P20792) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_70: membar #StoreLoad ba P20687 nop TARGET20792: ba RET20792 nop P20687: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20688: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20688 nop RET20688: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_70 nop P20689: !_MEMBAR (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_71: membar #StoreLoad P20690: !_ST [208] (maybe <- 0x9e800006) (Int) (Loop exit) sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stw %l4, [%i3 + 712 ] add %l4, 1, %l4 loop_exit_61_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_71 nop P20691: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_72: membar #StoreLoad P20692: !_BLD [164] (FP) (Branch target of P20696) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P20693 nop TARGET20696: ba RET20696 nop P20693: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_72 nop P20694: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_73: membar #StoreLoad P20695: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20696: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20696 nop RET20696: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_73 nop P20697: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_74: membar #StoreLoad P20698: !_BLD [248] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20699: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20699 nop RET20699: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_74 nop P20700: !_IDC_FLIP [88] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_75: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(20700, 6455, 61, 0x440004dc, 0x4dc, %i3, 0x4dc, %l6, %l7, %o5, %l3) P20701: !_MEMBAR (FP) membar #StoreLoad P20702: !_BLD [345] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20703: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_75 nop P20704: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_76: membar #StoreLoad P20705: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20706: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_76 nop P20707: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_77: membar #StoreLoad P20708: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20709: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_77 nop P20710: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_78: membar #StoreLoad P20711: !_BLD [162] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20712: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_78 nop P20713: !_IDC_FLIP [234] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_79: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20713, 17055, 61, 0x459006b0, 0x6b0, %i2, 0x6b0, %l6, %l7, %o5, %l3) loop_exit_61_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_79 nop P20714: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_80: membar #StoreLoad P20715: !_BLD [164] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20716: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_80 nop P20717: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_81: membar #StoreLoad P20718: !_BLD [196] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20719: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_81 nop P20720: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_82: membar #StoreLoad P20721: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20722: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_82 nop P20723: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_83: membar #StoreLoad P20724: !_BLD [211] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P20725: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_83 nop P20726: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_84: membar #StoreLoad P20727: !_BLD [301] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20728: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_84 nop P20729: !_PREFETCH [172] (Int) (Loop entry) (Loop exit) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_85: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 prefetch [%i2 + 1972], 0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20729 nop RET20729: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 loop_exit_61_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_85 nop P20730: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_86: membar #StoreLoad loop_exit_61_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_86 nop P20731: !_LD [238] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_87: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 4092], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P20732: !_LD [98] (Int) (Loop exit) (LE) (Branch target of P20820) wr %g0, 0x88, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduwa [%i2 + 1472] %asi, %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_61_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_87 nop ba P20733 nop TARGET20820: ba RET20820 nop P20733: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_88: membar #StoreLoad P20734: !_BLD [295] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f2, %f0 fmovs %f11, %f1 P20735: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_61_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_88 nop P20736: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_89: membar #StoreLoad P20737: !_BLD [229] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20738: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_89 nop P20739: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_90: membar #StoreLoad P20740: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20741: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_90 nop P20742: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_91: membar #StoreLoad P20743: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20744: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_91 nop P20745: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_92: membar #StoreLoad loop_exit_61_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_92 nop P20746: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_93: membar #StoreLoad P20747: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20748: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_93 nop P20749: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_94: membar #StoreLoad P20750: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20751: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_94 nop P20752: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_95: membar #StoreLoad P20753: !_BLD [291] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20754: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_95 nop P20755: !_MEMBAR (FP) (Loop entry) (Branch target of P20835) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_96: membar #StoreLoad ba P20756 nop TARGET20835: ba RET20835 nop P20756: !_BLD [40] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20757: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_96 nop P20758: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_97: membar #StoreLoad P20759: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P20760: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_97 nop P20761: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_98: membar #StoreLoad P20762: !_BLD [284] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20763: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_98 nop P20764: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_99: membar #StoreLoad P20765: !_BLD [163] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20766: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_99 nop P20767: !_IDC_FLIP [159] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_100: sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(20767, 5571, 61, 0x44c00054, 0x54, %i2, 0x54, %l6, %l7, %o5, %l3) P20768: !_MEMBAR (FP) membar #StoreLoad P20769: !_BLD [63] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P20770: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_61_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_100 nop P20771: !_MEMBAR (FP) (Loop entry) (Branch target of P20575) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_101: membar #StoreLoad ba P20772 nop TARGET20575: ba RET20575 nop P20772: !_BLD [351] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20773: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_101 nop P20774: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_102: membar #StoreLoad P20775: !_BLD [95] (FP) (Branch target of P20556) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 ba P20776 nop TARGET20556: ba RET20556 nop P20776: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_61_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_102 nop P20777: !_IDC_FLIP [39] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_103: sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(20777, 304, 61, 0x43700e40, 0xe40, %i2, 0xe40, %l6, %l7, %o5, %l3) loop_exit_61_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_103 nop P20778: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_104: membar #StoreLoad P20779: !_BLD [66] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20780: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_104 nop P20781: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_105: membar #StoreLoad P20782: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P20783: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_105 nop P20784: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_106: membar #StoreLoad P20785: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P20786: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_106 nop P20787: !_IDC_FLIP [63] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_107: sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(20787, 10469, 61, 0x43b00370, 0x370, %i2, 0x370, %l6, %l7, %o5, %l3) loop_exit_61_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_107 nop P20788: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_108: membar #StoreLoad P20789: !_BLD [341] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 256] %asi, %f0 membar #Sync ! 1 addresses covered P20790: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_108 nop P20791: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_109: membar #StoreLoad P20792: !_BLD [161] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20792 nop RET20792: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20793: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_109 nop P20794: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_110: membar #StoreLoad P20795: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20796: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_110 nop P20797: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_111: membar #StoreLoad P20798: !_BLD [274] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered P20799: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_111 nop P20800: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_112: membar #StoreLoad P20801: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20802: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_112 nop P20803: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_113: membar #StoreLoad P20804: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20805: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_113 nop P20806: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_114: membar #StoreLoad P20807: !_BLD [174] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20808: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_114 nop P20809: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_115: membar #StoreLoad P20810: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20811: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_115: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_115 nop P20812: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_116: membar #StoreLoad P20813: !_BLD [57] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered P20814: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_116: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_116 nop P20815: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_117: membar #StoreLoad P20816: !_BLD [312] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20817: !_MEMBAR (FP) (Loop exit) (Branch target of P20729) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_117: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_117 nop ba P20818 nop TARGET20729: ba RET20729 nop P20818: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_118: membar #StoreLoad P20819: !_BLD [197] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20820: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20820 nop RET20820: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_118: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_118 nop P20821: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_119: membar #StoreLoad P20822: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20823: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_119: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_119 nop P20824: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_120: membar #StoreLoad P20825: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20826: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_120: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_120 nop P20827: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_121: membar #StoreLoad P20828: !_BLD [217] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20829: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_121: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_121 nop P20830: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_122: membar #StoreLoad P20831: !_BLD [172] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20832: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_122: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_122 nop P20833: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_61_123: membar #StoreLoad P20834: !_BLD [355] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20835: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20835 nop RET20835: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_123: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_123 nop P20836: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_61_124: membar #StoreLoad P20837: !_BLD [18] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20838: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_61_124: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_61_124 nop P20839: !_MEMBAR (Int) membar #StoreLoad END_NODES61: ! Test instruction sequence for CPU 61 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func62: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %l7 or %l7, %lo(0xdeadbee0), %l7 stw %l7, [%i5] sethi %hi(0xdeadbee1), %l7 or %l7, %lo(0xdeadbee1), %l7 stw %l7, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x3edeade1), %l7 or %l7, %lo(0x3edeade1), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9f000001), %l4 or %l4, %lo(0x9f000001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x2b000001), %l7 or %l7, %lo(0x2b000001), %l7 stw %l7, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x1f800000), %l7 or %l7, %lo(0x1f800000), %l7 stw %l7, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x369a^4 sethi %hi(0x369a), %l0 or %l0, %lo(0x369a), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 347 to 352 --- sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 stx %g0, [%i2+3728] sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i3 sub %i0, %i3, %i3 stx %g0, [%i3+152] stx %g0, [%i3+1256] stx %g0, [%i3+2024] stx %g0, [%i3+2224] stx %g0, [%i3+2840] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES62, %o5, %l6 jmpl %l6, %g0 nop BEGIN_NODES62: ! Test instruction sequence for ISTREAM 62 begins P20840: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_0: membar #StoreLoad P20841: !_BLD [146] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20841 nop RET20841: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P20842: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_0 nop P20843: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_1: membar #StoreLoad P20844: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P20845: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_62_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_1 nop P20846: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_2: membar #StoreLoad loop_exit_62_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_2 nop P20847: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_3: membar #StoreLoad P20848: !_BLD [357] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20849: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_3 nop P20850: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_4: membar #StoreLoad P20851: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION40_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20852: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_4 nop P20853: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_5: membar #StoreLoad P20854: !_BLD [159] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 64] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P20855: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_5 nop P20856: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_6: membar #StoreLoad P20857: !_BLD [32] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P20858: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_62_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_6 nop P20859: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_7: membar #StoreLoad P20860: !_BLD [347] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20861: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_7 nop P20862: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_8: membar #StoreLoad P20863: !_BLD [305] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20864: !_MEMBAR (FP) (Loop exit) (Branch target of P21053) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_8 nop ba P20865 nop TARGET21053: ba RET21053 nop P20865: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_9: membar #StoreLoad P20866: !_BLD [41] (FP) (Branch target of P21095) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ba P20867 nop TARGET21095: ba RET21095 nop P20867: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_9 nop P20868: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_10: membar #StoreLoad P20869: !_BLD [31] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20869 nop RET20869: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P20870: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_10 nop P20871: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_11: membar #StoreLoad P20872: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20873: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_11 nop P20874: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_12: membar #StoreLoad P20875: !_BLD [103] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P20876: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_62_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_12 nop P20877: !_IDC_FLIP [1] (Int) (Loop entry) (Branch target of P20841) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_13: IDC_FLIP(20877, 18496, 62, 0x4300032c, 0x32c, %i0, 0x32c, %l6, %l7, %o5, %l3) ba P20878 nop TARGET20841: ba RET20841 nop P20878: !_MEMBAR (FP) membar #StoreLoad P20879: !_BLD [330] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20880: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_13 nop P20881: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_14: membar #StoreLoad P20882: !_BLD [100] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3072] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20883: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_14 nop P20884: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_15: membar #StoreLoad P20885: !_BLD [194] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION34_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20886: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_15 nop P20887: !_PREFETCH [345] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_16: sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 prefetch [%i3 + 2144], 17 loop_exit_62_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_16 nop P20888: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_17: membar #StoreLoad P20889: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20890: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_17 nop P20891: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_18: membar #StoreLoad P20892: !_BLD [92] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 P20893: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_62_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_18 nop P20894: !_MEMBAR (FP) (Loop entry) (Branch target of P20926) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_19: membar #StoreLoad ba P20895 nop TARGET20926: ba RET20926 nop P20895: !_BLD [239] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20895 nop RET20895: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20896: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_19 nop P20897: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_20: membar #StoreLoad P20898: !_BLD [207] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20899: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_20 nop P20900: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_21: membar #StoreLoad P20901: !_BLD [77] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered P20902: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_21 nop P20903: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_22: membar #StoreLoad P20904: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P20905: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_22 nop P20906: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_23: membar #StoreLoad P20907: !_BLD [340] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P20908: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_23 nop P20909: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_24: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20909 nop RET20909: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P20910: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20911: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_24 nop P20912: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_25: membar #StoreLoad P20913: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P20914: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_62_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_25 nop P20915: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_26: membar #StoreLoad P20916: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20917: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_26 nop P20918: !_LD [281] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_27: sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 3940], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P20919: !_LD [37] (Int) (Loop exit) sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 2328], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_62_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_27 nop P20920: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_28: membar #StoreLoad P20921: !_BLD [320] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P20922: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET20922 nop RET20922: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_28 nop P20923: !_FLUSHI [195] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_29: flush %g0 P20924: !_MEMBAR (FP) (Branch target of P21087) membar #StoreLoad ba P20925 nop TARGET21087: ba RET21087 nop P20925: !_BLD [254] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20926: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20926 nop RET20926: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_29 nop P20927: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_30: membar #StoreLoad P20928: !_BLD [318] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20928 nop RET20928: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20929: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_30 nop P20930: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_31: membar #StoreLoad P20931: !_BLD [138] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P20932: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_31 nop P20933: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_32: membar #StoreLoad P20934: !_BLD [206] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P20935: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_32 nop P20936: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_33: membar #StoreLoad P20937: !_BLD [262] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20938: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_33 nop P20939: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_34: membar #StoreLoad P20940: !_BLD [70] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P20941: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_34 nop P20942: !_IDC_FLIP [92] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_35: sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(20942, 4359, 62, 0x44000568, 0x568, %i3, 0x568, %l6, %l7, %o5, %l3) loop_exit_62_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_35 nop P20943: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_36: membar #StoreLoad P20944: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P20945: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_36 nop P20946: !_IDC_FLIP [175] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_37: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(20946, 11914, 62, 0x44e00f60, 0xf60, %i3, 0xf60, %l6, %l7, %o5, %l3) P20947: !_MEMBAR (FP) membar #StoreLoad P20948: !_BLD [52] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20949: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_37 nop P20950: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_38: membar #StoreLoad P20951: !_BLD [3] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P20952: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_38 nop P20953: !_MEMBAR (FP) (Loop entry) (Branch target of P21002) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_39: membar #StoreLoad ba P20954 nop TARGET21002: ba RET21002 nop P20954: !_BLD [250] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P20955: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_39 nop P20956: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_40: membar #StoreLoad P20957: !_BLD [189] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20958: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_40 nop P20959: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_41: membar #StoreLoad P20960: !_BLD [129] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20961: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_41 nop P20962: !_MEMBAR (FP) (Loop entry) (Branch target of P21062) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_42: membar #StoreLoad ba P20963 nop TARGET21062: ba RET21062 nop P20963: !_BLD [177] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered P20964: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_42 nop P20965: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_43: membar #StoreLoad P20966: !_BLD [200] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P20967: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_43 nop P20968: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_44: membar #StoreLoad P20969: !_BLD [302] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20970: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_44 nop P20971: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_45: membar #StoreLoad P20972: !_BLD [125] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P20973: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_62_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_45 nop P20974: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_46: membar #StoreLoad P20975: !_BLD [114] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 384] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P20976: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_46 nop P20977: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_47: membar #StoreLoad P20978: !_BLD [333] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20979: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_47 nop P20980: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_48: membar #StoreLoad P20981: !_BLD [336] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P20982: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_48 nop P20983: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_49: membar #StoreLoad P20984: !_BLD [276] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P20985: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_49 nop P20986: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_50: membar #StoreLoad P20987: !_BLD [247] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1088] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET20987 nop RET20987: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P20988: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_50 nop P20989: !_IDC_FLIP [200] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_51: sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 IDC_FLIP(20989, 26708, 62, 0x45300ca8, 0xca8, %i3, 0xca8, %l6, %l7, %o5, %l3) P20990: !_MEMBAR (FP) membar #StoreLoad P20991: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P20992: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_51 nop P20993: !_LD [245] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_52: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 3972], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P20994: !_MEMBAR (FP) membar #StoreLoad P20995: !_BLD [21] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P20996: !_MEMBAR (FP) P20997: !_LD [39] (Int) (Loop exit) sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 3648], %l6 ! move %l6(lower) -> %o0(lower) or %l6, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_52 nop P20998: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_53: membar #StoreLoad P20999: !_BLD [236] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3264] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P21000: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_53 nop P21001: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_54: membar #StoreLoad P21002: !_BLD [316] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET21002 nop RET21002: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P21003: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_54 nop P21004: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_55: membar #StoreLoad P21005: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P21006: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_55 nop P21007: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_56: membar #StoreLoad P21008: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P21009: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_56 nop P21010: !_MEMBAR (FP) (Loop entry) (Branch target of P20869) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_57: membar #StoreLoad ba P21011 nop TARGET20869: ba RET20869 nop P21011: !_BLD [7] (FP) (Branch target of P20987) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 ba P21012 nop TARGET20987: ba RET20987 nop P21012: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_62_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_57 nop P21013: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_58: membar #StoreLoad P21014: !_BLD [37] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P21015: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_58 nop P21016: !_ST [247] (maybe <- 0x2b000001) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_59: sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i3 sub %i0, %i3, %i3 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i3 + 1116 ] loop_exit_62_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_59 nop P21017: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_60: membar #StoreLoad P21018: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P21019: !_MEMBAR (FP) (Loop exit) (Branch target of P20909) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_60 nop ba P21020 nop TARGET20909: ba RET20909 nop P21020: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_61: membar #StoreLoad P21021: !_BLD [78] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P21022: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_61 nop P21023: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_62: membar #StoreLoad P21024: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P21025: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_62 nop P21026: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_63: membar #StoreLoad P21027: !_BLD [281] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P21028: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_63 nop P21029: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_64: membar #StoreLoad P21030: !_BLD [319] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2944] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P21031: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_64 nop P21032: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_65: membar #StoreLoad P21033: !_BLD [122] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P21034: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_65 nop P21035: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_66: membar #StoreLoad P21036: !_BLD [69] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P21037: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_66 nop P21038: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_67: membar #StoreLoad P21039: !_BLD [139] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P21040: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_67 nop P21041: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_68: membar #StoreLoad loop_exit_62_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_68 nop P21042: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_69: membar #StoreLoad P21043: !_BLD [238] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P21044: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_69 nop P21045: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_70: membar #StoreLoad P21046: !_BLD [246] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P21047: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_70 nop P21048: !_PREFETCH [17] (Int) (NF) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_71: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 prefetcha [%i2 + 2316] %asi, 22 loop_exit_62_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_71 nop P21049: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_72: membar #StoreLoad P21050: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P21051: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_72 nop P21052: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_73: membar #StoreLoad P21053: !_BLD [44] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21053 nop RET21053: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P21054: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_73 nop P21055: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_74: membar #StoreLoad P21056: !_BLD [38] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered P21057: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_74 nop P21058: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_75: membar #StoreLoad P21059: !_BLD [190] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered P21060: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_75 nop P21061: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_76: membar #StoreLoad P21062: !_BLD [328] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21062 nop RET21062: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P21063: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_76 nop P21064: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_77: membar #StoreLoad P21065: !_BLD [16] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P21066: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_77 nop P21067: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_78: membar #StoreLoad P21068: !_BLD [85] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P21069: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_78 nop P21070: !_MEMBAR (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_79: membar #StoreLoad loop_exit_62_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_79 nop P21071: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_80: membar #StoreLoad P21072: !_BLD [316] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21073: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_80 nop P21074: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_81: membar #StoreLoad P21075: !_BLD [145] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P21076: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_81 nop P21077: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_82: membar #StoreLoad P21078: !_BLD [278] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P21079: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_82 nop P21080: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_83: membar #StoreLoad P21081: !_BLD [79] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P21082: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_83 nop P21083: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_84: membar #StoreLoad P21084: !_BLD [106] (FP) (Branch target of P20895) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ba P21085 nop TARGET20895: ba RET20895 nop P21085: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_84 nop P21086: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_85: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21086 nop RET21086: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P21087: !_BLD [31] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET21087 nop RET21087: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P21088: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_85 nop P21089: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_86: membar #StoreLoad P21090: !_BLD [198] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered P21091: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_86 nop P21092: !_PREFETCH [137] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_87: sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 560], 20 loop_exit_62_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_87 nop P21093: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_88: membar #StoreLoad P21094: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P21095: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21095 nop RET21095: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_62_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_88 nop P21096: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_89: membar #StoreLoad P21097: !_BLD [137] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION24_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P21098: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_89 nop P21099: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_90: membar #StoreLoad P21100: !_BLD [335] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P21101: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_90 nop P21102: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_91: membar #StoreLoad P21103: !_BLD [332] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f9, %f1 P21104: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_62_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_91 nop P21105: !_LD [333] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_92: sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 332], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P21106: !_IDC_FLIP [163] (Int) sethi %hi(REGION28_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(21106, 3239, 62, 0x44c00adc, 0xadc, %i2, 0xadc, %l6, %l7, %o5, %l3) P21107: !_LD [58] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 lduw [%i3 + 572], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_62_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_92 nop P21108: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_93: membar #StoreLoad P21109: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P21110: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_62_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_93 nop P21111: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_94: membar #StoreLoad P21112: !_BLD [257] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P21113: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_94 nop P21114: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_95: membar #StoreLoad P21115: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21116: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_95 nop P21117: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_96: membar #StoreLoad P21118: !_BLD [210] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P21119: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_96 nop P21120: !_MEMBAR (FP) (Loop entry) (Branch target of P20928) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_97: membar #StoreLoad ba P21121 nop TARGET20928: ba RET20928 nop P21121: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P21122: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_97 nop P21123: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_98: membar #StoreLoad P21124: !_BLD [240] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P21125: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_98 nop P21126: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_99: membar #StoreLoad P21127: !_BLD [255] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1728] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P21128: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_99 nop P21129: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_100: membar #StoreLoad P21130: !_BLD [112] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P21131: !_MEMBAR (FP) (Loop exit) (Branch target of P21141) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_62_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_100 nop ba P21132 nop TARGET21141: ba RET21141 nop P21132: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_101: membar #StoreLoad P21133: !_BLD [98] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P21134: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_62_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_101 nop P21135: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_102: membar #StoreLoad P21136: !_BLD [54] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2368] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P21137: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_102 nop P21138: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_103: membar #StoreLoad P21139: !_BLD [95] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f4, %f0 fmovs %f11, %f1 P21140: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_62_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_103 nop P21141: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_104: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21141 nop RET21141: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P21142: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P21143: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_104 nop P21144: !_IDC_FLIP [331] (Int) (Loop entry) (Branch target of P20922) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_105: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(21144, 19048, 62, 0x46a00d9c, 0xd9c, %i3, 0xd9c, %l6, %l7, %o5, %l3) ba P21145 nop TARGET20922: ba RET20922 nop P21145: !_MEMBAR (FP) membar #StoreLoad P21146: !_BLD [4] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P21147: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_105 nop P21148: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_106: membar #StoreLoad P21149: !_BLD [280] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P21150: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_106 nop P21151: !_LD [41] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_107: sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 lduw [%i3 + 1184], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P21152: !_LD [156] (Int) (Loop exit) sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 lduw [%i2 + 2816], %l7 ! move %l7(lower) -> %o0(lower) or %l7, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 loop_exit_62_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_107 nop P21153: !_IDC_FLIP [233] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_62_108: sethi %hi(REGION0_ALIAS0_O-REGION41_ALIAS2_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(21153, 10685, 62, 0x45900288, 0x288, %i3, 0x288, %l6, %l7, %o5, %l3) P21154: !_MEMBAR (FP) membar #StoreLoad P21155: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21156: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_108 nop P21157: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_109: membar #StoreLoad P21158: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P21159: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_109: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_109 nop P21160: !_ST [296] (maybe <- 0x2b000002) (FP) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_110: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i2 + 3500 ] loop_exit_62_110: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_110 nop P21161: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_111: membar #StoreLoad P21162: !_BLD [259] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P21163: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_111: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_111 nop P21164: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_112: membar #StoreLoad P21165: !_BLD [9] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P21166: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_112: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_112 nop P21167: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_113: membar #StoreLoad P21168: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P21169: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_113: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_113 nop P21170: !_MEMBAR (FP) (Loop entry) (Branch target of P21086) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_62_114: membar #StoreLoad ba P21171 nop TARGET21086: ba RET21086 nop P21171: !_BLD [170] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P21172: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_62_114: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_62_114 nop P21173: !_MEMBAR (Int) membar #StoreLoad END_NODES62: ! Test instruction sequence for CPU 62 ends sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 ! move %l3(lower) -> %o0(upper) sllx %l3, 32, %o0 sethi %hi(0xdead0e0f), %l3 or %l3, %lo(0xdead0e0f), %l3 stw %l3, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop !----------------- ! register usage: ! %i0 %i1 : base registers for first 2 regions ! %i2 %i3 : cache registers for 64 regions ! %i4 fixed pointer to per-cpu results area ! %l1 moving pointer to per-cpu FP results area ! %o7 moving pointer to per-cpu integer results area ! %i5 pointer to per-cpu private area ! %l0 holds lfsr, used as source of random bits ! %l2 loop count register ! %f16 running counter for unique fp store values ! %f17 holds increment value for fp counter ! %l4 running counter for unique integer store values (increment value is always 1) ! %l5 move-to register for load values (simulation only) ! %f30 move-to register for FP values (simulation only) ! %i4 holds the instructions count which is used for interrupt ordering ! %i4 holds the thread_id (OBP only) ! %l5 holds the moving pointer for interrupt bonus data (OBP only). Conflicts with RTL/simulation usage ! %l3 %l6 %l7 %o5 : 4 temporary registers ! %o0 %o1 %o2 %o3 %o4 : 5 integer results buffer registers ! %f0-f15 FP results buffer registers ! %f32-f47 FP block load/store registers func63: ! instruction sequence begins save %sp, -192, %sp ! Force %i0-%i3 to be 64-byte aligned add %i0, 63, %i0 andn %i0, 63, %i0 add %i1, 63, %i1 andn %i1, 63, %i1 add %i2, 63, %i2 andn %i2, 63, %i2 add %i3, 63, %i3 andn %i3, 63, %i3 add %i4, 63, %i4 andn %i4, 63, %i4 add %i5, 63, %i5 andn %i5, 63, %i5 ! Initialize pointer to FP load results area mov %i4, %l1 ! Initialize pointer to integer load results area sethi %hi(0x80000), %o7 or %o7, %lo(0x80000), %o7 add %o7, %l1, %o7 ! Reinitialize i4 to 0. i4 will be used to keep the count of analyzable node info mov 0x0, %i4 ! Initialize %f0-%f62 to 0xdeadbee0deadbee1 sethi %hi(0xdeadbee0), %o5 or %o5, %lo(0xdeadbee0), %o5 stw %o5, [%i5] sethi %hi(0xdeadbee1), %o5 or %o5, %lo(0xdeadbee1), %o5 stw %o5, [%i5+4] ldd [%i5], %f0 fmovd %f0, %f2 fmovd %f0, %f4 fmovd %f0, %f6 fmovd %f0, %f8 fmovd %f0, %f10 fmovd %f0, %f12 fmovd %f0, %f14 fmovd %f0, %f16 fmovd %f0, %f18 fmovd %f0, %f20 fmovd %f0, %f22 fmovd %f0, %f24 fmovd %f0, %f26 fmovd %f0, %f28 fmovd %f0, %f30 fmovd %f0, %f32 fmovd %f0, %f34 fmovd %f0, %f36 fmovd %f0, %f38 fmovd %f0, %f40 fmovd %f0, %f42 fmovd %f0, %f44 fmovd %f0, %f46 fmovd %f0, %f48 fmovd %f0, %f50 fmovd %f0, %f52 fmovd %f0, %f54 fmovd %f0, %f56 fmovd %f0, %f58 fmovd %f0, %f60 fmovd %f0, %f62 ! Signature for extract_loads script to start extracting load values for this thread sethi %hi(0x3fdeade1), %o5 or %o5, %lo(0x3fdeade1), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize running integer counter in register %l4 sethi %hi(0x9f800001), %l4 or %l4, %lo(0x9f800001), %l4 ! Initialize running FP counter in register %f16 sethi %hi(0x2b800001), %o5 or %o5, %lo(0x2b800001), %o5 stw %o5, [%i5] ld [%i5], %f16 ! Initialize FP counter increment value in register %f17 (constant) sethi %hi(0x20000000), %o5 or %o5, %lo(0x20000000), %o5 stw %o5, [%i5] ld [%i5], %f17 ! Initialize LFSR to 0x503e^4 sethi %hi(0x503e), %l0 or %l0, %lo(0x503e), %l0 mulx %l0, %l0, %l0 mulx %l0, %l0, %l0 !-- init shared addrs 353 to 358 --- sethi %hi(REGION0_ALIAS0_O-REGION62_ALIAS3_O), %i2 sub %i0, %i2, %i2 stx %g0, [%i2+3248] stx %g0, [%i2+3680] sethi %hi(REGION63_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 stx %g0, [%i3+560] stx %g0, [%i3+3392] stx %g0, [%i3+3624] stx %g0, [%i3+3824] sethi %hi(0x20000), %g2 ! sync time-out setx tsotool_barrier_sync, %l6, %l7 jmpl %l7, %l3 nop ! Branching to the appropriate test instruction sequence setx BEGIN_NODES63, %l3, %l7 jmpl %l7, %g0 nop BEGIN_NODES63: ! Test instruction sequence for ISTREAM 63 begins P21174: !_ST [6] (maybe <- 0x9f800001) (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_0: stw %l4, [%i1 + 1376 ] add %l4, 1, %l4 P21175: !_MEMBAR (FP) membar #StoreLoad P21176: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P21177: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_0: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_0 nop P21178: !_PREFETCH [313] (Int) (NF) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_1: wr %g0, 0x82, %asi sethi %hi(REGION0_ALIAS0_O-REGION55_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetcha [%i3 + 1780] %asi, 2 P21179: !_MEMBAR (FP) membar #StoreLoad P21180: !_BLD [51] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21181: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_1: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_1 nop P21182: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_2: membar #StoreLoad P21183: !_BLD [45] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P21184: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_2: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_2 nop P21185: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_3: membar #StoreLoad P21186: !_BLD [168] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1792] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P21187: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_3: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_3 nop P21188: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_4: membar #StoreLoad P21189: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P21190: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_4: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_4 nop P21191: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_5: membar #StoreLoad P21192: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P21193: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_5: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_5 nop P21194: !_PREFETCH [327] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_6: sethi %hi(REGION0_ALIAS0_O-REGION58_ALIAS3_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 1284], 1 loop_exit_63_6: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_6 nop P21195: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_7: membar #StoreLoad P21196: !_BLD [99] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION17_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1472] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f4, %f1 P21197: !_MEMBAR (FP) (Loop exit) (Branch target of P21390) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_7: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_7 nop ba P21198 nop TARGET21390: ba RET21390 nop P21198: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_8: membar #StoreLoad P21199: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P21200: !_MEMBAR (FP) (Loop exit) (Branch target of P21324) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_8: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_8 nop ba P21201 nop TARGET21324: ba RET21324 nop P21201: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_9: membar #StoreLoad P21202: !_BLD [258] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION44_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3008] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P21203: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_9: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_9 nop P21204: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_10: membar #StoreLoad P21205: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P21206: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_10: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_10 nop P21207: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_11: membar #StoreLoad P21208: !_BLD [266] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION46_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered P21209: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_11: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_11 nop P21210: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_12: membar #StoreLoad P21211: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P21212: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_12: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_12 nop P21213: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_13: membar #StoreLoad P21214: !_BLD [49] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION9_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P21215: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_13: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_13 nop P21216: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_14: membar #StoreLoad P21217: !_BLD [173] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2752] %asi, %f0 membar #Sync ! 1 addresses covered P21218: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_14: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_14 nop P21219: !_PREFETCH [56] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_15: sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i2 sub %i0, %i2, %i2 prefetch [%i2 + 3072], 22 loop_exit_63_15: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_15 nop P21220: !_IDC_FLIP [294] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_16: sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(21220, 26955, 63, 0x46300ca4, 0xca4, %i3, 0xca4, %l6, %l7, %o5, %l3) loop_exit_63_16: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_16 nop P21221: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_17: membar #StoreLoad P21222: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P21223: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_17: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_17 nop P21224: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_18: membar #StoreLoad P21225: !_BLD [91] (FP) (Branch target of P21258) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION16_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f9, %f0 fmovs %f10, %f1 fmovd %f14, %f2 ba P21226 nop TARGET21258: ba RET21258 nop P21226: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_63_18: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_18 nop P21227: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_19: membar #StoreLoad P21228: !_BLD [202] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION36_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21228 nop RET21228: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P21229: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_19: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_19 nop P21230: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_20: membar #StoreLoad P21231: !_BLD [176] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P21232: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_20: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_20 nop P21233: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_21: membar #StoreLoad P21234: !_BLD [102] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f3, %f0 fmovs %f13, %f1 fmovd %f14, %f2 P21235: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_63_21: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_21 nop P21236: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_22: membar #StoreLoad P21237: !_BLD [231] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P21238: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_22: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_22 nop P21239: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_23: membar #StoreLoad P21240: !_BLD [67] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P21241: !_MEMBAR (FP) (Loop exit) (Branch target of P21250) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_23: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_23 nop ba P21242 nop TARGET21250: ba RET21250 nop P21242: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_24: membar #StoreLoad P21243: !_BLD [294] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P21244: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_24: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_24 nop P21245: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_25: membar #StoreLoad P21246: !_BLD [221] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION39_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P21247: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_25: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_25 nop P21248: !_PREFETCH [299] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_26: sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 2976], 2 loop_exit_63_26: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_26 nop P21249: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_27: membar #StoreLoad P21250: !_BLD [346] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION61_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET21250 nop RET21250: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P21251: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_27: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_27 nop P21252: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_28: membar #StoreLoad P21253: !_BLD [8] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P21254: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_28: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_28 nop P21255: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_29: membar #StoreLoad P21256: !_BLD [209] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION37_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 1216] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21257: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_29: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_29 nop P21258: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_30: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21258 nop RET21258: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 P21259: !_BLD [277] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION48_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P21260: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_30: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_30 nop P21261: !_PREFETCH [77] (Int) (Loop entry) (Loop exit) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_31: sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i3 sub %i0, %i3, %i3 prefetch [%i3 + 576], 22 loop_exit_63_31: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_31 nop P21262: !_IDC_FLIP [131] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_32: sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(21262, 445, 63, 0x447002fc, 0x2fc, %i2, 0x2fc, %l6, %l7, %o5, %l3) P21263: !_MEMBAR (FP) membar #StoreLoad P21264: !_BLD [57] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION10_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21264 nop RET21264: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P21265: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_32: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_32 nop P21266: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_33: membar #StoreLoad P21267: !_BLD [201] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION35_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P21268: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_33: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_33 nop P21269: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_34: membar #StoreLoad P21270: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P21271: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_34: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_34 nop P21272: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_35: membar #StoreLoad P21273: !_BLD [13] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered P21274: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_35: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_35 nop P21275: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_36: membar #StoreLoad P21276: !_BLD [7] (FP) wr %g0, 0xf0, %asi ldda [%i1 + 1344] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f10, %f1 P21277: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET21277 nop RET21277: ! lfsr step begin srlx %l0, 1, %l7 xnor %l7, %l0, %l7 sllx %l7, 63, %l7 or %l7, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_36: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_36 nop P21278: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_37: membar #StoreLoad P21279: !_BLD [215] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P21280: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_37: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_37 nop P21281: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_38: membar #StoreLoad P21282: !_BLD [1] (FP) wr %g0, 0xf0, %asi ldda [%i0 + 768] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21283: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_38: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_38 nop P21284: !_MEMBAR (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_39: membar #StoreLoad P21285: !_BLD [59] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 576] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P21286: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_39: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_39 nop P21287: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_40: membar #StoreLoad P21288: !_BLD [131] (FP) (Branch target of P21481) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 ba P21289 nop TARGET21481: ba RET21481 nop P21289: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_40: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_40 nop P21290: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_41: membar #StoreLoad P21291: !_BLD [22] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1152] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P21292: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_41: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_41 nop P21293: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_42: membar #StoreLoad P21294: !_BLD [146] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P21295: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_42: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_42 nop P21296: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_43: membar #StoreLoad P21297: !_BLD [325] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P21298: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_43: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_43 nop P21299: !_IDC_FLIP [16] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_44: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(21299, 3808, 63, 0x433008a0, 0x8a0, %i3, 0x8a0, %l6, %l7, %o5, %l3) loop_exit_63_44: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_44 nop P21300: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_45: membar #StoreLoad P21301: !_BLD [149] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 128] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P21302: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_45: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_45 nop P21303: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_46: membar #StoreLoad P21304: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P21305: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_46: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_46 nop P21306: !_LD [297] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_47: sethi %hi(REGION0_ALIAS0_O-REGION52_ALIAS1_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 824], %o0 ! move %o0(lower) -> %o0(upper) sllx %o0, 32, %o0 P21307: !_MEMBAR (FP) membar #StoreLoad P21308: !_BLD [113] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION19_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2496] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f4, %f1 fmovs %f11, %f2 P21309: !_MEMBAR (FP) P21310: !_LD [305] (Int) (Loop exit) sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 lduw [%i2 + 2444], %l3 ! move %l3(lower) -> %o0(lower) or %l3, %o0, %o0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_63_47: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_47 nop P21311: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_48: membar #StoreLoad P21312: !_BLD [106] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION18_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21313: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_48: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_48 nop P21314: !_MEMBAR (FP) (Loop entry) (CBR) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_49: membar #StoreLoad ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET21314 nop RET21314: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P21315: !_BLD [117] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2496] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P21316: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_49: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_49 nop P21317: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_50: membar #StoreLoad P21318: !_BLD [287] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P21319: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_50: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_50 nop P21320: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_51: membar #StoreLoad P21321: !_BLD [337] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION59_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P21322: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_51: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_51 nop P21323: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_52: membar #StoreLoad P21324: !_BLD [67] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION12_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21324 nop RET21324: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 P21325: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_52: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_52 nop P21326: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_53: membar #StoreLoad P21327: !_BLD [129] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET21327 nop RET21327: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P21328: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_53: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_53 nop P21329: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_54: membar #StoreLoad P21330: !_BLD [60] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P21331: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_54: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_54 nop P21332: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_55: membar #StoreLoad P21333: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21334: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_55: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_55 nop P21335: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_56: membar #StoreLoad P21336: !_BLD [187] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION33_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P21337: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_56: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_56 nop P21338: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_57: membar #StoreLoad P21339: !_BLD [42] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION8_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21340: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_57: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_57 nop P21341: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_58: membar #StoreLoad P21342: !_BLD [33] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f5, %f0 fmovs %f6, %f1 P21343: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_58: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_58 nop P21344: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_59: membar #StoreLoad P21345: !_BLD [36] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION7_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 1856] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f1, %f0 P21346: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_59: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_59 nop P21347: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_60: membar #StoreLoad P21348: !_BLD [166] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 704] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P21349: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_60: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_60 nop P21350: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_61: membar #StoreLoad P21351: !_BLD [264] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3520] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P21352: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_61: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_61 nop P21353: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_62: membar #StoreLoad P21354: !_BLD [151] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1344] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P21355: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_62: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_62 nop P21356: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_63: membar #StoreLoad P21357: !_BLD [156] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION27_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2816] %asi, %f0 membar #Sync ! 1 addresses covered P21358: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_63: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_63 nop P21359: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_64: membar #StoreLoad P21360: !_BLD [142] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 192] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P21361: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_64: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_64 nop P21362: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_65: membar #StoreLoad P21363: !_BLD [265] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3840] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P21364: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_65: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_65 nop P21365: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_66: membar #StoreLoad P21366: !_BLD [12] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION2_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1536] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f7, %f0 fmovs %f13, %f1 P21367: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_66: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_66 nop P21368: !_MEMBAR (FP) (Loop entry) (Branch target of P21314) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_67: membar #StoreLoad ba P21369 nop TARGET21314: ba RET21314 nop P21369: !_BLD [120] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3584] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P21370: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_67: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_67 nop P21371: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_68: membar #StoreLoad P21372: !_BLD [318] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2240] %asi, %f0 membar #Sync ! 1 addresses covered P21373: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_68: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_68 nop P21374: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_69: membar #StoreLoad P21375: !_BLD [282] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 320] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21376: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_69: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_69 nop P21377: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_70: membar #StoreLoad P21378: !_BLD [216] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 2 addresses covered fmovd %f8, %f0 fmovs %f11, %f1 P21379: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_70: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_70 nop P21380: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_71: membar #StoreLoad P21381: !_BLD [124] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION21_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 3392] %asi, %f0 membar #Sync ! 3 addresses covered fmovs %f7, %f1 fmovd %f14, %f2 P21382: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 fmovs %f2, %f30 !-- loop_exit_63_71: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_71 nop P21383: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_72: membar #StoreLoad P21384: !_BLD [286] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION49_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P21385: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_72: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_72 nop P21386: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_73: membar #StoreLoad P21387: !_BLD [136] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P21388: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_73: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_73 nop P21389: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_74: membar #StoreLoad P21390: !_BLD [135] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION23_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2880] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET21390 nop RET21390: ! lfsr step begin srlx %l0, 1, %l3 xnor %l3, %l0, %l3 sllx %l3, 63, %l3 or %l3, %l0, %l0 srlx %l0, 1, %l0 P21391: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET21391 nop RET21391: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_74: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_74 nop P21392: !_MEMBAR (FP) (Loop entry) (Branch target of P21461) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_75: membar #StoreLoad ba P21393 nop TARGET21461: ba RET21461 nop P21393: !_BLD [154] (FP) (Branch target of P21327) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P21394 nop TARGET21327: ba RET21327 nop P21394: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21394 nop RET21394: ! lfsr step begin srlx %l0, 1, %o5 xnor %o5, %l0, %o5 sllx %o5, 63, %o5 or %o5, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_75: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_75 nop P21395: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_76: membar #StoreLoad P21396: !_BLD [260] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION45_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 960] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P21397: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21397 nop RET21397: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_76: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_76 nop P21398: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_77: membar #StoreLoad P21399: !_BLD [78] (FP) (Branch target of P21264) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION14_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1920] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 ba P21400 nop TARGET21264: ba RET21264 nop P21400: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_77: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_77 nop P21401: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_78: membar #StoreLoad P21402: !_BLD [58] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 512] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P21403: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_78: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_78 nop P21404: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_79: membar #StoreLoad P21405: !_BLD [303] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION53_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 448] %asi, %f0 membar #Sync ! 1 addresses covered P21406: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_79: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_79 nop P21407: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_80: membar #StoreLoad P21408: !_BLD [62] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION11_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 832] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f12, %f1 P21409: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_80: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_80 nop P21410: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_81: membar #StoreLoad P21411: !_BLD [115] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION20_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 896] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f15, %f0 P21412: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_81: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_81 nop P21413: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_82: membar #StoreLoad P21414: !_BLD [31] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION6_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P21415: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_82: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_82 nop P21416: !_FLUSHI [314] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_83: flush %g0 P21417: !_MEMBAR (FP) membar #StoreLoad P21418: !_BLD [230] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2304] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 P21419: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_83: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_83 nop P21420: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_84: membar #StoreLoad P21421: !_BLD [174] (FP) (Branch target of P21391) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 3712] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 ba P21422 nop TARGET21391: ba RET21391 nop P21422: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_84: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_84 nop P21423: !_ST [7] (maybe <- 0x2b800001) (FP) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_85: ! preparing store val #0, next val will be in f20 fmovs %f16, %f20 fadds %f16, %f17, %f16 st %f20, [%i1 + 1384 ] loop_exit_63_85: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_85 nop P21424: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_86: membar #StoreLoad P21425: !_BLD [326] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3328] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P21426: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_86: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_86 nop P21427: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_87: membar #StoreLoad P21428: !_BLD [84] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION15_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2176] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f14, %f0 P21429: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_87: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_87 nop P21430: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_88: membar #StoreLoad P21431: !_BLD [244] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3648] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f13, %f0 P21432: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_88: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_88 nop P21433: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_89: membar #StoreLoad P21434: !_BLD [252] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3776] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P21435: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_89: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_89 nop P21436: !_IDC_FLIP [174] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_90: sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 IDC_FLIP(21436, 21692, 63, 0x44e00eb4, 0xeb4, %i2, 0xeb4, %l6, %l7, %o5, %l3) P21437: !_MEMBAR (FP) membar #StoreLoad P21438: !_BLD [218] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P21439: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_90: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_90 nop P21440: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_91: membar #StoreLoad P21441: !_BLD [220] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION38_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 4032] %asi, %f0 membar #Sync ! 2 addresses covered fmovs %f11, %f1 P21442: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovd %f0, %f30 !-- loop_exit_63_91: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_91 nop P21443: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_92: membar #StoreLoad P21444: !_BLD [147] (FP) (Branch target of P21228) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3456] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 ba P21445 nop TARGET21228: ba RET21228 nop P21445: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_92: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_92 nop P21446: !_IDC_FLIP [241] (Int) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_93: sethi %hi(REGION0_ALIAS0_O-REGION42_ALIAS3_O), %i2 sub %i0, %i2, %i2 IDC_FLIP(21446, 32267, 63, 0x45a00640, 0x640, %i2, 0x640, %l6, %l7, %o5, %l3) P21447: !_MEMBAR (FP) membar #StoreLoad P21448: !_BLD [169] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION29_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 2688] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f10, %f0 P21449: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_93: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_93 nop P21450: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_94: membar #StoreLoad P21451: !_BLD [180] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION31_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3968] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P21452: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_94: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_94 nop P21453: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_95: membar #StoreLoad P21454: !_BLD [153] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION26_ALIAS3_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 3392] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P21455: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_95: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_95 nop P21456: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_96: membar #StoreLoad P21457: !_BLD [251] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION43_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3200] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f6, %f0 P21458: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_96: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_96 nop P21459: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_97: membar #StoreLoad P21460: !_BLD [339] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION60_ALIAS2_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 0] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f5, %f0 P21461: !_MEMBAR (FP) (Loop exit) (CBR) ! cbranch andcc %l0, 1, %g0 be,pt %xcc, TARGET21461 nop RET21461: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_97: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_97 nop P21462: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_98: membar #StoreLoad P21463: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P21464: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_98: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_98 nop P21465: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_99: membar #StoreLoad P21466: !_BLD [323] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION57_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 1984] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P21467: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_99: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_99 nop P21468: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_100: membar #StoreLoad P21469: !_BLD [293] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION51_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3136] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f7, %f0 P21470: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_100: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_100 nop P21471: !_MEMBAR (FP) (Loop entry) (Branch target of P21394) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_101: membar #StoreLoad ba P21472 nop TARGET21394: ba RET21394 nop P21472: !_BLD [273] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION47_ALIAS0_O-REGION0_ALIAS0_O), %i3 add %i0, %i3, %i3 ldda [%i3 + 2432] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f9, %f0 P21473: !_MEMBAR (FP) (Loop exit) (Branch target of P21397) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_101: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_101 nop ba P21474 nop TARGET21397: ba RET21397 nop P21474: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_102: membar #StoreLoad P21475: !_BLD [23] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION4_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2112] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f4, %f0 P21476: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_102: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_102 nop P21477: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_103: membar #StoreLoad P21478: !_BLD [227] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION40_ALIAS1_O), %i3 sub %i0, %i3, %i3 ldda [%i3 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f11, %f0 P21479: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_103: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_103 nop P21480: !_MEMBAR (FP) (Loop entry) sethi %hi(0x2), %l2 or %l2, %lo(0x2), %l2 loop_entry_63_104: membar #StoreLoad P21481: !_BLD [288] (FP) (CBR) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION50_ALIAS3_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 2048] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f8, %f0 ! cbranch andcc %l0, 1, %g0 be,pn %xcc, TARGET21481 nop RET21481: ! lfsr step begin srlx %l0, 1, %l6 xnor %l6, %l0, %l6 sllx %l6, 63, %l6 or %l6, %l0, %l0 srlx %l0, 1, %l0 P21482: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_104: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_104 nop P21483: !_IDC_FLIP [143] (Int) (Loop entry) (Loop exit) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_105: sethi %hi(REGION0_ALIAS0_O-REGION25_ALIAS1_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(21483, 1763, 63, 0x449003f0, 0x3f0, %i3, 0x3f0, %l6, %l7, %o5, %l3) loop_exit_63_105: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_105 nop P21484: !_MEMBAR (FP) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_106: membar #StoreLoad P21485: !_BLD [130] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION22_ALIAS2_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 3904] %asi, %f0 membar #Sync ! 1 addresses covered fmovs %f3, %f0 P21486: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_106: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_106 nop P21487: !_ST [16] (maybe <- 0x9f800002) (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_107: sethi %hi(REGION0_ALIAS0_O-REGION3_ALIAS1_O), %i3 sub %i0, %i3, %i3 stw %l4, [%i3 + 2208 ] add %l4, 1, %l4 P21488: !_MEMBAR (FP) membar #StoreLoad P21489: !_BLD [171] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION30_ALIAS0_O-REGION0_ALIAS0_O), %i2 add %i0, %i2, %i2 ldda [%i2 + 640] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f12, %f0 P21490: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_107: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_107 nop P21491: !_IDC_FLIP [318] (Int) (Loop entry) sethi %hi(0x1), %l2 or %l2, %lo(0x1), %l2 loop_entry_63_108: sethi %hi(REGION0_ALIAS0_O-REGION56_ALIAS3_O), %i3 sub %i0, %i3, %i3 IDC_FLIP(21491, 22052, 63, 0x468008c0, 0x8c0, %i3, 0x8c0, %l6, %l7, %o5, %l3) P21492: !_MEMBAR (FP) (Branch target of P21277) membar #StoreLoad ba P21493 nop TARGET21277: ba RET21277 nop P21493: !_BLD [182] (FP) wr %g0, 0xf0, %asi sethi %hi(REGION0_ALIAS0_O-REGION32_ALIAS1_O), %i2 sub %i0, %i2, %i2 ldda [%i2 + 1664] %asi, %f0 membar #Sync ! 1 addresses covered fmovd %f2, %f0 P21494: !_MEMBAR (FP) (Loop exit) !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- loop_exit_63_108: sub %l2, 1, %l2 cmp %l2, 0 bg loop_entry_63_108 nop P21495: !_MEMBAR (Int) membar #StoreLoad END_NODES63: ! Test instruction sequence for CPU 63 ends sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 ! move %o5(lower) -> %o0(upper) sllx %o5, 32, %o0 sethi %hi(0xdead0e0f), %o5 or %o5, %lo(0xdead0e0f), %o5 stw %o5, [%i5] ld [%i5], %f0 !---- flushing int results buffer---- mov %o0, %l5 !---- flushing fp results buffer to %f30 ---- fmovs %f0, %f30 !-- restore retl nop tsotool_text_end: !#0 N1 P1 MEMBAR Loop_entry !#0 N2 P2 BLD 68 -1 FP BE Pri !#0 N3 P3 MEMBAR Loop_exit !#0 N4 P4 MEMBAR Loop_entry !#0 N5 P5 BLD 189 -1 FP BE Pri !#0 N6 P6 MEMBAR Loop_exit !#0 N7 P7 MEMBAR Loop_entry !#0 N8 P8 BLD 336 -1 FP BE Pri !#0 N9 P9 MEMBAR Loop_exit !#0 N10 P7 MEMBAR Loop_entry !#0 N11 P8 BLD 336 -1 FP BE Pri !#0 N12 P9 MEMBAR Loop_exit !#0 N13 P10 IDC_FLIP 144 Int BE Pri Loop_entry Loop_exit !#0 N14 P10 IDC_FLIP 144 Int BE Pri Loop_entry Loop_exit !#0 N15 P11 MEMBAR Loop_entry !#0 N16 P12 BLD 169 -1 FP BE Pri !#0 N17 P13 MEMBAR Loop_exit !#0 N18 P11 MEMBAR Loop_entry !#0 N19 P12 BLD 169 -1 FP BE Pri !#0 N20 P13 MEMBAR Loop_exit !#0 N21 P14 MEMBAR Loop_entry !#0 N22 P15 BLD 199 -1 FP BE Pri !#0 N23 P16 MEMBAR Loop_exit !#0 N24 P14 MEMBAR Loop_entry !#0 N25 P15 BLD 199 -1 FP BE Pri !#0 N26 P16 MEMBAR Loop_exit !#0 N27 P17 MEMBAR Loop_entry !#0 N28 P18 BLD 164 -1 FP BE Pri !#0 N29 P19 MEMBAR Loop_exit !#0 N30 P17 MEMBAR Loop_entry !#0 N31 P18 BLD 164 -1 FP BE Pri !#0 N32 P19 MEMBAR Loop_exit !#0 N33 P20 MEMBAR Loop_entry !#0 N34 P21 BLD 280 -1 FP BE Pri !#0 N35 P22 MEMBAR Loop_exit !#0 N36 P23 MEMBAR Loop_entry !#0 N37 P24 BLD 32 -1 FP BE Pri !#0 N38 P24 BLD 33 -1 FP BE Pri !#0 N39 P25 MEMBAR Loop_exit !#0 N40 P23 MEMBAR Loop_entry !#0 N41 P24 BLD 32 -1 FP BE Pri !#0 N42 P24 BLD 33 -1 FP BE Pri !#0 N43 P25 MEMBAR Loop_exit !#0 N44 P26 MEMBAR Loop_entry !#0 N45 P27 BLD 60 -1 FP BE Pri !#0 N46 P28 MEMBAR Loop_exit !#0 N47 P29 MEMBAR Loop_entry !#0 N48 P30 BLD 302 -1 FP BE Pri !#0 N49 P31 MEMBAR Loop_exit !#0 N50 P32 MEMBAR Loop_entry !#0 N51 P33 BLD 191 -1 FP BE Pri !#0 N52 P34 MEMBAR Loop_exit !#0 N53 P35 MEMBAR Loop_entry !#0 N54 P36 BLD 267 -1 FP BE Pri !#0 N55 P37 MEMBAR Loop_exit !#0 N56 P38 MEMBAR Loop_entry !#0 N57 P39 BLD 355 -1 FP BE Pri !#0 N58 P40 MEMBAR Loop_exit !#0 N59 P41 MEMBAR Loop_entry !#0 N60 P42 BLD 318 -1 FP BE Pri !#0 N61 P43 MEMBAR Loop_exit !#0 N62 P44 MEMBAR Loop_entry !#0 N63 P45 BLD 37 -1 FP BE Pri !#0 N64 P46 MEMBAR Loop_exit !#0 N65 P47 MEMBAR Loop_entry !#0 N66 P48 BLD 197 -1 FP BE Pri !#0 N67 P49 MEMBAR Loop_exit !#0 N68 P47 MEMBAR Loop_entry !#0 N69 P48 BLD 197 -1 FP BE Pri !#0 N70 P49 MEMBAR Loop_exit !#0 N71 P50 MEMBAR Loop_entry !#0 N72 P51 BLD 274 -1 FP BE Pri !#0 N73 P52 MEMBAR Loop_exit !#0 N74 P50 MEMBAR Loop_entry !#0 N75 P51 BLD 274 -1 FP BE Pri !#0 N76 P52 MEMBAR Loop_exit !#0 N77 P53 MEMBAR Loop_entry !#0 N78 P54 BLD 91 -1 FP BE Pri !#0 N79 P54 BLD 92 -1 FP BE Pri !#0 N80 P54 BLD 93 -1 FP BE Pri !#0 N81 P55 MEMBAR Loop_exit !#0 N82 P56 MEMBAR Loop_entry !#0 N83 P57 BLD 335 -1 FP BE Pri !#0 N84 P58 MEMBAR Loop_exit !#0 N85 P56 MEMBAR Loop_entry !#0 N86 P57 BLD 335 -1 FP BE Pri !#0 N87 P58 MEMBAR Loop_exit !#0 N88 P59 MEMBAR Loop_entry !#0 N89 P60 BLD 91 -1 FP BE Pri !#0 N90 P60 BLD 92 -1 FP BE Pri !#0 N91 P60 BLD 93 -1 FP BE Pri !#0 N92 P61 MEMBAR Loop_exit !#0 N93 P62 MEMBAR Loop_entry !#0 N94 P63 BLD 48 -1 FP BE Pri !#0 N95 P64 MEMBAR Loop_exit !#0 N96 P62 MEMBAR Loop_entry !#0 N97 P63 BLD 48 -1 FP BE Pri !#0 N98 P64 MEMBAR Loop_exit !#0 N99 P65 ST 167 0x80000001 Int BE Pri Loop_entry Loop_exit !#0 N100 P65 ST 167 0x80000002 Int BE Pri Loop_entry Loop_exit !#0 N101 P66 MEMBAR Loop_entry !#0 N102 P67 BLD 163 -1 FP BE Pri !#0 N103 P68 MEMBAR Loop_exit !#0 N104 P66 MEMBAR Loop_entry !#0 N105 P67 BLD 163 -1 FP BE Pri !#0 N106 P68 MEMBAR Loop_exit !#0 N107 P69 MEMBAR Loop_entry !#0 N108 P70 BLD 182 -1 FP BE Pri !#0 N109 P71 MEMBAR Loop_exit !#0 N110 P72 MEMBAR Loop_entry !#0 N111 P73 BLD 172 -1 FP BE Pri !#0 N112 P74 MEMBAR Loop_exit !#0 N113 P75 MEMBAR Loop_entry !#0 N114 P76 BLD 276 -1 FP BE Pri !#0 N115 P77 MEMBAR Loop_exit !#0 N116 P78 MEMBAR Loop_entry !#0 N117 P79 BLD 211 -1 FP BE Pri !#0 N118 P80 MEMBAR Loop_exit !#0 N119 P78 MEMBAR Loop_entry !#0 N120 P79 BLD 211 -1 FP BE Pri !#0 N121 P80 MEMBAR Loop_exit !#0 N122 P81 MEMBAR Loop_entry !#0 N123 P82 BLD 183 -1 FP BE Pri !#0 N124 P83 MEMBAR Loop_exit !#0 N125 P84 MEMBAR Loop_entry !#0 N126 P85 BLD 284 -1 FP BE Pri !#0 N127 P86 MEMBAR Loop_exit !#0 N128 P87 MEMBAR Loop_entry !#0 N129 P88 BLD 45 -1 FP BE Pri !#0 N130 P89 MEMBAR Loop_exit !#0 N131 P90 MEMBAR Loop_entry !#0 N132 P91 BLD 60 -1 FP BE Pri !#0 N133 P92 MEMBAR Loop_exit !#0 N134 P90 MEMBAR Loop_entry !#0 N135 P91 BLD 60 -1 FP BE Pri !#0 N136 P92 MEMBAR Loop_exit !#0 N137 P93 MEMBAR Loop_entry !#0 N138 P94 BLD 341 -1 FP BE Pri !#0 N139 P95 MEMBAR Loop_exit !#0 N140 P93 MEMBAR Loop_entry !#0 N141 P94 BLD 341 -1 FP BE Pri !#0 N142 P95 MEMBAR Loop_exit !#0 N143 P96 MEMBAR Loop_entry !#0 N144 P97 BLD 44 -1 FP BE Pri !#0 N145 P98 MEMBAR Loop_exit !#0 N146 P96 MEMBAR Loop_entry !#0 N147 P97 BLD 44 -1 FP BE Pri !#0 N148 P98 MEMBAR Loop_exit !#0 N149 P99 MEMBAR Loop_entry !#0 N150 P100 BLD 39 -1 FP BE Pri !#0 N151 P101 MEMBAR Loop_exit !#0 N152 P102 MEMBAR Loop_entry !#0 N153 P103 BLD 121 -1 FP BE Pri !#0 N154 P104 MEMBAR Loop_exit !#0 N155 P102 MEMBAR Loop_entry !#0 N156 P103 BLD 121 -1 FP BE Pri !#0 N157 P104 MEMBAR Loop_exit !#0 N158 P105 MEMBAR Loop_entry !#0 N159 P106 BLD 182 -1 FP BE Pri !#0 N160 P107 MEMBAR Loop_exit !#0 N161 P108 MEMBAR Loop_entry !#0 N162 P109 BLD 256 -1 FP BE Pri !#0 N163 P110 MEMBAR Loop_exit !#0 N164 P111 MEMBAR Loop_entry !#0 N165 P112 BLD 261 -1 FP BE Pri !#0 N166 P113 MEMBAR Loop_exit !#0 N167 P111 MEMBAR Loop_entry !#0 N168 P112 BLD 261 -1 FP BE Pri !#0 N169 P113 MEMBAR Loop_exit !#0 N170 P114 MEMBAR Loop_entry !#0 N171 P115 BLD 149 -1 FP BE Pri !#0 N172 P116 MEMBAR Loop_exit !#0 N173 P117 FLUSHI 186 Int BE Pri Loop_entry Loop_exit !#0 N174 P118 MEMBAR Loop_entry !#0 N175 P119 BLD 119 -1 FP BE Pri !#0 N176 P120 MEMBAR Loop_exit !#0 N177 P118 MEMBAR Loop_entry !#0 N178 P119 BLD 119 -1 FP BE Pri !#0 N179 P120 MEMBAR Loop_exit !#0 N180 P121 PREFETCH 204 Int BE Pri Loop_entry !#0 N181 P122 MEMBAR !#0 N182 P123 BLD 309 -1 FP BE Pri !#0 N183 P124 MEMBAR Loop_exit !#0 N184 P125 MEMBAR Loop_entry !#0 N185 P126 BLD 295 -1 FP BE Pri !#0 N186 P126 BLD 296 -1 FP BE Pri !#0 N187 P127 MEMBAR Loop_exit !#0 N188 P128 MEMBAR Loop_entry !#0 N189 P129 BLD 77 -1 FP BE Pri !#0 N190 P130 MEMBAR Loop_exit !#0 N191 P128 MEMBAR Loop_entry !#0 N192 P129 BLD 77 -1 FP BE Pri !#0 N193 P130 MEMBAR Loop_exit !#0 N194 P131 MEMBAR Loop_entry !#0 N195 P132 BLD 222 -1 FP BE Pri !#0 N196 P133 MEMBAR Loop_exit !#0 N197 P134 MEMBAR Loop_entry !#0 N198 P135 BLD 162 -1 FP BE Pri !#0 N199 P136 MEMBAR Loop_exit !#0 N200 P134 MEMBAR Loop_entry !#0 N201 P135 BLD 162 -1 FP BE Pri !#0 N202 P136 MEMBAR Loop_exit !#0 N203 P137 MEMBAR Loop_entry !#0 N204 P138 BLD 259 -1 FP BE Pri !#0 N205 P139 MEMBAR Loop_exit !#0 N206 P137 MEMBAR Loop_entry !#0 N207 P138 BLD 259 -1 FP BE Pri !#0 N208 P139 MEMBAR Loop_exit !#0 N209 P140 MEMBAR Loop_entry !#0 N210 P141 BLD 98 -1 FP BE Pri !#0 N211 P141 BLD 99 -1 FP BE Pri !#0 N212 P142 MEMBAR Loop_exit !#0 N213 P143 MEMBAR Loop_entry !#0 N214 P144 BLD 241 -1 FP BE Pri !#0 N215 P144 BLD 242 -1 FP BE Pri !#0 N216 P145 MEMBAR Loop_exit !#0 N217 P143 MEMBAR Loop_entry !#0 N218 P144 BLD 241 -1 FP BE Pri !#0 N219 P144 BLD 242 -1 FP BE Pri !#0 N220 P145 MEMBAR Loop_exit !#0 N221 P146 LD 0 -1 FP BE Pri Loop_entry Loop_exit !#0 N222 P147 MEMBAR Loop_entry !#0 N223 P148 BLD 8 -1 FP BE Pri !#0 N224 P149 MEMBAR Loop_exit !#0 N225 P147 MEMBAR Loop_entry !#0 N226 P148 BLD 8 -1 FP BE Pri !#0 N227 P149 MEMBAR Loop_exit !#0 N228 P150 IDC_FLIP 329 Int BE Pri Loop_entry !#0 N229 P151 MEMBAR !#0 N230 P152 BLD 280 -1 FP BE Pri !#0 N231 P153 MEMBAR Loop_exit !#0 N232 P154 ST 12 0x80000003 Int BE Pri Loop_entry !#0 N233 P155 MEMBAR !#0 N234 P156 BLD 36 -1 FP BE Pri !#0 N235 P157 MEMBAR Loop_exit !#0 N236 P154 ST 12 0x80000004 Int BE Pri Loop_entry !#0 N237 P155 MEMBAR !#0 N238 P156 BLD 36 -1 FP BE Pri !#0 N239 P157 MEMBAR Loop_exit !#0 N240 P158 PREFETCH 140 Int BE Pri Loop_entry !#0 N241 P159 MEMBAR !#0 N242 P160 BLD 69 -1 FP BE Pri !#0 N243 P161 MEMBAR Loop_exit !#0 N244 P162 MEMBAR Loop_entry !#0 N245 P163 BLD 313 -1 FP BE Pri !#0 N246 P164 MEMBAR Loop_exit !#0 N247 P165 PREFETCH 329 Int BE Pri Loop_entry Loop_exit !#0 N248 P165 PREFETCH 329 Int BE Pri Loop_entry Loop_exit !#0 N249 P166 MEMBAR Loop_entry !#0 N250 P167 BLD 287 -1 FP BE Pri !#0 N251 P168 MEMBAR Loop_exit !#0 N252 P166 MEMBAR Loop_entry !#0 N253 P167 BLD 287 -1 FP BE Pri !#0 N254 P168 MEMBAR Loop_exit !#0 N255 P169 MEMBAR Loop_entry !#0 N256 P170 BLD 23 -1 FP BE Pri !#0 N257 P171 MEMBAR Loop_exit !#0 N258 P169 MEMBAR Loop_entry !#0 N259 P170 BLD 23 -1 FP BE Pri !#0 N260 P171 MEMBAR Loop_exit !#0 N261 P172 MEMBAR Loop_entry !#0 N262 P173 BLD 314 -1 FP BE Pri !#0 N263 P174 MEMBAR Loop_exit !#0 N264 P175 MEMBAR Loop_entry !#0 N265 P176 BLD 58 -1 FP BE Pri !#0 N266 P177 MEMBAR Loop_exit !#0 N267 P175 MEMBAR Loop_entry !#0 N268 P176 BLD 58 -1 FP BE Pri !#0 N269 P177 MEMBAR Loop_exit !#0 N270 P178 MEMBAR Loop_entry !#0 N271 P179 BLD 64 -1 FP BE Pri !#0 N272 P180 MEMBAR Loop_exit !#0 N273 P181 MEMBAR Loop_entry !#0 N274 P182 BLD 227 -1 FP BE Pri !#0 N275 P183 MEMBAR Loop_exit !#0 N276 P184 MEMBAR Loop_entry !#0 N277 P185 BLD 230 -1 FP BE Pri !#0 N278 P186 MEMBAR Loop_exit !#0 N279 P184 MEMBAR Loop_entry !#0 N280 P185 BLD 230 -1 FP BE Pri !#0 N281 P186 MEMBAR Loop_exit !#0 N282 P187 MEMBAR Loop_entry !#0 N283 P188 BLD 245 -1 FP BE Pri !#0 N284 P189 MEMBAR Loop_exit !#0 N285 P190 MEMBAR Loop_entry !#0 N286 P191 BLD 334 -1 FP BE Pri !#0 N287 P192 MEMBAR Loop_exit !#0 N288 P190 MEMBAR Loop_entry !#0 N289 P191 BLD 334 -1 FP BE Pri !#0 N290 P192 MEMBAR Loop_exit !#0 N291 P193 ST 24 0x80000005 Int BE Pri Loop_entry !#0 N292 P194 MEMBAR !#0 N293 P195 BLD 102 -1 FP BE Pri !#0 N294 P195 BLD 103 -1 FP BE Pri !#0 N295 P195 BLD 104 -1 FP BE Pri !#0 N296 P196 MEMBAR Loop_exit !#0 N297 P193 ST 24 0x80000006 Int BE Pri Loop_entry !#0 N298 P194 MEMBAR !#0 N299 P195 BLD 102 -1 FP BE Pri !#0 N300 P195 BLD 103 -1 FP BE Pri !#0 N301 P195 BLD 104 -1 FP BE Pri !#0 N302 P196 MEMBAR Loop_exit !#0 N303 P197 MEMBAR Loop_entry !#0 N304 P198 BLD 44 -1 FP BE Pri !#0 N305 P199 MEMBAR Loop_exit !#0 N306 P197 MEMBAR Loop_entry !#0 N307 P198 BLD 44 -1 FP BE Pri !#0 N308 P199 MEMBAR Loop_exit !#0 N309 P200 MEMBAR Loop_entry !#0 N310 P201 BLD 78 -1 FP BE Pri !#0 N311 P202 MEMBAR Loop_exit !#0 N312 P200 MEMBAR Loop_entry !#0 N313 P201 BLD 78 -1 FP BE Pri !#0 N314 P202 MEMBAR Loop_exit !#0 N315 P203 MEMBAR Loop_entry !#0 N316 P204 BLD 91 -1 FP BE Pri !#0 N317 P204 BLD 92 -1 FP BE Pri !#0 N318 P204 BLD 93 -1 FP BE Pri !#0 N319 P205 MEMBAR Loop_exit !#0 N320 P206 MEMBAR Loop_entry !#0 N321 P207 BLD 70 -1 FP BE Pri !#0 N322 P208 MEMBAR Loop_exit !#0 N323 P206 MEMBAR Loop_entry !#0 N324 P207 BLD 70 -1 FP BE Pri !#0 N325 P208 MEMBAR Loop_exit !#0 N326 P209 MEMBAR Loop_entry !#0 N327 P210 BLD 108 -1 FP BE Pri !#0 N328 P211 MEMBAR Loop_exit !#0 N329 P212 IDC_FLIP 79 Int BE Pri Loop_entry !#0 N330 P213 MEMBAR !#0 N331 P214 BLD 180 -1 FP BE Pri !#0 N332 P215 MEMBAR Loop_exit !#0 N333 P216 MEMBAR Loop_entry !#0 N334 P217 BLD 197 -1 FP BE Pri !#0 N335 P218 MEMBAR Loop_exit !#0 N336 P219 MEMBAR Loop_entry !#0 N337 P220 BLD 341 -1 FP BE Pri !#0 N338 P221 MEMBAR Loop_exit !#0 N339 P219 MEMBAR Loop_entry !#0 N340 P220 BLD 341 -1 FP BE Pri !#0 N341 P221 MEMBAR Loop_exit !#0 N342 P222 MEMBAR Loop_entry !#0 N343 P223 BLD 221 -1 FP BE Pri !#0 N344 P224 MEMBAR Loop_exit !#0 N345 P222 MEMBAR Loop_entry !#0 N346 P223 BLD 221 -1 FP BE Pri !#0 N347 P224 MEMBAR Loop_exit !#0 N348 P225 MEMBAR Loop_entry !#0 N349 P226 BLD 76 -1 FP BE Pri !#0 N350 P227 MEMBAR Loop_exit !#0 N351 P225 MEMBAR Loop_entry !#0 N352 P226 BLD 76 -1 FP BE Pri !#0 N353 P227 MEMBAR Loop_exit !#0 N354 P228 IDC_FLIP 164 Int BE Pri Loop_entry !#0 N355 P229 MEMBAR !#0 N356 P230 BLD 325 -1 FP BE Pri !#0 N357 P231 MEMBAR Loop_exit !#0 N358 P232 MEMBAR Loop_entry !#0 N359 P233 BLD 311 -1 FP BE Pri !#0 N360 P234 MEMBAR Loop_exit !#0 N361 P235 MEMBAR Loop_entry !#0 N362 P236 BLD 322 -1 FP BE Pri !#0 N363 P237 MEMBAR Loop_exit !#0 N364 P238 MEMBAR Loop_entry !#0 N365 P239 BLD 279 -1 FP BE Pri !#0 N366 P240 MEMBAR Loop_exit !#0 N367 P241 MEMBAR Loop_entry !#0 N368 P242 BLD 124 -1 FP BE Pri !#0 N369 P242 BLD 125 -1 FP BE Pri !#0 N370 P242 BLD 126 -1 FP BE Pri !#0 N371 P243 MEMBAR Loop_exit !#0 N372 P241 MEMBAR Loop_entry !#0 N373 P242 BLD 124 -1 FP BE Pri !#0 N374 P242 BLD 125 -1 FP BE Pri !#0 N375 P242 BLD 126 -1 FP BE Pri !#0 N376 P243 MEMBAR Loop_exit !#0 N377 P244 MEMBAR Loop_entry !#0 N378 P245 BLD 79 -1 FP BE Pri !#0 N379 P246 MEMBAR Loop_exit !#0 N380 P244 MEMBAR Loop_entry !#0 N381 P245 BLD 79 -1 FP BE Pri !#0 N382 P246 MEMBAR Loop_exit !#0 N383 P247 MEMBAR Loop_entry !#0 N384 P248 BLD 23 -1 FP BE Pri !#0 N385 P249 MEMBAR Loop_exit !#0 N386 P247 MEMBAR Loop_entry !#0 N387 P248 BLD 23 -1 FP BE Pri !#0 N388 P249 MEMBAR Loop_exit !#0 N389 P250 MEMBAR Loop_entry !#0 N390 P251 BLD 83 -1 FP BE Pri !#0 N391 P252 MEMBAR Loop_exit !#0 N392 P250 MEMBAR Loop_entry !#0 N393 P251 BLD 83 -1 FP BE Pri !#0 N394 P252 MEMBAR Loop_exit !#0 N395 P253 MEMBAR Loop_entry !#0 N396 P254 BLD 356 -1 FP BE Pri !#0 N397 P255 MEMBAR Loop_exit !#0 N398 P256 MEMBAR Loop_entry !#0 N399 P257 BLD 291 -1 FP BE Pri !#0 N400 P258 MEMBAR Loop_exit !#0 N401 P256 MEMBAR Loop_entry !#0 N402 P257 BLD 291 -1 FP BE Pri !#0 N403 P258 MEMBAR Loop_exit !#0 N404 P259 ST 44 0x80000007 Int BE Pri Loop_entry Loop_exit !#0 N405 P260 MEMBAR Loop_entry !#0 N406 P261 BLD 91 -1 FP BE Pri !#0 N407 P261 BLD 92 -1 FP BE Pri !#0 N408 P261 BLD 93 -1 FP BE Pri !#0 N409 P262 MEMBAR Loop_exit !#0 N410 P263 MEMBAR Loop_entry !#0 N411 P264 BLD 223 -1 FP BE Pri !#0 N412 P265 MEMBAR Loop_exit !#0 N413 P266 MEMBAR Loop_entry !#0 N414 P267 BLD 197 -1 FP BE Pri !#0 N415 P268 MEMBAR Loop_exit !#0 N416 P266 MEMBAR Loop_entry !#0 N417 P267 BLD 197 -1 FP BE Pri !#0 N418 P268 MEMBAR Loop_exit !#0 N419 P269 MEMBAR Loop_entry !#0 N420 P270 BLD 254 -1 FP BE Pri !#0 N421 P271 MEMBAR Loop_exit !#0 N422 P269 MEMBAR Loop_entry !#0 N423 P270 BLD 254 -1 FP BE Pri !#0 N424 P271 MEMBAR Loop_exit !#0 N425 P272 MEMBAR Loop_entry !#0 N426 P273 BLD 91 -1 FP BE Pri !#0 N427 P273 BLD 92 -1 FP BE Pri !#0 N428 P273 BLD 93 -1 FP BE Pri !#0 N429 P274 MEMBAR Loop_exit !#0 N430 P275 MEMBAR Loop_entry !#0 N431 P276 BLD 0 -1 FP BE Pri !#0 N432 P277 MEMBAR Loop_exit !#0 N433 P278 MEMBAR Loop_entry !#0 N434 P279 BLD 285 -1 FP BE Pri !#0 N435 P280 MEMBAR Loop_exit !#0 N436 P281 MEMBAR Loop_entry !#0 N437 P282 BLD 175 -1 FP BE Pri !#0 N438 P283 MEMBAR Loop_exit !#0 N439 P284 MEMBAR Loop_entry !#0 N440 P285 BLD 199 -1 FP BE Pri !#0 N441 P286 MEMBAR Loop_exit !#0 N442 P287 IDC_FLIP 22 Int BE Pri Loop_entry !#0 N443 P288 MEMBAR !#0 N444 P289 BLD 85 -1 FP BE Pri !#0 N445 P290 MEMBAR Loop_exit !#0 N446 P291 MEMBAR Loop_entry !#0 N447 P292 BLD 34 -1 FP BE Pri !#0 N448 P293 MEMBAR Loop_exit !#0 N449 P291 MEMBAR Loop_entry !#0 N450 P292 BLD 34 -1 FP BE Pri !#0 N451 P293 MEMBAR Loop_exit !#0 N452 P294 IDC_FLIP 159 Int BE Pri Loop_entry Loop_exit !#0 N453 P295 MEMBAR Loop_entry !#0 N454 P296 BLD 127 -1 FP BE Pri !#0 N455 P297 MEMBAR Loop_exit !#0 N456 P295 MEMBAR Loop_entry !#0 N457 P296 BLD 127 -1 FP BE Pri !#0 N458 P297 MEMBAR Loop_exit !#0 N459 P298 MEMBAR Loop_entry !#0 N460 P299 BLD 276 -1 FP BE Pri !#0 N461 P300 MEMBAR Loop_exit !#0 N462 P301 MEMBAR Loop_entry !#0 N463 P302 BLD 76 -1 FP BE Pri !#0 N464 P303 MEMBAR Loop_exit !#0 N465 P304 IDC_FLIP 355 Int BE Pri Loop_entry Loop_exit !#0 N466 P305 MEMBAR Loop_entry !#0 N467 P306 BLD 310 -1 FP BE Pri !#0 N468 P307 MEMBAR Loop_exit !#0 N469 P305 MEMBAR Loop_entry !#0 N470 P306 BLD 310 -1 FP BE Pri !#0 N471 P307 MEMBAR Loop_exit !#0 N472 P308 MEMBAR Loop_entry !#0 N473 P309 BLD 65 -1 FP BE Pri !#0 N474 P310 MEMBAR Loop_exit !#0 N475 P311 MEMBAR Loop_entry !#0 N476 P312 BLD 280 -1 FP BE Pri !#0 N477 P313 MEMBAR Loop_exit !#0 N478 P314 MEMBAR Loop_entry !#0 N479 P315 BLD 211 -1 FP BE Pri !#0 N480 P316 MEMBAR Loop_exit !#0 N481 P317 MEMBAR Loop_entry !#0 N482 P318 BLD 346 -1 FP BE Pri !#0 N483 P319 MEMBAR Loop_exit !#0 N484 P320 ST 56 0x80000008 Int BE Pri Loop_entry Loop_exit !#0 N485 P321 MEMBAR Loop_entry !#0 N486 P322 BLD 175 -1 FP BE Pri !#0 N487 P323 MEMBAR Loop_exit !#0 N488 P324 MEMBAR Loop_entry !#0 N489 P325 BLD 254 -1 FP BE Pri !#0 N490 P326 MEMBAR Loop_exit !#0 N491 P327 MEMBAR Loop_entry !#0 N492 P328 BLD 277 -1 FP BE Pri !#0 N493 P329 MEMBAR Loop_exit !#0 N494 P327 MEMBAR Loop_entry !#0 N495 P328 BLD 277 -1 FP BE Pri !#0 N496 P329 MEMBAR Loop_exit !#0 N497 P330 MEMBAR Loop_entry Loop_exit !#0 N498 P330 MEMBAR Loop_entry Loop_exit !#0 N499 P331 MEMBAR Loop_entry !#0 N500 P332 BLD 355 -1 FP BE Pri !#0 N501 P333 MEMBAR Loop_exit !#0 N502 P334 MEMBAR Loop_entry !#0 N503 P335 BLD 110 -1 FP BE Pri !#0 N504 P336 MEMBAR Loop_exit !#0 N505 P334 MEMBAR Loop_entry !#0 N506 P335 BLD 110 -1 FP BE Pri !#0 N507 P336 MEMBAR Loop_exit !#0 N508 P337 MEMBAR Loop_entry !#0 N509 P338 BLD 130 -1 FP BE Pri !#0 N510 P339 MEMBAR Loop_exit !#0 N511 P337 MEMBAR Loop_entry !#0 N512 P338 BLD 130 -1 FP BE Pri !#0 N513 P339 MEMBAR Loop_exit !#0 N514 P340 MEMBAR Loop_entry !#0 N515 P341 BLD 79 -1 FP BE Pri !#0 N516 P342 MEMBAR Loop_exit !#0 N517 P343 IDC_FLIP 107 Int BE Pri Loop_entry !#0 N518 P344 MEMBAR !#0 N519 P345 BLD 247 -1 FP BE Pri !#0 N520 P346 MEMBAR Loop_exit !#0 N521 P347 MEMBAR Loop_entry !#0 N522 P348 BLD 340 -1 FP BE Pri !#0 N523 P349 MEMBAR Loop_exit !#0 N524 P347 MEMBAR Loop_entry !#0 N525 P348 BLD 340 -1 FP BE Pri !#0 N526 P349 MEMBAR Loop_exit !#0 N527 P350 MEMBAR !#1 N528 P351 MEMBAR Loop_entry !#1 N529 P352 BLD 290 -1 FP BE Pri !#1 N530 P353 MEMBAR Loop_exit !#1 N531 P354 MEMBAR Loop_entry !#1 N532 P355 BLD 66 -1 FP BE Pri !#1 N533 P356 MEMBAR Loop_exit !#1 N534 P357 MEMBAR Loop_entry !#1 N535 P358 BLD 111 -1 FP BE Pri !#1 N536 P358 BLD 112 -1 FP BE Pri !#1 N537 P358 BLD 113 -1 FP BE Pri !#1 N538 P359 MEMBAR Loop_exit !#1 N539 P360 MEMBAR Loop_entry !#1 N540 P361 BLD 301 -1 FP BE Pri !#1 N541 P362 MEMBAR Loop_exit !#1 N542 P360 MEMBAR Loop_entry !#1 N543 P361 BLD 301 -1 FP BE Pri !#1 N544 P362 MEMBAR Loop_exit !#1 N545 P363 MEMBAR Loop_entry !#1 N546 P364 BLD 13 -1 FP BE Pri !#1 N547 P365 MEMBAR Loop_exit !#1 N548 P363 MEMBAR Loop_entry !#1 N549 P364 BLD 13 -1 FP BE Pri !#1 N550 P365 MEMBAR Loop_exit !#1 N551 P366 IDC_FLIP 95 Int BE Pri Loop_entry Loop_exit !#1 N552 P367 PREFETCH 206 Int BE Pri Loop_entry !#1 N553 P368 MEMBAR !#1 N554 P369 BLD 39 -1 FP BE Pri !#1 N555 P370 MEMBAR Loop_exit !#1 N556 P367 PREFETCH 206 Int BE Pri Loop_entry !#1 N557 P368 MEMBAR !#1 N558 P369 BLD 39 -1 FP BE Pri !#1 N559 P370 MEMBAR Loop_exit !#1 N560 P371 MEMBAR Loop_entry !#1 N561 P372 BLD 286 -1 FP BE Pri !#1 N562 P373 MEMBAR Loop_exit !#1 N563 P374 IDC_FLIP 50 Int BE Pri Loop_entry !#1 N564 P375 MEMBAR !#1 N565 P376 BLD 273 -1 FP BE Pri !#1 N566 P377 MEMBAR Loop_exit !#1 N567 P374 IDC_FLIP 50 Int BE Pri Loop_entry !#1 N568 P375 MEMBAR !#1 N569 P376 BLD 273 -1 FP BE Pri !#1 N570 P377 MEMBAR Loop_exit !#1 N571 P378 MEMBAR Loop_entry !#1 N572 P379 BLD 170 -1 FP BE Pri !#1 N573 P380 MEMBAR Loop_exit !#1 N574 P378 MEMBAR Loop_entry !#1 N575 P379 BLD 170 -1 FP BE Pri !#1 N576 P380 MEMBAR Loop_exit !#1 N577 P381 MEMBAR Loop_entry !#1 N578 P382 BLD 293 -1 FP BE Pri !#1 N579 P383 MEMBAR Loop_exit !#1 N580 P384 MEMBAR Loop_entry !#1 N581 P385 BLD 34 -1 FP BE Pri !#1 N582 P386 MEMBAR Loop_exit !#1 N583 P384 MEMBAR Loop_entry !#1 N584 P385 BLD 34 -1 FP BE Pri !#1 N585 P386 MEMBAR Loop_exit !#1 N586 P387 IDC_FLIP 57 Int BE Pri Loop_entry !#1 N587 P388 MEMBAR !#1 N588 P389 BLD 241 -1 FP BE Pri !#1 N589 P389 BLD 242 -1 FP BE Pri !#1 N590 P390 MEMBAR Loop_exit !#1 N591 P391 MEMBAR Loop_entry !#1 N592 P392 BLD 278 -1 FP BE Pri !#1 N593 P393 MEMBAR Loop_exit !#1 N594 P391 MEMBAR Loop_entry !#1 N595 P392 BLD 278 -1 FP BE Pri !#1 N596 P393 MEMBAR Loop_exit !#1 N597 P394 MEMBAR Loop_entry !#1 N598 P395 BLD 251 -1 FP BE Pri !#1 N599 P396 MEMBAR Loop_exit !#1 N600 P397 MEMBAR Loop_entry !#1 N601 P398 BLD 326 -1 FP BE Pri !#1 N602 P399 MEMBAR Loop_exit !#1 N603 P400 MEMBAR Loop_entry !#1 N604 P401 BLD 186 -1 FP BE Pri !#1 N605 P402 MEMBAR Loop_exit !#1 N606 P403 MEMBAR Loop_entry !#1 N607 P404 BLD 50 -1 FP BE Pri !#1 N608 P405 MEMBAR Loop_exit !#1 N609 P403 MEMBAR Loop_entry !#1 N610 P404 BLD 50 -1 FP BE Pri !#1 N611 P405 MEMBAR Loop_exit !#1 N612 P406 MEMBAR Loop_entry !#1 N613 P407 BLD 221 -1 FP BE Pri !#1 N614 P408 MEMBAR Loop_exit !#1 N615 P406 MEMBAR Loop_entry !#1 N616 P407 BLD 221 -1 FP BE Pri !#1 N617 P408 MEMBAR Loop_exit !#1 N618 P409 ST 355 0x80800001 Int BE Pri Loop_entry !#1 N619 P410 PREFETCH 303 Int BE Pri Loop_exit !#1 N620 P411 MEMBAR Loop_entry !#1 N621 P412 BLD 111 -1 FP BE Pri !#1 N622 P412 BLD 112 -1 FP BE Pri !#1 N623 P412 BLD 113 -1 FP BE Pri !#1 N624 P413 MEMBAR Loop_exit !#1 N625 P414 MEMBAR Loop_entry !#1 N626 P415 BLD 119 -1 FP BE Pri !#1 N627 P416 MEMBAR Loop_exit !#1 N628 P414 MEMBAR Loop_entry !#1 N629 P415 BLD 119 -1 FP BE Pri !#1 N630 P416 MEMBAR Loop_exit !#1 N631 P417 MEMBAR Loop_entry !#1 N632 P418 BLD 79 -1 FP BE Pri !#1 N633 P419 MEMBAR Loop_exit !#1 N634 P420 MEMBAR Loop_entry !#1 N635 P421 BLD 141 -1 FP BE Pri !#1 N636 P422 MEMBAR Loop_exit !#1 N637 P423 MEMBAR Loop_entry !#1 N638 P424 BLD 349 -1 FP BE Pri !#1 N639 P425 MEMBAR Loop_exit !#1 N640 P423 MEMBAR Loop_entry !#1 N641 P424 BLD 349 -1 FP BE Pri !#1 N642 P425 MEMBAR Loop_exit !#1 N643 P426 MEMBAR Loop_entry !#1 N644 P427 BLD 254 -1 FP BE Pri !#1 N645 P428 MEMBAR Loop_exit !#1 N646 P429 MEMBAR Loop_entry !#1 N647 P430 BLD 183 -1 FP BE Pri !#1 N648 P431 MEMBAR Loop_exit !#1 N649 P429 MEMBAR Loop_entry !#1 N650 P430 BLD 183 -1 FP BE Pri !#1 N651 P431 MEMBAR Loop_exit !#1 N652 P432 ST 15 0x80800002 Int BE Pri Loop_entry !#1 N653 P433 PREFETCH 238 Int BE Pri Loop_exit !#1 N654 P432 ST 15 0x80800003 Int BE Pri Loop_entry !#1 N655 P433 PREFETCH 238 Int BE Pri Loop_exit !#1 N656 P434 MEMBAR Loop_entry !#1 N657 P435 BLD 52 -1 FP BE Pri !#1 N658 P436 MEMBAR Loop_exit !#1 N659 P434 MEMBAR Loop_entry !#1 N660 P435 BLD 52 -1 FP BE Pri !#1 N661 P436 MEMBAR Loop_exit !#1 N662 P437 MEMBAR Loop_entry !#1 N663 P438 BLD 170 -1 FP BE Pri !#1 N664 P439 MEMBAR Loop_exit !#1 N665 P440 MEMBAR Loop_entry !#1 N666 P441 BLD 168 -1 FP BE Pri !#1 N667 P442 MEMBAR Loop_exit !#1 N668 P440 MEMBAR Loop_entry !#1 N669 P441 BLD 168 -1 FP BE Pri !#1 N670 P442 MEMBAR Loop_exit !#1 N671 P443 MEMBAR Loop_entry !#1 N672 P444 BLD 48 -1 FP BE Pri !#1 N673 P445 MEMBAR Loop_exit !#1 N674 P443 MEMBAR Loop_entry !#1 N675 P444 BLD 48 -1 FP BE Pri !#1 N676 P445 MEMBAR Loop_exit !#1 N677 P446 IDC_FLIP 281 Int BE Pri Loop_entry Loop_exit !#1 N678 P446 IDC_FLIP 281 Int BE Pri Loop_entry Loop_exit !#1 N679 P447 IDC_FLIP 299 Int BE Pri Loop_entry !#1 N680 P448 MEMBAR !#1 N681 P449 BLD 347 -1 FP BE Pri !#1 N682 P450 MEMBAR Loop_exit !#1 N683 P447 IDC_FLIP 299 Int BE Pri Loop_entry !#1 N684 P448 MEMBAR !#1 N685 P449 BLD 347 -1 FP BE Pri !#1 N686 P450 MEMBAR Loop_exit !#1 N687 P451 MEMBAR Loop_entry !#1 N688 P452 BLD 111 -1 FP BE Pri !#1 N689 P452 BLD 112 -1 FP BE Pri !#1 N690 P452 BLD 113 -1 FP BE Pri !#1 N691 P453 MEMBAR Loop_exit !#1 N692 P451 MEMBAR Loop_entry !#1 N693 P452 BLD 111 -1 FP BE Pri !#1 N694 P452 BLD 112 -1 FP BE Pri !#1 N695 P452 BLD 113 -1 FP BE Pri !#1 N696 P453 MEMBAR Loop_exit !#1 N697 P454 MEMBAR Loop_entry !#1 N698 P455 BLD 193 -1 FP BE Pri !#1 N699 P456 MEMBAR Loop_exit !#1 N700 P454 MEMBAR Loop_entry !#1 N701 P455 BLD 193 -1 FP BE Pri !#1 N702 P456 MEMBAR Loop_exit !#1 N703 P457 MEMBAR Loop_entry !#1 N704 P458 BLD 241 -1 FP BE Pri !#1 N705 P458 BLD 242 -1 FP BE Pri !#1 N706 P459 MEMBAR Loop_exit !#1 N707 P457 MEMBAR Loop_entry !#1 N708 P458 BLD 241 -1 FP BE Pri !#1 N709 P458 BLD 242 -1 FP BE Pri !#1 N710 P459 MEMBAR Loop_exit !#1 N711 P460 MEMBAR Loop_entry !#1 N712 P461 BLD 97 -1 FP BE Pri !#1 N713 P462 MEMBAR Loop_exit !#1 N714 P463 MEMBAR Loop_entry !#1 N715 P464 BLD 283 -1 FP BE Pri !#1 N716 P465 MEMBAR Loop_exit !#1 N717 P466 MEMBAR Loop_entry !#1 N718 P467 BLD 58 -1 FP BE Pri !#1 N719 P468 MEMBAR Loop_exit !#1 N720 P469 IDC_FLIP 285 Int BE Pri Loop_entry Loop_exit !#1 N721 P469 IDC_FLIP 285 Int BE Pri Loop_entry Loop_exit !#1 N722 P470 MEMBAR Loop_entry !#1 N723 P471 BLD 37 -1 FP BE Pri !#1 N724 P472 MEMBAR Loop_exit !#1 N725 P470 MEMBAR Loop_entry !#1 N726 P471 BLD 37 -1 FP BE Pri !#1 N727 P472 MEMBAR Loop_exit !#1 N728 P473 MEMBAR Loop_entry !#1 N729 P474 BLD 269 -1 FP BE Pri !#1 N730 P475 MEMBAR Loop_exit !#1 N731 P473 MEMBAR Loop_entry !#1 N732 P474 BLD 269 -1 FP BE Pri !#1 N733 P475 MEMBAR Loop_exit !#1 N734 P476 PREFETCH 64 Int BE Pri Loop_entry !#1 N735 P477 MEMBAR !#1 N736 P478 BLD 287 -1 FP BE Pri !#1 N737 P479 MEMBAR Loop_exit !#1 N738 P476 PREFETCH 64 Int BE Pri Loop_entry !#1 N739 P477 MEMBAR !#1 N740 P478 BLD 287 -1 FP BE Pri !#1 N741 P479 MEMBAR Loop_exit !#1 N742 P480 IDC_FLIP 228 Int BE Pri Loop_entry Loop_exit !#1 N743 P481 PREFETCH 191 Int BE Pri Loop_entry Loop_exit !#1 N744 P481 PREFETCH 191 Int BE Pri Loop_entry Loop_exit !#1 N745 P482 MEMBAR Loop_entry !#1 N746 P483 BLD 352 -1 FP BE Pri !#1 N747 P484 MEMBAR Loop_exit !#1 N748 P482 MEMBAR Loop_entry !#1 N749 P483 BLD 352 -1 FP BE Pri !#1 N750 P484 MEMBAR Loop_exit !#1 N751 P485 MEMBAR Loop_entry !#1 N752 P486 BLD 8 -1 FP BE Pri !#1 N753 P487 MEMBAR Loop_exit !#1 N754 P488 MEMBAR Loop_entry !#1 N755 P489 BLD 248 -1 FP BE Pri !#1 N756 P490 MEMBAR Loop_exit !#1 N757 P488 MEMBAR Loop_entry !#1 N758 P489 BLD 248 -1 FP BE Pri !#1 N759 P490 MEMBAR Loop_exit !#1 N760 P491 MEMBAR Loop_entry !#1 N761 P492 BLD 32 -1 FP BE Pri !#1 N762 P492 BLD 33 -1 FP BE Pri !#1 N763 P493 MEMBAR Loop_exit !#1 N764 P494 MEMBAR Loop_entry !#1 N765 P495 BLD 128 -1 FP BE Pri !#1 N766 P496 MEMBAR Loop_exit !#1 N767 P497 MEMBAR Loop_entry !#1 N768 P498 BLD 309 -1 FP BE Pri !#1 N769 P499 MEMBAR Loop_exit !#1 N770 P497 MEMBAR Loop_entry !#1 N771 P498 BLD 309 -1 FP BE Pri !#1 N772 P499 MEMBAR Loop_exit !#1 N773 P500 MEMBAR Loop_entry !#1 N774 P501 BLD 97 -1 FP BE Pri !#1 N775 P502 MEMBAR Loop_exit !#1 N776 P500 MEMBAR Loop_entry !#1 N777 P501 BLD 97 -1 FP BE Pri !#1 N778 P502 MEMBAR Loop_exit !#1 N779 P503 PREFETCH 286 Int BE Pri Loop_entry Loop_exit !#1 N780 P503 PREFETCH 286 Int BE Pri Loop_entry Loop_exit !#1 N781 P504 MEMBAR Loop_entry !#1 N782 P505 BLD 274 -1 FP BE Pri !#1 N783 P506 MEMBAR Loop_exit !#1 N784 P507 MEMBAR Loop_entry !#1 N785 P508 BLD 342 -1 FP BE Pri !#1 N786 P509 MEMBAR Loop_exit !#1 N787 P507 MEMBAR Loop_entry !#1 N788 P508 BLD 342 -1 FP BE Pri !#1 N789 P509 MEMBAR Loop_exit !#1 N790 P510 LD 236 -1 Int BE Pri Loop_entry !#1 N791 P511 MEMBAR !#1 N792 P512 BLD 312 -1 FP BE Pri !#1 N793 P513 MEMBAR !#1 N794 P514 LD 259 -1 Int BE Pri Loop_exit !#1 N795 P515 MEMBAR Loop_entry !#1 N796 P516 BLD 75 -1 FP BE Pri !#1 N797 P517 MEMBAR Loop_exit !#1 N798 P515 MEMBAR Loop_entry !#1 N799 P516 BLD 75 -1 FP BE Pri !#1 N800 P517 MEMBAR Loop_exit !#1 N801 P518 MEMBAR Loop_entry !#1 N802 P519 BLD 212 -1 FP BE Pri !#1 N803 P520 MEMBAR Loop_exit !#1 N804 P518 MEMBAR Loop_entry !#1 N805 P519 BLD 212 -1 FP BE Pri !#1 N806 P520 MEMBAR Loop_exit !#1 N807 P521 LD 94 -1 Int BE Pri Loop_entry !#1 N808 P522 PREFETCH 109 Int BE Pri !#1 N809 P523 LD 83 -1 Int BE Pri Loop_exit !#1 N810 P524 MEMBAR Loop_entry !#1 N811 P525 BLD 255 -1 FP BE Pri !#1 N812 P526 MEMBAR Loop_exit !#1 N813 P524 MEMBAR Loop_entry !#1 N814 P525 BLD 255 -1 FP BE Pri !#1 N815 P526 MEMBAR Loop_exit !#1 N816 P527 IDC_FLIP 68 Int BE Pri Loop_entry Loop_exit !#1 N817 P528 MEMBAR Loop_entry !#1 N818 P529 BLD 317 -1 FP BE Pri !#1 N819 P530 MEMBAR Loop_exit !#1 N820 P531 PREFETCH 307 Int BE Pri Loop_entry !#1 N821 P532 MEMBAR !#1 N822 P533 BLD 50 -1 FP BE Pri !#1 N823 P534 MEMBAR Loop_exit !#1 N824 P531 PREFETCH 307 Int BE Pri Loop_entry !#1 N825 P532 MEMBAR !#1 N826 P533 BLD 50 -1 FP BE Pri !#1 N827 P534 MEMBAR Loop_exit !#1 N828 P535 MEMBAR Loop_entry !#1 N829 P536 BLD 214 -1 FP BE Pri !#1 N830 P537 MEMBAR Loop_exit !#1 N831 P535 MEMBAR Loop_entry !#1 N832 P536 BLD 214 -1 FP BE Pri !#1 N833 P537 MEMBAR Loop_exit !#1 N834 P538 MEMBAR Loop_entry !#1 N835 P539 BLD 298 -1 FP BE Pri !#1 N836 P540 MEMBAR Loop_exit !#1 N837 P541 MEMBAR Loop_entry !#1 N838 P542 BLD 131 -1 FP BE Pri !#1 N839 P543 MEMBAR Loop_exit !#1 N840 P544 MEMBAR Loop_entry !#1 N841 P545 BLD 354 -1 FP BE Pri !#1 N842 P546 MEMBAR Loop_exit !#1 N843 P544 MEMBAR Loop_entry !#1 N844 P545 BLD 354 -1 FP BE Pri !#1 N845 P546 MEMBAR Loop_exit !#1 N846 P547 MEMBAR Loop_entry !#1 N847 P548 BLD 136 -1 FP BE Pri !#1 N848 P549 MEMBAR Loop_exit !#1 N849 P550 LD 343 -1 Int BE Pri Loop_entry !#1 N850 P551 LD 235 -1 Int LE Pri Loop_exit !#1 N851 P550 LD 343 -1 Int BE Pri Loop_entry !#1 N852 P551 LD 235 -1 Int LE Pri Loop_exit !#1 N853 P552 MEMBAR Loop_entry !#1 N854 P553 BLD 217 -1 FP BE Pri !#1 N855 P554 MEMBAR Loop_exit !#1 N856 P555 MEMBAR Loop_entry !#1 N857 P556 BLD 245 -1 FP BE Pri !#1 N858 P557 MEMBAR Loop_exit !#1 N859 P558 MEMBAR Loop_entry !#1 N860 P559 BLD 314 -1 FP BE Pri !#1 N861 P560 MEMBAR Loop_exit !#1 N862 P561 MEMBAR Loop_entry !#1 N863 P562 BLD 123 -1 FP BE Pri !#1 N864 P563 MEMBAR Loop_exit !#1 N865 P561 MEMBAR Loop_entry !#1 N866 P562 BLD 123 -1 FP BE Pri !#1 N867 P563 MEMBAR Loop_exit !#1 N868 P564 MEMBAR Loop_entry !#1 N869 P565 BLD 274 -1 FP BE Pri !#1 N870 P566 MEMBAR Loop_exit !#1 N871 P567 MEMBAR Loop_entry !#1 N872 P568 BLD 343 -1 FP BE Pri !#1 N873 P568 BLD 344 -1 FP BE Pri !#1 N874 P569 MEMBAR Loop_exit !#1 N875 P567 MEMBAR Loop_entry !#1 N876 P568 BLD 343 -1 FP BE Pri !#1 N877 P568 BLD 344 -1 FP BE Pri !#1 N878 P569 MEMBAR Loop_exit !#1 N879 P570 MEMBAR Loop_entry !#1 N880 P571 BLD 19 -1 FP BE Pri !#1 N881 P572 MEMBAR Loop_exit !#1 N882 P573 MEMBAR Loop_entry !#1 N883 P574 BLD 177 -1 FP BE Pri !#1 N884 P575 MEMBAR Loop_exit !#1 N885 P576 MEMBAR Loop_entry !#1 N886 P577 BLD 174 -1 FP BE Pri !#1 N887 P578 MEMBAR Loop_exit !#1 N888 P576 MEMBAR Loop_entry !#1 N889 P577 BLD 174 -1 FP BE Pri !#1 N890 P578 MEMBAR Loop_exit !#1 N891 P579 FLUSHI 98 Int BE Pri Loop_entry !#1 N892 P580 MEMBAR !#1 N893 P581 BLD 315 -1 FP BE Pri !#1 N894 P582 MEMBAR Loop_exit !#1 N895 P583 MEMBAR Loop_entry !#1 N896 P584 BLD 280 -1 FP BE Pri !#1 N897 P585 MEMBAR Loop_exit !#1 N898 P583 MEMBAR Loop_entry !#1 N899 P584 BLD 280 -1 FP BE Pri !#1 N900 P585 MEMBAR Loop_exit !#1 N901 P586 MEMBAR Loop_entry !#1 N902 P587 BLD 231 -1 FP BE Pri !#1 N903 P588 MEMBAR Loop_exit !#1 N904 P589 PREFETCH 187 Int BE Pri Loop_entry Loop_exit !#1 N905 P589 PREFETCH 187 Int BE Pri Loop_entry Loop_exit !#1 N906 P590 MEMBAR Loop_entry !#1 N907 P591 BLD 41 -1 FP BE Pri !#1 N908 P592 MEMBAR Loop_exit !#1 N909 P590 MEMBAR Loop_entry !#1 N910 P591 BLD 41 -1 FP BE Pri !#1 N911 P592 MEMBAR Loop_exit !#1 N912 P593 MEMBAR Loop_entry !#1 N913 P594 BLD 339 -1 FP BE Pri !#1 N914 P595 MEMBAR Loop_exit !#1 N915 P596 MEMBAR Loop_entry !#1 N916 P597 BLD 40 -1 FP BE Pri !#1 N917 P598 MEMBAR Loop_exit !#1 N918 P599 MEMBAR Loop_entry !#1 N919 P600 BLD 279 -1 FP BE Pri !#1 N920 P601 MEMBAR Loop_exit !#1 N921 P599 MEMBAR Loop_entry !#1 N922 P600 BLD 279 -1 FP BE Pri !#1 N923 P601 MEMBAR Loop_exit !#1 N924 P602 MEMBAR Loop_entry !#1 N925 P603 BLD 128 -1 FP BE Pri !#1 N926 P604 MEMBAR Loop_exit !#1 N927 P602 MEMBAR Loop_entry !#1 N928 P603 BLD 128 -1 FP BE Pri !#1 N929 P604 MEMBAR Loop_exit !#1 N930 P605 MEMBAR Loop_entry !#1 N931 P606 BLD 14 -1 FP BE Pri !#1 N932 P607 MEMBAR Loop_exit !#1 N933 P608 MEMBAR Loop_entry !#1 N934 P609 BLD 30 -1 FP BE Pri !#1 N935 P610 MEMBAR Loop_exit !#1 N936 P611 LD 119 -1 Int BE Pri Loop_entry !#1 N937 P612 LD 51 -1 Int BE Pri Loop_exit !#1 N938 P613 ST 136 0x80800004 Int BE Pri Loop_entry Loop_exit !#1 N939 P613 ST 136 0x80800005 Int BE Pri Loop_entry Loop_exit !#1 N940 P614 IDC_FLIP 204 Int BE Pri Loop_entry !#1 N941 P615 MEMBAR !#1 N942 P616 BLD 333 -1 FP BE Pri !#1 N943 P617 MEMBAR Loop_exit !#1 N944 P614 IDC_FLIP 204 Int BE Pri Loop_entry !#1 N945 P615 MEMBAR !#1 N946 P616 BLD 333 -1 FP BE Pri !#1 N947 P617 MEMBAR Loop_exit !#1 N948 P618 MEMBAR Loop_entry !#1 N949 P619 BLD 88 -1 FP BE Pri !#1 N950 P620 MEMBAR Loop_exit !#1 N951 P621 MEMBAR Loop_entry !#1 N952 P622 BLD 28 -1 FP BE Pri !#1 N953 P623 MEMBAR Loop_exit !#1 N954 P624 MEMBAR Loop_entry !#1 N955 P625 BLD 297 -1 FP BE Pri !#1 N956 P626 MEMBAR Loop_exit !#1 N957 P627 IDC_FLIP 270 Int BE Pri Loop_entry !#1 N958 P628 MEMBAR !#1 N959 P629 BLD 52 -1 FP BE Pri !#1 N960 P630 MEMBAR Loop_exit !#1 N961 P627 IDC_FLIP 270 Int BE Pri Loop_entry !#1 N962 P628 MEMBAR !#1 N963 P629 BLD 52 -1 FP BE Pri !#1 N964 P630 MEMBAR Loop_exit !#1 N965 P631 MEMBAR Loop_entry !#1 N966 P632 BLD 190 -1 FP BE Pri !#1 N967 P633 MEMBAR Loop_exit !#1 N968 P634 IDC_FLIP 269 Int BE Pri Loop_entry Loop_exit !#1 N969 P635 MEMBAR Loop_entry !#1 N970 P636 BLD 17 -1 FP BE Pri !#1 N971 P637 MEMBAR Loop_exit !#1 N972 P635 MEMBAR Loop_entry !#1 N973 P636 BLD 17 -1 FP BE Pri !#1 N974 P637 MEMBAR Loop_exit !#1 N975 P638 MEMBAR Loop_entry !#1 N976 P639 BLD 188 -1 FP BE Pri !#1 N977 P640 MEMBAR Loop_exit !#1 N978 P641 FLUSHI 33 Int BE Pri Loop_entry !#1 N979 P642 MEMBAR !#1 N980 P643 BLD 342 -1 FP BE Pri !#1 N981 P644 MEMBAR Loop_exit !#1 N982 P645 MEMBAR Loop_entry !#1 N983 P646 BLD 212 -1 FP BE Pri !#1 N984 P647 MEMBAR Loop_exit !#1 N985 P645 MEMBAR Loop_entry !#1 N986 P646 BLD 212 -1 FP BE Pri !#1 N987 P647 MEMBAR Loop_exit !#1 N988 P648 MEMBAR Loop_entry !#1 N989 P649 BLD 241 -1 FP BE Pri !#1 N990 P649 BLD 242 -1 FP BE Pri !#1 N991 P650 MEMBAR Loop_exit !#1 N992 P651 MEMBAR Loop_entry !#1 N993 P652 BLD 207 -1 FP BE Pri !#1 N994 P653 MEMBAR Loop_exit !#1 N995 P651 MEMBAR Loop_entry !#1 N996 P652 BLD 207 -1 FP BE Pri !#1 N997 P653 MEMBAR Loop_exit !#1 N998 P654 MEMBAR Loop_entry !#1 N999 P655 BLD 80 -1 FP BE Pri !#1 N1000 P656 MEMBAR Loop_exit !#1 N1001 P654 MEMBAR Loop_entry !#1 N1002 P655 BLD 80 -1 FP BE Pri !#1 N1003 P656 MEMBAR Loop_exit !#1 N1004 P657 MEMBAR Loop_entry !#1 N1005 P658 BLD 354 -1 FP BE Pri !#1 N1006 P659 MEMBAR Loop_exit !#1 N1007 P660 ST 276 0x80800006 Int BE Pri Loop_entry !#1 N1008 P661 MEMBAR !#1 N1009 P662 BLD 248 -1 FP BE Pri !#1 N1010 P663 MEMBAR Loop_exit !#1 N1011 P660 ST 276 0x80800007 Int BE Pri Loop_entry !#1 N1012 P661 MEMBAR !#1 N1013 P662 BLD 248 -1 FP BE Pri !#1 N1014 P663 MEMBAR Loop_exit !#1 N1015 P664 MEMBAR Loop_entry !#1 N1016 P665 BLD 200 -1 FP BE Pri !#1 N1017 P666 MEMBAR Loop_exit !#1 N1018 P664 MEMBAR Loop_entry !#1 N1019 P665 BLD 200 -1 FP BE Pri !#1 N1020 P666 MEMBAR Loop_exit !#1 N1021 P667 MEMBAR Loop_entry !#1 N1022 P668 BLD 194 -1 FP BE Pri !#1 N1023 P669 MEMBAR Loop_exit !#1 N1024 P667 MEMBAR Loop_entry !#1 N1025 P668 BLD 194 -1 FP BE Pri !#1 N1026 P669 MEMBAR Loop_exit !#1 N1027 P670 MEMBAR Loop_entry !#1 N1028 P671 BLD 163 -1 FP BE Pri !#1 N1029 P672 MEMBAR Loop_exit !#1 N1030 P670 MEMBAR Loop_entry !#1 N1031 P671 BLD 163 -1 FP BE Pri !#1 N1032 P672 MEMBAR Loop_exit !#1 N1033 P673 MEMBAR Loop_entry !#1 N1034 P674 BLD 227 -1 FP BE Pri !#1 N1035 P675 MEMBAR Loop_exit !#1 N1036 P676 MEMBAR Loop_entry !#1 N1037 P677 BLD 264 -1 FP BE Pri !#1 N1038 P678 MEMBAR Loop_exit !#1 N1039 P676 MEMBAR Loop_entry !#1 N1040 P677 BLD 264 -1 FP BE Pri !#1 N1041 P678 MEMBAR Loop_exit !#1 N1042 P679 MEMBAR Loop_entry !#1 N1043 P680 BLD 48 -1 FP BE Pri !#1 N1044 P681 MEMBAR Loop_exit !#1 N1045 P682 MEMBAR !#2 N1046 P683 MEMBAR Loop_entry !#2 N1047 P684 BLD 205 -1 FP BE Pri !#2 N1048 P685 MEMBAR Loop_exit !#2 N1049 P683 MEMBAR Loop_entry !#2 N1050 P684 BLD 205 -1 FP BE Pri !#2 N1051 P685 MEMBAR Loop_exit !#2 N1052 P686 MEMBAR Loop_entry !#2 N1053 P687 BLD 28 -1 FP BE Pri !#2 N1054 P688 MEMBAR Loop_exit !#2 N1055 P686 MEMBAR Loop_entry !#2 N1056 P687 BLD 28 -1 FP BE Pri !#2 N1057 P688 MEMBAR Loop_exit !#2 N1058 P689 MEMBAR Loop_entry !#2 N1059 P690 BLD 154 -1 FP BE Pri !#2 N1060 P691 MEMBAR Loop_exit !#2 N1061 P692 MEMBAR Loop_entry !#2 N1062 P693 BLD 69 -1 FP BE Pri !#2 N1063 P694 MEMBAR Loop_exit !#2 N1064 P692 MEMBAR Loop_entry !#2 N1065 P693 BLD 69 -1 FP BE Pri !#2 N1066 P694 MEMBAR Loop_exit !#2 N1067 P695 MEMBAR Loop_entry !#2 N1068 P696 BLD 23 -1 FP BE Pri !#2 N1069 P697 MEMBAR Loop_exit !#2 N1070 P695 MEMBAR Loop_entry !#2 N1071 P696 BLD 23 -1 FP BE Pri !#2 N1072 P697 MEMBAR Loop_exit !#2 N1073 P698 ST 280 0x81000001 Int BE Pri Loop_entry !#2 N1074 P699 MEMBAR !#2 N1075 P700 BLD 314 -1 FP BE Pri !#2 N1076 P701 MEMBAR Loop_exit !#2 N1077 P702 LD 191 -1 Int BE Pri Loop_entry !#2 N1078 P703 LD 121 -1 NF Int BE Pri Loop_exit !#2 N1079 P702 LD 191 -1 Int BE Pri Loop_entry !#2 N1080 P703 LD 121 -1 NF Int BE Pri Loop_exit !#2 N1081 P704 LD 69 -1 Int BE Pri Loop_entry !#2 N1082 P705 LD 301 -1 Int LE Pri Loop_exit !#2 N1083 P706 MEMBAR Loop_entry !#2 N1084 P707 BLD 272 -1 FP BE Pri !#2 N1085 P708 MEMBAR Loop_exit !#2 N1086 P709 IDC_FLIP 15 Int BE Pri Loop_entry Loop_exit !#2 N1087 P709 IDC_FLIP 15 Int BE Pri Loop_entry Loop_exit !#2 N1088 P710 MEMBAR Loop_entry !#2 N1089 P711 BLD 150 -1 FP BE Pri !#2 N1090 P712 MEMBAR Loop_exit !#2 N1091 P710 MEMBAR Loop_entry !#2 N1092 P711 BLD 150 -1 FP BE Pri !#2 N1093 P712 MEMBAR Loop_exit !#2 N1094 P713 MEMBAR Loop_entry !#2 N1095 P714 BLD 164 -1 FP BE Pri !#2 N1096 P715 MEMBAR Loop_exit !#2 N1097 P716 MEMBAR Loop_entry !#2 N1098 P717 BLD 27 -1 FP BE Pri !#2 N1099 P718 MEMBAR Loop_exit !#2 N1100 P716 MEMBAR Loop_entry !#2 N1101 P717 BLD 27 -1 FP BE Pri !#2 N1102 P718 MEMBAR Loop_exit !#2 N1103 P719 MEMBAR Loop_entry !#2 N1104 P720 BLD 237 -1 FP BE Pri !#2 N1105 P721 MEMBAR Loop_exit !#2 N1106 P722 MEMBAR Loop_entry !#2 N1107 P723 BLD 292 -1 FP BE Pri !#2 N1108 P724 MEMBAR Loop_exit !#2 N1109 P722 MEMBAR Loop_entry !#2 N1110 P723 BLD 292 -1 FP BE Pri !#2 N1111 P724 MEMBAR Loop_exit !#2 N1112 P725 PREFETCH 331 Int BE Pri Loop_entry Loop_exit !#2 N1113 P725 PREFETCH 331 Int BE Pri Loop_entry Loop_exit !#2 N1114 P726 MEMBAR Loop_entry !#2 N1115 P727 BLD 270 -1 FP BE Pri !#2 N1116 P728 MEMBAR Loop_exit !#2 N1117 P726 MEMBAR Loop_entry !#2 N1118 P727 BLD 270 -1 FP BE Pri !#2 N1119 P728 MEMBAR Loop_exit !#2 N1120 P729 MEMBAR Loop_entry !#2 N1121 P730 BLD 275 -1 FP BE Pri !#2 N1122 P731 MEMBAR Loop_exit !#2 N1123 P732 MEMBAR Loop_entry !#2 N1124 P733 BLD 144 -1 FP BE Pri !#2 N1125 P734 MEMBAR Loop_exit !#2 N1126 P735 IDC_FLIP 139 Int BE Pri Loop_entry Loop_exit !#2 N1127 P736 MEMBAR Loop_entry !#2 N1128 P737 BLD 265 -1 FP BE Pri !#2 N1129 P738 MEMBAR Loop_exit !#2 N1130 P739 MEMBAR Loop_entry !#2 N1131 P740 BLD 275 -1 FP BE Pri !#2 N1132 P741 MEMBAR Loop_exit !#2 N1133 P742 MEMBAR Loop_entry !#2 N1134 P743 BLD 217 -1 FP BE Pri !#2 N1135 P744 MEMBAR Loop_exit !#2 N1136 P745 ST 63 0x81000002 Int BE Pri Loop_entry Loop_exit !#2 N1137 P746 MEMBAR Loop_entry !#2 N1138 P747 BLD 179 -1 FP BE Pri !#2 N1139 P748 MEMBAR Loop_exit !#2 N1140 P746 MEMBAR Loop_entry !#2 N1141 P747 BLD 179 -1 FP BE Pri !#2 N1142 P748 MEMBAR Loop_exit !#2 N1143 P749 PREFETCH 306 Int BE Pri Loop_entry Loop_exit !#2 N1144 P749 PREFETCH 306 Int BE Pri Loop_entry Loop_exit !#2 N1145 P750 MEMBAR Loop_entry !#2 N1146 P751 BLD 337 -1 FP BE Pri !#2 N1147 P752 MEMBAR Loop_exit !#2 N1148 P753 MEMBAR Loop_entry !#2 N1149 P754 BLD 28 -1 FP BE Pri !#2 N1150 P755 MEMBAR Loop_exit !#2 N1151 P753 MEMBAR Loop_entry !#2 N1152 P754 BLD 28 -1 FP BE Pri !#2 N1153 P755 MEMBAR Loop_exit !#2 N1154 P756 MEMBAR Loop_entry !#2 N1155 P757 BLD 345 -1 FP BE Pri !#2 N1156 P758 MEMBAR Loop_exit !#2 N1157 P759 MEMBAR Loop_entry !#2 N1158 P760 BLD 80 -1 FP BE Pri !#2 N1159 P761 MEMBAR Loop_exit !#2 N1160 P762 MEMBAR Loop_entry !#2 N1161 P763 BLD 202 -1 FP BE Pri !#2 N1162 P764 MEMBAR Loop_exit !#2 N1163 P765 MEMBAR Loop_entry !#2 N1164 P766 BLD 30 -1 FP BE Pri !#2 N1165 P767 MEMBAR Loop_exit !#2 N1166 P765 MEMBAR Loop_entry !#2 N1167 P766 BLD 30 -1 FP BE Pri !#2 N1168 P767 MEMBAR Loop_exit !#2 N1169 P768 MEMBAR Loop_entry !#2 N1170 P769 BLD 120 -1 FP BE Pri !#2 N1171 P770 MEMBAR Loop_exit !#2 N1172 P771 ST 23 0x81000003 Int BE Pri Loop_entry !#2 N1173 P772 MEMBAR !#2 N1174 P773 BLD 6 -1 FP BE Pri !#2 N1175 P773 BLD 7 -1 FP BE Pri !#2 N1176 P774 MEMBAR Loop_exit !#2 N1177 P771 ST 23 0x81000004 Int BE Pri Loop_entry !#2 N1178 P772 MEMBAR !#2 N1179 P773 BLD 6 -1 FP BE Pri !#2 N1180 P773 BLD 7 -1 FP BE Pri !#2 N1181 P774 MEMBAR Loop_exit !#2 N1182 P775 MEMBAR Loop_entry !#2 N1183 P776 BLD 185 -1 FP BE Pri !#2 N1184 P777 MEMBAR Loop_exit !#2 N1185 P775 MEMBAR Loop_entry !#2 N1186 P776 BLD 185 -1 FP BE Pri !#2 N1187 P777 MEMBAR Loop_exit !#2 N1188 P778 MEMBAR Loop_entry !#2 N1189 P779 BLD 297 -1 FP BE Pri !#2 N1190 P780 MEMBAR Loop_exit !#2 N1191 P781 MEMBAR Loop_entry !#2 N1192 P782 BLD 349 -1 FP BE Pri !#2 N1193 P783 MEMBAR Loop_exit !#2 N1194 P784 MEMBAR Loop_entry !#2 N1195 P785 BLD 230 -1 FP BE Pri !#2 N1196 P786 MEMBAR Loop_exit !#2 N1197 P787 PREFETCH 295 Int BE Pri Loop_entry !#2 N1198 P788 MEMBAR !#2 N1199 P789 BLD 123 -1 FP BE Pri !#2 N1200 P790 MEMBAR Loop_exit !#2 N1201 P787 PREFETCH 295 Int BE Pri Loop_entry !#2 N1202 P788 MEMBAR !#2 N1203 P789 BLD 123 -1 FP BE Pri !#2 N1204 P790 MEMBAR Loop_exit !#2 N1205 P791 MEMBAR Loop_entry !#2 N1206 P792 BLD 102 -1 FP BE Pri !#2 N1207 P792 BLD 103 -1 FP BE Pri !#2 N1208 P792 BLD 104 -1 FP BE Pri !#2 N1209 P793 MEMBAR Loop_exit !#2 N1210 P794 MEMBAR Loop_entry !#2 N1211 P795 BLD 101 -1 FP BE Pri !#2 N1212 P796 MEMBAR Loop_exit !#2 N1213 P794 MEMBAR Loop_entry !#2 N1214 P795 BLD 101 -1 FP BE Pri !#2 N1215 P796 MEMBAR Loop_exit !#2 N1216 P797 MEMBAR Loop_entry !#2 N1217 P798 BLD 251 -1 FP BE Pri !#2 N1218 P799 MEMBAR Loop_exit !#2 N1219 P797 MEMBAR Loop_entry !#2 N1220 P798 BLD 251 -1 FP BE Pri !#2 N1221 P799 MEMBAR Loop_exit !#2 N1222 P800 MEMBAR Loop_entry !#2 N1223 P801 BLD 343 -1 FP BE Pri !#2 N1224 P801 BLD 344 -1 FP BE Pri !#2 N1225 P802 MEMBAR Loop_exit !#2 N1226 P803 MEMBAR Loop_entry !#2 N1227 P804 BLD 194 -1 FP BE Pri !#2 N1228 P805 MEMBAR Loop_exit !#2 N1229 P806 LD 197 -1 NF Int BE Pri Loop_entry !#2 N1230 P807 MEMBAR !#2 N1231 P808 BLD 351 -1 FP BE Pri !#2 N1232 P809 MEMBAR !#2 N1233 P810 LD 78 -1 Int BE Pri Loop_exit !#2 N1234 P806 LD 197 -1 NF Int BE Pri Loop_entry !#2 N1235 P807 MEMBAR !#2 N1236 P808 BLD 351 -1 FP BE Pri !#2 N1237 P809 MEMBAR !#2 N1238 P810 LD 78 -1 Int BE Pri Loop_exit !#2 N1239 P811 MEMBAR Loop_entry !#2 N1240 P812 BLD 200 -1 FP BE Pri !#2 N1241 P813 MEMBAR Loop_exit !#2 N1242 P814 MEMBAR Loop_entry !#2 N1243 P815 BLD 138 -1 FP BE Pri !#2 N1244 P816 MEMBAR Loop_exit !#2 N1245 P814 MEMBAR Loop_entry !#2 N1246 P815 BLD 138 -1 FP BE Pri !#2 N1247 P816 MEMBAR Loop_exit !#2 N1248 P817 IDC_FLIP 69 Int BE Pri Loop_entry !#2 N1249 P818 MEMBAR Loop_exit !#2 N1250 P819 MEMBAR Loop_entry !#2 N1251 P820 BLD 331 -1 FP BE Pri !#2 N1252 P820 BLD 332 -1 FP BE Pri !#2 N1253 P821 MEMBAR Loop_exit !#2 N1254 P819 MEMBAR Loop_entry !#2 N1255 P820 BLD 331 -1 FP BE Pri !#2 N1256 P820 BLD 332 -1 FP BE Pri !#2 N1257 P821 MEMBAR Loop_exit !#2 N1258 P822 MEMBAR Loop_entry !#2 N1259 P823 BLD 68 -1 FP BE Pri !#2 N1260 P824 MEMBAR Loop_exit !#2 N1261 P825 MEMBAR Loop_entry !#2 N1262 P826 BLD 287 -1 FP BE Pri !#2 N1263 P827 MEMBAR Loop_exit !#2 N1264 P828 MEMBAR Loop_entry !#2 N1265 P829 BLD 19 -1 FP BE Pri !#2 N1266 P830 MEMBAR Loop_exit !#2 N1267 P831 MEMBAR Loop_entry !#2 N1268 P832 BLD 249 -1 FP BE Pri !#2 N1269 P833 MEMBAR Loop_exit !#2 N1270 P831 MEMBAR Loop_entry !#2 N1271 P832 BLD 249 -1 FP BE Pri !#2 N1272 P833 MEMBAR Loop_exit !#2 N1273 P834 PREFETCH 226 Int BE Pri Loop_entry Loop_exit !#2 N1274 P834 PREFETCH 226 Int BE Pri Loop_entry Loop_exit !#2 N1275 P835 MEMBAR Loop_entry !#2 N1276 P836 BLD 221 -1 FP BE Pri !#2 N1277 P837 MEMBAR Loop_exit !#2 N1278 P838 MEMBAR Loop_entry !#2 N1279 P839 BLD 133 -1 FP BE Pri !#2 N1280 P840 MEMBAR Loop_exit !#2 N1281 P838 MEMBAR Loop_entry !#2 N1282 P839 BLD 133 -1 FP BE Pri !#2 N1283 P840 MEMBAR Loop_exit !#2 N1284 P841 MEMBAR Loop_entry !#2 N1285 P842 BLD 346 -1 FP BE Pri !#2 N1286 P843 MEMBAR Loop_exit !#2 N1287 P844 MEMBAR Loop_entry !#2 N1288 P845 BLD 199 -1 FP BE Pri !#2 N1289 P846 MEMBAR Loop_exit !#2 N1290 P844 MEMBAR Loop_entry !#2 N1291 P845 BLD 199 -1 FP BE Pri !#2 N1292 P846 MEMBAR Loop_exit !#2 N1293 P847 MEMBAR Loop_entry !#2 N1294 P848 BLD 357 -1 FP BE Pri !#2 N1295 P849 MEMBAR Loop_exit !#2 N1296 P847 MEMBAR Loop_entry !#2 N1297 P848 BLD 357 -1 FP BE Pri !#2 N1298 P849 MEMBAR Loop_exit !#2 N1299 P850 MEMBAR Loop_entry !#2 N1300 P851 BLD 223 -1 FP BE Pri !#2 N1301 P852 MEMBAR Loop_exit !#2 N1302 P853 MEMBAR Loop_entry !#2 N1303 P854 BLD 257 -1 FP BE Pri !#2 N1304 P855 MEMBAR Loop_exit !#2 N1305 P853 MEMBAR Loop_entry !#2 N1306 P854 BLD 257 -1 FP BE Pri !#2 N1307 P855 MEMBAR Loop_exit !#2 N1308 P856 ST 154 0x81000005 Int BE Pri Loop_entry Loop_exit !#2 N1309 P857 MEMBAR Loop_entry !#2 N1310 P858 BLD 290 -1 FP BE Pri !#2 N1311 P859 MEMBAR Loop_exit !#2 N1312 P857 MEMBAR Loop_entry !#2 N1313 P858 BLD 290 -1 FP BE Pri !#2 N1314 P859 MEMBAR Loop_exit !#2 N1315 P860 MEMBAR Loop_entry !#2 N1316 P861 BLD 269 -1 FP BE Pri !#2 N1317 P862 MEMBAR Loop_exit !#2 N1318 P860 MEMBAR Loop_entry !#2 N1319 P861 BLD 269 -1 FP BE Pri !#2 N1320 P862 MEMBAR Loop_exit !#2 N1321 P863 MEMBAR Loop_entry !#2 N1322 P864 BLD 96 -1 FP BE Pri !#2 N1323 P865 MEMBAR Loop_exit !#2 N1324 P863 MEMBAR Loop_entry !#2 N1325 P864 BLD 96 -1 FP BE Pri !#2 N1326 P865 MEMBAR Loop_exit !#2 N1327 P866 MEMBAR Loop_entry !#2 N1328 P867 BLD 116 -1 FP BE Pri !#2 N1329 P868 MEMBAR Loop_exit !#2 N1330 P866 MEMBAR Loop_entry !#2 N1331 P867 BLD 116 -1 FP BE Pri !#2 N1332 P868 MEMBAR Loop_exit !#2 N1333 P869 MEMBAR Loop_entry !#2 N1334 P870 BLD 76 -1 FP BE Pri !#2 N1335 P871 MEMBAR Loop_exit !#2 N1336 P869 MEMBAR Loop_entry !#2 N1337 P870 BLD 76 -1 FP BE Pri !#2 N1338 P871 MEMBAR Loop_exit !#2 N1339 P872 MEMBAR Loop_entry !#2 N1340 P873 ST 253 0x81000006 Int BE Pri Loop_exit !#2 N1341 P872 MEMBAR Loop_entry !#2 N1342 P873 ST 253 0x81000007 Int BE Pri Loop_exit !#2 N1343 P874 PREFETCH 222 NF Int BE Pri Loop_entry !#2 N1344 P875 MEMBAR !#2 N1345 P876 BLD 321 -1 FP BE Pri !#2 N1346 P877 MEMBAR Loop_exit !#2 N1347 P874 PREFETCH 222 NF Int BE Pri Loop_entry !#2 N1348 P875 MEMBAR !#2 N1349 P876 BLD 321 -1 FP BE Pri !#2 N1350 P877 MEMBAR Loop_exit !#2 N1351 P878 MEMBAR Loop_entry !#2 N1352 P879 BLD 117 -1 FP BE Pri !#2 N1353 P880 MEMBAR Loop_exit !#2 N1354 P881 MEMBAR Loop_entry Loop_exit !#2 N1355 P882 IDC_FLIP 33 Int BE Pri Loop_entry Loop_exit !#2 N1356 P883 MEMBAR Loop_entry !#2 N1357 P884 BLD 323 -1 FP BE Pri !#2 N1358 P885 MEMBAR Loop_exit !#2 N1359 P883 MEMBAR Loop_entry !#2 N1360 P884 BLD 323 -1 FP BE Pri !#2 N1361 P885 MEMBAR Loop_exit !#2 N1362 P886 IDC_FLIP 60 Int BE Pri Loop_entry !#2 N1363 P887 MEMBAR !#2 N1364 P888 BLD 341 -1 FP BE Pri !#2 N1365 P889 MEMBAR Loop_exit !#2 N1366 P886 IDC_FLIP 60 Int BE Pri Loop_entry !#2 N1367 P887 MEMBAR !#2 N1368 P888 BLD 341 -1 FP BE Pri !#2 N1369 P889 MEMBAR Loop_exit !#2 N1370 P890 MEMBAR Loop_entry !#2 N1371 P891 BLD 299 -1 FP BE Pri !#2 N1372 P892 MEMBAR Loop_exit !#2 N1373 P890 MEMBAR Loop_entry !#2 N1374 P891 BLD 299 -1 FP BE Pri !#2 N1375 P892 MEMBAR Loop_exit !#2 N1376 P893 MEMBAR Loop_entry !#2 N1377 P894 BLD 111 -1 FP BE Pri !#2 N1378 P894 BLD 112 -1 FP BE Pri !#2 N1379 P894 BLD 113 -1 FP BE Pri !#2 N1380 P895 MEMBAR Loop_exit !#2 N1381 P896 LD 165 -1 Int BE Pri Loop_entry !#2 N1382 P897 IDC_FLIP 114 Int BE Pri !#2 N1383 P898 LD 355 -1 Int BE Pri Loop_exit !#2 N1384 P896 LD 165 -1 Int BE Pri Loop_entry !#2 N1385 P897 IDC_FLIP 114 Int BE Pri !#2 N1386 P898 LD 355 -1 Int BE Pri Loop_exit !#2 N1387 P899 MEMBAR Loop_entry !#2 N1388 P900 BLD 114 -1 FP BE Pri !#2 N1389 P901 MEMBAR Loop_exit !#2 N1390 P902 IDC_FLIP 341 Int BE Pri Loop_entry Loop_exit !#2 N1391 P902 IDC_FLIP 341 Int BE Pri Loop_entry Loop_exit !#2 N1392 P903 MEMBAR Loop_entry !#2 N1393 P904 BLD 214 -1 FP BE Pri !#2 N1394 P905 MEMBAR Loop_exit !#2 N1395 P903 MEMBAR Loop_entry !#2 N1396 P904 BLD 214 -1 FP BE Pri !#2 N1397 P905 MEMBAR Loop_exit !#2 N1398 P906 MEMBAR Loop_entry !#2 N1399 P907 BLD 214 -1 FP BE Pri !#2 N1400 P908 MEMBAR Loop_exit !#2 N1401 P906 MEMBAR Loop_entry !#2 N1402 P907 BLD 214 -1 FP BE Pri !#2 N1403 P908 MEMBAR Loop_exit !#2 N1404 P909 MEMBAR Loop_entry !#2 N1405 P910 BLD 18 -1 FP BE Pri !#2 N1406 P911 MEMBAR Loop_exit !#2 N1407 P912 MEMBAR Loop_entry !#2 N1408 P913 BLD 152 -1 FP BE Pri !#2 N1409 P914 MEMBAR Loop_exit !#2 N1410 P915 MEMBAR Loop_entry !#2 N1411 P916 BLD 146 -1 FP BE Pri !#2 N1412 P917 MEMBAR Loop_exit !#2 N1413 P915 MEMBAR Loop_entry !#2 N1414 P916 BLD 146 -1 FP BE Pri !#2 N1415 P917 MEMBAR Loop_exit !#2 N1416 P918 MEMBAR Loop_entry !#2 N1417 P919 BLD 234 -1 FP BE Pri !#2 N1418 P920 MEMBAR Loop_exit !#2 N1419 P921 PREFETCH 126 Int BE Pri Loop_entry !#2 N1420 P922 MEMBAR !#2 N1421 P923 BLD 71 -1 FP BE Pri !#2 N1422 P923 BLD 72 -1 FP BE Pri !#A N1421 N1422 !#2 N1423 P924 MEMBAR Loop_exit !#2 N1424 P925 MEMBAR Loop_entry !#2 N1425 P926 BLD 243 -1 FP BE Pri !#2 N1426 P927 MEMBAR Loop_exit !#2 N1427 P925 MEMBAR Loop_entry !#2 N1428 P926 BLD 243 -1 FP BE Pri !#2 N1429 P927 MEMBAR Loop_exit !#2 N1430 P928 MEMBAR Loop_entry !#2 N1431 P929 BLD 62 -1 FP BE Pri !#2 N1432 P929 BLD 63 -1 FP BE Pri !#2 N1433 P930 MEMBAR Loop_exit !#2 N1434 P931 MEMBAR Loop_entry !#2 N1435 P932 BLD 84 -1 FP BE Pri !#2 N1436 P933 MEMBAR Loop_exit !#2 N1437 P934 MEMBAR Loop_entry !#2 N1438 P935 BLD 331 -1 FP BE Pri !#2 N1439 P935 BLD 332 -1 FP BE Pri !#2 N1440 P936 MEMBAR Loop_exit !#2 N1441 P934 MEMBAR Loop_entry !#2 N1442 P935 BLD 331 -1 FP BE Pri !#2 N1443 P935 BLD 332 -1 FP BE Pri !#2 N1444 P936 MEMBAR Loop_exit !#2 N1445 P937 MEMBAR Loop_entry !#2 N1446 P938 BLD 24 -1 FP BE Pri !#2 N1447 P939 MEMBAR Loop_exit !#2 N1448 P937 MEMBAR Loop_entry !#2 N1449 P938 BLD 24 -1 FP BE Pri !#2 N1450 P939 MEMBAR Loop_exit !#2 N1451 P940 IDC_FLIP 310 Int BE Pri Loop_entry !#2 N1452 P941 MEMBAR !#2 N1453 P942 BLD 109 -1 FP BE Pri !#2 N1454 P943 MEMBAR Loop_exit !#2 N1455 P944 MEMBAR Loop_entry !#2 N1456 P945 BLD 266 -1 FP BE Pri !#2 N1457 P946 MEMBAR Loop_exit !#2 N1458 P947 MEMBAR Loop_entry !#2 N1459 P948 BLD 334 -1 FP BE Pri !#2 N1460 P949 MEMBAR Loop_exit !#2 N1461 P950 MEMBAR Loop_entry !#2 N1462 P951 BLD 13 -1 FP BE Pri !#2 N1463 P952 MEMBAR Loop_exit !#2 N1464 P953 MEMBAR Loop_entry !#2 N1465 P954 BLD 172 -1 FP BE Pri !#2 N1466 P955 MEMBAR Loop_exit !#2 N1467 P953 MEMBAR Loop_entry !#2 N1468 P954 BLD 172 -1 FP BE Pri !#2 N1469 P955 MEMBAR Loop_exit !#2 N1470 P956 IDC_FLIP 312 Int BE Pri Loop_entry Loop_exit !#2 N1471 P956 IDC_FLIP 312 Int BE Pri Loop_entry Loop_exit !#2 N1472 P957 MEMBAR Loop_entry !#2 N1473 P958 BLD 284 -1 FP BE Pri !#2 N1474 P959 MEMBAR Loop_exit !#2 N1475 P957 MEMBAR Loop_entry !#2 N1476 P958 BLD 284 -1 FP BE Pri !#2 N1477 P959 MEMBAR Loop_exit !#2 N1478 P960 MEMBAR Loop_entry !#2 N1479 P961 BLD 65 -1 FP BE Pri !#2 N1480 P962 MEMBAR Loop_exit !#2 N1481 P960 MEMBAR Loop_entry !#2 N1482 P961 BLD 65 -1 FP BE Pri !#2 N1483 P962 MEMBAR Loop_exit !#2 N1484 P963 ST 28 0x81000008 Int BE Pri Loop_entry Loop_exit !#2 N1485 P964 MEMBAR Loop_entry !#2 N1486 P965 BLD 245 -1 FP BE Pri !#2 N1487 P966 MEMBAR Loop_exit !#2 N1488 P967 ST 51 0x81000009 Int BE Pri Loop_entry Loop_exit !#2 N1489 P967 ST 51 0x8100000a Int BE Pri Loop_entry Loop_exit !#2 N1490 P968 MEMBAR Loop_entry !#2 N1491 P969 BLD 17 -1 FP BE Pri !#2 N1492 P970 MEMBAR Loop_exit !#2 N1493 P968 MEMBAR Loop_entry !#2 N1494 P969 BLD 17 -1 FP BE Pri !#2 N1495 P970 MEMBAR Loop_exit !#2 N1496 P971 MEMBAR Loop_entry !#2 N1497 P972 BLD 295 -1 FP BE Pri !#2 N1498 P972 BLD 296 -1 FP BE Pri !#2 N1499 P973 MEMBAR Loop_exit !#2 N1500 P971 MEMBAR Loop_entry !#2 N1501 P972 BLD 295 -1 FP BE Pri !#2 N1502 P972 BLD 296 -1 FP BE Pri !#2 N1503 P973 MEMBAR Loop_exit !#2 N1504 P974 IDC_FLIP 6 Int BE Pri Loop_entry Loop_exit !#2 N1505 P974 IDC_FLIP 6 Int BE Pri Loop_entry Loop_exit !#2 N1506 P975 MEMBAR Loop_entry !#2 N1507 P976 BLD 11 -1 FP BE Pri !#2 N1508 P976 BLD 12 -1 FP BE Pri !#2 N1509 P977 MEMBAR Loop_exit !#2 N1510 P978 FLUSHI 260 Int BE Pri Loop_entry Loop_exit !#2 N1511 P979 MEMBAR Loop_entry !#2 N1512 P980 BLD 145 -1 FP BE Pri !#2 N1513 P981 MEMBAR Loop_exit !#2 N1514 P982 MEMBAR Loop_entry !#2 N1515 P983 BLD 189 -1 FP BE Pri !#2 N1516 P984 MEMBAR Loop_exit !#2 N1517 P985 IDC_FLIP 142 Int BE Pri Loop_entry !#2 N1518 P986 MEMBAR !#2 N1519 P987 BLD 245 -1 FP BE Pri !#2 N1520 P988 MEMBAR Loop_exit !#2 N1521 P989 MEMBAR Loop_entry !#2 N1522 P990 BLD 69 -1 FP BE Pri !#2 N1523 P991 MEMBAR Loop_exit !#2 N1524 P992 MEMBAR Loop_entry !#2 N1525 P993 BLD 91 -1 FP BE Pri !#2 N1526 P993 BLD 92 -1 FP BE Pri !#2 N1527 P993 BLD 93 -1 FP BE Pri !#2 N1528 P994 MEMBAR Loop_exit !#2 N1529 P995 MEMBAR Loop_entry !#2 N1530 P996 BLD 348 -1 FP BE Pri !#2 N1531 P997 MEMBAR Loop_exit !#2 N1532 P995 MEMBAR Loop_entry !#2 N1533 P996 BLD 348 -1 FP BE Pri !#2 N1534 P997 MEMBAR Loop_exit !#2 N1535 P998 IDC_FLIP 239 Int BE Pri Loop_entry !#2 N1536 P999 MEMBAR !#2 N1537 P1000 BLD 258 -1 FP BE Pri !#2 N1538 P1001 MEMBAR Loop_exit !#2 N1539 P1002 MEMBAR Loop_entry !#2 N1540 P1003 BLD 239 -1 FP BE Pri !#2 N1541 P1004 MEMBAR Loop_exit !#2 N1542 P1002 MEMBAR Loop_entry !#2 N1543 P1003 BLD 239 -1 FP BE Pri !#2 N1544 P1004 MEMBAR Loop_exit !#2 N1545 P1005 PREFETCH 314 Int BE Pri Loop_entry Loop_exit !#2 N1546 P1005 PREFETCH 314 Int BE Pri Loop_entry Loop_exit !#2 N1547 P1006 MEMBAR Loop_entry !#2 N1548 P1007 BLD 315 -1 FP BE Pri !#2 N1549 P1008 MEMBAR Loop_exit !#2 N1550 P1006 MEMBAR Loop_entry !#2 N1551 P1007 BLD 315 -1 FP BE Pri !#2 N1552 P1008 MEMBAR Loop_exit !#2 N1553 P1009 MEMBAR Loop_entry !#2 N1554 P1010 BLD 223 -1 FP BE Pri !#2 N1555 P1011 MEMBAR Loop_exit !#2 N1556 P1012 MEMBAR Loop_entry !#2 N1557 P1013 BLD 49 -1 FP BE Pri !#2 N1558 P1014 MEMBAR Loop_exit !#2 N1559 P1012 MEMBAR Loop_entry !#2 N1560 P1013 BLD 49 -1 FP BE Pri !#2 N1561 P1014 MEMBAR Loop_exit !#2 N1562 P1015 MEMBAR Loop_entry !#2 N1563 P1016 BLD 114 -1 FP BE Pri !#2 N1564 P1017 MEMBAR Loop_exit !#2 N1565 P1018 MEMBAR !#3 N1566 P1019 MEMBAR Loop_entry !#3 N1567 P1020 BLD 330 -1 FP BE Pri !#3 N1568 P1021 MEMBAR Loop_exit !#3 N1569 P1019 MEMBAR Loop_entry !#3 N1570 P1020 BLD 330 -1 FP BE Pri !#3 N1571 P1021 MEMBAR Loop_exit !#3 N1572 P1022 MEMBAR Loop_entry !#3 N1573 P1023 BLD 1 -1 FP BE Pri !#3 N1574 P1024 MEMBAR Loop_exit !#3 N1575 P1025 MEMBAR Loop_entry !#3 N1576 P1026 BLD 75 -1 FP BE Pri !#3 N1577 P1027 MEMBAR Loop_exit !#3 N1578 P1025 MEMBAR Loop_entry !#3 N1579 P1026 BLD 75 -1 FP BE Pri !#3 N1580 P1027 MEMBAR Loop_exit !#3 N1581 P1028 MEMBAR Loop_entry !#3 N1582 P1029 BLD 76 -1 FP BE Pri !#3 N1583 P1030 MEMBAR Loop_exit !#3 N1584 P1028 MEMBAR Loop_entry !#3 N1585 P1029 BLD 76 -1 FP BE Pri !#3 N1586 P1030 MEMBAR Loop_exit !#3 N1587 P1031 MEMBAR Loop_entry !#3 N1588 P1032 BLD 310 -1 FP BE Pri !#3 N1589 P1033 MEMBAR Loop_exit !#3 N1590 P1034 MEMBAR Loop_entry !#3 N1591 P1035 BLD 290 -1 FP BE Pri !#3 N1592 P1036 MEMBAR Loop_exit !#3 N1593 P1034 MEMBAR Loop_entry !#3 N1594 P1035 BLD 290 -1 FP BE Pri !#3 N1595 P1036 MEMBAR Loop_exit !#3 N1596 P1037 ST 291 0x81800001 Int BE Pri Loop_entry Loop_exit !#3 N1597 P1038 MEMBAR Loop_entry !#3 N1598 P1039 BLD 319 -1 FP BE Pri !#3 N1599 P1040 MEMBAR Loop_exit !#3 N1600 P1041 MEMBAR Loop_entry !#3 N1601 P1042 BLD 264 -1 FP BE Pri !#3 N1602 P1043 MEMBAR Loop_exit !#3 N1603 P1041 MEMBAR Loop_entry !#3 N1604 P1042 BLD 264 -1 FP BE Pri !#3 N1605 P1043 MEMBAR Loop_exit !#3 N1606 P1044 PREFETCH 30 Int BE Pri Loop_entry !#3 N1607 P1045 PREFETCH 354 Int BE Pri Loop_exit !#3 N1608 P1046 MEMBAR Loop_entry !#3 N1609 P1047 BLD 201 -1 FP BE Pri !#3 N1610 P1048 MEMBAR Loop_exit !#3 N1611 P1049 PREFETCH 219 Int BE Pri Loop_entry !#3 N1612 P1050 MEMBAR !#3 N1613 P1051 BLD 293 -1 FP BE Pri !#3 N1614 P1052 MEMBAR Loop_exit !#3 N1615 P1053 MEMBAR Loop_entry !#3 N1616 P1054 BLD 138 -1 FP BE Pri !#3 N1617 P1055 MEMBAR Loop_exit !#3 N1618 P1056 MEMBAR Loop_entry !#3 N1619 P1057 BLD 352 -1 FP BE Pri !#3 N1620 P1058 MEMBAR Loop_exit !#3 N1621 P1059 MEMBAR Loop_entry !#3 N1622 P1060 BLD 278 -1 FP BE Pri !#3 N1623 P1061 MEMBAR Loop_exit !#3 N1624 P1062 MEMBAR Loop_entry !#3 N1625 P1063 BLD 46 -1 FP BE Pri !#3 N1626 P1064 MEMBAR Loop_exit !#3 N1627 P1062 MEMBAR Loop_entry !#3 N1628 P1063 BLD 46 -1 FP BE Pri !#3 N1629 P1064 MEMBAR Loop_exit !#3 N1630 P1065 MEMBAR Loop_entry !#3 N1631 P1066 BLD 293 -1 FP BE Pri !#3 N1632 P1067 MEMBAR Loop_exit !#3 N1633 P1068 PREFETCH 245 Int BE Pri Loop_entry !#3 N1634 P1069 LD 25 -1 FP BE Pri Loop_exit !#3 N1635 P1068 PREFETCH 245 Int BE Pri Loop_entry !#3 N1636 P1069 LD 25 -1 FP BE Pri Loop_exit !#3 N1637 P1070 IDC_FLIP 124 Int BE Pri Loop_entry Loop_exit !#3 N1638 P1070 IDC_FLIP 124 Int BE Pri Loop_entry Loop_exit !#3 N1639 P1071 MEMBAR Loop_entry !#3 N1640 P1072 BLD 37 -1 FP BE Pri !#3 N1641 P1073 MEMBAR Loop_exit !#3 N1642 P1071 MEMBAR Loop_entry !#3 N1643 P1072 BLD 37 -1 FP BE Pri !#3 N1644 P1073 MEMBAR Loop_exit !#3 N1645 P1074 IDC_FLIP 34 Int BE Pri Loop_entry !#3 N1646 P1075 MEMBAR !#3 N1647 P1076 BLD 341 -1 FP BE Pri !#3 N1648 P1077 MEMBAR Loop_exit !#3 N1649 P1074 IDC_FLIP 34 Int BE Pri Loop_entry !#3 N1650 P1075 MEMBAR !#3 N1651 P1076 BLD 341 -1 FP BE Pri !#3 N1652 P1077 MEMBAR Loop_exit !#3 N1653 P1078 IDC_FLIP 115 Int BE Pri Loop_entry !#3 N1654 P1079 PREFETCH 277 Int BE Pri Loop_exit !#3 N1655 P1080 MEMBAR Loop_entry !#3 N1656 P1081 BLD 282 -1 FP BE Pri !#3 N1657 P1082 MEMBAR Loop_exit !#3 N1658 P1083 MEMBAR Loop_entry !#3 N1659 P1084 BLD 265 -1 FP BE Pri !#3 N1660 P1085 MEMBAR Loop_exit !#3 N1661 P1086 ST 301 0xd800001 FP BE Pri Loop_entry Loop_exit !#3 N1662 P1086 ST 301 0xd800002 FP BE Pri Loop_entry Loop_exit !#3 N1663 P1087 ST 175 0xd800003 FP BE Pri Loop_entry Loop_exit !#3 N1664 P1087 ST 175 0xd800004 FP BE Pri Loop_entry Loop_exit !#3 N1665 P1088 MEMBAR Loop_entry !#3 N1666 P1089 BLD 124 -1 FP BE Pri !#3 N1667 P1089 BLD 125 -1 FP BE Pri !#3 N1668 P1089 BLD 126 -1 FP BE Pri !#3 N1669 P1090 MEMBAR Loop_exit !#3 N1670 P1091 MEMBAR Loop_entry !#3 N1671 P1092 BLD 248 -1 FP BE Pri !#3 N1672 P1093 MEMBAR Loop_exit !#3 N1673 P1094 MEMBAR Loop_entry !#3 N1674 P1095 BLD 207 -1 FP BE Pri !#3 N1675 P1096 MEMBAR Loop_exit !#3 N1676 P1097 MEMBAR Loop_entry !#3 N1677 P1098 BLD 349 -1 FP BE Pri !#3 N1678 P1099 MEMBAR Loop_exit !#3 N1679 P1097 MEMBAR Loop_entry !#3 N1680 P1098 BLD 349 -1 FP BE Pri !#3 N1681 P1099 MEMBAR Loop_exit !#3 N1682 P1100 MEMBAR Loop_entry !#3 N1683 P1101 BLD 45 -1 FP BE Pri !#3 N1684 P1102 MEMBAR Loop_exit !#3 N1685 P1103 MEMBAR Loop_entry !#3 N1686 P1104 BLD 237 -1 FP BE Pri !#3 N1687 P1105 MEMBAR Loop_exit !#3 N1688 P1106 MEMBAR Loop_entry Loop_exit !#3 N1689 P1106 MEMBAR Loop_entry Loop_exit !#3 N1690 P1107 MEMBAR Loop_entry !#3 N1691 P1108 BLD 201 -1 FP BE Pri !#3 N1692 P1109 MEMBAR Loop_exit !#3 N1693 P1107 MEMBAR Loop_entry !#3 N1694 P1108 BLD 201 -1 FP BE Pri !#3 N1695 P1109 MEMBAR Loop_exit !#3 N1696 P1110 MEMBAR Loop_entry !#3 N1697 P1111 BLD 277 -1 FP BE Pri !#3 N1698 P1112 MEMBAR Loop_exit !#3 N1699 P1113 MEMBAR Loop_entry !#3 N1700 P1114 BLD 308 -1 FP BE Pri !#3 N1701 P1115 MEMBAR Loop_exit !#3 N1702 P1113 MEMBAR Loop_entry !#3 N1703 P1114 BLD 308 -1 FP BE Pri !#3 N1704 P1115 MEMBAR Loop_exit !#3 N1705 P1116 MEMBAR Loop_entry !#3 N1706 P1117 BLD 162 -1 FP BE Pri !#3 N1707 P1118 MEMBAR Loop_exit !#3 N1708 P1116 MEMBAR Loop_entry !#3 N1709 P1117 BLD 162 -1 FP BE Pri !#3 N1710 P1118 MEMBAR Loop_exit !#3 N1711 P1119 MEMBAR Loop_entry !#3 N1712 P1120 BLD 98 -1 FP BE Pri !#3 N1713 P1120 BLD 99 -1 FP BE Pri !#3 N1714 P1121 MEMBAR Loop_exit !#3 N1715 P1119 MEMBAR Loop_entry !#3 N1716 P1120 BLD 98 -1 FP BE Pri !#3 N1717 P1120 BLD 99 -1 FP BE Pri !#3 N1718 P1121 MEMBAR Loop_exit !#3 N1719 P1122 PREFETCH 238 Int BE Pri Loop_entry Loop_exit !#3 N1720 P1122 PREFETCH 238 Int BE Pri Loop_entry Loop_exit !#3 N1721 P1123 MEMBAR Loop_entry !#3 N1722 P1124 BLD 252 -1 FP BE Pri !#3 N1723 P1125 MEMBAR Loop_exit !#3 N1724 P1123 MEMBAR Loop_entry !#3 N1725 P1124 BLD 252 -1 FP BE Pri !#3 N1726 P1125 MEMBAR Loop_exit !#3 N1727 P1126 MEMBAR Loop_entry !#3 N1728 P1127 BLD 259 -1 FP BE Pri !#3 N1729 P1128 MEMBAR Loop_exit !#3 N1730 P1129 MEMBAR Loop_entry !#3 N1731 P1130 BLD 144 -1 FP BE Pri !#3 N1732 P1131 MEMBAR Loop_exit !#3 N1733 P1132 MEMBAR Loop_entry !#3 N1734 P1133 BLD 124 -1 FP BE Pri !#3 N1735 P1133 BLD 125 -1 FP BE Pri !#3 N1736 P1133 BLD 126 -1 FP BE Pri !#3 N1737 P1134 MEMBAR Loop_exit !#3 N1738 P1135 MEMBAR Loop_entry !#3 N1739 P1136 BLD 25 -1 FP BE Pri !#3 N1740 P1137 MEMBAR Loop_exit !#3 N1741 P1138 MEMBAR Loop_entry !#3 N1742 P1139 BLD 310 -1 FP BE Pri !#3 N1743 P1140 MEMBAR Loop_exit !#3 N1744 P1138 MEMBAR Loop_entry !#3 N1745 P1139 BLD 310 -1 FP BE Pri !#3 N1746 P1140 MEMBAR Loop_exit !#3 N1747 P1141 MEMBAR Loop_entry !#3 N1748 P1142 BLD 97 -1 FP BE Pri !#3 N1749 P1143 MEMBAR Loop_exit !#3 N1750 P1141 MEMBAR Loop_entry !#3 N1751 P1142 BLD 97 -1 FP BE Pri !#3 N1752 P1143 MEMBAR Loop_exit !#3 N1753 P1144 MEMBAR Loop_entry !#3 N1754 P1145 BLD 307 -1 FP BE Pri !#3 N1755 P1146 MEMBAR Loop_exit !#3 N1756 P1144 MEMBAR Loop_entry !#3 N1757 P1145 BLD 307 -1 FP BE Pri !#3 N1758 P1146 MEMBAR Loop_exit !#3 N1759 P1147 MEMBAR Loop_entry !#3 N1760 P1148 BLD 228 -1 FP BE Pri !#3 N1761 P1149 MEMBAR Loop_exit !#3 N1762 P1150 MEMBAR Loop_entry !#3 N1763 P1151 BLD 65 -1 FP BE Pri !#3 N1764 P1152 MEMBAR Loop_exit !#3 N1765 P1150 MEMBAR Loop_entry !#3 N1766 P1151 BLD 65 -1 FP BE Pri !#3 N1767 P1152 MEMBAR Loop_exit !#3 N1768 P1153 MEMBAR Loop_entry !#3 N1769 P1154 BLD 124 -1 FP BE Pri !#3 N1770 P1154 BLD 125 -1 FP BE Pri !#3 N1771 P1154 BLD 126 -1 FP BE Pri !#3 N1772 P1155 MEMBAR Loop_exit !#3 N1773 P1156 MEMBAR Loop_entry !#3 N1774 P1157 BLD 100 -1 FP BE Pri !#3 N1775 P1158 MEMBAR Loop_exit !#3 N1776 P1156 MEMBAR Loop_entry !#3 N1777 P1157 BLD 100 -1 FP BE Pri !#3 N1778 P1158 MEMBAR Loop_exit !#3 N1779 P1159 MEMBAR Loop_entry !#3 N1780 P1160 BLD 205 -1 FP BE Pri !#3 N1781 P1161 MEMBAR Loop_exit !#3 N1782 P1162 MEMBAR Loop_entry !#3 N1783 P1163 BLD 291 -1 FP BE Pri !#3 N1784 P1164 MEMBAR Loop_exit !#3 N1785 P1165 MEMBAR Loop_entry !#3 N1786 P1166 BLD 0 -1 FP BE Pri !#3 N1787 P1167 MEMBAR Loop_exit !#3 N1788 P1168 ST 196 0x81800002 Int LE Pri Loop_entry Loop_exit !#3 N1789 P1169 MEMBAR Loop_entry !#3 N1790 P1170 BLD 187 -1 FP BE Pri !#3 N1791 P1171 MEMBAR Loop_exit !#3 N1792 P1172 IDC_FLIP 119 Int BE Pri Loop_entry !#3 N1793 P1173 MEMBAR !#3 N1794 P1174 BLD 358 -1 FP BE Pri !#3 N1795 P1175 MEMBAR Loop_exit !#3 N1796 P1176 MEMBAR Loop_entry !#3 N1797 P1177 BLD 13 -1 FP BE Pri !#3 N1798 P1178 MEMBAR Loop_exit !#3 N1799 P1179 MEMBAR Loop_entry !#3 N1800 P1180 BLD 89 -1 FP BE Pri !#3 N1801 P1180 BLD 90 -1 FP BE Pri !#3 N1802 P1181 MEMBAR Loop_exit !#3 N1803 P1182 MEMBAR Loop_entry !#3 N1804 P1183 BLD 170 -1 FP BE Pri !#3 N1805 P1184 MEMBAR Loop_exit !#3 N1806 P1185 MEMBAR Loop_entry !#3 N1807 P1186 BLD 341 -1 FP BE Pri !#3 N1808 P1187 MEMBAR Loop_exit !#3 N1809 P1188 MEMBAR Loop_entry !#3 N1810 P1189 BLD 159 -1 FP BE Pri !#3 N1811 P1190 MEMBAR Loop_exit !#3 N1812 P1191 ST 265 0x81800003 Int BE Pri Loop_entry Loop_exit !#3 N1813 P1192 MEMBAR Loop_entry !#3 N1814 P1193 BLD 157 -1 FP BE Pri !#3 N1815 P1194 MEMBAR Loop_exit !#3 N1816 P1192 MEMBAR Loop_entry !#3 N1817 P1193 BLD 157 -1 FP BE Pri !#3 N1818 P1194 MEMBAR Loop_exit !#3 N1819 P1195 MEMBAR Loop_entry !#3 N1820 P1196 BLD 306 -1 FP BE Pri !#3 N1821 P1197 MEMBAR Loop_exit !#3 N1822 P1198 MEMBAR Loop_entry !#3 N1823 P1199 BLD 269 -1 FP BE Pri !#3 N1824 P1200 MEMBAR Loop_exit !#3 N1825 P1198 MEMBAR Loop_entry !#3 N1826 P1199 BLD 269 -1 FP BE Pri !#3 N1827 P1200 MEMBAR Loop_exit !#3 N1828 P1201 PREFETCH 255 Int BE Pri Loop_entry !#3 N1829 P1202 MEMBAR !#3 N1830 P1203 BLD 183 -1 FP BE Pri !#3 N1831 P1204 MEMBAR Loop_exit !#3 N1832 P1205 PREFETCH 195 Int LE Pri Loop_entry !#3 N1833 P1206 MEMBAR !#3 N1834 P1207 BLD 337 -1 FP BE Pri !#3 N1835 P1208 MEMBAR Loop_exit !#3 N1836 P1205 PREFETCH 195 Int LE Pri Loop_entry !#3 N1837 P1206 MEMBAR !#3 N1838 P1207 BLD 337 -1 FP BE Pri !#3 N1839 P1208 MEMBAR Loop_exit !#3 N1840 P1209 MEMBAR Loop_entry !#3 N1841 P1210 BLD 295 -1 FP BE Pri !#3 N1842 P1210 BLD 296 -1 FP BE Pri !#3 N1843 P1211 MEMBAR Loop_exit !#3 N1844 P1209 MEMBAR Loop_entry !#3 N1845 P1210 BLD 295 -1 FP BE Pri !#3 N1846 P1210 BLD 296 -1 FP BE Pri !#3 N1847 P1211 MEMBAR Loop_exit !#3 N1848 P1212 MEMBAR Loop_entry !#3 N1849 P1213 BLD 166 -1 FP BE Pri !#3 N1850 P1214 MEMBAR Loop_exit !#3 N1851 P1212 MEMBAR Loop_entry !#3 N1852 P1213 BLD 166 -1 FP BE Pri !#3 N1853 P1214 MEMBAR Loop_exit !#3 N1854 P1215 MEMBAR Loop_entry !#3 N1855 P1216 BLD 330 -1 FP BE Pri !#3 N1856 P1217 MEMBAR Loop_exit !#3 N1857 P1218 MEMBAR Loop_entry !#3 N1858 P1219 BLD 89 -1 FP BE Pri !#3 N1859 P1219 BLD 90 -1 FP BE Pri !#3 N1860 P1220 MEMBAR Loop_exit !#3 N1861 P1221 MEMBAR Loop_entry !#3 N1862 P1222 BLD 131 -1 FP BE Pri !#3 N1863 P1223 MEMBAR Loop_exit !#3 N1864 P1221 MEMBAR Loop_entry !#3 N1865 P1222 BLD 131 -1 FP BE Pri !#3 N1866 P1223 MEMBAR Loop_exit !#3 N1867 P1224 MEMBAR Loop_entry !#3 N1868 P1225 BLD 0 -1 FP BE Pri !#3 N1869 P1226 MEMBAR Loop_exit !#3 N1870 P1227 MEMBAR Loop_entry !#3 N1871 P1228 BLD 132 -1 FP BE Pri !#3 N1872 P1229 MEMBAR Loop_exit !#3 N1873 P1227 MEMBAR Loop_entry !#3 N1874 P1228 BLD 132 -1 FP BE Pri !#3 N1875 P1229 MEMBAR Loop_exit !#3 N1876 P1230 ST 111 0x81800004 Int LE Pri Loop_entry Loop_exit !#3 N1877 P1230 ST 111 0x81800005 Int LE Pri Loop_entry Loop_exit !#3 N1878 P1231 MEMBAR Loop_entry !#3 N1879 P1232 BLD 354 -1 FP BE Pri !#3 N1880 P1233 MEMBAR Loop_exit !#3 N1881 P1231 MEMBAR Loop_entry !#3 N1882 P1232 BLD 354 -1 FP BE Pri !#3 N1883 P1233 MEMBAR Loop_exit !#3 N1884 P1234 MEMBAR Loop_entry !#3 N1885 P1235 BLD 266 -1 FP BE Pri !#3 N1886 P1236 MEMBAR Loop_exit !#3 N1887 P1237 MEMBAR Loop_entry !#3 N1888 P1238 BLD 102 -1 FP BE Pri !#3 N1889 P1238 BLD 103 -1 FP BE Pri !#3 N1890 P1238 BLD 104 -1 FP BE Pri !#3 N1891 P1239 MEMBAR Loop_exit !#3 N1892 P1240 MEMBAR Loop_entry !#3 N1893 P1241 BLD 307 -1 FP BE Pri !#3 N1894 P1242 MEMBAR Loop_exit !#3 N1895 P1240 MEMBAR Loop_entry !#3 N1896 P1241 BLD 307 -1 FP BE Pri !#3 N1897 P1242 MEMBAR Loop_exit !#3 N1898 P1243 MEMBAR Loop_entry !#3 N1899 P1244 BLD 179 -1 FP BE Pri !#3 N1900 P1245 MEMBAR Loop_exit !#3 N1901 P1246 FLUSHI 91 Int BE Pri Loop_entry !#3 N1902 P1247 MEMBAR !#3 N1903 P1248 BLD 315 -1 FP BE Pri !#3 N1904 P1249 MEMBAR Loop_exit !#3 N1905 P1246 FLUSHI 91 Int BE Pri Loop_entry !#3 N1906 P1247 MEMBAR !#3 N1907 P1248 BLD 315 -1 FP BE Pri !#3 N1908 P1249 MEMBAR Loop_exit !#3 N1909 P1250 MEMBAR Loop_entry !#3 N1910 P1251 BLD 355 -1 FP BE Pri !#3 N1911 P1252 MEMBAR Loop_exit !#3 N1912 P1253 MEMBAR Loop_entry !#3 N1913 P1254 BLD 318 -1 FP BE Pri !#3 N1914 P1255 MEMBAR Loop_exit !#3 N1915 P1253 MEMBAR Loop_entry !#3 N1916 P1254 BLD 318 -1 FP BE Pri !#3 N1917 P1255 MEMBAR Loop_exit !#3 N1918 P1256 MEMBAR Loop_entry !#3 N1919 P1257 BLD 163 -1 FP BE Pri !#3 N1920 P1258 MEMBAR Loop_exit !#3 N1921 P1259 MEMBAR Loop_entry !#3 N1922 P1260 BLD 324 -1 FP BE Pri !#3 N1923 P1261 MEMBAR Loop_exit !#3 N1924 P1262 MEMBAR Loop_entry !#3 N1925 P1263 BLD 215 -1 FP BE Pri !#3 N1926 P1263 BLD 216 -1 FP BE Pri !#3 N1927 P1264 MEMBAR Loop_exit !#3 N1928 P1265 IDC_FLIP 300 Int BE Pri Loop_entry Loop_exit !#3 N1929 P1266 MEMBAR Loop_entry !#3 N1930 P1267 BLD 321 -1 FP BE Pri !#3 N1931 P1268 MEMBAR Loop_exit !#3 N1932 P1266 MEMBAR Loop_entry !#3 N1933 P1267 BLD 321 -1 FP BE Pri !#3 N1934 P1268 MEMBAR Loop_exit !#3 N1935 P1269 MEMBAR Loop_entry Loop_exit !#3 N1936 P1270 MEMBAR Loop_entry !#3 N1937 P1271 BLD 280 -1 FP BE Pri !#3 N1938 P1272 MEMBAR Loop_exit !#3 N1939 P1273 MEMBAR Loop_entry !#3 N1940 P1274 BLD 59 -1 FP BE Pri !#3 N1941 P1275 MEMBAR Loop_exit !#3 N1942 P1273 MEMBAR Loop_entry !#3 N1943 P1274 BLD 59 -1 FP BE Pri !#3 N1944 P1275 MEMBAR Loop_exit !#3 N1945 P1276 MEMBAR Loop_entry !#3 N1946 P1277 BLD 108 -1 FP BE Pri !#3 N1947 P1278 MEMBAR Loop_exit !#3 N1948 P1279 MEMBAR Loop_entry !#3 N1949 P1280 BLD 185 -1 FP BE Pri !#3 N1950 P1281 MEMBAR Loop_exit !#3 N1951 P1282 MEMBAR Loop_entry !#3 N1952 P1283 BLD 47 -1 FP BE Pri !#3 N1953 P1284 MEMBAR Loop_exit !#3 N1954 P1282 MEMBAR Loop_entry !#3 N1955 P1283 BLD 47 -1 FP BE Pri !#3 N1956 P1284 MEMBAR Loop_exit !#3 N1957 P1285 MEMBAR Loop_entry !#3 N1958 P1286 BLD 187 -1 FP BE Pri !#3 N1959 P1287 MEMBAR Loop_exit !#3 N1960 P1285 MEMBAR Loop_entry !#3 N1961 P1286 BLD 187 -1 FP BE Pri !#3 N1962 P1287 MEMBAR Loop_exit !#3 N1963 P1288 FLUSHI 220 Int BE Pri Loop_entry Loop_exit !#3 N1964 P1289 MEMBAR Loop_entry !#3 N1965 P1290 BLD 111 -1 FP BE Pri !#3 N1966 P1290 BLD 112 -1 FP BE Pri !#3 N1967 P1290 BLD 113 -1 FP BE Pri !#3 N1968 P1291 MEMBAR Loop_exit !#3 N1969 P1289 MEMBAR Loop_entry !#3 N1970 P1290 BLD 111 -1 FP BE Pri !#3 N1971 P1290 BLD 112 -1 FP BE Pri !#3 N1972 P1290 BLD 113 -1 FP BE Pri !#3 N1973 P1291 MEMBAR Loop_exit !#3 N1974 P1292 MEMBAR Loop_entry !#3 N1975 P1293 BLD 212 -1 FP BE Pri !#3 N1976 P1294 MEMBAR Loop_exit !#3 N1977 P1292 MEMBAR Loop_entry !#3 N1978 P1293 BLD 212 -1 FP BE Pri !#3 N1979 P1294 MEMBAR Loop_exit !#3 N1980 P1295 MEMBAR Loop_entry !#3 N1981 P1296 BLD 300 -1 FP BE Pri !#3 N1982 P1297 MEMBAR Loop_exit !#3 N1983 P1298 MEMBAR Loop_entry !#3 N1984 P1299 BLD 282 -1 FP BE Pri !#3 N1985 P1300 MEMBAR Loop_exit !#3 N1986 P1298 MEMBAR Loop_entry !#3 N1987 P1299 BLD 282 -1 FP BE Pri !#3 N1988 P1300 MEMBAR Loop_exit !#3 N1989 P1301 MEMBAR Loop_entry !#3 N1990 P1302 BLD 32 -1 FP BE Pri !#3 N1991 P1302 BLD 33 -1 FP BE Pri !#3 N1992 P1303 MEMBAR Loop_exit !#3 N1993 P1304 MEMBAR Loop_entry !#3 N1994 P1305 BLD 16 -1 FP BE Pri !#3 N1995 P1306 MEMBAR Loop_exit !#3 N1996 P1304 MEMBAR Loop_entry !#3 N1997 P1305 BLD 16 -1 FP BE Pri !#3 N1998 P1306 MEMBAR Loop_exit !#3 N1999 P1307 MEMBAR Loop_entry !#3 N2000 P1308 BLD 179 -1 FP BE Pri !#3 N2001 P1309 MEMBAR Loop_exit !#3 N2002 P1307 MEMBAR Loop_entry !#3 N2003 P1308 BLD 179 -1 FP BE Pri !#3 N2004 P1309 MEMBAR Loop_exit !#3 N2005 P1310 MEMBAR Loop_entry !#3 N2006 P1311 BLD 232 -1 FP BE Pri !#3 N2007 P1312 MEMBAR Loop_exit !#3 N2008 P1310 MEMBAR Loop_entry !#3 N2009 P1311 BLD 232 -1 FP BE Pri !#3 N2010 P1312 MEMBAR Loop_exit !#3 N2011 P1313 MEMBAR Loop_entry !#3 N2012 P1314 BLD 353 -1 FP BE Pri !#3 N2013 P1315 MEMBAR Loop_exit !#3 N2014 P1313 MEMBAR Loop_entry !#3 N2015 P1314 BLD 353 -1 FP BE Pri !#3 N2016 P1315 MEMBAR Loop_exit !#3 N2017 P1316 PREFETCH 236 Int BE Pri Loop_entry Loop_exit !#3 N2018 P1316 PREFETCH 236 Int BE Pri Loop_entry Loop_exit !#3 N2019 P1317 MEMBAR Loop_entry !#3 N2020 P1318 BLD 74 -1 FP BE Pri !#3 N2021 P1319 MEMBAR Loop_exit !#3 N2022 P1320 MEMBAR Loop_entry !#3 N2023 P1321 BLD 137 -1 FP BE Pri !#3 N2024 P1322 MEMBAR Loop_exit !#3 N2025 P1320 MEMBAR Loop_entry !#3 N2026 P1321 BLD 137 -1 FP BE Pri !#3 N2027 P1322 MEMBAR Loop_exit !#3 N2028 P1323 MEMBAR Loop_entry !#3 N2029 P1324 BLD 349 -1 FP BE Pri !#3 N2030 P1325 MEMBAR Loop_exit !#3 N2031 P1326 MEMBAR Loop_entry !#3 N2032 P1327 BLD 11 -1 FP BE Pri !#3 N2033 P1327 BLD 12 -1 FP BE Pri !#3 N2034 P1328 MEMBAR Loop_exit !#3 N2035 P1329 MEMBAR Loop_entry !#3 N2036 P1330 BLD 18 -1 FP BE Pri !#3 N2037 P1331 MEMBAR Loop_exit !#3 N2038 P1332 MEMBAR Loop_entry !#3 N2039 P1333 BLD 10 -1 FP BE Pri !#3 N2040 P1334 MEMBAR Loop_exit !#3 N2041 P1335 MEMBAR Loop_entry !#3 N2042 P1336 BLD 110 -1 FP BE Pri !#3 N2043 P1337 MEMBAR Loop_exit !#3 N2044 P1335 MEMBAR Loop_entry !#3 N2045 P1336 BLD 110 -1 FP BE Pri !#3 N2046 P1337 MEMBAR Loop_exit !#3 N2047 P1338 MEMBAR Loop_entry !#3 N2048 P1339 BLD 135 -1 FP BE Pri !#3 N2049 P1340 MEMBAR Loop_exit !#3 N2050 P1338 MEMBAR Loop_entry !#3 N2051 P1339 BLD 135 -1 FP BE Pri !#3 N2052 P1340 MEMBAR Loop_exit !#3 N2053 P1341 MEMBAR Loop_entry !#3 N2054 P1342 BLD 78 -1 FP BE Pri !#3 N2055 P1343 MEMBAR Loop_exit !#3 N2056 P1341 MEMBAR Loop_entry !#3 N2057 P1342 BLD 78 -1 FP BE Pri !#3 N2058 P1343 MEMBAR Loop_exit !#3 N2059 P1344 MEMBAR Loop_entry !#3 N2060 P1345 BLD 24 -1 FP BE Pri !#3 N2061 P1346 MEMBAR Loop_exit !#3 N2062 P1347 MEMBAR Loop_entry !#3 N2063 P1348 BLD 10 -1 FP BE Pri !#3 N2064 P1349 MEMBAR Loop_exit !#3 N2065 P1350 PREFETCH 109 Int BE Pri Loop_entry Loop_exit !#3 N2066 P1350 PREFETCH 109 Int BE Pri Loop_entry Loop_exit !#3 N2067 P1351 MEMBAR Loop_entry !#3 N2068 P1352 BLD 340 -1 FP BE Pri !#3 N2069 P1353 MEMBAR Loop_exit !#3 N2070 P1351 MEMBAR Loop_entry !#3 N2071 P1352 BLD 340 -1 FP BE Pri !#3 N2072 P1353 MEMBAR Loop_exit !#3 N2073 P1354 MEMBAR Loop_entry !#3 N2074 P1355 BLD 67 -1 FP BE Pri !#3 N2075 P1356 MEMBAR Loop_exit !#3 N2076 P1357 MEMBAR Loop_entry !#3 N2077 P1358 BLD 66 -1 FP BE Pri !#3 N2078 P1359 MEMBAR Loop_exit !#3 N2079 P1357 MEMBAR Loop_entry !#3 N2080 P1358 BLD 66 -1 FP BE Pri !#3 N2081 P1359 MEMBAR Loop_exit !#3 N2082 P1360 MEMBAR Loop_entry !#3 N2083 P1361 BLD 106 -1 FP BE Pri !#3 N2084 P1362 MEMBAR Loop_exit !#3 N2085 P1363 MEMBAR Loop_entry !#3 N2086 P1364 BLD 266 -1 FP BE Pri !#3 N2087 P1365 MEMBAR Loop_exit !#3 N2088 P1366 MEMBAR !#4 N2089 P1367 MEMBAR Loop_entry !#4 N2090 P1368 BLD 345 -1 FP BE Pri !#4 N2091 P1369 MEMBAR Loop_exit !#4 N2092 P1370 MEMBAR Loop_entry !#4 N2093 P1371 BLD 231 -1 FP BE Pri !#4 N2094 P1372 MEMBAR Loop_exit !#4 N2095 P1370 MEMBAR Loop_entry !#4 N2096 P1371 BLD 231 -1 FP BE Pri !#4 N2097 P1372 MEMBAR Loop_exit !#4 N2098 P1373 MEMBAR Loop_entry !#4 N2099 P1374 BLD 163 -1 FP BE Pri !#4 N2100 P1375 MEMBAR Loop_exit !#4 N2101 P1376 MEMBAR Loop_entry !#4 N2102 P1377 BLD 327 -1 FP BE Pri !#4 N2103 P1378 MEMBAR Loop_exit !#4 N2104 P1376 MEMBAR Loop_entry !#4 N2105 P1377 BLD 327 -1 FP BE Pri !#4 N2106 P1378 MEMBAR Loop_exit !#4 N2107 P1379 MEMBAR Loop_entry !#4 N2108 P1380 BLD 295 -1 FP BE Pri !#4 N2109 P1380 BLD 296 -1 FP BE Pri !#4 N2110 P1381 MEMBAR Loop_exit !#4 N2111 P1379 MEMBAR Loop_entry !#4 N2112 P1380 BLD 295 -1 FP BE Pri !#4 N2113 P1380 BLD 296 -1 FP BE Pri !#4 N2114 P1381 MEMBAR Loop_exit !#4 N2115 P1382 IDC_FLIP 4 Int BE Pri Loop_entry !#4 N2116 P1383 IDC_FLIP 301 Int BE Pri Loop_exit !#4 N2117 P1384 MEMBAR Loop_entry !#4 N2118 P1385 BLD 124 -1 FP BE Pri !#4 N2119 P1385 BLD 125 -1 FP BE Pri !#4 N2120 P1385 BLD 126 -1 FP BE Pri !#4 N2121 P1386 MEMBAR Loop_exit !#4 N2122 P1387 MEMBAR Loop_entry !#4 N2123 P1388 BLD 1 -1 FP BE Pri !#4 N2124 P1389 MEMBAR Loop_exit !#4 N2125 P1387 MEMBAR Loop_entry !#4 N2126 P1388 BLD 1 -1 FP BE Pri !#4 N2127 P1389 MEMBAR Loop_exit !#4 N2128 P1390 PREFETCH 172 NF Int BE Pri Loop_entry Loop_exit !#4 N2129 P1391 MEMBAR Loop_entry !#4 N2130 P1392 BLD 231 -1 FP BE Pri !#4 N2131 P1393 MEMBAR Loop_exit !#4 N2132 P1391 MEMBAR Loop_entry !#4 N2133 P1392 BLD 231 -1 FP BE Pri !#4 N2134 P1393 MEMBAR Loop_exit !#4 N2135 P1394 MEMBAR Loop_entry !#4 N2136 P1395 BLD 134 -1 FP BE Pri !#4 N2137 P1396 MEMBAR Loop_exit !#4 N2138 P1397 MEMBAR Loop_entry !#4 N2139 P1398 BLD 268 -1 FP BE Pri !#4 N2140 P1399 MEMBAR Loop_exit !#4 N2141 P1397 MEMBAR Loop_entry !#4 N2142 P1398 BLD 268 -1 FP BE Pri !#4 N2143 P1399 MEMBAR Loop_exit !#4 N2144 P1400 MEMBAR Loop_entry !#4 N2145 P1401 BLD 196 -1 FP BE Pri !#4 N2146 P1402 MEMBAR Loop_exit !#4 N2147 P1403 MEMBAR Loop_entry !#4 N2148 P1404 BLD 122 -1 FP BE Pri !#4 N2149 P1405 MEMBAR Loop_exit !#4 N2150 P1403 MEMBAR Loop_entry !#4 N2151 P1404 BLD 122 -1 FP BE Pri !#4 N2152 P1405 MEMBAR Loop_exit !#4 N2153 P1406 MEMBAR Loop_entry !#4 N2154 P1407 BLD 41 -1 FP BE Pri !#4 N2155 P1408 MEMBAR Loop_exit !#4 N2156 P1406 MEMBAR Loop_entry !#4 N2157 P1407 BLD 41 -1 FP BE Pri !#4 N2158 P1408 MEMBAR Loop_exit !#4 N2159 P1409 MEMBAR Loop_entry !#4 N2160 P1410 BLD 351 -1 FP BE Pri !#4 N2161 P1411 MEMBAR Loop_exit !#4 N2162 P1412 MEMBAR Loop_entry !#4 N2163 P1413 BLD 320 -1 FP BE Pri !#4 N2164 P1414 MEMBAR Loop_exit !#4 N2165 P1412 MEMBAR Loop_entry !#4 N2166 P1413 BLD 320 -1 FP BE Pri !#4 N2167 P1414 MEMBAR Loop_exit !#4 N2168 P1415 MEMBAR Loop_entry !#4 N2169 P1416 BLD 170 -1 FP BE Pri !#4 N2170 P1417 MEMBAR Loop_exit !#4 N2171 P1418 MEMBAR Loop_entry !#4 N2172 P1419 BLD 97 -1 FP BE Pri !#4 N2173 P1420 MEMBAR Loop_exit !#4 N2174 P1418 MEMBAR Loop_entry !#4 N2175 P1419 BLD 97 -1 FP BE Pri !#4 N2176 P1420 MEMBAR Loop_exit !#4 N2177 P1421 MEMBAR Loop_entry !#4 N2178 P1422 BLD 292 -1 FP BE Pri !#4 N2179 P1423 MEMBAR Loop_exit !#4 N2180 P1421 MEMBAR Loop_entry !#4 N2181 P1422 BLD 292 -1 FP BE Pri !#4 N2182 P1423 MEMBAR Loop_exit !#4 N2183 P1424 MEMBAR Loop_entry !#4 N2184 P1425 BLD 183 -1 FP BE Pri !#4 N2185 P1426 MEMBAR Loop_exit !#4 N2186 P1424 MEMBAR Loop_entry !#4 N2187 P1425 BLD 183 -1 FP BE Pri !#4 N2188 P1426 MEMBAR Loop_exit !#4 N2189 P1427 PREFETCH 341 Int LE Pri Loop_entry !#4 N2190 P1428 MEMBAR !#4 N2191 P1429 BLD 23 -1 FP BE Pri !#4 N2192 P1430 MEMBAR Loop_exit !#4 N2193 P1427 PREFETCH 341 Int LE Pri Loop_entry !#4 N2194 P1428 MEMBAR !#4 N2195 P1429 BLD 23 -1 FP BE Pri !#4 N2196 P1430 MEMBAR Loop_exit !#4 N2197 P1431 PREFETCH 153 Int BE Pri Loop_entry Loop_exit !#4 N2198 P1432 MEMBAR Loop_entry !#4 N2199 P1433 BLD 21 -1 FP BE Pri !#4 N2200 P1434 MEMBAR Loop_exit !#4 N2201 P1435 MEMBAR Loop_entry !#4 N2202 P1436 IDC_FLIP 158 Int BE Pri Loop_exit !#4 N2203 P1435 MEMBAR Loop_entry !#4 N2204 P1436 IDC_FLIP 158 Int BE Pri Loop_exit !#4 N2205 P1437 MEMBAR Loop_entry !#4 N2206 P1438 BLD 292 -1 FP BE Pri !#4 N2207 P1439 MEMBAR Loop_exit !#4 N2208 P1440 MEMBAR Loop_entry !#4 N2209 P1441 BLD 172 -1 FP BE Pri !#4 N2210 P1442 MEMBAR Loop_exit !#4 N2211 P1443 MEMBAR Loop_entry !#4 N2212 P1444 BLD 219 -1 FP BE Pri !#4 N2213 P1444 BLD 220 -1 FP BE Pri !#4 N2214 P1445 MEMBAR Loop_exit !#4 N2215 P1446 MEMBAR Loop_entry !#4 N2216 P1447 BLD 295 -1 FP BE Pri !#4 N2217 P1447 BLD 296 -1 FP BE Pri !#4 N2218 P1448 MEMBAR Loop_exit !#4 N2219 P1449 MEMBAR Loop_entry !#4 N2220 P1450 BLD 138 -1 FP BE Pri !#4 N2221 P1451 MEMBAR Loop_exit !#4 N2222 P1449 MEMBAR Loop_entry !#4 N2223 P1450 BLD 138 -1 FP BE Pri !#4 N2224 P1451 MEMBAR Loop_exit !#4 N2225 P1452 MEMBAR Loop_entry !#4 N2226 P1453 BLD 39 -1 FP BE Pri !#4 N2227 P1454 MEMBAR Loop_exit !#4 N2228 P1452 MEMBAR Loop_entry !#4 N2229 P1453 BLD 39 -1 FP BE Pri !#4 N2230 P1454 MEMBAR Loop_exit !#4 N2231 P1455 MEMBAR Loop_entry !#4 N2232 P1456 BLD 116 -1 FP BE Pri !#4 N2233 P1457 MEMBAR Loop_exit !#4 N2234 P1458 MEMBAR Loop_entry !#4 N2235 P1459 BLD 319 -1 FP BE Pri !#4 N2236 P1460 MEMBAR Loop_exit !#4 N2237 P1458 MEMBAR Loop_entry !#4 N2238 P1459 BLD 319 -1 FP BE Pri !#4 N2239 P1460 MEMBAR Loop_exit !#4 N2240 P1461 PREFETCH 46 Int BE Pri Loop_entry Loop_exit !#4 N2241 P1461 PREFETCH 46 Int BE Pri Loop_entry Loop_exit !#4 N2242 P1462 PREFETCH 41 Int BE Pri Loop_entry Loop_exit !#4 N2243 P1463 FLUSHI 202 Int BE Pri Loop_entry Loop_exit !#4 N2244 P1463 FLUSHI 202 Int BE Pri Loop_entry Loop_exit !#4 N2245 P1464 MEMBAR Loop_entry !#4 N2246 P1465 BLD 129 -1 FP BE Pri !#4 N2247 P1466 MEMBAR Loop_exit !#4 N2248 P1464 MEMBAR Loop_entry !#4 N2249 P1465 BLD 129 -1 FP BE Pri !#4 N2250 P1466 MEMBAR Loop_exit !#4 N2251 P1467 MEMBAR Loop_entry !#4 N2252 P1468 BLD 284 -1 FP BE Pri !#4 N2253 P1469 MEMBAR Loop_exit !#4 N2254 P1467 MEMBAR Loop_entry !#4 N2255 P1468 BLD 284 -1 FP BE Pri !#4 N2256 P1469 MEMBAR Loop_exit !#4 N2257 P1470 MEMBAR Loop_entry !#4 N2258 P1471 BLD 250 -1 FP BE Pri !#4 N2259 P1472 MEMBAR Loop_exit !#4 N2260 P1473 MEMBAR Loop_entry !#4 N2261 P1474 BLD 350 -1 FP BE Pri !#4 N2262 P1475 MEMBAR Loop_exit !#4 N2263 P1476 MEMBAR Loop_entry !#4 N2264 P1477 BLD 131 -1 FP BE Pri !#4 N2265 P1478 MEMBAR Loop_exit !#4 N2266 P1476 MEMBAR Loop_entry !#4 N2267 P1477 BLD 131 -1 FP BE Pri !#4 N2268 P1478 MEMBAR Loop_exit !#4 N2269 P1479 MEMBAR Loop_entry !#4 N2270 P1480 BLD 201 -1 FP BE Pri !#4 N2271 P1481 MEMBAR Loop_exit !#4 N2272 P1479 MEMBAR Loop_entry !#4 N2273 P1480 BLD 201 -1 FP BE Pri !#4 N2274 P1481 MEMBAR Loop_exit !#4 N2275 P1482 MEMBAR Loop_entry !#4 N2276 P1483 BLD 334 -1 FP BE Pri !#4 N2277 P1484 MEMBAR Loop_exit !#4 N2278 P1485 MEMBAR Loop_entry !#4 N2279 P1486 BLD 239 -1 FP BE Pri !#4 N2280 P1487 MEMBAR Loop_exit !#4 N2281 P1485 MEMBAR Loop_entry !#4 N2282 P1486 BLD 239 -1 FP BE Pri !#4 N2283 P1487 MEMBAR Loop_exit !#4 N2284 P1488 MEMBAR Loop_entry !#4 N2285 P1489 BLD 230 -1 FP BE Pri !#4 N2286 P1490 MEMBAR Loop_exit !#4 N2287 P1488 MEMBAR Loop_entry !#4 N2288 P1489 BLD 230 -1 FP BE Pri !#4 N2289 P1490 MEMBAR Loop_exit !#4 N2290 P1491 MEMBAR Loop_entry !#4 N2291 P1492 BLD 6 -1 FP BE Pri !#4 N2292 P1492 BLD 7 -1 FP BE Pri !#4 N2293 P1493 MEMBAR Loop_exit !#4 N2294 P1494 MEMBAR Loop_entry !#4 N2295 P1495 BLD 306 -1 FP BE Pri !#4 N2296 P1496 MEMBAR Loop_exit !#4 N2297 P1494 MEMBAR Loop_entry !#4 N2298 P1495 BLD 306 -1 FP BE Pri !#4 N2299 P1496 MEMBAR Loop_exit !#4 N2300 P1497 MEMBAR Loop_entry !#4 N2301 P1498 BLD 211 -1 FP BE Pri !#4 N2302 P1499 MEMBAR Loop_exit !#4 N2303 P1497 MEMBAR Loop_entry !#4 N2304 P1498 BLD 211 -1 FP BE Pri !#4 N2305 P1499 MEMBAR Loop_exit !#4 N2306 P1500 MEMBAR Loop_entry !#4 N2307 P1501 BLD 349 -1 FP BE Pri !#4 N2308 P1502 MEMBAR Loop_exit !#4 N2309 P1500 MEMBAR Loop_entry !#4 N2310 P1501 BLD 349 -1 FP BE Pri !#4 N2311 P1502 MEMBAR Loop_exit !#4 N2312 P1503 FLUSHI 183 Int BE Pri Loop_entry Loop_exit !#4 N2313 P1504 MEMBAR Loop_entry !#4 N2314 P1505 BLD 122 -1 FP BE Pri !#4 N2315 P1506 MEMBAR Loop_exit !#4 N2316 P1507 IDC_FLIP 248 Int BE Pri Loop_entry !#4 N2317 P1508 MEMBAR !#4 N2318 P1509 BLD 317 -1 FP BE Pri !#4 N2319 P1510 MEMBAR Loop_exit !#4 N2320 P1507 IDC_FLIP 248 Int BE Pri Loop_entry !#4 N2321 P1508 MEMBAR !#4 N2322 P1509 BLD 317 -1 FP BE Pri !#4 N2323 P1510 MEMBAR Loop_exit !#4 N2324 P1511 IDC_FLIP 66 Int BE Pri Loop_entry !#4 N2325 P1512 MEMBAR !#4 N2326 P1513 BLD 198 -1 FP BE Pri !#4 N2327 P1514 MEMBAR Loop_exit !#4 N2328 P1511 IDC_FLIP 66 Int BE Pri Loop_entry !#4 N2329 P1512 MEMBAR !#4 N2330 P1513 BLD 198 -1 FP BE Pri !#4 N2331 P1514 MEMBAR Loop_exit !#4 N2332 P1515 MEMBAR Loop_entry !#4 N2333 P1516 BLD 342 -1 FP BE Pri !#4 N2334 P1517 MEMBAR Loop_exit !#4 N2335 P1518 MEMBAR Loop_entry !#4 N2336 P1519 BLD 5 -1 FP BE Pri !#4 N2337 P1520 MEMBAR Loop_exit !#4 N2338 P1521 MEMBAR Loop_entry !#4 N2339 P1522 BLD 290 -1 FP BE Pri !#4 N2340 P1523 MEMBAR Loop_exit !#4 N2341 P1524 MEMBAR Loop_entry !#4 N2342 P1525 BLD 272 -1 FP BE Pri !#4 N2343 P1526 MEMBAR Loop_exit !#4 N2344 P1527 ST 168 0xe000001 FP BE Pri Loop_entry Loop_exit !#4 N2345 P1527 ST 168 0xe000002 FP BE Pri Loop_entry Loop_exit !#4 N2346 P1528 MEMBAR Loop_entry !#4 N2347 P1529 BLD 19 -1 FP BE Pri !#4 N2348 P1530 MEMBAR Loop_exit !#4 N2349 P1528 MEMBAR Loop_entry !#4 N2350 P1529 BLD 19 -1 FP BE Pri !#4 N2351 P1530 MEMBAR Loop_exit !#4 N2352 P1531 MEMBAR Loop_entry !#4 N2353 P1532 BLD 228 -1 FP BE Pri !#4 N2354 P1533 MEMBAR Loop_exit !#4 N2355 P1531 MEMBAR Loop_entry !#4 N2356 P1532 BLD 228 -1 FP BE Pri !#4 N2357 P1533 MEMBAR Loop_exit !#4 N2358 P1534 MEMBAR Loop_entry !#4 N2359 P1535 BLD 275 -1 FP BE Pri !#4 N2360 P1536 MEMBAR Loop_exit !#4 N2361 P1537 MEMBAR Loop_entry !#4 N2362 P1538 BLD 217 -1 FP BE Pri !#4 N2363 P1539 MEMBAR Loop_exit !#4 N2364 P1537 MEMBAR Loop_entry !#4 N2365 P1538 BLD 217 -1 FP BE Pri !#4 N2366 P1539 MEMBAR Loop_exit !#4 N2367 P1540 MEMBAR Loop_entry !#4 N2368 P1541 BLD 197 -1 FP BE Pri !#4 N2369 P1542 MEMBAR Loop_exit !#4 N2370 P1540 MEMBAR Loop_entry !#4 N2371 P1541 BLD 197 -1 FP BE Pri !#4 N2372 P1542 MEMBAR Loop_exit !#4 N2373 P1543 MEMBAR Loop_entry !#4 N2374 P1544 BLD 264 -1 FP BE Pri !#4 N2375 P1545 MEMBAR Loop_exit !#4 N2376 P1543 MEMBAR Loop_entry !#4 N2377 P1544 BLD 264 -1 FP BE Pri !#4 N2378 P1545 MEMBAR Loop_exit !#4 N2379 P1546 LD 34 -1 FP BE Pri Loop_entry Loop_exit !#4 N2380 P1546 LD 34 -1 FP BE Pri Loop_entry Loop_exit !#4 N2381 P1547 MEMBAR Loop_entry !#4 N2382 P1548 BLD 229 -1 FP BE Pri !#4 N2383 P1549 MEMBAR Loop_exit !#4 N2384 P1550 PREFETCH 50 Int BE Pri Loop_entry Loop_exit !#4 N2385 P1551 ST 191 0xe000003 FP BE Pri Loop_entry Loop_exit !#4 N2386 P1552 MEMBAR Loop_entry !#4 N2387 P1553 BLD 116 -1 FP BE Pri !#4 N2388 P1554 MEMBAR Loop_exit !#4 N2389 P1552 MEMBAR Loop_entry !#4 N2390 P1553 BLD 116 -1 FP BE Pri !#4 N2391 P1554 MEMBAR Loop_exit !#4 N2392 P1555 MEMBAR Loop_entry !#4 N2393 P1556 BLD 110 -1 FP BE Pri !#4 N2394 P1557 MEMBAR Loop_exit !#4 N2395 P1555 MEMBAR Loop_entry !#4 N2396 P1556 BLD 110 -1 FP BE Pri !#4 N2397 P1557 MEMBAR Loop_exit !#4 N2398 P1558 IDC_FLIP 291 Int BE Pri Loop_entry !#4 N2399 P1559 MEMBAR !#4 N2400 P1560 BLD 19 -1 FP BE Pri !#4 N2401 P1561 MEMBAR Loop_exit !#4 N2402 P1562 MEMBAR Loop_entry !#4 N2403 P1563 BLD 212 -1 FP BE Pri !#4 N2404 P1564 MEMBAR Loop_exit !#4 N2405 P1562 MEMBAR Loop_entry !#4 N2406 P1563 BLD 212 -1 FP BE Pri !#4 N2407 P1564 MEMBAR Loop_exit !#4 N2408 P1565 MEMBAR Loop_entry !#4 N2409 P1566 BLD 355 -1 FP BE Pri !#4 N2410 P1567 MEMBAR Loop_exit !#4 N2411 P1565 MEMBAR Loop_entry !#4 N2412 P1566 BLD 355 -1 FP BE Pri !#4 N2413 P1567 MEMBAR Loop_exit !#4 N2414 P1568 MEMBAR Loop_entry !#4 N2415 P1569 BLD 225 -1 FP BE Pri !#4 N2416 P1570 MEMBAR Loop_exit !#4 N2417 P1571 MEMBAR Loop_entry !#4 N2418 P1572 BLD 178 -1 FP BE Pri !#4 N2419 P1573 MEMBAR Loop_exit !#4 N2420 P1571 MEMBAR Loop_entry !#4 N2421 P1572 BLD 178 -1 FP BE Pri !#4 N2422 P1573 MEMBAR Loop_exit !#4 N2423 P1574 ST 151 0x82000001 Int BE Pri Loop_entry Loop_exit !#4 N2424 P1574 ST 151 0x82000002 Int BE Pri Loop_entry Loop_exit !#4 N2425 P1575 MEMBAR Loop_entry !#4 N2426 P1576 BLD 45 -1 FP BE Pri !#4 N2427 P1577 MEMBAR Loop_exit !#4 N2428 P1578 PREFETCH 1 Int BE Pri Loop_entry Loop_exit !#4 N2429 P1579 MEMBAR Loop_entry !#4 N2430 P1580 BLD 41 -1 FP BE Pri !#4 N2431 P1581 MEMBAR Loop_exit !#4 N2432 P1582 MEMBAR Loop_entry !#4 N2433 P1583 BLD 235 -1 FP BE Pri !#4 N2434 P1584 MEMBAR Loop_exit !#4 N2435 P1585 MEMBAR Loop_entry !#4 N2436 P1586 BLD 289 -1 FP BE Pri !#4 N2437 P1587 MEMBAR Loop_exit !#4 N2438 P1588 ST 182 0x82000003 Int BE Pri Loop_entry Loop_exit !#4 N2439 P1588 ST 182 0x82000004 Int BE Pri Loop_entry Loop_exit !#4 N2440 P1589 MEMBAR Loop_entry !#4 N2441 P1590 BLD 343 -1 FP BE Pri !#4 N2442 P1590 BLD 344 -1 FP BE Pri !#4 N2443 P1591 MEMBAR Loop_exit !#4 N2444 P1592 IDC_FLIP 309 Int BE Pri Loop_entry !#4 N2445 P1593 MEMBAR !#4 N2446 P1594 BLD 256 -1 FP BE Pri !#4 N2447 P1595 MEMBAR Loop_exit !#4 N2448 P1596 MEMBAR Loop_entry !#4 N2449 P1597 BLD 189 -1 FP BE Pri !#4 N2450 P1598 MEMBAR Loop_exit !#4 N2451 P1596 MEMBAR Loop_entry !#4 N2452 P1597 BLD 189 -1 FP BE Pri !#4 N2453 P1598 MEMBAR Loop_exit !#4 N2454 P1599 MEMBAR Loop_entry !#4 N2455 P1600 BLD 132 -1 FP BE Pri !#4 N2456 P1601 MEMBAR Loop_exit !#4 N2457 P1599 MEMBAR Loop_entry !#4 N2458 P1600 BLD 132 -1 FP BE Pri !#4 N2459 P1601 MEMBAR Loop_exit !#4 N2460 P1602 MEMBAR Loop_entry !#4 N2461 P1603 BLD 179 -1 FP BE Pri !#4 N2462 P1604 MEMBAR Loop_exit !#4 N2463 P1605 MEMBAR Loop_entry !#4 N2464 P1606 BLD 102 -1 FP BE Pri !#4 N2465 P1606 BLD 103 -1 FP BE Pri !#4 N2466 P1606 BLD 104 -1 FP BE Pri !#4 N2467 P1607 MEMBAR Loop_exit !#4 N2468 P1608 MEMBAR Loop_entry !#4 N2469 P1609 BLD 248 -1 FP BE Pri !#4 N2470 P1610 MEMBAR Loop_exit !#4 N2471 P1611 MEMBAR Loop_entry !#4 N2472 P1612 BLD 206 -1 FP BE Pri !#4 N2473 P1613 MEMBAR Loop_exit !#4 N2474 P1614 PREFETCH 53 Int BE Pri Loop_entry !#4 N2475 P1615 MEMBAR !#4 N2476 P1616 BLD 203 -1 FP BE Pri !#4 N2477 P1617 MEMBAR Loop_exit !#4 N2478 P1618 MEMBAR Loop_entry !#4 N2479 P1619 BLD 320 -1 FP BE Pri !#4 N2480 P1620 MEMBAR Loop_exit !#4 N2481 P1618 MEMBAR Loop_entry !#4 N2482 P1619 BLD 320 -1 FP BE Pri !#4 N2483 P1620 MEMBAR Loop_exit !#4 N2484 P1621 MEMBAR Loop_entry !#4 N2485 P1622 BLD 241 -1 FP BE Pri !#4 N2486 P1622 BLD 242 -1 FP BE Pri !#4 N2487 P1623 MEMBAR Loop_exit !#4 N2488 P1624 ST 325 0xe000004 FP BE Pri Loop_entry Loop_exit !#4 N2489 P1625 FLUSHI 310 Int BE Pri Loop_entry !#4 N2490 P1626 MEMBAR !#4 N2491 P1627 BLD 145 -1 FP BE Pri !#4 N2492 P1628 MEMBAR Loop_exit !#4 N2493 P1625 FLUSHI 310 Int BE Pri Loop_entry !#4 N2494 P1626 MEMBAR !#4 N2495 P1627 BLD 145 -1 FP BE Pri !#4 N2496 P1628 MEMBAR Loop_exit !#4 N2497 P1629 MEMBAR Loop_entry !#4 N2498 P1630 BLD 217 -1 FP BE Pri !#4 N2499 P1631 MEMBAR Loop_exit !#4 N2500 P1629 MEMBAR Loop_entry !#4 N2501 P1630 BLD 217 -1 FP BE Pri !#4 N2502 P1631 MEMBAR Loop_exit !#4 N2503 P1632 MEMBAR Loop_entry !#4 N2504 P1633 BLD 1 -1 FP BE Pri !#4 N2505 P1634 MEMBAR Loop_exit !#4 N2506 P1632 MEMBAR Loop_entry !#4 N2507 P1633 BLD 1 -1 FP BE Pri !#4 N2508 P1634 MEMBAR Loop_exit !#4 N2509 P1635 MEMBAR Loop_entry !#4 N2510 P1636 BLD 258 -1 FP BE Pri !#4 N2511 P1637 MEMBAR Loop_exit !#4 N2512 P1635 MEMBAR Loop_entry !#4 N2513 P1636 BLD 258 -1 FP BE Pri !#4 N2514 P1637 MEMBAR Loop_exit !#4 N2515 P1638 MEMBAR Loop_entry !#4 N2516 P1639 BLD 250 -1 FP BE Pri !#4 N2517 P1640 MEMBAR Loop_exit !#4 N2518 P1638 MEMBAR Loop_entry !#4 N2519 P1639 BLD 250 -1 FP BE Pri !#4 N2520 P1640 MEMBAR Loop_exit !#4 N2521 P1641 MEMBAR Loop_entry !#4 N2522 P1642 BLD 64 -1 FP BE Pri !#4 N2523 P1643 MEMBAR Loop_exit !#4 N2524 P1641 MEMBAR Loop_entry !#4 N2525 P1642 BLD 64 -1 FP BE Pri !#4 N2526 P1643 MEMBAR Loop_exit !#4 N2527 P1644 MEMBAR Loop_entry !#4 N2528 P1645 BLD 262 -1 FP BE Pri !#4 N2529 P1646 MEMBAR Loop_exit !#4 N2530 P1647 MEMBAR Loop_entry !#4 N2531 P1648 BLD 163 -1 FP BE Pri !#4 N2532 P1649 MEMBAR Loop_exit !#4 N2533 P1647 MEMBAR Loop_entry !#4 N2534 P1648 BLD 163 -1 FP BE Pri !#4 N2535 P1649 MEMBAR Loop_exit !#4 N2536 P1650 MEMBAR Loop_entry !#4 N2537 P1651 BLD 169 -1 FP BE Pri !#4 N2538 P1652 MEMBAR Loop_exit !#4 N2539 P1653 MEMBAR Loop_entry !#4 N2540 P1654 BLD 15 -1 FP BE Pri !#4 N2541 P1655 MEMBAR Loop_exit !#4 N2542 P1653 MEMBAR Loop_entry !#4 N2543 P1654 BLD 15 -1 FP BE Pri !#4 N2544 P1655 MEMBAR Loop_exit !#4 N2545 P1656 MEMBAR Loop_entry !#4 N2546 P1657 BLD 109 -1 FP BE Pri !#4 N2547 P1658 MEMBAR Loop_exit !#4 N2548 P1659 MEMBAR Loop_entry !#4 N2549 P1660 BLD 164 -1 FP BE Pri !#4 N2550 P1661 MEMBAR Loop_exit !#4 N2551 P1659 MEMBAR Loop_entry !#4 N2552 P1660 BLD 164 -1 FP BE Pri !#4 N2553 P1661 MEMBAR Loop_exit !#4 N2554 P1662 MEMBAR Loop_entry !#4 N2555 P1663 BLD 210 -1 FP BE Pri !#4 N2556 P1664 MEMBAR Loop_exit !#4 N2557 P1662 MEMBAR Loop_entry !#4 N2558 P1663 BLD 210 -1 FP BE Pri !#4 N2559 P1664 MEMBAR Loop_exit !#4 N2560 P1665 MEMBAR Loop_entry !#4 N2561 P1666 BLD 4 -1 FP BE Pri !#4 N2562 P1667 MEMBAR Loop_exit !#4 N2563 P1668 MEMBAR Loop_entry !#4 N2564 P1669 BLD 108 -1 FP BE Pri !#4 N2565 P1670 MEMBAR Loop_exit !#4 N2566 P1668 MEMBAR Loop_entry !#4 N2567 P1669 BLD 108 -1 FP BE Pri !#4 N2568 P1670 MEMBAR Loop_exit !#4 N2569 P1671 MEMBAR Loop_entry !#4 N2570 P1672 BLD 302 -1 FP BE Pri !#4 N2571 P1673 MEMBAR Loop_exit !#4 N2572 P1674 MEMBAR Loop_entry !#4 N2573 P1675 BLD 3 -1 FP BE Pri !#4 N2574 P1676 MEMBAR Loop_exit !#4 N2575 P1674 MEMBAR Loop_entry !#4 N2576 P1675 BLD 3 -1 FP BE Pri !#4 N2577 P1676 MEMBAR Loop_exit !#4 N2578 P1677 PREFETCH 44 Int BE Pri Loop_entry Loop_exit !#4 N2579 P1678 MEMBAR Loop_entry !#4 N2580 P1679 BLD 323 -1 FP BE Pri !#4 N2581 P1680 MEMBAR Loop_exit !#4 N2582 P1681 MEMBAR Loop_entry !#4 N2583 P1682 BLD 43 -1 FP BE Pri !#4 N2584 P1683 MEMBAR Loop_exit !#4 N2585 P1681 MEMBAR Loop_entry !#4 N2586 P1682 BLD 43 -1 FP BE Pri !#4 N2587 P1683 MEMBAR Loop_exit !#4 N2588 P1684 MEMBAR Loop_entry !#4 N2589 P1685 BLD 56 -1 FP BE Pri !#4 N2590 P1686 MEMBAR Loop_exit !#4 N2591 P1684 MEMBAR Loop_entry !#4 N2592 P1685 BLD 56 -1 FP BE Pri !#4 N2593 P1686 MEMBAR Loop_exit !#4 N2594 P1687 IDC_FLIP 252 Int BE Pri Loop_entry Loop_exit !#4 N2595 P1687 IDC_FLIP 252 Int BE Pri Loop_entry Loop_exit !#4 N2596 P1688 MEMBAR Loop_entry !#4 N2597 P1689 BLD 301 -1 FP BE Pri !#4 N2598 P1690 MEMBAR Loop_exit !#4 N2599 P1688 MEMBAR Loop_entry !#4 N2600 P1689 BLD 301 -1 FP BE Pri !#4 N2601 P1690 MEMBAR Loop_exit !#4 N2602 P1691 MEMBAR !#5 N2603 P1692 IDC_FLIP 162 Int BE Pri Loop_entry !#5 N2604 P1693 MEMBAR !#5 N2605 P1694 BLD 11 -1 FP BE Pri !#5 N2606 P1694 BLD 12 -1 FP BE Pri !#5 N2607 P1695 MEMBAR Loop_exit !#5 N2608 P1696 IDC_FLIP 81 Int BE Pri Loop_entry Loop_exit !#5 N2609 P1697 MEMBAR Loop_entry !#5 N2610 P1698 BLD 91 -1 FP BE Pri !#5 N2611 P1698 BLD 92 -1 FP BE Pri !#5 N2612 P1698 BLD 93 -1 FP BE Pri !#5 N2613 P1699 MEMBAR Loop_exit !#5 N2614 P1697 MEMBAR Loop_entry !#5 N2615 P1698 BLD 91 -1 FP BE Pri !#5 N2616 P1698 BLD 92 -1 FP BE Pri !#5 N2617 P1698 BLD 93 -1 FP BE Pri !#5 N2618 P1699 MEMBAR Loop_exit !#5 N2619 P1700 MEMBAR Loop_entry !#5 N2620 P1701 BLD 165 -1 FP BE Pri !#5 N2621 P1702 MEMBAR Loop_exit !#5 N2622 P1703 MEMBAR Loop_entry !#5 N2623 P1704 BLD 295 -1 FP BE Pri !#5 N2624 P1704 BLD 296 -1 FP BE Pri !#5 N2625 P1705 MEMBAR Loop_exit !#5 N2626 P1706 MEMBAR Loop_entry !#5 N2627 P1707 BLD 109 -1 FP BE Pri !#5 N2628 P1708 MEMBAR Loop_exit !#5 N2629 P1709 MEMBAR Loop_entry !#5 N2630 P1710 BLD 339 -1 FP BE Pri !#5 N2631 P1711 MEMBAR Loop_exit !#5 N2632 P1709 MEMBAR Loop_entry !#5 N2633 P1710 BLD 339 -1 FP BE Pri !#5 N2634 P1711 MEMBAR Loop_exit !#5 N2635 P1712 MEMBAR Loop_entry Loop_exit !#5 N2636 P1713 MEMBAR Loop_entry !#5 N2637 P1714 BLD 276 -1 FP BE Pri !#5 N2638 P1715 MEMBAR Loop_exit !#5 N2639 P1716 MEMBAR Loop_entry !#5 N2640 P1717 BLD 282 -1 FP BE Pri !#5 N2641 P1718 MEMBAR Loop_exit !#5 N2642 P1719 MEMBAR Loop_entry !#5 N2643 P1720 BLD 339 -1 FP BE Pri !#5 N2644 P1721 MEMBAR Loop_exit !#5 N2645 P1722 MEMBAR Loop_entry !#5 N2646 P1723 BLD 108 -1 FP BE Pri !#5 N2647 P1724 MEMBAR Loop_exit !#5 N2648 P1725 MEMBAR Loop_entry !#5 N2649 P1726 BLD 293 -1 FP BE Pri !#5 N2650 P1727 MEMBAR Loop_exit !#5 N2651 P1728 MEMBAR Loop_entry !#5 N2652 P1729 BLD 269 -1 FP BE Pri !#5 N2653 P1730 MEMBAR Loop_exit !#5 N2654 P1728 MEMBAR Loop_entry !#5 N2655 P1729 BLD 269 -1 FP BE Pri !#5 N2656 P1730 MEMBAR Loop_exit !#5 N2657 P1731 MEMBAR Loop_entry !#5 N2658 P1732 BLD 124 -1 FP BE Pri !#5 N2659 P1732 BLD 125 -1 FP BE Pri !#5 N2660 P1732 BLD 126 -1 FP BE Pri !#5 N2661 P1733 MEMBAR Loop_exit !#5 N2662 P1734 MEMBAR Loop_entry !#5 N2663 P1735 BLD 217 -1 FP BE Pri !#5 N2664 P1736 MEMBAR Loop_exit !#5 N2665 P1737 MEMBAR Loop_entry !#5 N2666 P1738 BLD 181 -1 FP BE Pri !#5 N2667 P1739 MEMBAR Loop_exit !#5 N2668 P1740 MEMBAR Loop_entry !#5 N2669 P1741 BLD 270 -1 FP BE Pri !#5 N2670 P1742 MEMBAR Loop_exit !#5 N2671 P1740 MEMBAR Loop_entry !#5 N2672 P1741 BLD 270 -1 FP BE Pri !#5 N2673 P1742 MEMBAR Loop_exit !#5 N2674 P1743 MEMBAR Loop_entry !#5 N2675 P1744 BLD 53 -1 FP BE Pri !#5 N2676 P1745 MEMBAR Loop_exit !#5 N2677 P1743 MEMBAR Loop_entry !#5 N2678 P1744 BLD 53 -1 FP BE Pri !#5 N2679 P1745 MEMBAR Loop_exit !#5 N2680 P1746 MEMBAR Loop_entry !#5 N2681 P1747 BLD 71 -1 FP BE Pri !#5 N2682 P1747 BLD 72 -1 FP BE Pri !#A N2681 N2682 !#5 N2683 P1748 MEMBAR Loop_exit !#5 N2684 P1749 MEMBAR Loop_entry !#5 N2685 P1750 BLD 241 -1 FP BE Pri !#5 N2686 P1750 BLD 242 -1 FP BE Pri !#5 N2687 P1751 MEMBAR Loop_exit !#5 N2688 P1752 MEMBAR Loop_entry !#5 N2689 P1753 BLD 0 -1 FP BE Pri !#5 N2690 P1754 MEMBAR Loop_exit !#5 N2691 P1752 MEMBAR Loop_entry !#5 N2692 P1753 BLD 0 -1 FP BE Pri !#5 N2693 P1754 MEMBAR Loop_exit !#5 N2694 P1755 MEMBAR Loop_entry !#5 N2695 P1756 BLD 323 -1 FP BE Pri !#5 N2696 P1757 MEMBAR Loop_exit !#5 N2697 P1755 MEMBAR Loop_entry !#5 N2698 P1756 BLD 323 -1 FP BE Pri !#5 N2699 P1757 MEMBAR Loop_exit !#5 N2700 P1758 MEMBAR Loop_entry !#5 N2701 P1759 BLD 51 -1 FP BE Pri !#5 N2702 P1760 MEMBAR Loop_exit !#5 N2703 P1761 MEMBAR Loop_entry !#5 N2704 P1762 BLD 85 -1 FP BE Pri !#5 N2705 P1763 MEMBAR Loop_exit !#5 N2706 P1761 MEMBAR Loop_entry !#5 N2707 P1762 BLD 85 -1 FP BE Pri !#5 N2708 P1763 MEMBAR Loop_exit !#5 N2709 P1764 MEMBAR Loop_entry !#5 N2710 P1765 BLD 18 -1 FP BE Pri !#5 N2711 P1766 MEMBAR Loop_exit !#5 N2712 P1764 MEMBAR Loop_entry !#5 N2713 P1765 BLD 18 -1 FP BE Pri !#5 N2714 P1766 MEMBAR Loop_exit !#5 N2715 P1767 MEMBAR Loop_entry !#5 N2716 P1768 BLD 174 -1 FP BE Pri !#5 N2717 P1769 MEMBAR Loop_exit !#5 N2718 P1767 MEMBAR Loop_entry !#5 N2719 P1768 BLD 174 -1 FP BE Pri !#5 N2720 P1769 MEMBAR Loop_exit !#5 N2721 P1770 MEMBAR Loop_entry !#5 N2722 P1771 BLD 343 -1 FP BE Pri !#5 N2723 P1771 BLD 344 -1 FP BE Pri !#5 N2724 P1772 MEMBAR Loop_exit !#5 N2725 P1770 MEMBAR Loop_entry !#5 N2726 P1771 BLD 343 -1 FP BE Pri !#5 N2727 P1771 BLD 344 -1 FP BE Pri !#5 N2728 P1772 MEMBAR Loop_exit !#5 N2729 P1773 PREFETCH 152 Int BE Pri Loop_entry Loop_exit !#5 N2730 P1774 MEMBAR Loop_entry !#5 N2731 P1775 BLD 88 -1 FP BE Pri !#5 N2732 P1776 MEMBAR Loop_exit !#5 N2733 P1777 MEMBAR Loop_entry !#5 N2734 P1778 BLD 348 -1 FP BE Pri !#5 N2735 P1779 MEMBAR Loop_exit !#5 N2736 P1777 MEMBAR Loop_entry !#5 N2737 P1778 BLD 348 -1 FP BE Pri !#5 N2738 P1779 MEMBAR Loop_exit !#5 N2739 P1780 MEMBAR Loop_entry !#5 N2740 P1781 BLD 171 -1 FP BE Pri !#5 N2741 P1782 MEMBAR Loop_exit !#5 N2742 P1783 MEMBAR Loop_entry !#5 N2743 P1784 BLD 133 -1 FP BE Pri !#5 N2744 P1785 MEMBAR Loop_exit !#5 N2745 P1783 MEMBAR Loop_entry !#5 N2746 P1784 BLD 133 -1 FP BE Pri !#5 N2747 P1785 MEMBAR Loop_exit !#5 N2748 P1786 MEMBAR Loop_entry !#5 N2749 P1787 BLD 302 -1 FP BE Pri !#5 N2750 P1788 MEMBAR Loop_exit !#5 N2751 P1786 MEMBAR Loop_entry !#5 N2752 P1787 BLD 302 -1 FP BE Pri !#5 N2753 P1788 MEMBAR Loop_exit !#5 N2754 P1789 MEMBAR Loop_entry !#5 N2755 P1790 BLD 69 -1 FP BE Pri !#5 N2756 P1791 MEMBAR Loop_exit !#5 N2757 P1792 MEMBAR Loop_entry !#5 N2758 P1793 BLD 6 -1 FP BE Pri !#5 N2759 P1793 BLD 7 -1 FP BE Pri !#5 N2760 P1794 MEMBAR Loop_exit !#5 N2761 P1795 MEMBAR Loop_entry !#5 N2762 P1796 BLD 352 -1 FP BE Pri !#5 N2763 P1797 MEMBAR Loop_exit !#5 N2764 P1795 MEMBAR Loop_entry !#5 N2765 P1796 BLD 352 -1 FP BE Pri !#5 N2766 P1797 MEMBAR Loop_exit !#5 N2767 P1798 MEMBAR Loop_entry !#5 N2768 P1799 BLD 184 -1 FP BE Pri !#5 N2769 P1800 MEMBAR Loop_exit !#5 N2770 P1798 MEMBAR Loop_entry !#5 N2771 P1799 BLD 184 -1 FP BE Pri !#5 N2772 P1800 MEMBAR Loop_exit !#5 N2773 P1801 MEMBAR Loop_entry !#5 N2774 P1802 BLD 199 -1 FP BE Pri !#5 N2775 P1803 MEMBAR Loop_exit !#5 N2776 P1801 MEMBAR Loop_entry !#5 N2777 P1802 BLD 199 -1 FP BE Pri !#5 N2778 P1803 MEMBAR Loop_exit !#5 N2779 P1804 MEMBAR Loop_entry !#5 N2780 P1805 BLD 134 -1 FP BE Pri !#5 N2781 P1806 MEMBAR Loop_exit !#5 N2782 P1804 MEMBAR Loop_entry !#5 N2783 P1805 BLD 134 -1 FP BE Pri !#5 N2784 P1806 MEMBAR Loop_exit !#5 N2785 P1807 MEMBAR Loop_entry !#5 N2786 P1808 BLD 283 -1 FP BE Pri !#5 N2787 P1809 MEMBAR Loop_exit !#5 N2788 P1810 MEMBAR Loop_entry !#5 N2789 P1811 BLD 301 -1 FP BE Pri !#5 N2790 P1812 MEMBAR Loop_exit !#5 N2791 P1810 MEMBAR Loop_entry !#5 N2792 P1811 BLD 301 -1 FP BE Pri !#5 N2793 P1812 MEMBAR Loop_exit !#5 N2794 P1813 MEMBAR Loop_entry !#5 N2795 P1814 BLD 16 -1 FP BE Pri !#5 N2796 P1815 MEMBAR Loop_exit !#5 N2797 P1816 MEMBAR Loop_entry !#5 N2798 P1817 BLD 255 -1 FP BE Pri !#5 N2799 P1818 MEMBAR Loop_exit !#5 N2800 P1816 MEMBAR Loop_entry !#5 N2801 P1817 BLD 255 -1 FP BE Pri !#5 N2802 P1818 MEMBAR Loop_exit !#5 N2803 P1819 MEMBAR Loop_entry !#5 N2804 P1820 BLD 100 -1 FP BE Pri !#5 N2805 P1821 MEMBAR Loop_exit !#5 N2806 P1819 MEMBAR Loop_entry !#5 N2807 P1820 BLD 100 -1 FP BE Pri !#5 N2808 P1821 MEMBAR Loop_exit !#5 N2809 P1822 MEMBAR Loop_entry !#5 N2810 P1823 BLD 325 -1 FP BE Pri !#5 N2811 P1824 MEMBAR Loop_exit !#5 N2812 P1822 MEMBAR Loop_entry !#5 N2813 P1823 BLD 325 -1 FP BE Pri !#5 N2814 P1824 MEMBAR Loop_exit !#5 N2815 P1825 MEMBAR Loop_entry !#5 N2816 P1826 BLD 62 -1 FP BE Pri !#5 N2817 P1826 BLD 63 -1 FP BE Pri !#5 N2818 P1827 MEMBAR Loop_exit !#5 N2819 P1825 MEMBAR Loop_entry !#5 N2820 P1826 BLD 62 -1 FP BE Pri !#5 N2821 P1826 BLD 63 -1 FP BE Pri !#5 N2822 P1827 MEMBAR Loop_exit !#5 N2823 P1828 IDC_FLIP 35 Int BE Pri Loop_entry Loop_exit !#5 N2824 P1829 MEMBAR Loop_entry !#5 N2825 P1830 BLD 301 -1 FP BE Pri !#5 N2826 P1831 MEMBAR Loop_exit !#5 N2827 P1832 MEMBAR Loop_entry !#5 N2828 P1833 BLD 281 -1 FP BE Pri !#5 N2829 P1834 MEMBAR Loop_exit !#5 N2830 P1832 MEMBAR Loop_entry !#5 N2831 P1833 BLD 281 -1 FP BE Pri !#5 N2832 P1834 MEMBAR Loop_exit !#5 N2833 P1835 MEMBAR Loop_entry !#5 N2834 P1836 BLD 237 -1 FP BE Pri !#5 N2835 P1837 MEMBAR Loop_exit !#5 N2836 P1835 MEMBAR Loop_entry !#5 N2837 P1836 BLD 237 -1 FP BE Pri !#5 N2838 P1837 MEMBAR Loop_exit !#5 N2839 P1838 IDC_FLIP 354 Int BE Pri Loop_entry Loop_exit !#5 N2840 P1839 MEMBAR Loop_entry !#5 N2841 P1840 BLD 156 -1 FP BE Pri !#5 N2842 P1841 MEMBAR Loop_exit !#5 N2843 P1842 MEMBAR Loop_entry !#5 N2844 P1843 BLD 119 -1 FP BE Pri !#5 N2845 P1844 MEMBAR Loop_exit !#5 N2846 P1842 MEMBAR Loop_entry !#5 N2847 P1843 BLD 119 -1 FP BE Pri !#5 N2848 P1844 MEMBAR Loop_exit !#5 N2849 P1845 MEMBAR Loop_entry !#5 N2850 P1846 BLD 311 -1 FP BE Pri !#5 N2851 P1847 MEMBAR Loop_exit !#5 N2852 P1845 MEMBAR Loop_entry !#5 N2853 P1846 BLD 311 -1 FP BE Pri !#5 N2854 P1847 MEMBAR Loop_exit !#5 N2855 P1848 MEMBAR Loop_entry !#5 N2856 P1849 BLD 295 -1 FP BE Pri !#5 N2857 P1849 BLD 296 -1 FP BE Pri !#5 N2858 P1850 MEMBAR Loop_exit !#5 N2859 P1851 MEMBAR Loop_entry !#5 N2860 P1852 BLD 338 -1 FP BE Pri !#5 N2861 P1853 MEMBAR Loop_exit !#5 N2862 P1851 MEMBAR Loop_entry !#5 N2863 P1852 BLD 338 -1 FP BE Pri !#5 N2864 P1853 MEMBAR Loop_exit !#5 N2865 P1854 MEMBAR Loop_entry !#5 N2866 P1855 BLD 189 -1 FP BE Pri !#5 N2867 P1856 MEMBAR Loop_exit !#5 N2868 P1857 MEMBAR Loop_entry !#5 N2869 P1858 BLD 291 -1 FP BE Pri !#5 N2870 P1859 MEMBAR Loop_exit !#5 N2871 P1860 MEMBAR Loop_entry !#5 N2872 P1861 BLD 111 -1 FP BE Pri !#5 N2873 P1861 BLD 112 -1 FP BE Pri !#5 N2874 P1861 BLD 113 -1 FP BE Pri !#5 N2875 P1862 MEMBAR Loop_exit !#5 N2876 P1863 MEMBAR Loop_entry !#5 N2877 P1864 BLD 97 -1 FP BE Pri !#5 N2878 P1865 MEMBAR Loop_exit !#5 N2879 P1863 MEMBAR Loop_entry !#5 N2880 P1864 BLD 97 -1 FP BE Pri !#5 N2881 P1865 MEMBAR Loop_exit !#5 N2882 P1866 ST 144 0x82800001 Int BE Pri Loop_entry !#5 N2883 P1867 FLUSHI 273 Int BE Pri Loop_exit !#5 N2884 P1868 MEMBAR Loop_entry !#5 N2885 P1869 BLD 155 -1 FP BE Pri !#5 N2886 P1870 MEMBAR Loop_exit !#5 N2887 P1871 MEMBAR Loop_entry !#5 N2888 P1872 BLD 239 -1 FP BE Pri !#5 N2889 P1873 MEMBAR Loop_exit !#5 N2890 P1871 MEMBAR Loop_entry !#5 N2891 P1872 BLD 239 -1 FP BE Pri !#5 N2892 P1873 MEMBAR Loop_exit !#5 N2893 P1874 MEMBAR Loop_entry !#5 N2894 P1875 BLD 226 -1 FP BE Pri !#5 N2895 P1876 MEMBAR Loop_exit !#5 N2896 P1877 MEMBAR Loop_entry !#5 N2897 P1878 BLD 183 -1 FP BE Pri !#5 N2898 P1879 MEMBAR Loop_exit !#5 N2899 P1880 MEMBAR Loop_entry !#5 N2900 P1881 BLD 18 -1 FP BE Pri !#5 N2901 P1882 MEMBAR Loop_exit !#5 N2902 P1880 MEMBAR Loop_entry !#5 N2903 P1881 BLD 18 -1 FP BE Pri !#5 N2904 P1882 MEMBAR Loop_exit !#5 N2905 P1883 IDC_FLIP 132 Int BE Pri Loop_entry Loop_exit !#5 N2906 P1883 IDC_FLIP 132 Int BE Pri Loop_entry Loop_exit !#5 N2907 P1884 FLUSHI 41 Int BE Pri Loop_entry !#5 N2908 P1885 MEMBAR !#5 N2909 P1886 BLD 282 -1 FP BE Pri !#5 N2910 P1887 MEMBAR Loop_exit !#5 N2911 P1888 MEMBAR Loop_entry !#5 N2912 P1889 BLD 183 -1 FP BE Pri !#5 N2913 P1890 MEMBAR Loop_exit !#5 N2914 P1888 MEMBAR Loop_entry !#5 N2915 P1889 BLD 183 -1 FP BE Pri !#5 N2916 P1890 MEMBAR Loop_exit !#5 N2917 P1891 MEMBAR Loop_entry !#5 N2918 P1892 BLD 189 -1 FP BE Pri !#5 N2919 P1893 MEMBAR Loop_exit !#5 N2920 P1891 MEMBAR Loop_entry !#5 N2921 P1892 BLD 189 -1 FP BE Pri !#5 N2922 P1893 MEMBAR Loop_exit !#5 N2923 P1894 IDC_FLIP 256 Int BE Pri Loop_entry Loop_exit !#5 N2924 P1895 PREFETCH 186 Int BE Pri Loop_entry !#5 N2925 P1896 MEMBAR !#5 N2926 P1897 BLD 187 -1 FP BE Pri !#5 N2927 P1898 MEMBAR Loop_exit !#5 N2928 P1899 MEMBAR Loop_entry !#5 N2929 P1900 BLD 214 -1 FP BE Pri !#5 N2930 P1901 MEMBAR Loop_exit !#5 N2931 P1899 MEMBAR Loop_entry !#5 N2932 P1900 BLD 214 -1 FP BE Pri !#5 N2933 P1901 MEMBAR Loop_exit !#5 N2934 P1902 MEMBAR Loop_entry !#5 N2935 P1903 BLD 304 -1 FP BE Pri !#5 N2936 P1904 MEMBAR Loop_exit !#5 N2937 P1902 MEMBAR Loop_entry !#5 N2938 P1903 BLD 304 -1 FP BE Pri !#5 N2939 P1904 MEMBAR Loop_exit !#5 N2940 P1905 MEMBAR Loop_entry !#5 N2941 P1906 BLD 139 -1 FP BE Pri !#5 N2942 P1907 MEMBAR Loop_exit !#5 N2943 P1908 IDC_FLIP 334 Int BE Pri Loop_entry Loop_exit !#5 N2944 P1908 IDC_FLIP 334 Int BE Pri Loop_entry Loop_exit !#5 N2945 P1909 MEMBAR Loop_entry Loop_exit !#5 N2946 P1910 MEMBAR Loop_entry !#5 N2947 P1911 BLD 205 -1 FP BE Pri !#5 N2948 P1912 MEMBAR Loop_exit !#5 N2949 P1913 MEMBAR Loop_entry !#5 N2950 P1914 BLD 208 -1 FP BE Pri !#5 N2951 P1915 MEMBAR Loop_exit !#5 N2952 P1913 MEMBAR Loop_entry !#5 N2953 P1914 BLD 208 -1 FP BE Pri !#5 N2954 P1915 MEMBAR Loop_exit !#5 N2955 P1916 ST 174 0x82800002 Int BE Pri Loop_entry !#5 N2956 P1917 MEMBAR !#5 N2957 P1918 BLD 32 -1 FP BE Pri !#5 N2958 P1918 BLD 33 -1 FP BE Pri !#5 N2959 P1919 MEMBAR Loop_exit !#5 N2960 P1920 MEMBAR Loop_entry !#5 N2961 P1921 BLD 241 -1 FP BE Pri !#5 N2962 P1921 BLD 242 -1 FP BE Pri !#5 N2963 P1922 MEMBAR Loop_exit !#5 N2964 P1923 MEMBAR Loop_entry !#5 N2965 P1924 BLD 271 -1 FP BE Pri !#5 N2966 P1925 MEMBAR Loop_exit !#5 N2967 P1923 MEMBAR Loop_entry !#5 N2968 P1924 BLD 271 -1 FP BE Pri !#5 N2969 P1925 MEMBAR Loop_exit !#5 N2970 P1926 IDC_FLIP 251 Int BE Pri Loop_entry Loop_exit !#5 N2971 P1927 MEMBAR Loop_entry !#5 N2972 P1928 BLD 202 -1 FP BE Pri !#5 N2973 P1929 MEMBAR Loop_exit !#5 N2974 P1927 MEMBAR Loop_entry !#5 N2975 P1928 BLD 202 -1 FP BE Pri !#5 N2976 P1929 MEMBAR Loop_exit !#5 N2977 P1930 MEMBAR Loop_entry !#5 N2978 P1931 BLD 334 -1 FP BE Pri !#5 N2979 P1932 MEMBAR Loop_exit !#5 N2980 P1933 MEMBAR Loop_entry !#5 N2981 P1934 BLD 111 -1 FP BE Pri !#5 N2982 P1934 BLD 112 -1 FP BE Pri !#5 N2983 P1934 BLD 113 -1 FP BE Pri !#5 N2984 P1935 MEMBAR Loop_exit !#5 N2985 P1933 MEMBAR Loop_entry !#5 N2986 P1934 BLD 111 -1 FP BE Pri !#5 N2987 P1934 BLD 112 -1 FP BE Pri !#5 N2988 P1934 BLD 113 -1 FP BE Pri !#5 N2989 P1935 MEMBAR Loop_exit !#5 N2990 P1936 MEMBAR Loop_entry !#5 N2991 P1937 BLD 225 -1 FP BE Pri !#5 N2992 P1938 MEMBAR Loop_exit !#5 N2993 P1939 MEMBAR Loop_entry !#5 N2994 P1940 BLD 26 -1 FP BE Pri !#5 N2995 P1941 MEMBAR Loop_exit !#5 N2996 P1939 MEMBAR Loop_entry !#5 N2997 P1940 BLD 26 -1 FP BE Pri !#5 N2998 P1941 MEMBAR Loop_exit !#5 N2999 P1942 MEMBAR Loop_entry !#5 N3000 P1943 BLD 277 -1 FP BE Pri !#5 N3001 P1944 MEMBAR Loop_exit !#5 N3002 P1942 MEMBAR Loop_entry !#5 N3003 P1943 BLD 277 -1 FP BE Pri !#5 N3004 P1944 MEMBAR Loop_exit !#5 N3005 P1945 MEMBAR Loop_entry !#5 N3006 P1946 BLD 298 -1 FP BE Pri !#5 N3007 P1947 MEMBAR Loop_exit !#5 N3008 P1948 IDC_FLIP 202 Int BE Pri Loop_entry !#5 N3009 P1949 MEMBAR !#5 N3010 P1950 BLD 134 -1 FP BE Pri !#5 N3011 P1951 MEMBAR Loop_exit !#5 N3012 P1948 IDC_FLIP 202 Int BE Pri Loop_entry !#5 N3013 P1949 MEMBAR !#5 N3014 P1950 BLD 134 -1 FP BE Pri !#5 N3015 P1951 MEMBAR Loop_exit !#5 N3016 P1952 MEMBAR Loop_entry !#5 N3017 P1953 BLD 222 -1 FP BE Pri !#5 N3018 P1954 MEMBAR Loop_exit !#5 N3019 P1952 MEMBAR Loop_entry !#5 N3020 P1953 BLD 222 -1 FP BE Pri !#5 N3021 P1954 MEMBAR Loop_exit !#5 N3022 P1955 IDC_FLIP 56 Int BE Pri Loop_entry !#5 N3023 P1956 MEMBAR !#5 N3024 P1957 BLD 262 -1 FP BE Pri !#5 N3025 P1958 MEMBAR Loop_exit !#5 N3026 P1955 IDC_FLIP 56 Int BE Pri Loop_entry !#5 N3027 P1956 MEMBAR !#5 N3028 P1957 BLD 262 -1 FP BE Pri !#5 N3029 P1958 MEMBAR Loop_exit !#5 N3030 P1959 MEMBAR Loop_entry !#5 N3031 P1960 BLD 14 -1 FP BE Pri !#5 N3032 P1961 MEMBAR Loop_exit !#5 N3033 P1962 MEMBAR Loop_entry !#5 N3034 P1963 BLD 168 -1 FP BE Pri !#5 N3035 P1964 MEMBAR Loop_exit !#5 N3036 P1962 MEMBAR Loop_entry !#5 N3037 P1963 BLD 168 -1 FP BE Pri !#5 N3038 P1964 MEMBAR Loop_exit !#5 N3039 P1965 ST 221 0x82800003 Int BE Pri Loop_entry Loop_exit !#5 N3040 P1966 LD 274 -1 Int BE Pri Loop_entry !#5 N3041 P1967 LD 313 -1 Int BE Pri Loop_exit !#5 N3042 P1968 MEMBAR Loop_entry !#5 N3043 P1969 BLD 340 -1 FP BE Pri !#5 N3044 P1970 MEMBAR Loop_exit !#5 N3045 P1968 MEMBAR Loop_entry !#5 N3046 P1969 BLD 340 -1 FP BE Pri !#5 N3047 P1970 MEMBAR Loop_exit !#5 N3048 P1971 MEMBAR Loop_entry !#5 N3049 P1972 BLD 295 -1 FP BE Pri !#5 N3050 P1972 BLD 296 -1 FP BE Pri !#5 N3051 P1973 MEMBAR Loop_exit !#5 N3052 P1974 MEMBAR Loop_entry !#5 N3053 P1975 BLD 274 -1 FP BE Pri !#5 N3054 P1976 MEMBAR Loop_exit !#5 N3055 P1977 MEMBAR Loop_entry !#5 N3056 P1978 BLD 300 -1 FP BE Pri !#5 N3057 P1979 MEMBAR Loop_exit !#5 N3058 P1977 MEMBAR Loop_entry !#5 N3059 P1978 BLD 300 -1 FP BE Pri !#5 N3060 P1979 MEMBAR Loop_exit !#5 N3061 P1980 MEMBAR Loop_entry !#5 N3062 P1981 BLD 212 -1 FP BE Pri !#5 N3063 P1982 MEMBAR Loop_exit !#5 N3064 P1980 MEMBAR Loop_entry !#5 N3065 P1981 BLD 212 -1 FP BE Pri !#5 N3066 P1982 MEMBAR Loop_exit !#5 N3067 P1983 MEMBAR Loop_entry !#5 N3068 P1984 BLD 137 -1 FP BE Pri !#5 N3069 P1985 MEMBAR Loop_exit !#5 N3070 P1983 MEMBAR Loop_entry !#5 N3071 P1984 BLD 137 -1 FP BE Pri !#5 N3072 P1985 MEMBAR Loop_exit !#5 N3073 P1986 MEMBAR Loop_entry !#5 N3074 P1987 IDC_FLIP 36 Int BE Pri Loop_exit !#5 N3075 P1986 MEMBAR Loop_entry !#5 N3076 P1987 IDC_FLIP 36 Int BE Pri Loop_exit !#5 N3077 P1988 PREFETCH 244 Int BE Pri Loop_entry Loop_exit !#5 N3078 P1989 MEMBAR Loop_entry !#5 N3079 P1990 BLD 98 -1 FP BE Pri !#5 N3080 P1990 BLD 99 -1 FP BE Pri !#5 N3081 P1991 MEMBAR Loop_exit !#5 N3082 P1992 MEMBAR Loop_entry !#5 N3083 P1993 BLD 288 -1 FP BE Pri !#5 N3084 P1994 MEMBAR Loop_exit !#5 N3085 P1995 MEMBAR Loop_entry !#5 N3086 P1996 BLD 68 -1 FP BE Pri !#5 N3087 P1997 MEMBAR Loop_exit !#5 N3088 P1995 MEMBAR Loop_entry !#5 N3089 P1996 BLD 68 -1 FP BE Pri !#5 N3090 P1997 MEMBAR Loop_exit !#5 N3091 P1998 MEMBAR Loop_entry !#5 N3092 P1999 BLD 265 -1 FP BE Pri !#5 N3093 P2000 MEMBAR Loop_exit !#5 N3094 P2001 PREFETCH 149 NF Int BE Pri Loop_entry Loop_exit !#5 N3095 P2002 MEMBAR Loop_entry !#5 N3096 P2003 BLD 124 -1 FP BE Pri !#5 N3097 P2003 BLD 125 -1 FP BE Pri !#5 N3098 P2003 BLD 126 -1 FP BE Pri !#5 N3099 P2004 MEMBAR Loop_exit !#5 N3100 P2005 PREFETCH 148 Int BE Pri Loop_entry Loop_exit !#5 N3101 P2005 PREFETCH 148 Int BE Pri Loop_entry Loop_exit !#5 N3102 P2006 MEMBAR Loop_entry !#5 N3103 P2007 BLD 56 -1 FP BE Pri !#5 N3104 P2008 MEMBAR Loop_exit !#5 N3105 P2009 MEMBAR Loop_entry !#5 N3106 P2010 BLD 86 -1 FP BE Pri !#5 N3107 P2011 MEMBAR Loop_exit !#5 N3108 P2012 MEMBAR Loop_entry !#5 N3109 P2013 BLD 334 -1 FP BE Pri !#5 N3110 P2014 MEMBAR Loop_exit !#5 N3111 P2012 MEMBAR Loop_entry !#5 N3112 P2013 BLD 334 -1 FP BE Pri !#5 N3113 P2014 MEMBAR Loop_exit !#5 N3114 P2015 MEMBAR Loop_entry !#5 N3115 P2016 BLD 6 -1 FP BE Pri !#5 N3116 P2016 BLD 7 -1 FP BE Pri !#5 N3117 P2017 MEMBAR Loop_exit !#5 N3118 P2015 MEMBAR Loop_entry !#5 N3119 P2016 BLD 6 -1 FP BE Pri !#5 N3120 P2016 BLD 7 -1 FP BE Pri !#5 N3121 P2017 MEMBAR Loop_exit !#5 N3122 P2018 MEMBAR Loop_entry !#5 N3123 P2019 BLD 287 -1 FP BE Pri !#5 N3124 P2020 MEMBAR Loop_exit !#5 N3125 P2018 MEMBAR Loop_entry !#5 N3126 P2019 BLD 287 -1 FP BE Pri !#5 N3127 P2020 MEMBAR Loop_exit !#5 N3128 P2021 MEMBAR Loop_entry !#5 N3129 P2022 BLD 74 -1 FP BE Pri !#5 N3130 P2023 MEMBAR Loop_exit !#5 N3131 P2021 MEMBAR Loop_entry !#5 N3132 P2022 BLD 74 -1 FP BE Pri !#5 N3133 P2023 MEMBAR Loop_exit !#5 N3134 P2024 MEMBAR !#6 N3135 P2025 MEMBAR Loop_entry !#6 N3136 P2026 BLD 213 -1 FP BE Pri !#6 N3137 P2027 MEMBAR Loop_exit !#6 N3138 P2028 MEMBAR Loop_entry !#6 N3139 P2029 BLD 58 -1 FP BE Pri !#6 N3140 P2030 MEMBAR Loop_exit !#6 N3141 P2028 MEMBAR Loop_entry !#6 N3142 P2029 BLD 58 -1 FP BE Pri !#6 N3143 P2030 MEMBAR Loop_exit !#6 N3144 P2031 MEMBAR Loop_entry !#6 N3145 P2032 BLD 357 -1 FP BE Pri !#6 N3146 P2033 MEMBAR Loop_exit !#6 N3147 P2031 MEMBAR Loop_entry !#6 N3148 P2032 BLD 357 -1 FP BE Pri !#6 N3149 P2033 MEMBAR Loop_exit !#6 N3150 P2034 PREFETCH 296 Int BE Pri Loop_entry !#6 N3151 P2035 MEMBAR !#6 N3152 P2036 BLD 330 -1 FP BE Pri !#6 N3153 P2037 MEMBAR Loop_exit !#6 N3154 P2034 PREFETCH 296 Int BE Pri Loop_entry !#6 N3155 P2035 MEMBAR !#6 N3156 P2036 BLD 330 -1 FP BE Pri !#6 N3157 P2037 MEMBAR Loop_exit !#6 N3158 P2038 MEMBAR Loop_entry !#6 N3159 P2039 BLD 234 -1 FP BE Pri !#6 N3160 P2040 MEMBAR Loop_exit !#6 N3161 P2041 MEMBAR Loop_entry !#6 N3162 P2042 BLD 208 -1 FP BE Pri !#6 N3163 P2043 MEMBAR Loop_exit !#6 N3164 P2041 MEMBAR Loop_entry !#6 N3165 P2042 BLD 208 -1 FP BE Pri !#6 N3166 P2043 MEMBAR Loop_exit !#6 N3167 P2044 MEMBAR Loop_entry !#6 N3168 P2045 BLD 262 -1 FP BE Pri !#6 N3169 P2046 MEMBAR Loop_exit !#6 N3170 P2044 MEMBAR Loop_entry !#6 N3171 P2045 BLD 262 -1 FP BE Pri !#6 N3172 P2046 MEMBAR Loop_exit !#6 N3173 P2047 MEMBAR Loop_entry !#6 N3174 P2048 BLD 50 -1 FP BE Pri !#6 N3175 P2049 MEMBAR Loop_exit !#6 N3176 P2047 MEMBAR Loop_entry !#6 N3177 P2048 BLD 50 -1 FP BE Pri !#6 N3178 P2049 MEMBAR Loop_exit !#6 N3179 P2050 MEMBAR Loop_entry !#6 N3180 P2051 BLD 71 -1 FP BE Pri !#6 N3181 P2051 BLD 72 -1 FP BE Pri !#A N3180 N3181 !#6 N3182 P2052 MEMBAR Loop_exit !#6 N3183 P2050 MEMBAR Loop_entry !#6 N3184 P2051 BLD 71 -1 FP BE Pri !#6 N3185 P2051 BLD 72 -1 FP BE Pri !#A N3184 N3185 !#6 N3186 P2052 MEMBAR Loop_exit !#6 N3187 P2053 MEMBAR Loop_entry !#6 N3188 P2054 BLD 305 -1 FP BE Pri !#6 N3189 P2055 MEMBAR Loop_exit !#6 N3190 P2053 MEMBAR Loop_entry !#6 N3191 P2054 BLD 305 -1 FP BE Pri !#6 N3192 P2055 MEMBAR Loop_exit !#6 N3193 P2056 MEMBAR Loop_entry !#6 N3194 P2057 BLD 173 -1 FP BE Pri !#6 N3195 P2058 MEMBAR Loop_exit !#6 N3196 P2059 MEMBAR Loop_entry !#6 N3197 P2060 BLD 181 -1 FP BE Pri !#6 N3198 P2061 MEMBAR Loop_exit !#6 N3199 P2062 PREFETCH 127 Int BE Pri Loop_entry Loop_exit !#6 N3200 P2063 MEMBAR Loop_entry !#6 N3201 P2064 BLD 131 -1 FP BE Pri !#6 N3202 P2065 MEMBAR Loop_exit !#6 N3203 P2063 MEMBAR Loop_entry !#6 N3204 P2064 BLD 131 -1 FP BE Pri !#6 N3205 P2065 MEMBAR Loop_exit !#6 N3206 P2066 IDC_FLIP 69 Int BE Pri Loop_entry !#6 N3207 P2067 MEMBAR !#6 N3208 P2068 BLD 135 -1 FP BE Pri !#6 N3209 P2069 MEMBAR Loop_exit !#6 N3210 P2066 IDC_FLIP 69 Int BE Pri Loop_entry !#6 N3211 P2067 MEMBAR !#6 N3212 P2068 BLD 135 -1 FP BE Pri !#6 N3213 P2069 MEMBAR Loop_exit !#6 N3214 P2070 MEMBAR Loop_entry !#6 N3215 P2071 BLD 261 -1 FP BE Pri !#6 N3216 P2072 MEMBAR Loop_exit !#6 N3217 P2070 MEMBAR Loop_entry !#6 N3218 P2071 BLD 261 -1 FP BE Pri !#6 N3219 P2072 MEMBAR Loop_exit !#6 N3220 P2073 MEMBAR Loop_entry Loop_exit !#6 N3221 P2073 MEMBAR Loop_entry Loop_exit !#6 N3222 P2074 MEMBAR Loop_entry !#6 N3223 P2075 BLD 358 -1 FP BE Pri !#6 N3224 P2076 MEMBAR Loop_exit !#6 N3225 P2077 MEMBAR Loop_entry !#6 N3226 P2078 BLD 335 -1 FP BE Pri !#6 N3227 P2079 MEMBAR Loop_exit !#6 N3228 P2080 MEMBAR Loop_entry !#6 N3229 P2081 BLD 137 -1 FP BE Pri !#6 N3230 P2082 MEMBAR Loop_exit !#6 N3231 P2080 MEMBAR Loop_entry !#6 N3232 P2081 BLD 137 -1 FP BE Pri !#6 N3233 P2082 MEMBAR Loop_exit !#6 N3234 P2083 MEMBAR Loop_entry !#6 N3235 P2084 BLD 82 -1 FP BE Pri !#6 N3236 P2085 MEMBAR Loop_exit !#6 N3237 P2086 MEMBAR Loop_entry !#6 N3238 P2087 BLD 116 -1 FP BE Pri !#6 N3239 P2088 MEMBAR Loop_exit !#6 N3240 P2089 MEMBAR Loop_entry !#6 N3241 P2090 BLD 164 -1 FP BE Pri !#6 N3242 P2091 MEMBAR Loop_exit !#6 N3243 P2089 MEMBAR Loop_entry !#6 N3244 P2090 BLD 164 -1 FP BE Pri !#6 N3245 P2091 MEMBAR Loop_exit !#6 N3246 P2092 MEMBAR Loop_entry !#6 N3247 P2093 BLD 91 -1 FP BE Pri !#6 N3248 P2093 BLD 92 -1 FP BE Pri !#6 N3249 P2093 BLD 93 -1 FP BE Pri !#6 N3250 P2094 MEMBAR Loop_exit !#6 N3251 P2095 MEMBAR Loop_entry !#6 N3252 P2096 BLD 341 -1 FP BE Pri !#6 N3253 P2097 MEMBAR Loop_exit !#6 N3254 P2098 MEMBAR Loop_entry !#6 N3255 P2099 BLD 21 -1 FP BE Pri !#6 N3256 P2100 MEMBAR Loop_exit !#6 N3257 P2101 MEMBAR Loop_entry !#6 N3258 P2102 BLD 111 -1 FP BE Pri !#6 N3259 P2102 BLD 112 -1 FP BE Pri !#6 N3260 P2102 BLD 113 -1 FP BE Pri !#6 N3261 P2103 MEMBAR Loop_exit !#6 N3262 P2101 MEMBAR Loop_entry !#6 N3263 P2102 BLD 111 -1 FP BE Pri !#6 N3264 P2102 BLD 112 -1 FP BE Pri !#6 N3265 P2102 BLD 113 -1 FP BE Pri !#6 N3266 P2103 MEMBAR Loop_exit !#6 N3267 P2104 MEMBAR Loop_entry !#6 N3268 P2105 BLD 87 -1 FP BE Pri !#6 N3269 P2106 MEMBAR Loop_exit !#6 N3270 P2104 MEMBAR Loop_entry !#6 N3271 P2105 BLD 87 -1 FP BE Pri !#6 N3272 P2106 MEMBAR Loop_exit !#6 N3273 P2107 MEMBAR Loop_entry !#6 N3274 P2108 BLD 331 -1 FP BE Pri !#6 N3275 P2108 BLD 332 -1 FP BE Pri !#6 N3276 P2109 MEMBAR Loop_exit !#6 N3277 P2110 MEMBAR Loop_entry !#6 N3278 P2111 BLD 154 -1 FP BE Pri !#6 N3279 P2112 MEMBAR Loop_exit !#6 N3280 P2110 MEMBAR Loop_entry !#6 N3281 P2111 BLD 154 -1 FP BE Pri !#6 N3282 P2112 MEMBAR Loop_exit !#6 N3283 P2113 IDC_FLIP 72 Int BE Pri Loop_entry Loop_exit !#6 N3284 P2113 IDC_FLIP 72 Int BE Pri Loop_entry Loop_exit !#6 N3285 P2114 MEMBAR Loop_entry !#6 N3286 P2115 BLD 148 -1 FP BE Pri !#6 N3287 P2116 MEMBAR Loop_exit !#6 N3288 P2114 MEMBAR Loop_entry !#6 N3289 P2115 BLD 148 -1 FP BE Pri !#6 N3290 P2116 MEMBAR Loop_exit !#6 N3291 P2117 ST 309 0x83000001 Int BE Pri Loop_entry !#6 N3292 P2118 MEMBAR !#6 N3293 P2119 BLD 66 -1 FP BE Pri !#6 N3294 P2120 MEMBAR Loop_exit !#6 N3295 P2117 ST 309 0x83000002 Int BE Pri Loop_entry !#6 N3296 P2118 MEMBAR !#6 N3297 P2119 BLD 66 -1 FP BE Pri !#6 N3298 P2120 MEMBAR Loop_exit !#6 N3299 P2121 MEMBAR Loop_entry !#6 N3300 P2122 BLD 321 -1 FP BE Pri !#6 N3301 P2123 MEMBAR Loop_exit !#6 N3302 P2124 MEMBAR Loop_entry !#6 N3303 P2125 BLD 197 -1 FP BE Pri !#6 N3304 P2126 MEMBAR Loop_exit !#6 N3305 P2124 MEMBAR Loop_entry !#6 N3306 P2125 BLD 197 -1 FP BE Pri !#6 N3307 P2126 MEMBAR Loop_exit !#6 N3308 P2127 MEMBAR Loop_entry !#6 N3309 P2128 BLD 331 -1 FP BE Pri !#6 N3310 P2128 BLD 332 -1 FP BE Pri !#6 N3311 P2129 MEMBAR Loop_exit !#6 N3312 P2130 MEMBAR Loop_entry !#6 N3313 P2131 BLD 320 -1 FP BE Pri !#6 N3314 P2132 MEMBAR Loop_exit !#6 N3315 P2130 MEMBAR Loop_entry !#6 N3316 P2131 BLD 320 -1 FP BE Pri !#6 N3317 P2132 MEMBAR Loop_exit !#6 N3318 P2133 IDC_FLIP 313 Int BE Pri Loop_entry Loop_exit !#6 N3319 P2134 MEMBAR Loop_entry !#6 N3320 P2135 BLD 138 -1 FP BE Pri !#6 N3321 P2136 MEMBAR Loop_exit !#6 N3322 P2137 MEMBAR Loop_entry !#6 N3323 P2138 BLD 38 -1 FP BE Pri !#6 N3324 P2139 MEMBAR Loop_exit !#6 N3325 P2137 MEMBAR Loop_entry !#6 N3326 P2138 BLD 38 -1 FP BE Pri !#6 N3327 P2139 MEMBAR Loop_exit !#6 N3328 P2140 ST 12 0xf000001 FP BE Pri Loop_entry !#6 N3329 P2141 MEMBAR !#6 N3330 P2142 BLD 215 -1 FP BE Pri !#6 N3331 P2142 BLD 216 -1 FP BE Pri !#6 N3332 P2143 MEMBAR Loop_exit !#6 N3333 P2144 MEMBAR Loop_entry !#6 N3334 P2145 BLD 183 -1 FP BE Pri !#6 N3335 P2146 MEMBAR Loop_exit !#6 N3336 P2144 MEMBAR Loop_entry !#6 N3337 P2145 BLD 183 -1 FP BE Pri !#6 N3338 P2146 MEMBAR Loop_exit !#6 N3339 P2147 MEMBAR Loop_entry !#6 N3340 P2148 BLD 44 -1 FP BE Pri !#6 N3341 P2149 MEMBAR Loop_exit !#6 N3342 P2150 MEMBAR Loop_entry !#6 N3343 P2151 BLD 210 -1 FP BE Pri !#6 N3344 P2152 MEMBAR Loop_exit !#6 N3345 P2150 MEMBAR Loop_entry !#6 N3346 P2151 BLD 210 -1 FP BE Pri !#6 N3347 P2152 MEMBAR Loop_exit !#6 N3348 P2153 MEMBAR Loop_entry !#6 N3349 P2154 BLD 156 -1 FP BE Pri !#6 N3350 P2155 MEMBAR Loop_exit !#6 N3351 P2153 MEMBAR Loop_entry !#6 N3352 P2154 BLD 156 -1 FP BE Pri !#6 N3353 P2155 MEMBAR Loop_exit !#6 N3354 P2156 MEMBAR Loop_entry !#6 N3355 P2157 BLD 53 -1 FP BE Pri !#6 N3356 P2158 MEMBAR Loop_exit !#6 N3357 P2159 MEMBAR Loop_entry !#6 N3358 P2160 BLD 337 -1 FP BE Pri !#6 N3359 P2161 MEMBAR Loop_exit !#6 N3360 P2162 MEMBAR Loop_entry !#6 N3361 P2163 BLD 141 -1 FP BE Pri !#6 N3362 P2164 MEMBAR Loop_exit !#6 N3363 P2165 MEMBAR Loop_entry !#6 N3364 P2166 BLD 50 -1 FP BE Pri !#6 N3365 P2167 MEMBAR Loop_exit !#6 N3366 P2168 MEMBAR Loop_entry !#6 N3367 P2169 BLD 334 -1 FP BE Pri !#6 N3368 P2170 MEMBAR Loop_exit !#6 N3369 P2171 MEMBAR Loop_entry !#6 N3370 P2172 BLD 310 -1 FP BE Pri !#6 N3371 P2173 MEMBAR Loop_exit !#6 N3372 P2171 MEMBAR Loop_entry !#6 N3373 P2172 BLD 310 -1 FP BE Pri !#6 N3374 P2173 MEMBAR Loop_exit !#6 N3375 P2174 MEMBAR Loop_entry !#6 N3376 P2175 BLD 43 -1 FP BE Pri !#6 N3377 P2176 MEMBAR Loop_exit !#6 N3378 P2174 MEMBAR Loop_entry !#6 N3379 P2175 BLD 43 -1 FP BE Pri !#6 N3380 P2176 MEMBAR Loop_exit !#6 N3381 P2177 MEMBAR Loop_entry !#6 N3382 P2178 BLD 150 -1 FP BE Pri !#6 N3383 P2179 MEMBAR Loop_exit !#6 N3384 P2180 MEMBAR Loop_entry !#6 N3385 P2181 BLD 308 -1 FP BE Pri !#6 N3386 P2182 MEMBAR Loop_exit !#6 N3387 P2180 MEMBAR Loop_entry !#6 N3388 P2181 BLD 308 -1 FP BE Pri !#6 N3389 P2182 MEMBAR Loop_exit !#6 N3390 P2183 ST 35 0x83000003 Int BE Pri Loop_entry Loop_exit !#6 N3391 P2183 ST 35 0x83000004 Int BE Pri Loop_entry Loop_exit !#6 N3392 P2184 MEMBAR Loop_entry !#6 N3393 P2185 BLD 258 -1 FP BE Pri !#6 N3394 P2186 MEMBAR Loop_exit !#6 N3395 P2184 MEMBAR Loop_entry !#6 N3396 P2185 BLD 258 -1 FP BE Pri !#6 N3397 P2186 MEMBAR Loop_exit !#6 N3398 P2187 MEMBAR Loop_entry !#6 N3399 P2188 BLD 158 -1 FP BE Pri !#6 N3400 P2189 MEMBAR Loop_exit !#6 N3401 P2187 MEMBAR Loop_entry !#6 N3402 P2188 BLD 158 -1 FP BE Pri !#6 N3403 P2189 MEMBAR Loop_exit !#6 N3404 P2190 MEMBAR Loop_entry !#6 N3405 P2191 BLD 329 -1 FP BE Pri !#6 N3406 P2192 MEMBAR Loop_exit !#6 N3407 P2190 MEMBAR Loop_entry !#6 N3408 P2191 BLD 329 -1 FP BE Pri !#6 N3409 P2192 MEMBAR Loop_exit !#6 N3410 P2193 ST 212 0x83000005 Int BE Pri Loop_entry !#6 N3411 P2194 MEMBAR !#6 N3412 P2195 BLD 314 -1 FP BE Pri !#6 N3413 P2196 MEMBAR Loop_exit !#6 N3414 P2193 ST 212 0x83000006 Int BE Pri Loop_entry !#6 N3415 P2194 MEMBAR !#6 N3416 P2195 BLD 314 -1 FP BE Pri !#6 N3417 P2196 MEMBAR Loop_exit !#6 N3418 P2197 MEMBAR Loop_entry !#6 N3419 P2198 BLD 60 -1 FP BE Pri !#6 N3420 P2199 MEMBAR Loop_exit !#6 N3421 P2200 MEMBAR Loop_entry !#6 N3422 P2201 BLD 345 -1 FP BE Pri !#6 N3423 P2202 MEMBAR Loop_exit !#6 N3424 P2200 MEMBAR Loop_entry !#6 N3425 P2201 BLD 345 -1 FP BE Pri !#6 N3426 P2202 MEMBAR Loop_exit !#6 N3427 P2203 MEMBAR Loop_entry !#6 N3428 P2204 BLD 316 -1 FP BE Pri !#6 N3429 P2205 MEMBAR Loop_exit !#6 N3430 P2206 MEMBAR Loop_entry !#6 N3431 P2207 BLD 239 -1 FP BE Pri !#6 N3432 P2208 MEMBAR Loop_exit !#6 N3433 P2206 MEMBAR Loop_entry !#6 N3434 P2207 BLD 239 -1 FP BE Pri !#6 N3435 P2208 MEMBAR Loop_exit !#6 N3436 P2209 MEMBAR Loop_entry !#6 N3437 P2210 BLD 219 -1 FP BE Pri !#6 N3438 P2210 BLD 220 -1 FP BE Pri !#6 N3439 P2211 MEMBAR Loop_exit !#6 N3440 P2209 MEMBAR Loop_entry !#6 N3441 P2210 BLD 219 -1 FP BE Pri !#6 N3442 P2210 BLD 220 -1 FP BE Pri !#6 N3443 P2211 MEMBAR Loop_exit !#6 N3444 P2212 MEMBAR Loop_entry !#6 N3445 P2213 BLD 263 -1 FP BE Pri !#6 N3446 P2214 MEMBAR Loop_exit !#6 N3447 P2215 IDC_FLIP 67 Int BE Pri Loop_entry !#6 N3448 P2216 MEMBAR !#6 N3449 P2217 BLD 324 -1 FP BE Pri !#6 N3450 P2218 MEMBAR Loop_exit !#6 N3451 P2219 MEMBAR Loop_entry !#6 N3452 P2220 BLD 254 -1 FP BE Pri !#6 N3453 P2221 MEMBAR Loop_exit !#6 N3454 P2222 MEMBAR Loop_entry !#6 N3455 P2223 BLD 334 -1 FP BE Pri !#6 N3456 P2224 MEMBAR Loop_exit !#6 N3457 P2225 MEMBAR Loop_entry !#6 N3458 P2226 BLD 258 -1 FP BE Pri !#6 N3459 P2227 MEMBAR Loop_exit !#6 N3460 P2228 MEMBAR Loop_entry !#6 N3461 P2229 BLD 69 -1 FP BE Pri !#6 N3462 P2230 MEMBAR Loop_exit !#6 N3463 P2228 MEMBAR Loop_entry !#6 N3464 P2229 BLD 69 -1 FP BE Pri !#6 N3465 P2230 MEMBAR Loop_exit !#6 N3466 P2231 MEMBAR Loop_entry !#6 N3467 P2232 BLD 209 -1 FP BE Pri !#6 N3468 P2233 MEMBAR Loop_exit !#6 N3469 P2234 MEMBAR Loop_entry !#6 N3470 P2235 BLD 240 -1 FP BE Pri !#6 N3471 P2236 MEMBAR Loop_exit !#6 N3472 P2234 MEMBAR Loop_entry !#6 N3473 P2235 BLD 240 -1 FP BE Pri !#6 N3474 P2236 MEMBAR Loop_exit !#6 N3475 P2237 MEMBAR Loop_entry !#6 N3476 P2238 BLD 102 -1 FP BE Pri !#6 N3477 P2238 BLD 103 -1 FP BE Pri !#6 N3478 P2238 BLD 104 -1 FP BE Pri !#6 N3479 P2239 MEMBAR Loop_exit !#6 N3480 P2240 MEMBAR Loop_entry !#6 N3481 P2241 BLD 32 -1 FP BE Pri !#6 N3482 P2241 BLD 33 -1 FP BE Pri !#6 N3483 P2242 MEMBAR Loop_exit !#6 N3484 P2243 IDC_FLIP 317 Int BE Pri Loop_entry !#6 N3485 P2244 MEMBAR !#6 N3486 P2245 BLD 101 -1 FP BE Pri !#6 N3487 P2246 MEMBAR Loop_exit !#6 N3488 P2247 MEMBAR Loop_entry !#6 N3489 P2248 BLD 132 -1 FP BE Pri !#6 N3490 P2249 MEMBAR Loop_exit !#6 N3491 P2250 MEMBAR Loop_entry !#6 N3492 P2251 BLD 192 -1 FP BE Pri !#6 N3493 P2252 MEMBAR Loop_exit !#6 N3494 P2253 MEMBAR Loop_entry !#6 N3495 P2254 BLD 174 -1 FP BE Pri !#6 N3496 P2255 MEMBAR Loop_exit !#6 N3497 P2256 MEMBAR Loop_entry !#6 N3498 P2257 BLD 89 -1 FP BE Pri !#6 N3499 P2257 BLD 90 -1 FP BE Pri !#6 N3500 P2258 MEMBAR Loop_exit !#6 N3501 P2256 MEMBAR Loop_entry !#6 N3502 P2257 BLD 89 -1 FP BE Pri !#6 N3503 P2257 BLD 90 -1 FP BE Pri !#6 N3504 P2258 MEMBAR Loop_exit !#6 N3505 P2259 MEMBAR Loop_entry !#6 N3506 P2260 BLD 84 -1 FP BE Pri !#6 N3507 P2261 MEMBAR Loop_exit !#6 N3508 P2259 MEMBAR Loop_entry !#6 N3509 P2260 BLD 84 -1 FP BE Pri !#6 N3510 P2261 MEMBAR Loop_exit !#6 N3511 P2262 MEMBAR Loop_entry !#6 N3512 P2263 BLD 172 -1 FP BE Pri !#6 N3513 P2264 MEMBAR Loop_exit !#6 N3514 P2262 MEMBAR Loop_entry !#6 N3515 P2263 BLD 172 -1 FP BE Pri !#6 N3516 P2264 MEMBAR Loop_exit !#6 N3517 P2265 MEMBAR Loop_entry !#6 N3518 P2266 BLD 174 -1 FP BE Pri !#6 N3519 P2267 MEMBAR Loop_exit !#6 N3520 P2265 MEMBAR Loop_entry !#6 N3521 P2266 BLD 174 -1 FP BE Pri !#6 N3522 P2267 MEMBAR Loop_exit !#6 N3523 P2268 MEMBAR Loop_entry !#6 N3524 P2269 BLD 175 -1 FP BE Pri !#6 N3525 P2270 MEMBAR Loop_exit !#6 N3526 P2271 IDC_FLIP 85 Int BE Pri Loop_entry !#6 N3527 P2272 MEMBAR !#6 N3528 P2273 BLD 221 -1 FP BE Pri !#6 N3529 P2274 MEMBAR Loop_exit !#6 N3530 P2271 IDC_FLIP 85 Int BE Pri Loop_entry !#6 N3531 P2272 MEMBAR !#6 N3532 P2273 BLD 221 -1 FP BE Pri !#6 N3533 P2274 MEMBAR Loop_exit !#6 N3534 P2275 MEMBAR Loop_entry !#6 N3535 P2276 BLD 171 -1 FP BE Pri !#6 N3536 P2277 MEMBAR Loop_exit !#6 N3537 P2278 MEMBAR Loop_entry !#6 N3538 P2279 BLD 333 -1 FP BE Pri !#6 N3539 P2280 MEMBAR Loop_exit !#6 N3540 P2278 MEMBAR Loop_entry !#6 N3541 P2279 BLD 333 -1 FP BE Pri !#6 N3542 P2280 MEMBAR Loop_exit !#6 N3543 P2281 MEMBAR Loop_entry !#6 N3544 P2282 BLD 313 -1 FP BE Pri !#6 N3545 P2283 MEMBAR Loop_exit !#6 N3546 P2284 IDC_FLIP 160 Int BE Pri Loop_entry Loop_exit !#6 N3547 P2284 IDC_FLIP 160 Int BE Pri Loop_entry Loop_exit !#6 N3548 P2285 ST 19 0x83000007 Int BE Pri Loop_entry !#6 N3549 P2286 MEMBAR !#6 N3550 P2287 BLD 249 -1 FP BE Pri !#6 N3551 P2288 MEMBAR Loop_exit !#6 N3552 P2285 ST 19 0x83000008 Int BE Pri Loop_entry !#6 N3553 P2286 MEMBAR !#6 N3554 P2287 BLD 249 -1 FP BE Pri !#6 N3555 P2288 MEMBAR Loop_exit !#6 N3556 P2289 ST 172 0xf000002 FP BE Pri Loop_entry !#6 N3557 P2290 MEMBAR !#6 N3558 P2291 BLD 196 -1 FP BE Pri !#6 N3559 P2292 MEMBAR Loop_exit !#6 N3560 P2289 ST 172 0xf000003 FP BE Pri Loop_entry !#6 N3561 P2290 MEMBAR !#6 N3562 P2291 BLD 196 -1 FP BE Pri !#6 N3563 P2292 MEMBAR Loop_exit !#6 N3564 P2293 MEMBAR Loop_entry !#6 N3565 P2294 BLD 149 -1 FP BE Pri !#6 N3566 P2295 MEMBAR Loop_exit !#6 N3567 P2296 ST 159 0x83000009 Int BE Pri Loop_entry Loop_exit !#6 N3568 P2296 ST 159 0x8300000a Int BE Pri Loop_entry Loop_exit !#6 N3569 P2297 MEMBAR Loop_entry !#6 N3570 P2298 BLD 319 -1 FP BE Pri !#6 N3571 P2299 MEMBAR Loop_exit !#6 N3572 P2297 MEMBAR Loop_entry !#6 N3573 P2298 BLD 319 -1 FP BE Pri !#6 N3574 P2299 MEMBAR Loop_exit !#6 N3575 P2300 MEMBAR Loop_entry !#6 N3576 P2301 BLD 240 -1 FP BE Pri !#6 N3577 P2302 MEMBAR Loop_exit !#6 N3578 P2303 MEMBAR Loop_entry !#6 N3579 P2304 BLD 169 -1 FP BE Pri !#6 N3580 P2305 MEMBAR Loop_exit !#6 N3581 P2306 MEMBAR Loop_entry !#6 N3582 P2307 BLD 237 -1 FP BE Pri !#6 N3583 P2308 MEMBAR Loop_exit !#6 N3584 P2309 MEMBAR Loop_entry !#6 N3585 P2310 BLD 97 -1 FP BE Pri !#6 N3586 P2311 MEMBAR Loop_exit !#6 N3587 P2309 MEMBAR Loop_entry !#6 N3588 P2310 BLD 97 -1 FP BE Pri !#6 N3589 P2311 MEMBAR Loop_exit !#6 N3590 P2312 MEMBAR Loop_entry !#6 N3591 P2313 BLD 45 -1 FP BE Pri !#6 N3592 P2314 MEMBAR Loop_exit !#6 N3593 P2315 MEMBAR Loop_entry !#6 N3594 P2316 BLD 0 -1 FP BE Pri !#6 N3595 P2317 MEMBAR Loop_exit !#6 N3596 P2315 MEMBAR Loop_entry !#6 N3597 P2316 BLD 0 -1 FP BE Pri !#6 N3598 P2317 MEMBAR Loop_exit !#6 N3599 P2318 IDC_FLIP 352 Int BE Pri Loop_entry !#6 N3600 P2319 MEMBAR !#6 N3601 P2320 BLD 84 -1 FP BE Pri !#6 N3602 P2321 MEMBAR Loop_exit !#6 N3603 P2322 ST 191 0x8300000b Int LE Pri Loop_entry Loop_exit !#6 N3604 P2323 MEMBAR Loop_entry !#6 N3605 P2324 BLD 265 -1 FP BE Pri !#6 N3606 P2325 MEMBAR Loop_exit !#6 N3607 P2323 MEMBAR Loop_entry !#6 N3608 P2324 BLD 265 -1 FP BE Pri !#6 N3609 P2325 MEMBAR Loop_exit !#6 N3610 P2326 MEMBAR Loop_entry !#6 N3611 P2327 BLD 265 -1 FP BE Pri !#6 N3612 P2328 MEMBAR Loop_exit !#6 N3613 P2329 MEMBAR Loop_entry !#6 N3614 P2330 BLD 358 -1 FP BE Pri !#6 N3615 P2331 MEMBAR Loop_exit !#6 N3616 P2329 MEMBAR Loop_entry !#6 N3617 P2330 BLD 358 -1 FP BE Pri !#6 N3618 P2331 MEMBAR Loop_exit !#6 N3619 P2332 IDC_FLIP 61 Int BE Pri Loop_entry Loop_exit !#6 N3620 P2333 MEMBAR Loop_entry !#6 N3621 P2334 BLD 20 -1 FP BE Pri !#6 N3622 P2335 MEMBAR Loop_exit !#6 N3623 P2336 MEMBAR Loop_entry !#6 N3624 P2337 BLD 320 -1 FP BE Pri !#6 N3625 P2338 MEMBAR Loop_exit !#6 N3626 P2339 MEMBAR Loop_entry !#6 N3627 P2340 BLD 215 -1 FP BE Pri !#6 N3628 P2340 BLD 216 -1 FP BE Pri !#6 N3629 P2341 MEMBAR Loop_exit !#6 N3630 P2342 MEMBAR Loop_entry !#6 N3631 P2343 BLD 137 -1 FP BE Pri !#6 N3632 P2344 MEMBAR Loop_exit !#6 N3633 P2342 MEMBAR Loop_entry !#6 N3634 P2343 BLD 137 -1 FP BE Pri !#6 N3635 P2344 MEMBAR Loop_exit !#6 N3636 P2345 IDC_FLIP 199 Int BE Pri Loop_entry Loop_exit !#6 N3637 P2345 IDC_FLIP 199 Int BE Pri Loop_entry Loop_exit !#6 N3638 P2346 PREFETCH 285 Int BE Pri Loop_entry !#6 N3639 P2347 MEMBAR !#6 N3640 P2348 BLD 108 -1 FP BE Pri !#6 N3641 P2349 MEMBAR Loop_exit !#6 N3642 P2350 MEMBAR Loop_entry !#6 N3643 P2351 BLD 179 -1 FP BE Pri !#6 N3644 P2352 MEMBAR Loop_exit !#6 N3645 P2350 MEMBAR Loop_entry !#6 N3646 P2351 BLD 179 -1 FP BE Pri !#6 N3647 P2352 MEMBAR Loop_exit !#6 N3648 P2353 MEMBAR Loop_entry !#6 N3649 P2354 BLD 343 -1 FP BE Pri !#6 N3650 P2354 BLD 344 -1 FP BE Pri !#6 N3651 P2355 MEMBAR Loop_exit !#6 N3652 P2356 MEMBAR Loop_entry !#6 N3653 P2357 BLD 134 -1 FP BE Pri !#6 N3654 P2358 MEMBAR Loop_exit !#6 N3655 P2359 MEMBAR !#7 N3656 P2360 MEMBAR Loop_entry !#7 N3657 P2361 BLD 20 -1 FP BE Pri !#7 N3658 P2362 MEMBAR Loop_exit !#7 N3659 P2363 MEMBAR Loop_entry !#7 N3660 P2364 BLD 227 -1 FP BE Pri !#7 N3661 P2365 MEMBAR Loop_exit !#7 N3662 P2366 MEMBAR Loop_entry !#7 N3663 P2367 BLD 275 -1 FP BE Pri !#7 N3664 P2368 MEMBAR Loop_exit !#7 N3665 P2369 MEMBAR Loop_entry !#7 N3666 P2370 BLD 232 -1 FP BE Pri !#7 N3667 P2371 MEMBAR Loop_exit !#7 N3668 P2369 MEMBAR Loop_entry !#7 N3669 P2370 BLD 232 -1 FP BE Pri !#7 N3670 P2371 MEMBAR Loop_exit !#7 N3671 P2372 MEMBAR Loop_entry !#7 N3672 P2373 BLD 278 -1 FP BE Pri !#7 N3673 P2374 MEMBAR Loop_exit !#7 N3674 P2372 MEMBAR Loop_entry !#7 N3675 P2373 BLD 278 -1 FP BE Pri !#7 N3676 P2374 MEMBAR Loop_exit !#7 N3677 P2375 MEMBAR Loop_entry !#7 N3678 P2376 BLD 193 -1 FP BE Pri !#7 N3679 P2377 MEMBAR Loop_exit !#7 N3680 P2375 MEMBAR Loop_entry !#7 N3681 P2376 BLD 193 -1 FP BE Pri !#7 N3682 P2377 MEMBAR Loop_exit !#7 N3683 P2378 PREFETCH 105 Int BE Pri Loop_entry !#7 N3684 P2379 MEMBAR !#7 N3685 P2380 BLD 6 -1 FP BE Pri !#7 N3686 P2380 BLD 7 -1 FP BE Pri !#7 N3687 P2381 MEMBAR Loop_exit !#7 N3688 P2378 PREFETCH 105 Int BE Pri Loop_entry !#7 N3689 P2379 MEMBAR !#7 N3690 P2380 BLD 6 -1 FP BE Pri !#7 N3691 P2380 BLD 7 -1 FP BE Pri !#7 N3692 P2381 MEMBAR Loop_exit !#7 N3693 P2382 MEMBAR Loop_entry !#7 N3694 P2383 BLD 151 -1 FP BE Pri !#7 N3695 P2384 MEMBAR Loop_exit !#7 N3696 P2385 MEMBAR Loop_entry !#7 N3697 P2386 BLD 222 -1 FP BE Pri !#7 N3698 P2387 MEMBAR Loop_exit !#7 N3699 P2385 MEMBAR Loop_entry !#7 N3700 P2386 BLD 222 -1 FP BE Pri !#7 N3701 P2387 MEMBAR Loop_exit !#7 N3702 P2388 MEMBAR Loop_entry !#7 N3703 P2389 BLD 162 -1 FP BE Pri !#7 N3704 P2390 MEMBAR Loop_exit !#7 N3705 P2388 MEMBAR Loop_entry !#7 N3706 P2389 BLD 162 -1 FP BE Pri !#7 N3707 P2390 MEMBAR Loop_exit !#7 N3708 P2391 MEMBAR Loop_entry !#7 N3709 P2392 BLD 351 -1 FP BE Pri !#7 N3710 P2393 MEMBAR Loop_exit !#7 N3711 P2391 MEMBAR Loop_entry !#7 N3712 P2392 BLD 351 -1 FP BE Pri !#7 N3713 P2393 MEMBAR Loop_exit !#7 N3714 P2394 MEMBAR Loop_entry !#7 N3715 P2395 BLD 129 -1 FP BE Pri !#7 N3716 P2396 MEMBAR Loop_exit !#7 N3717 P2397 MEMBAR Loop_entry !#7 N3718 P2398 BLD 202 -1 FP BE Pri !#7 N3719 P2399 MEMBAR Loop_exit !#7 N3720 P2400 MEMBAR Loop_entry !#7 N3721 P2401 BLD 243 -1 FP BE Pri !#7 N3722 P2402 MEMBAR Loop_exit !#7 N3723 P2400 MEMBAR Loop_entry !#7 N3724 P2401 BLD 243 -1 FP BE Pri !#7 N3725 P2402 MEMBAR Loop_exit !#7 N3726 P2403 MEMBAR Loop_entry !#7 N3727 P2404 BLD 28 -1 FP BE Pri !#7 N3728 P2405 MEMBAR Loop_exit !#7 N3729 P2406 MEMBAR Loop_entry !#7 N3730 P2407 BLD 183 -1 FP BE Pri !#7 N3731 P2408 MEMBAR Loop_exit !#7 N3732 P2409 IDC_FLIP 130 Int BE Pri Loop_entry Loop_exit !#7 N3733 P2410 MEMBAR Loop_entry !#7 N3734 P2411 BLD 286 -1 FP BE Pri !#7 N3735 P2412 MEMBAR Loop_exit !#7 N3736 P2410 MEMBAR Loop_entry !#7 N3737 P2411 BLD 286 -1 FP BE Pri !#7 N3738 P2412 MEMBAR Loop_exit !#7 N3739 P2413 MEMBAR Loop_entry !#7 N3740 P2414 BLD 163 -1 FP BE Pri !#7 N3741 P2415 MEMBAR Loop_exit !#7 N3742 P2416 MEMBAR Loop_entry !#7 N3743 P2417 BLD 79 -1 FP BE Pri !#7 N3744 P2418 MEMBAR Loop_exit !#7 N3745 P2416 MEMBAR Loop_entry !#7 N3746 P2417 BLD 79 -1 FP BE Pri !#7 N3747 P2418 MEMBAR Loop_exit !#7 N3748 P2419 MEMBAR Loop_entry !#7 N3749 P2420 BLD 53 -1 FP BE Pri !#7 N3750 P2421 MEMBAR Loop_exit !#7 N3751 P2422 ST 93 0x83800001 Int BE Pri Loop_entry Loop_exit !#7 N3752 P2423 MEMBAR Loop_entry !#7 N3753 P2424 BLD 240 -1 FP BE Pri !#7 N3754 P2425 MEMBAR Loop_exit !#7 N3755 P2426 MEMBAR Loop_entry !#7 N3756 P2427 BLD 174 -1 FP BE Pri !#7 N3757 P2428 MEMBAR Loop_exit !#7 N3758 P2426 MEMBAR Loop_entry !#7 N3759 P2427 BLD 174 -1 FP BE Pri !#7 N3760 P2428 MEMBAR Loop_exit !#7 N3761 P2429 MEMBAR Loop_entry !#7 N3762 P2430 BLD 14 -1 FP BE Pri !#7 N3763 P2431 MEMBAR Loop_exit !#7 N3764 P2429 MEMBAR Loop_entry !#7 N3765 P2430 BLD 14 -1 FP BE Pri !#7 N3766 P2431 MEMBAR Loop_exit !#7 N3767 P2432 MEMBAR Loop_entry !#7 N3768 P2433 BLD 124 -1 FP BE Pri !#7 N3769 P2433 BLD 125 -1 FP BE Pri !#7 N3770 P2433 BLD 126 -1 FP BE Pri !#7 N3771 P2434 MEMBAR Loop_exit !#7 N3772 P2432 MEMBAR Loop_entry !#7 N3773 P2433 BLD 124 -1 FP BE Pri !#7 N3774 P2433 BLD 125 -1 FP BE Pri !#7 N3775 P2433 BLD 126 -1 FP BE Pri !#7 N3776 P2434 MEMBAR Loop_exit !#7 N3777 P2435 MEMBAR Loop_entry !#7 N3778 P2436 BLD 324 -1 FP BE Pri !#7 N3779 P2437 MEMBAR Loop_exit !#7 N3780 P2435 MEMBAR Loop_entry !#7 N3781 P2436 BLD 324 -1 FP BE Pri !#7 N3782 P2437 MEMBAR Loop_exit !#7 N3783 P2438 MEMBAR Loop_entry !#7 N3784 P2439 BLD 40 -1 FP BE Pri !#7 N3785 P2440 MEMBAR Loop_exit !#7 N3786 P2441 MEMBAR Loop_entry !#7 N3787 P2442 BLD 98 -1 FP BE Pri !#7 N3788 P2442 BLD 99 -1 FP BE Pri !#7 N3789 P2443 MEMBAR Loop_exit !#7 N3790 P2444 IDC_FLIP 179 Int BE Pri Loop_entry !#7 N3791 P2445 MEMBAR !#7 N3792 P2446 BLD 159 -1 FP BE Pri !#7 N3793 P2447 MEMBAR Loop_exit !#7 N3794 P2448 MEMBAR Loop_entry !#7 N3795 P2449 BLD 281 -1 FP BE Pri !#7 N3796 P2450 MEMBAR Loop_exit !#7 N3797 P2448 MEMBAR Loop_entry !#7 N3798 P2449 BLD 281 -1 FP BE Pri !#7 N3799 P2450 MEMBAR Loop_exit !#7 N3800 P2451 MEMBAR Loop_entry !#7 N3801 P2452 BLD 269 -1 FP BE Pri !#7 N3802 P2453 MEMBAR Loop_exit !#7 N3803 P2451 MEMBAR Loop_entry !#7 N3804 P2452 BLD 269 -1 FP BE Pri !#7 N3805 P2453 MEMBAR Loop_exit !#7 N3806 P2454 MEMBAR Loop_entry !#7 N3807 P2455 BLD 281 -1 FP BE Pri !#7 N3808 P2456 MEMBAR Loop_exit !#7 N3809 P2457 MEMBAR Loop_entry !#7 N3810 P2458 BLD 0 -1 FP BE Pri !#7 N3811 P2459 MEMBAR Loop_exit !#7 N3812 P2457 MEMBAR Loop_entry !#7 N3813 P2458 BLD 0 -1 FP BE Pri !#7 N3814 P2459 MEMBAR Loop_exit !#7 N3815 P2460 MEMBAR Loop_entry !#7 N3816 P2461 BLD 255 -1 FP BE Pri !#7 N3817 P2462 MEMBAR Loop_exit !#7 N3818 P2463 MEMBAR Loop_entry !#7 N3819 P2464 BLD 47 -1 FP BE Pri !#7 N3820 P2465 MEMBAR Loop_exit !#7 N3821 P2463 MEMBAR Loop_entry !#7 N3822 P2464 BLD 47 -1 FP BE Pri !#7 N3823 P2465 MEMBAR Loop_exit !#7 N3824 P2466 MEMBAR Loop_entry !#7 N3825 P2467 BLD 248 -1 FP BE Pri !#7 N3826 P2468 MEMBAR Loop_exit !#7 N3827 P2469 MEMBAR Loop_entry !#7 N3828 P2470 BLD 327 -1 FP BE Pri !#7 N3829 P2471 MEMBAR Loop_exit !#7 N3830 P2472 IDC_FLIP 27 Int BE Pri Loop_entry Loop_exit !#7 N3831 P2473 MEMBAR Loop_entry !#7 N3832 P2474 BLD 197 -1 FP BE Pri !#7 N3833 P2475 MEMBAR Loop_exit !#7 N3834 P2476 MEMBAR Loop_entry !#7 N3835 P2477 BLD 180 -1 FP BE Pri !#7 N3836 P2478 MEMBAR Loop_exit !#7 N3837 P2479 MEMBAR Loop_entry !#7 N3838 P2480 BLD 347 -1 FP BE Pri !#7 N3839 P2481 MEMBAR Loop_exit !#7 N3840 P2482 MEMBAR Loop_entry !#7 N3841 P2483 BLD 349 -1 FP BE Pri !#7 N3842 P2484 MEMBAR Loop_exit !#7 N3843 P2482 MEMBAR Loop_entry !#7 N3844 P2483 BLD 349 -1 FP BE Pri !#7 N3845 P2484 MEMBAR Loop_exit !#7 N3846 P2485 IDC_FLIP 85 Int BE Pri Loop_entry Loop_exit !#7 N3847 P2485 IDC_FLIP 85 Int BE Pri Loop_entry Loop_exit !#7 N3848 P2486 IDC_FLIP 214 Int BE Pri Loop_entry Loop_exit !#7 N3849 P2487 MEMBAR Loop_entry !#7 N3850 P2488 BLD 60 -1 FP BE Pri !#7 N3851 P2489 MEMBAR Loop_exit !#7 N3852 P2490 MEMBAR Loop_entry !#7 N3853 P2491 BLD 128 -1 FP BE Pri !#7 N3854 P2492 MEMBAR Loop_exit !#7 N3855 P2490 MEMBAR Loop_entry !#7 N3856 P2491 BLD 128 -1 FP BE Pri !#7 N3857 P2492 MEMBAR Loop_exit !#7 N3858 P2493 MEMBAR Loop_entry !#7 N3859 P2494 BLD 5 -1 FP BE Pri !#7 N3860 P2495 MEMBAR Loop_exit !#7 N3861 P2493 MEMBAR Loop_entry !#7 N3862 P2494 BLD 5 -1 FP BE Pri !#7 N3863 P2495 MEMBAR Loop_exit !#7 N3864 P2496 PREFETCH 122 Int LE Pri Loop_entry Loop_exit !#7 N3865 P2496 PREFETCH 122 Int LE Pri Loop_entry Loop_exit !#7 N3866 P2497 MEMBAR Loop_entry !#7 N3867 P2498 BLD 192 -1 FP BE Pri !#7 N3868 P2499 MEMBAR Loop_exit !#7 N3869 P2500 MEMBAR Loop_entry !#7 N3870 P2501 BLD 346 -1 FP BE Pri !#7 N3871 P2502 MEMBAR Loop_exit !#7 N3872 P2500 MEMBAR Loop_entry !#7 N3873 P2501 BLD 346 -1 FP BE Pri !#7 N3874 P2502 MEMBAR Loop_exit !#7 N3875 P2503 IDC_FLIP 105 Int BE Pri Loop_entry Loop_exit !#7 N3876 P2503 IDC_FLIP 105 Int BE Pri Loop_entry Loop_exit !#7 N3877 P2504 MEMBAR Loop_entry !#7 N3878 P2505 BLD 324 -1 FP BE Pri !#7 N3879 P2506 MEMBAR Loop_exit !#7 N3880 P2507 MEMBAR Loop_entry !#7 N3881 P2508 BLD 255 -1 FP BE Pri !#7 N3882 P2509 MEMBAR Loop_exit !#7 N3883 P2507 MEMBAR Loop_entry !#7 N3884 P2508 BLD 255 -1 FP BE Pri !#7 N3885 P2509 MEMBAR Loop_exit !#7 N3886 P2510 ST 122 0x83800002 Int BE Pri Loop_entry !#7 N3887 P2511 MEMBAR !#7 N3888 P2512 BLD 47 -1 FP BE Pri !#7 N3889 P2513 MEMBAR Loop_exit !#7 N3890 P2514 MEMBAR Loop_entry !#7 N3891 P2515 BLD 184 -1 FP BE Pri !#7 N3892 P2516 MEMBAR Loop_exit !#7 N3893 P2517 MEMBAR Loop_entry !#7 N3894 P2518 BLD 110 -1 FP BE Pri !#7 N3895 P2519 MEMBAR Loop_exit !#7 N3896 P2517 MEMBAR Loop_entry !#7 N3897 P2518 BLD 110 -1 FP BE Pri !#7 N3898 P2519 MEMBAR Loop_exit !#7 N3899 P2520 MEMBAR Loop_entry !#7 N3900 P2521 BLD 249 -1 FP BE Pri !#7 N3901 P2522 MEMBAR Loop_exit !#7 N3902 P2520 MEMBAR Loop_entry !#7 N3903 P2521 BLD 249 -1 FP BE Pri !#7 N3904 P2522 MEMBAR Loop_exit !#7 N3905 P2523 IDC_FLIP 63 Int BE Pri Loop_entry !#7 N3906 P2524 MEMBAR !#7 N3907 P2525 BLD 97 -1 FP BE Pri !#7 N3908 P2526 MEMBAR Loop_exit !#7 N3909 P2523 IDC_FLIP 63 Int BE Pri Loop_entry !#7 N3910 P2524 MEMBAR !#7 N3911 P2525 BLD 97 -1 FP BE Pri !#7 N3912 P2526 MEMBAR Loop_exit !#7 N3913 P2527 MEMBAR Loop_entry !#7 N3914 P2528 BLD 211 -1 FP BE Pri !#7 N3915 P2529 MEMBAR Loop_exit !#7 N3916 P2527 MEMBAR Loop_entry !#7 N3917 P2528 BLD 211 -1 FP BE Pri !#7 N3918 P2529 MEMBAR Loop_exit !#7 N3919 P2530 PREFETCH 149 Int BE Pri Loop_entry Loop_exit !#7 N3920 P2531 MEMBAR Loop_entry !#7 N3921 P2532 BLD 34 -1 FP BE Pri !#7 N3922 P2533 MEMBAR Loop_exit !#7 N3923 P2534 MEMBAR Loop_entry !#7 N3924 P2535 BLD 215 -1 FP BE Pri !#7 N3925 P2535 BLD 216 -1 FP BE Pri !#7 N3926 P2536 MEMBAR Loop_exit !#7 N3927 P2537 MEMBAR Loop_entry !#7 N3928 P2538 BLD 270 -1 FP BE Pri !#7 N3929 P2539 MEMBAR Loop_exit !#7 N3930 P2537 MEMBAR Loop_entry !#7 N3931 P2538 BLD 270 -1 FP BE Pri !#7 N3932 P2539 MEMBAR Loop_exit !#7 N3933 P2540 MEMBAR Loop_entry !#7 N3934 P2541 BLD 191 -1 FP BE Pri !#7 N3935 P2542 MEMBAR Loop_exit !#7 N3936 P2540 MEMBAR Loop_entry !#7 N3937 P2541 BLD 191 -1 FP BE Pri !#7 N3938 P2542 MEMBAR Loop_exit !#7 N3939 P2543 MEMBAR Loop_entry !#7 N3940 P2544 BLD 343 -1 FP BE Pri !#7 N3941 P2544 BLD 344 -1 FP BE Pri !#7 N3942 P2545 MEMBAR Loop_exit !#7 N3943 P2546 MEMBAR Loop_entry !#7 N3944 P2547 BLD 217 -1 FP BE Pri !#7 N3945 P2548 MEMBAR Loop_exit !#7 N3946 P2549 PREFETCH 328 Int BE Pri Loop_entry Loop_exit !#7 N3947 P2550 IDC_FLIP 262 Int BE Pri Loop_entry !#7 N3948 P2551 MEMBAR !#7 N3949 P2552 BLD 357 -1 FP BE Pri !#7 N3950 P2553 MEMBAR Loop_exit !#7 N3951 P2550 IDC_FLIP 262 Int BE Pri Loop_entry !#7 N3952 P2551 MEMBAR !#7 N3953 P2552 BLD 357 -1 FP BE Pri !#7 N3954 P2553 MEMBAR Loop_exit !#7 N3955 P2554 MEMBAR Loop_entry !#7 N3956 P2555 BLD 26 -1 FP BE Pri !#7 N3957 P2556 MEMBAR Loop_exit !#7 N3958 P2557 ST 21 0x83800003 Int BE Pri Loop_entry !#7 N3959 P2558 MEMBAR !#7 N3960 P2559 BLD 196 -1 FP BE Pri !#7 N3961 P2560 MEMBAR Loop_exit !#7 N3962 P2557 ST 21 0x83800004 Int BE Pri Loop_entry !#7 N3963 P2558 MEMBAR !#7 N3964 P2559 BLD 196 -1 FP BE Pri !#7 N3965 P2560 MEMBAR Loop_exit !#7 N3966 P2561 MEMBAR Loop_entry !#7 N3967 P2562 BLD 66 -1 FP BE Pri !#7 N3968 P2563 MEMBAR Loop_exit !#7 N3969 P2561 MEMBAR Loop_entry !#7 N3970 P2562 BLD 66 -1 FP BE Pri !#7 N3971 P2563 MEMBAR Loop_exit !#7 N3972 P2564 MEMBAR Loop_entry !#7 N3973 P2565 BLD 313 -1 FP BE Pri !#7 N3974 P2566 MEMBAR Loop_exit !#7 N3975 P2567 IDC_FLIP 97 Int BE Pri Loop_entry Loop_exit !#7 N3976 P2567 IDC_FLIP 97 Int BE Pri Loop_entry Loop_exit !#7 N3977 P2568 MEMBAR Loop_entry !#7 N3978 P2569 BLD 236 -1 FP BE Pri !#7 N3979 P2570 MEMBAR Loop_exit !#7 N3980 P2568 MEMBAR Loop_entry !#7 N3981 P2569 BLD 236 -1 FP BE Pri !#7 N3982 P2570 MEMBAR Loop_exit !#7 N3983 P2571 MEMBAR Loop_entry !#7 N3984 P2572 BLD 4 -1 FP BE Pri !#7 N3985 P2573 MEMBAR Loop_exit !#7 N3986 P2571 MEMBAR Loop_entry !#7 N3987 P2572 BLD 4 -1 FP BE Pri !#7 N3988 P2573 MEMBAR Loop_exit !#7 N3989 P2574 ST 203 0x83800005 Int BE Pri Loop_entry Loop_exit !#7 N3990 P2574 ST 203 0x83800006 Int BE Pri Loop_entry Loop_exit !#7 N3991 P2575 MEMBAR Loop_entry !#7 N3992 P2576 BLD 173 -1 FP BE Pri !#7 N3993 P2577 MEMBAR Loop_exit !#7 N3994 P2578 ST 231 0x83800007 Int BE Pri Loop_entry !#7 N3995 P2579 MEMBAR !#7 N3996 P2580 BLD 239 -1 FP BE Pri !#7 N3997 P2581 MEMBAR Loop_exit !#7 N3998 P2582 MEMBAR Loop_entry !#7 N3999 P2583 BLD 55 -1 FP BE Pri !#7 N4000 P2584 MEMBAR Loop_exit !#7 N4001 P2582 MEMBAR Loop_entry !#7 N4002 P2583 BLD 55 -1 FP BE Pri !#7 N4003 P2584 MEMBAR Loop_exit !#7 N4004 P2585 ST 37 0x83800008 Int BE Pri Loop_entry !#7 N4005 P2586 IDC_FLIP 180 Int BE Pri Loop_exit !#7 N4006 P2587 MEMBAR Loop_entry !#7 N4007 P2588 BLD 239 -1 FP BE Pri !#7 N4008 P2589 MEMBAR Loop_exit !#7 N4009 P2587 MEMBAR Loop_entry !#7 N4010 P2588 BLD 239 -1 FP BE Pri !#7 N4011 P2589 MEMBAR Loop_exit !#7 N4012 P2590 IDC_FLIP 33 Int BE Pri Loop_entry !#7 N4013 P2591 MEMBAR !#7 N4014 P2592 BLD 69 -1 FP BE Pri !#7 N4015 P2593 MEMBAR Loop_exit !#7 N4016 P2594 MEMBAR Loop_entry !#7 N4017 P2595 BLD 276 -1 FP BE Pri !#7 N4018 P2596 MEMBAR Loop_exit !#7 N4019 P2594 MEMBAR Loop_entry !#7 N4020 P2595 BLD 276 -1 FP BE Pri !#7 N4021 P2596 MEMBAR Loop_exit !#7 N4022 P2597 MEMBAR Loop_entry !#7 N4023 P2598 BLD 35 -1 FP BE Pri !#7 N4024 P2599 MEMBAR Loop_exit !#7 N4025 P2597 MEMBAR Loop_entry !#7 N4026 P2598 BLD 35 -1 FP BE Pri !#7 N4027 P2599 MEMBAR Loop_exit !#7 N4028 P2600 MEMBAR Loop_entry !#7 N4029 P2601 BLD 196 -1 FP BE Pri !#7 N4030 P2602 MEMBAR Loop_exit !#7 N4031 P2603 PREFETCH 227 Int BE Pri Loop_entry !#7 N4032 P2604 MEMBAR !#7 N4033 P2605 BLD 136 -1 FP BE Pri !#7 N4034 P2606 MEMBAR Loop_exit !#7 N4035 P2603 PREFETCH 227 Int BE Pri Loop_entry !#7 N4036 P2604 MEMBAR !#7 N4037 P2605 BLD 136 -1 FP BE Pri !#7 N4038 P2606 MEMBAR Loop_exit !#7 N4039 P2607 IDC_FLIP 108 Int BE Pri Loop_entry Loop_exit !#7 N4040 P2608 MEMBAR Loop_entry !#7 N4041 P2609 BLD 342 -1 FP BE Pri !#7 N4042 P2610 MEMBAR Loop_exit !#7 N4043 P2611 MEMBAR Loop_entry !#7 N4044 P2612 BLD 311 -1 FP BE Pri !#7 N4045 P2613 MEMBAR Loop_exit !#7 N4046 P2614 MEMBAR Loop_entry !#7 N4047 P2615 BLD 320 -1 FP BE Pri !#7 N4048 P2616 MEMBAR Loop_exit !#7 N4049 P2617 MEMBAR Loop_entry !#7 N4050 P2618 BLD 222 -1 FP BE Pri !#7 N4051 P2619 MEMBAR Loop_exit !#7 N4052 P2617 MEMBAR Loop_entry !#7 N4053 P2618 BLD 222 -1 FP BE Pri !#7 N4054 P2619 MEMBAR Loop_exit !#7 N4055 P2620 ST 180 0x83800009 Int BE Pri Loop_entry !#7 N4056 P2621 MEMBAR !#7 N4057 P2622 BLD 65 -1 FP BE Pri !#7 N4058 P2623 MEMBAR Loop_exit !#7 N4059 P2620 ST 180 0x8380000a Int BE Pri Loop_entry !#7 N4060 P2621 MEMBAR !#7 N4061 P2622 BLD 65 -1 FP BE Pri !#7 N4062 P2623 MEMBAR Loop_exit !#7 N4063 P2624 MEMBAR Loop_entry !#7 N4064 P2625 BLD 226 -1 FP BE Pri !#7 N4065 P2626 MEMBAR Loop_exit !#7 N4066 P2627 MEMBAR Loop_entry !#7 N4067 P2628 BLD 150 -1 FP BE Pri !#7 N4068 P2629 MEMBAR Loop_exit !#7 N4069 P2627 MEMBAR Loop_entry !#7 N4070 P2628 BLD 150 -1 FP BE Pri !#7 N4071 P2629 MEMBAR Loop_exit !#7 N4072 P2630 MEMBAR Loop_entry !#7 N4073 P2631 BLD 315 -1 FP BE Pri !#7 N4074 P2632 MEMBAR Loop_exit !#7 N4075 P2630 MEMBAR Loop_entry !#7 N4076 P2631 BLD 315 -1 FP BE Pri !#7 N4077 P2632 MEMBAR Loop_exit !#7 N4078 P2633 MEMBAR Loop_entry Loop_exit !#7 N4079 P2634 MEMBAR Loop_entry !#7 N4080 P2635 BLD 311 -1 FP BE Pri !#7 N4081 P2636 MEMBAR Loop_exit !#7 N4082 P2634 MEMBAR Loop_entry !#7 N4083 P2635 BLD 311 -1 FP BE Pri !#7 N4084 P2636 MEMBAR Loop_exit !#7 N4085 P2637 MEMBAR Loop_entry !#7 N4086 P2638 BLD 215 -1 FP BE Pri !#7 N4087 P2638 BLD 216 -1 FP BE Pri !#7 N4088 P2639 MEMBAR Loop_exit !#7 N4089 P2637 MEMBAR Loop_entry !#7 N4090 P2638 BLD 215 -1 FP BE Pri !#7 N4091 P2638 BLD 216 -1 FP BE Pri !#7 N4092 P2639 MEMBAR Loop_exit !#7 N4093 P2640 MEMBAR Loop_entry !#7 N4094 P2641 BLD 161 -1 FP BE Pri !#7 N4095 P2642 MEMBAR Loop_exit !#7 N4096 P2643 MEMBAR Loop_entry !#7 N4097 P2644 BLD 161 -1 FP BE Pri !#7 N4098 P2645 MEMBAR Loop_exit !#7 N4099 P2646 ST 110 0x8380000b Int LE Pri Loop_entry Loop_exit !#7 N4100 P2646 ST 110 0x8380000c Int LE Pri Loop_entry Loop_exit !#7 N4101 P2647 MEMBAR Loop_entry !#7 N4102 P2648 BLD 65 -1 FP BE Pri !#7 N4103 P2649 MEMBAR Loop_exit !#7 N4104 P2650 MEMBAR Loop_entry !#7 N4105 P2651 BLD 124 -1 FP BE Pri !#7 N4106 P2651 BLD 125 -1 FP BE Pri !#7 N4107 P2651 BLD 126 -1 FP BE Pri !#7 N4108 P2652 MEMBAR Loop_exit !#7 N4109 P2650 MEMBAR Loop_entry !#7 N4110 P2651 BLD 124 -1 FP BE Pri !#7 N4111 P2651 BLD 125 -1 FP BE Pri !#7 N4112 P2651 BLD 126 -1 FP BE Pri !#7 N4113 P2652 MEMBAR Loop_exit !#7 N4114 P2653 MEMBAR Loop_entry !#7 N4115 P2654 BLD 41 -1 FP BE Pri !#7 N4116 P2655 MEMBAR Loop_exit !#7 N4117 P2653 MEMBAR Loop_entry !#7 N4118 P2654 BLD 41 -1 FP BE Pri !#7 N4119 P2655 MEMBAR Loop_exit !#7 N4120 P2656 MEMBAR Loop_entry !#7 N4121 P2657 BLD 231 -1 FP BE Pri !#7 N4122 P2658 MEMBAR Loop_exit !#7 N4123 P2659 MEMBAR Loop_entry !#7 N4124 P2660 BLD 32 -1 FP BE Pri !#7 N4125 P2660 BLD 33 -1 FP BE Pri !#7 N4126 P2661 MEMBAR Loop_exit !#7 N4127 P2659 MEMBAR Loop_entry !#7 N4128 P2660 BLD 32 -1 FP BE Pri !#7 N4129 P2660 BLD 33 -1 FP BE Pri !#7 N4130 P2661 MEMBAR Loop_exit !#7 N4131 P2662 MEMBAR Loop_entry !#7 N4132 P2663 BLD 282 -1 FP BE Pri !#7 N4133 P2664 MEMBAR Loop_exit !#7 N4134 P2665 MEMBAR Loop_entry !#7 N4135 P2666 BLD 83 -1 FP BE Pri !#7 N4136 P2667 MEMBAR Loop_exit !#7 N4137 P2665 MEMBAR Loop_entry !#7 N4138 P2666 BLD 83 -1 FP BE Pri !#7 N4139 P2667 MEMBAR Loop_exit !#7 N4140 P2668 PREFETCH 179 Int BE Pri Loop_entry !#7 N4141 P2669 MEMBAR !#7 N4142 P2670 BLD 128 -1 FP BE Pri !#7 N4143 P2671 MEMBAR Loop_exit !#7 N4144 P2668 PREFETCH 179 Int BE Pri Loop_entry !#7 N4145 P2669 MEMBAR !#7 N4146 P2670 BLD 128 -1 FP BE Pri !#7 N4147 P2671 MEMBAR Loop_exit !#7 N4148 P2672 MEMBAR Loop_entry !#7 N4149 P2673 BLD 284 -1 FP BE Pri !#7 N4150 P2674 MEMBAR Loop_exit !#7 N4151 P2675 MEMBAR Loop_entry !#7 N4152 P2676 BLD 111 -1 FP BE Pri !#7 N4153 P2676 BLD 112 -1 FP BE Pri !#7 N4154 P2676 BLD 113 -1 FP BE Pri !#7 N4155 P2677 MEMBAR Loop_exit !#7 N4156 P2678 ST 106 0x8380000d Int BE Pri Loop_entry Loop_exit !#7 N4157 P2679 MEMBAR Loop_entry !#7 N4158 P2680 BLD 317 -1 FP BE Pri !#7 N4159 P2681 MEMBAR Loop_exit !#7 N4160 P2679 MEMBAR Loop_entry !#7 N4161 P2680 BLD 317 -1 FP BE Pri !#7 N4162 P2681 MEMBAR Loop_exit !#7 N4163 P2682 MEMBAR Loop_entry !#7 N4164 P2683 BLD 38 -1 FP BE Pri !#7 N4165 P2684 MEMBAR Loop_exit !#7 N4166 P2682 MEMBAR Loop_entry !#7 N4167 P2683 BLD 38 -1 FP BE Pri !#7 N4168 P2684 MEMBAR Loop_exit !#7 N4169 P2685 MEMBAR Loop_entry !#7 N4170 P2686 BLD 215 -1 FP BE Pri !#7 N4171 P2686 BLD 216 -1 FP BE Pri !#7 N4172 P2687 MEMBAR Loop_exit !#7 N4173 P2688 MEMBAR Loop_entry !#7 N4174 P2689 BLD 351 -1 FP BE Pri !#7 N4175 P2690 MEMBAR Loop_exit !#7 N4176 P2691 MEMBAR !#8 N4177 P2692 MEMBAR Loop_entry !#8 N4178 P2693 BLD 164 -1 FP BE Pri !#8 N4179 P2694 MEMBAR Loop_exit !#8 N4180 P2692 MEMBAR Loop_entry !#8 N4181 P2693 BLD 164 -1 FP BE Pri !#8 N4182 P2694 MEMBAR Loop_exit !#8 N4183 P2695 PREFETCH 115 Int BE Pri Loop_entry Loop_exit !#8 N4184 P2696 MEMBAR Loop_entry !#8 N4185 P2697 BLD 232 -1 FP BE Pri !#8 N4186 P2698 MEMBAR Loop_exit !#8 N4187 P2699 MEMBAR Loop_entry !#8 N4188 P2700 BLD 339 -1 FP BE Pri !#8 N4189 P2701 MEMBAR Loop_exit !#8 N4190 P2702 IDC_FLIP 112 Int BE Pri Loop_entry Loop_exit !#8 N4191 P2703 MEMBAR Loop_entry !#8 N4192 P2704 BLD 54 -1 FP BE Pri !#8 N4193 P2705 MEMBAR Loop_exit !#8 N4194 P2703 MEMBAR Loop_entry !#8 N4195 P2704 BLD 54 -1 FP BE Pri !#8 N4196 P2705 MEMBAR Loop_exit !#8 N4197 P2706 MEMBAR Loop_entry !#8 N4198 P2707 BLD 287 -1 FP BE Pri !#8 N4199 P2708 MEMBAR Loop_exit !#8 N4200 P2709 IDC_FLIP 214 Int BE Pri Loop_entry !#8 N4201 P2710 MEMBAR !#8 N4202 P2711 BLD 349 -1 FP BE Pri !#8 N4203 P2712 MEMBAR Loop_exit !#8 N4204 P2713 MEMBAR Loop_entry !#8 N4205 P2714 BLD 219 -1 FP BE Pri !#8 N4206 P2714 BLD 220 -1 FP BE Pri !#8 N4207 P2715 MEMBAR Loop_exit !#8 N4208 P2713 MEMBAR Loop_entry !#8 N4209 P2714 BLD 219 -1 FP BE Pri !#8 N4210 P2714 BLD 220 -1 FP BE Pri !#8 N4211 P2715 MEMBAR Loop_exit !#8 N4212 P2716 MEMBAR Loop_entry !#8 N4213 P2717 BLD 127 -1 FP BE Pri !#8 N4214 P2718 MEMBAR Loop_exit !#8 N4215 P2719 MEMBAR Loop_entry !#8 N4216 P2720 BLD 273 -1 FP BE Pri !#8 N4217 P2721 MEMBAR Loop_exit !#8 N4218 P2719 MEMBAR Loop_entry !#8 N4219 P2720 BLD 273 -1 FP BE Pri !#8 N4220 P2721 MEMBAR Loop_exit !#8 N4221 P2722 MEMBAR Loop_entry !#8 N4222 P2723 BLD 225 -1 FP BE Pri !#8 N4223 P2724 MEMBAR Loop_exit !#8 N4224 P2725 MEMBAR Loop_entry !#8 N4225 P2726 BLD 272 -1 FP BE Pri !#8 N4226 P2727 MEMBAR Loop_exit !#8 N4227 P2725 MEMBAR Loop_entry !#8 N4228 P2726 BLD 272 -1 FP BE Pri !#8 N4229 P2727 MEMBAR Loop_exit !#8 N4230 P2728 MEMBAR Loop_entry !#8 N4231 P2729 BLD 294 -1 FP BE Pri !#8 N4232 P2730 MEMBAR Loop_exit !#8 N4233 P2728 MEMBAR Loop_entry !#8 N4234 P2729 BLD 294 -1 FP BE Pri !#8 N4235 P2730 MEMBAR Loop_exit !#8 N4236 P2731 IDC_FLIP 14 Int BE Pri Loop_entry !#8 N4237 P2732 IDC_FLIP 189 Int BE Pri Loop_exit !#8 N4238 P2733 MEMBAR Loop_entry !#8 N4239 P2734 BLD 59 -1 FP BE Pri !#8 N4240 P2735 MEMBAR Loop_exit !#8 N4241 P2736 MEMBAR Loop_entry !#8 N4242 P2737 BLD 281 -1 FP BE Pri !#8 N4243 P2738 MEMBAR Loop_exit !#8 N4244 P2739 MEMBAR Loop_entry !#8 N4245 P2740 BLD 203 -1 FP BE Pri !#8 N4246 P2741 MEMBAR Loop_exit !#8 N4247 P2742 MEMBAR Loop_entry !#8 N4248 P2743 BLD 263 -1 FP BE Pri !#8 N4249 P2744 MEMBAR Loop_exit !#8 N4250 P2742 MEMBAR Loop_entry !#8 N4251 P2743 BLD 263 -1 FP BE Pri !#8 N4252 P2744 MEMBAR Loop_exit !#8 N4253 P2745 MEMBAR Loop_entry !#8 N4254 P2746 BLD 41 -1 FP BE Pri !#8 N4255 P2747 MEMBAR Loop_exit !#8 N4256 P2748 MEMBAR Loop_entry !#8 N4257 P2749 BLD 173 -1 FP BE Pri !#8 N4258 P2750 MEMBAR Loop_exit !#8 N4259 P2751 MEMBAR Loop_entry !#8 N4260 P2752 BLD 175 -1 FP BE Pri !#8 N4261 P2753 MEMBAR Loop_exit !#8 N4262 P2751 MEMBAR Loop_entry !#8 N4263 P2752 BLD 175 -1 FP BE Pri !#8 N4264 P2753 MEMBAR Loop_exit !#8 N4265 P2754 MEMBAR Loop_entry !#8 N4266 P2755 BLD 306 -1 FP BE Pri !#8 N4267 P2756 MEMBAR Loop_exit !#8 N4268 P2754 MEMBAR Loop_entry !#8 N4269 P2755 BLD 306 -1 FP BE Pri !#8 N4270 P2756 MEMBAR Loop_exit !#8 N4271 P2757 MEMBAR Loop_entry !#8 N4272 P2758 BLD 170 -1 FP BE Pri !#8 N4273 P2759 MEMBAR Loop_exit !#8 N4274 P2757 MEMBAR Loop_entry !#8 N4275 P2758 BLD 170 -1 FP BE Pri !#8 N4276 P2759 MEMBAR Loop_exit !#8 N4277 P2760 MEMBAR Loop_entry !#8 N4278 P2761 BLD 353 -1 FP BE Pri !#8 N4279 P2762 MEMBAR Loop_exit !#8 N4280 P2760 MEMBAR Loop_entry !#8 N4281 P2761 BLD 353 -1 FP BE Pri !#8 N4282 P2762 MEMBAR Loop_exit !#8 N4283 P2763 MEMBAR Loop_entry !#8 N4284 P2764 BLD 209 -1 FP BE Pri !#8 N4285 P2765 MEMBAR Loop_exit !#8 N4286 P2766 MEMBAR Loop_entry !#8 N4287 P2767 BLD 73 -1 FP BE Pri !#8 N4288 P2768 MEMBAR Loop_exit !#8 N4289 P2769 IDC_FLIP 299 Int BE Pri Loop_entry Loop_exit !#8 N4290 P2770 MEMBAR Loop_entry !#8 N4291 P2771 BLD 73 -1 FP BE Pri !#8 N4292 P2772 MEMBAR Loop_exit !#8 N4293 P2770 MEMBAR Loop_entry !#8 N4294 P2771 BLD 73 -1 FP BE Pri !#8 N4295 P2772 MEMBAR Loop_exit !#8 N4296 P2773 MEMBAR Loop_entry !#8 N4297 P2774 BLD 267 -1 FP BE Pri !#8 N4298 P2775 MEMBAR Loop_exit !#8 N4299 P2773 MEMBAR Loop_entry !#8 N4300 P2774 BLD 267 -1 FP BE Pri !#8 N4301 P2775 MEMBAR Loop_exit !#8 N4302 P2776 MEMBAR Loop_entry !#8 N4303 P2777 BLD 110 -1 FP BE Pri !#8 N4304 P2778 MEMBAR Loop_exit !#8 N4305 P2779 MEMBAR Loop_entry !#8 N4306 P2780 BLD 131 -1 FP BE Pri !#8 N4307 P2781 MEMBAR Loop_exit !#8 N4308 P2782 MEMBAR Loop_entry !#8 N4309 P2783 BLD 342 -1 FP BE Pri !#8 N4310 P2784 MEMBAR Loop_exit !#8 N4311 P2785 MEMBAR Loop_entry !#8 N4312 P2786 BLD 354 -1 FP BE Pri !#8 N4313 P2787 MEMBAR Loop_exit !#8 N4314 P2785 MEMBAR Loop_entry !#8 N4315 P2786 BLD 354 -1 FP BE Pri !#8 N4316 P2787 MEMBAR Loop_exit !#8 N4317 P2788 MEMBAR Loop_entry !#8 N4318 P2789 BLD 20 -1 FP BE Pri !#8 N4319 P2790 MEMBAR Loop_exit !#8 N4320 P2791 MEMBAR Loop_entry !#8 N4321 P2792 BLD 235 -1 FP BE Pri !#8 N4322 P2793 MEMBAR Loop_exit !#8 N4323 P2794 MEMBAR Loop_entry !#8 N4324 P2795 BLD 109 -1 FP BE Pri !#8 N4325 P2796 MEMBAR Loop_exit !#8 N4326 P2794 MEMBAR Loop_entry !#8 N4327 P2795 BLD 109 -1 FP BE Pri !#8 N4328 P2796 MEMBAR Loop_exit !#8 N4329 P2797 MEMBAR Loop_entry !#8 N4330 P2798 BLD 263 -1 FP BE Pri !#8 N4331 P2799 MEMBAR Loop_exit !#8 N4332 P2797 MEMBAR Loop_entry !#8 N4333 P2798 BLD 263 -1 FP BE Pri !#8 N4334 P2799 MEMBAR Loop_exit !#8 N4335 P2800 MEMBAR Loop_entry !#8 N4336 P2801 BLD 5 -1 FP BE Pri !#8 N4337 P2802 MEMBAR Loop_exit !#8 N4338 P2800 MEMBAR Loop_entry !#8 N4339 P2801 BLD 5 -1 FP BE Pri !#8 N4340 P2802 MEMBAR Loop_exit !#8 N4341 P2803 MEMBAR Loop_entry !#8 N4342 P2804 BLD 337 -1 FP BE Pri !#8 N4343 P2805 MEMBAR Loop_exit !#8 N4344 P2803 MEMBAR Loop_entry !#8 N4345 P2804 BLD 337 -1 FP BE Pri !#8 N4346 P2805 MEMBAR Loop_exit !#8 N4347 P2806 IDC_FLIP 259 Int BE Pri Loop_entry Loop_exit !#8 N4348 P2807 IDC_FLIP 336 Int BE Pri Loop_entry !#8 N4349 P2808 MEMBAR !#8 N4350 P2809 BLD 309 -1 FP BE Pri !#8 N4351 P2810 MEMBAR Loop_exit !#8 N4352 P2811 MEMBAR Loop_entry !#8 N4353 P2812 BLD 30 -1 FP BE Pri !#8 N4354 P2813 MEMBAR Loop_exit !#8 N4355 P2814 MEMBAR Loop_entry !#8 N4356 P2815 BLD 311 -1 FP BE Pri !#8 N4357 P2816 MEMBAR Loop_exit !#8 N4358 P2817 MEMBAR Loop_entry !#8 N4359 P2818 BLD 160 -1 FP BE Pri !#8 N4360 P2819 MEMBAR Loop_exit !#8 N4361 P2817 MEMBAR Loop_entry !#8 N4362 P2818 BLD 160 -1 FP BE Pri !#8 N4363 P2819 MEMBAR Loop_exit !#8 N4364 P2820 MEMBAR Loop_entry !#8 N4365 P2821 BLD 101 -1 FP BE Pri !#8 N4366 P2822 MEMBAR Loop_exit !#8 N4367 P2823 IDC_FLIP 312 Int BE Pri Loop_entry !#8 N4368 P2824 MEMBAR !#8 N4369 P2825 BLD 209 -1 FP BE Pri !#8 N4370 P2826 MEMBAR Loop_exit !#8 N4371 P2823 IDC_FLIP 312 Int BE Pri Loop_entry !#8 N4372 P2824 MEMBAR !#8 N4373 P2825 BLD 209 -1 FP BE Pri !#8 N4374 P2826 MEMBAR Loop_exit !#8 N4375 P2827 MEMBAR Loop_entry !#8 N4376 P2828 BLD 211 -1 FP BE Pri !#8 N4377 P2829 MEMBAR Loop_exit !#8 N4378 P2830 MEMBAR Loop_entry !#8 N4379 P2831 BLD 273 -1 FP BE Pri !#8 N4380 P2832 MEMBAR Loop_exit !#8 N4381 P2830 MEMBAR Loop_entry !#8 N4382 P2831 BLD 273 -1 FP BE Pri !#8 N4383 P2832 MEMBAR Loop_exit !#8 N4384 P2833 ST 214 0x84000001 Int BE Pri Loop_entry Loop_exit !#8 N4385 P2833 ST 214 0x84000002 Int BE Pri Loop_entry Loop_exit !#8 N4386 P2834 MEMBAR Loop_entry !#8 N4387 P2835 BLD 24 -1 FP BE Pri !#8 N4388 P2836 MEMBAR Loop_exit !#8 N4389 P2837 MEMBAR Loop_entry !#8 N4390 P2838 BLD 105 -1 FP BE Pri !#8 N4391 P2839 MEMBAR Loop_exit !#8 N4392 P2837 MEMBAR Loop_entry !#8 N4393 P2838 BLD 105 -1 FP BE Pri !#8 N4394 P2839 MEMBAR Loop_exit !#8 N4395 P2840 MEMBAR Loop_entry !#8 N4396 P2841 BLD 178 -1 FP BE Pri !#8 N4397 P2842 MEMBAR Loop_exit !#8 N4398 P2840 MEMBAR Loop_entry !#8 N4399 P2841 BLD 178 -1 FP BE Pri !#8 N4400 P2842 MEMBAR Loop_exit !#8 N4401 P2843 IDC_FLIP 193 Int BE Pri Loop_entry Loop_exit !#8 N4402 P2843 IDC_FLIP 193 Int BE Pri Loop_entry Loop_exit !#8 N4403 P2844 MEMBAR Loop_entry !#8 N4404 P2845 BLD 237 -1 FP BE Pri !#8 N4405 P2846 MEMBAR Loop_exit !#8 N4406 P2847 MEMBAR Loop_entry !#8 N4407 P2848 BLD 74 -1 FP BE Pri !#8 N4408 P2849 MEMBAR Loop_exit !#8 N4409 P2850 IDC_FLIP 322 Int BE Pri Loop_entry !#8 N4410 P2851 PREFETCH 7 Int BE Pri Loop_exit !#8 N4411 P2852 MEMBAR Loop_entry !#8 N4412 P2853 BLD 223 -1 FP BE Pri !#8 N4413 P2854 MEMBAR Loop_exit !#8 N4414 P2855 PREFETCH 121 Int BE Pri Loop_entry Loop_exit !#8 N4415 P2855 PREFETCH 121 Int BE Pri Loop_entry Loop_exit !#8 N4416 P2856 MEMBAR Loop_entry !#8 N4417 P2857 BLD 70 -1 FP BE Pri !#8 N4418 P2858 MEMBAR Loop_exit !#8 N4419 P2856 MEMBAR Loop_entry !#8 N4420 P2857 BLD 70 -1 FP BE Pri !#8 N4421 P2858 MEMBAR Loop_exit !#8 N4422 P2859 MEMBAR Loop_entry !#8 N4423 P2860 BLD 32 -1 FP BE Pri !#8 N4424 P2860 BLD 33 -1 FP BE Pri !#8 N4425 P2861 MEMBAR Loop_exit !#8 N4426 P2859 MEMBAR Loop_entry !#8 N4427 P2860 BLD 32 -1 FP BE Pri !#8 N4428 P2860 BLD 33 -1 FP BE Pri !#8 N4429 P2861 MEMBAR Loop_exit !#8 N4430 P2862 MEMBAR Loop_entry !#8 N4431 P2863 BLD 184 -1 FP BE Pri !#8 N4432 P2864 MEMBAR Loop_exit !#8 N4433 P2865 MEMBAR Loop_entry Loop_exit !#8 N4434 P2865 MEMBAR Loop_entry Loop_exit !#8 N4435 P2866 MEMBAR Loop_entry !#8 N4436 P2867 BLD 252 -1 FP BE Pri !#8 N4437 P2868 MEMBAR Loop_exit !#8 N4438 P2869 MEMBAR Loop_entry !#8 N4439 P2870 BLD 55 -1 FP BE Pri !#8 N4440 P2871 MEMBAR Loop_exit !#8 N4441 P2869 MEMBAR Loop_entry !#8 N4442 P2870 BLD 55 -1 FP BE Pri !#8 N4443 P2871 MEMBAR Loop_exit !#8 N4444 P2872 IDC_FLIP 86 Int BE Pri Loop_entry !#8 N4445 P2873 MEMBAR !#8 N4446 P2874 BLD 286 -1 FP BE Pri !#8 N4447 P2875 MEMBAR Loop_exit !#8 N4448 P2876 MEMBAR Loop_entry !#8 N4449 P2877 BLD 245 -1 FP BE Pri !#8 N4450 P2878 MEMBAR Loop_exit !#8 N4451 P2879 MEMBAR Loop_entry !#8 N4452 P2880 BLD 350 -1 FP BE Pri !#8 N4453 P2881 MEMBAR Loop_exit !#8 N4454 P2882 MEMBAR Loop_entry !#8 N4455 P2883 BLD 53 -1 FP BE Pri !#8 N4456 P2884 MEMBAR Loop_exit !#8 N4457 P2885 MEMBAR Loop_entry !#8 N4458 P2886 BLD 34 -1 FP BE Pri !#8 N4459 P2887 MEMBAR Loop_exit !#8 N4460 P2885 MEMBAR Loop_entry !#8 N4461 P2886 BLD 34 -1 FP BE Pri !#8 N4462 P2887 MEMBAR Loop_exit !#8 N4463 P2888 MEMBAR Loop_entry !#8 N4464 P2889 BLD 178 -1 FP BE Pri !#8 N4465 P2890 MEMBAR Loop_exit !#8 N4466 P2891 MEMBAR Loop_entry !#8 N4467 P2892 BLD 13 -1 FP BE Pri !#8 N4468 P2893 MEMBAR Loop_exit !#8 N4469 P2894 MEMBAR Loop_entry !#8 N4470 P2895 BLD 66 -1 FP BE Pri !#8 N4471 P2896 MEMBAR Loop_exit !#8 N4472 P2894 MEMBAR Loop_entry !#8 N4473 P2895 BLD 66 -1 FP BE Pri !#8 N4474 P2896 MEMBAR Loop_exit !#8 N4475 P2897 MEMBAR Loop_entry !#8 N4476 P2898 BLD 85 -1 FP BE Pri !#8 N4477 P2899 MEMBAR Loop_exit !#8 N4478 P2897 MEMBAR Loop_entry !#8 N4479 P2898 BLD 85 -1 FP BE Pri !#8 N4480 P2899 MEMBAR Loop_exit !#8 N4481 P2900 MEMBAR Loop_entry !#8 N4482 P2901 BLD 265 -1 FP BE Pri !#8 N4483 P2902 MEMBAR Loop_exit !#8 N4484 P2903 MEMBAR Loop_entry !#8 N4485 P2904 BLD 235 -1 FP BE Pri !#8 N4486 P2905 MEMBAR Loop_exit !#8 N4487 P2906 MEMBAR Loop_entry !#8 N4488 P2907 BLD 264 -1 FP BE Pri !#8 N4489 P2908 MEMBAR Loop_exit !#8 N4490 P2909 LD 22 -1 Int BE Pri Loop_entry !#8 N4491 P2910 LD 8 -1 Int BE Pri Loop_exit !#8 N4492 P2909 LD 22 -1 Int BE Pri Loop_entry !#8 N4493 P2910 LD 8 -1 Int BE Pri Loop_exit !#8 N4494 P2911 IDC_FLIP 108 Int BE Pri Loop_entry !#8 N4495 P2912 PREFETCH 51 Int BE Pri Loop_exit !#8 N4496 P2913 MEMBAR Loop_entry !#8 N4497 P2914 BLD 273 -1 FP BE Pri !#8 N4498 P2915 MEMBAR Loop_exit !#8 N4499 P2913 MEMBAR Loop_entry !#8 N4500 P2914 BLD 273 -1 FP BE Pri !#8 N4501 P2915 MEMBAR Loop_exit !#8 N4502 P2916 MEMBAR Loop_entry !#8 N4503 P2917 BLD 262 -1 FP BE Pri !#8 N4504 P2918 MEMBAR Loop_exit !#8 N4505 P2919 MEMBAR Loop_entry !#8 N4506 P2920 BLD 115 -1 FP BE Pri !#8 N4507 P2921 MEMBAR Loop_exit !#8 N4508 P2922 MEMBAR Loop_entry !#8 N4509 P2923 BLD 147 -1 FP BE Pri !#8 N4510 P2924 MEMBAR Loop_exit !#8 N4511 P2922 MEMBAR Loop_entry !#8 N4512 P2923 BLD 147 -1 FP BE Pri !#8 N4513 P2924 MEMBAR Loop_exit !#8 N4514 P2925 MEMBAR Loop_entry !#8 N4515 P2926 BLD 35 -1 FP BE Pri !#8 N4516 P2927 MEMBAR Loop_exit !#8 N4517 P2925 MEMBAR Loop_entry !#8 N4518 P2926 BLD 35 -1 FP BE Pri !#8 N4519 P2927 MEMBAR Loop_exit !#8 N4520 P2928 MEMBAR Loop_entry !#8 N4521 P2929 BLD 250 -1 FP BE Pri !#8 N4522 P2930 MEMBAR Loop_exit !#8 N4523 P2928 MEMBAR Loop_entry !#8 N4524 P2929 BLD 250 -1 FP BE Pri !#8 N4525 P2930 MEMBAR Loop_exit !#8 N4526 P2931 MEMBAR Loop_entry !#8 N4527 P2932 BLD 202 -1 FP BE Pri !#8 N4528 P2933 MEMBAR Loop_exit !#8 N4529 P2934 MEMBAR Loop_entry !#8 N4530 P2935 BLD 65 -1 FP BE Pri !#8 N4531 P2936 MEMBAR Loop_exit !#8 N4532 P2934 MEMBAR Loop_entry !#8 N4533 P2935 BLD 65 -1 FP BE Pri !#8 N4534 P2936 MEMBAR Loop_exit !#8 N4535 P2937 MEMBAR Loop_entry !#8 N4536 P2938 BLD 71 -1 FP BE Pri !#8 N4537 P2938 BLD 72 -1 FP BE Pri !#A N4536 N4537 !#8 N4538 P2939 MEMBAR Loop_exit !#8 N4539 P2940 MEMBAR Loop_entry !#8 N4540 P2941 BLD 290 -1 FP BE Pri !#8 N4541 P2942 MEMBAR Loop_exit !#8 N4542 P2940 MEMBAR Loop_entry !#8 N4543 P2941 BLD 290 -1 FP BE Pri !#8 N4544 P2942 MEMBAR Loop_exit !#8 N4545 P2943 MEMBAR Loop_entry !#8 N4546 P2944 BLD 324 -1 FP BE Pri !#8 N4547 P2945 MEMBAR Loop_exit !#8 N4548 P2943 MEMBAR Loop_entry !#8 N4549 P2944 BLD 324 -1 FP BE Pri !#8 N4550 P2945 MEMBAR Loop_exit !#8 N4551 P2946 MEMBAR Loop_entry !#8 N4552 P2947 BLD 133 -1 FP BE Pri !#8 N4553 P2948 MEMBAR Loop_exit !#8 N4554 P2946 MEMBAR Loop_entry !#8 N4555 P2947 BLD 133 -1 FP BE Pri !#8 N4556 P2948 MEMBAR Loop_exit !#8 N4557 P2949 MEMBAR Loop_entry !#8 N4558 P2950 BLD 38 -1 FP BE Pri !#8 N4559 P2951 MEMBAR Loop_exit !#8 N4560 P2949 MEMBAR Loop_entry !#8 N4561 P2950 BLD 38 -1 FP BE Pri !#8 N4562 P2951 MEMBAR Loop_exit !#8 N4563 P2952 MEMBAR Loop_entry !#8 N4564 P2953 BLD 61 -1 FP BE Pri !#8 N4565 P2954 MEMBAR Loop_exit !#8 N4566 P2952 MEMBAR Loop_entry !#8 N4567 P2953 BLD 61 -1 FP BE Pri !#8 N4568 P2954 MEMBAR Loop_exit !#8 N4569 P2955 MEMBAR Loop_entry !#8 N4570 P2956 BLD 338 -1 FP BE Pri !#8 N4571 P2957 MEMBAR Loop_exit !#8 N4572 P2958 MEMBAR Loop_entry !#8 N4573 P2959 BLD 274 -1 FP BE Pri !#8 N4574 P2960 MEMBAR Loop_exit !#8 N4575 P2961 MEMBAR Loop_entry !#8 N4576 P2962 BLD 194 -1 FP BE Pri !#8 N4577 P2963 MEMBAR Loop_exit !#8 N4578 P2961 MEMBAR Loop_entry !#8 N4579 P2962 BLD 194 -1 FP BE Pri !#8 N4580 P2963 MEMBAR Loop_exit !#8 N4581 P2964 IDC_FLIP 113 Int BE Pri Loop_entry !#8 N4582 P2965 PREFETCH 83 Int BE Pri Loop_exit !#8 N4583 P2966 MEMBAR Loop_entry !#8 N4584 P2967 BLD 240 -1 FP BE Pri !#8 N4585 P2968 MEMBAR Loop_exit !#8 N4586 P2966 MEMBAR Loop_entry !#8 N4587 P2967 BLD 240 -1 FP BE Pri !#8 N4588 P2968 MEMBAR Loop_exit !#8 N4589 P2969 MEMBAR Loop_entry !#8 N4590 P2970 BLD 186 -1 FP BE Pri !#8 N4591 P2971 MEMBAR Loop_exit !#8 N4592 P2969 MEMBAR Loop_entry !#8 N4593 P2970 BLD 186 -1 FP BE Pri !#8 N4594 P2971 MEMBAR Loop_exit !#8 N4595 P2972 MEMBAR Loop_entry !#8 N4596 P2973 BLD 334 -1 FP BE Pri !#8 N4597 P2974 MEMBAR Loop_exit !#8 N4598 P2975 MEMBAR Loop_entry !#8 N4599 P2976 BLD 38 -1 FP BE Pri !#8 N4600 P2977 MEMBAR Loop_exit !#8 N4601 P2978 MEMBAR Loop_entry !#8 N4602 P2979 BLD 356 -1 FP BE Pri !#8 N4603 P2980 MEMBAR Loop_exit !#8 N4604 P2978 MEMBAR Loop_entry !#8 N4605 P2979 BLD 356 -1 FP BE Pri !#8 N4606 P2980 MEMBAR Loop_exit !#8 N4607 P2981 MEMBAR Loop_entry !#8 N4608 P2982 BLD 307 -1 FP BE Pri !#8 N4609 P2983 MEMBAR Loop_exit !#8 N4610 P2981 MEMBAR Loop_entry !#8 N4611 P2982 BLD 307 -1 FP BE Pri !#8 N4612 P2983 MEMBAR Loop_exit !#8 N4613 P2984 MEMBAR Loop_entry !#8 N4614 P2985 BLD 279 -1 FP BE Pri !#8 N4615 P2986 MEMBAR Loop_exit !#8 N4616 P2984 MEMBAR Loop_entry !#8 N4617 P2985 BLD 279 -1 FP BE Pri !#8 N4618 P2986 MEMBAR Loop_exit !#8 N4619 P2987 MEMBAR Loop_entry !#8 N4620 P2988 BLD 343 -1 FP BE Pri !#8 N4621 P2988 BLD 344 -1 FP BE Pri !#8 N4622 P2989 MEMBAR Loop_exit !#8 N4623 P2987 MEMBAR Loop_entry !#8 N4624 P2988 BLD 343 -1 FP BE Pri !#8 N4625 P2988 BLD 344 -1 FP BE Pri !#8 N4626 P2989 MEMBAR Loop_exit !#8 N4627 P2990 PREFETCH 296 Int BE Pri Loop_entry Loop_exit !#8 N4628 P2991 MEMBAR Loop_entry !#8 N4629 P2992 BLD 218 -1 FP BE Pri !#8 N4630 P2993 MEMBAR Loop_exit !#8 N4631 P2991 MEMBAR Loop_entry !#8 N4632 P2992 BLD 218 -1 FP BE Pri !#8 N4633 P2993 MEMBAR Loop_exit !#8 N4634 P2994 MEMBAR Loop_entry !#8 N4635 P2995 BLD 100 -1 FP BE Pri !#8 N4636 P2996 MEMBAR Loop_exit !#8 N4637 P2997 ST 182 0x84000003 Int BE Pri Loop_entry !#8 N4638 P2998 MEMBAR !#8 N4639 P2999 BLD 304 -1 FP BE Pri !#8 N4640 P3000 MEMBAR Loop_exit !#8 N4641 P2997 ST 182 0x84000004 Int BE Pri Loop_entry !#8 N4642 P2998 MEMBAR !#8 N4643 P2999 BLD 304 -1 FP BE Pri !#8 N4644 P3000 MEMBAR Loop_exit !#8 N4645 P3001 IDC_FLIP 14 Int BE Pri Loop_entry !#8 N4646 P3002 MEMBAR !#8 N4647 P3003 BLD 1 -1 FP BE Pri !#8 N4648 P3004 MEMBAR Loop_exit !#8 N4649 P3005 PREFETCH 122 Int LE Pri Loop_entry Loop_exit !#8 N4650 P3006 MEMBAR Loop_entry !#8 N4651 P3007 BLD 74 -1 FP BE Pri !#8 N4652 P3008 MEMBAR Loop_exit !#8 N4653 P3006 MEMBAR Loop_entry !#8 N4654 P3007 BLD 74 -1 FP BE Pri !#8 N4655 P3008 MEMBAR Loop_exit !#8 N4656 P3009 MEMBAR Loop_entry !#8 N4657 P3010 BLD 42 -1 FP BE Pri !#8 N4658 P3011 MEMBAR Loop_exit !#8 N4659 P3009 MEMBAR Loop_entry !#8 N4660 P3010 BLD 42 -1 FP BE Pri !#8 N4661 P3011 MEMBAR Loop_exit !#8 N4662 P3012 MEMBAR Loop_entry !#8 N4663 P3013 BLD 34 -1 FP BE Pri !#8 N4664 P3014 MEMBAR Loop_exit !#8 N4665 P3015 PREFETCH 186 Int BE Pri Loop_entry Loop_exit !#8 N4666 P3015 PREFETCH 186 Int BE Pri Loop_entry Loop_exit !#8 N4667 P3016 LD 261 -1 Int BE Pri Loop_entry !#8 N4668 P3017 IDC_FLIP 206 Int BE Pri !#8 N4669 P3018 LD 37 -1 Int BE Pri Loop_exit !#8 N4670 P3019 MEMBAR Loop_entry !#8 N4671 P3020 BLD 322 -1 FP BE Pri !#8 N4672 P3021 MEMBAR Loop_exit !#8 N4673 P3019 MEMBAR Loop_entry !#8 N4674 P3020 BLD 322 -1 FP BE Pri !#8 N4675 P3021 MEMBAR Loop_exit !#8 N4676 P3022 MEMBAR Loop_entry !#8 N4677 P3023 BLD 43 -1 FP BE Pri !#8 N4678 P3024 MEMBAR Loop_exit !#8 N4679 P3022 MEMBAR Loop_entry !#8 N4680 P3023 BLD 43 -1 FP BE Pri !#8 N4681 P3024 MEMBAR Loop_exit !#8 N4682 P3025 MEMBAR Loop_entry !#8 N4683 P3026 BLD 180 -1 FP BE Pri !#8 N4684 P3027 MEMBAR Loop_exit !#8 N4685 P3028 MEMBAR !#9 N4686 P3029 MEMBAR Loop_entry !#9 N4687 P3030 BLD 250 -1 FP BE Pri !#9 N4688 P3031 MEMBAR Loop_exit !#9 N4689 P3032 MEMBAR Loop_entry !#9 N4690 P3033 BLD 3 -1 FP BE Pri !#9 N4691 P3034 MEMBAR Loop_exit !#9 N4692 P3035 IDC_FLIP 306 Int BE Pri Loop_entry !#9 N4693 P3036 MEMBAR !#9 N4694 P3037 BLD 20 -1 FP BE Pri !#9 N4695 P3038 MEMBAR Loop_exit !#9 N4696 P3039 ST 318 0x84800001 Int BE Pri Loop_entry Loop_exit !#9 N4697 P3039 ST 318 0x84800002 Int BE Pri Loop_entry Loop_exit !#9 N4698 P3040 MEMBAR Loop_entry !#9 N4699 P3041 BLD 189 -1 FP BE Pri !#9 N4700 P3042 MEMBAR Loop_exit !#9 N4701 P3040 MEMBAR Loop_entry !#9 N4702 P3041 BLD 189 -1 FP BE Pri !#9 N4703 P3042 MEMBAR Loop_exit !#9 N4704 P3043 IDC_FLIP 210 Int BE Pri Loop_entry Loop_exit !#9 N4705 P3043 IDC_FLIP 210 Int BE Pri Loop_entry Loop_exit !#9 N4706 P3044 MEMBAR Loop_entry !#9 N4707 P3045 BLD 213 -1 FP BE Pri !#9 N4708 P3046 MEMBAR Loop_exit !#9 N4709 P3047 MEMBAR Loop_entry !#9 N4710 P3048 BLD 120 -1 FP BE Pri !#9 N4711 P3049 MEMBAR Loop_exit !#9 N4712 P3050 MEMBAR Loop_entry !#9 N4713 P3051 BLD 233 -1 FP BE Pri !#9 N4714 P3052 MEMBAR Loop_exit !#9 N4715 P3053 MEMBAR Loop_entry !#9 N4716 P3054 BLD 164 -1 FP BE Pri !#9 N4717 P3055 MEMBAR Loop_exit !#9 N4718 P3056 MEMBAR Loop_entry !#9 N4719 P3057 BLD 9 -1 FP BE Pri !#9 N4720 P3058 MEMBAR Loop_exit !#9 N4721 P3056 MEMBAR Loop_entry !#9 N4722 P3057 BLD 9 -1 FP BE Pri !#9 N4723 P3058 MEMBAR Loop_exit !#9 N4724 P3059 MEMBAR Loop_entry !#9 N4725 P3060 BLD 208 -1 FP BE Pri !#9 N4726 P3061 MEMBAR Loop_exit !#9 N4727 P3062 MEMBAR Loop_entry !#9 N4728 P3063 BLD 137 -1 FP BE Pri !#9 N4729 P3064 MEMBAR Loop_exit !#9 N4730 P3065 PREFETCH 117 Int BE Pri Loop_entry !#9 N4731 P3066 IDC_FLIP 77 Int BE Pri Loop_exit !#9 N4732 P3065 PREFETCH 117 Int BE Pri Loop_entry !#9 N4733 P3066 IDC_FLIP 77 Int BE Pri Loop_exit !#9 N4734 P3067 MEMBAR Loop_entry !#9 N4735 P3068 BLD 168 -1 FP BE Pri !#9 N4736 P3069 MEMBAR Loop_exit !#9 N4737 P3067 MEMBAR Loop_entry !#9 N4738 P3068 BLD 168 -1 FP BE Pri !#9 N4739 P3069 MEMBAR Loop_exit !#9 N4740 P3070 PREFETCH 298 NF Int BE Pri Loop_entry Loop_exit !#9 N4741 P3070 PREFETCH 298 NF Int BE Pri Loop_entry Loop_exit !#9 N4742 P3071 PREFETCH 45 Int BE Pri Loop_entry !#9 N4743 P3072 MEMBAR !#9 N4744 P3073 BLD 25 -1 FP BE Pri !#9 N4745 P3074 MEMBAR Loop_exit !#9 N4746 P3075 MEMBAR Loop_entry !#9 N4747 P3076 BLD 1 -1 FP BE Pri !#9 N4748 P3077 MEMBAR Loop_exit !#9 N4749 P3078 MEMBAR Loop_entry !#9 N4750 P3079 BLD 52 -1 FP BE Pri !#9 N4751 P3080 MEMBAR Loop_exit !#9 N4752 P3078 MEMBAR Loop_entry !#9 N4753 P3079 BLD 52 -1 FP BE Pri !#9 N4754 P3080 MEMBAR Loop_exit !#9 N4755 P3081 MEMBAR Loop_entry !#9 N4756 P3082 BLD 356 -1 FP BE Pri !#9 N4757 P3083 MEMBAR Loop_exit !#9 N4758 P3081 MEMBAR Loop_entry !#9 N4759 P3082 BLD 356 -1 FP BE Pri !#9 N4760 P3083 MEMBAR Loop_exit !#9 N4761 P3084 MEMBAR Loop_entry !#9 N4762 P3085 BLD 314 -1 FP BE Pri !#9 N4763 P3086 MEMBAR Loop_exit !#9 N4764 P3087 MEMBAR Loop_entry !#9 N4765 P3088 BLD 179 -1 FP BE Pri !#9 N4766 P3089 MEMBAR Loop_exit !#9 N4767 P3087 MEMBAR Loop_entry !#9 N4768 P3088 BLD 179 -1 FP BE Pri !#9 N4769 P3089 MEMBAR Loop_exit !#9 N4770 P3090 MEMBAR Loop_entry !#9 N4771 P3091 BLD 105 -1 FP BE Pri !#9 N4772 P3092 MEMBAR Loop_exit !#9 N4773 P3093 MEMBAR Loop_entry !#9 N4774 P3094 BLD 326 -1 FP BE Pri !#9 N4775 P3095 MEMBAR Loop_exit !#9 N4776 P3093 MEMBAR Loop_entry !#9 N4777 P3094 BLD 326 -1 FP BE Pri !#9 N4778 P3095 MEMBAR Loop_exit !#9 N4779 P3096 MEMBAR Loop_entry !#9 N4780 P3097 BLD 156 -1 FP BE Pri !#9 N4781 P3098 MEMBAR Loop_exit !#9 N4782 P3096 MEMBAR Loop_entry !#9 N4783 P3097 BLD 156 -1 FP BE Pri !#9 N4784 P3098 MEMBAR Loop_exit !#9 N4785 P3099 MEMBAR Loop_entry !#9 N4786 P3100 BLD 106 -1 FP BE Pri !#9 N4787 P3101 MEMBAR Loop_exit !#9 N4788 P3102 MEMBAR Loop_entry !#9 N4789 P3103 BLD 96 -1 FP BE Pri !#9 N4790 P3104 MEMBAR Loop_exit !#9 N4791 P3102 MEMBAR Loop_entry !#9 N4792 P3103 BLD 96 -1 FP BE Pri !#9 N4793 P3104 MEMBAR Loop_exit !#9 N4794 P3105 MEMBAR Loop_entry !#9 N4795 P3106 BLD 283 -1 FP BE Pri !#9 N4796 P3107 MEMBAR Loop_exit !#9 N4797 P3108 MEMBAR Loop_entry !#9 N4798 P3109 BLD 202 -1 FP BE Pri !#9 N4799 P3110 MEMBAR Loop_exit !#9 N4800 P3108 MEMBAR Loop_entry !#9 N4801 P3109 BLD 202 -1 FP BE Pri !#9 N4802 P3110 MEMBAR Loop_exit !#9 N4803 P3111 PREFETCH 58 Int BE Pri Loop_entry !#9 N4804 P3112 MEMBAR !#9 N4805 P3113 BLD 13 -1 FP BE Pri !#9 N4806 P3114 MEMBAR Loop_exit !#9 N4807 P3111 PREFETCH 58 Int BE Pri Loop_entry !#9 N4808 P3112 MEMBAR !#9 N4809 P3113 BLD 13 -1 FP BE Pri !#9 N4810 P3114 MEMBAR Loop_exit !#9 N4811 P3115 MEMBAR Loop_entry !#9 N4812 P3116 BLD 282 -1 FP BE Pri !#9 N4813 P3117 MEMBAR Loop_exit !#9 N4814 P3118 MEMBAR Loop_entry !#9 N4815 P3119 BLD 73 -1 FP BE Pri !#9 N4816 P3120 MEMBAR Loop_exit !#9 N4817 P3121 MEMBAR Loop_entry !#9 N4818 P3122 BLD 159 -1 FP BE Pri !#9 N4819 P3123 MEMBAR Loop_exit !#9 N4820 P3121 MEMBAR Loop_entry !#9 N4821 P3122 BLD 159 -1 FP BE Pri !#9 N4822 P3123 MEMBAR Loop_exit !#9 N4823 P3124 MEMBAR Loop_entry !#9 N4824 P3125 BLD 121 -1 FP BE Pri !#9 N4825 P3126 MEMBAR Loop_exit !#9 N4826 P3127 MEMBAR Loop_entry !#9 N4827 P3128 BLD 331 -1 FP BE Pri !#9 N4828 P3128 BLD 332 -1 FP BE Pri !#9 N4829 P3129 MEMBAR Loop_exit !#9 N4830 P3127 MEMBAR Loop_entry !#9 N4831 P3128 BLD 331 -1 FP BE Pri !#9 N4832 P3128 BLD 332 -1 FP BE Pri !#9 N4833 P3129 MEMBAR Loop_exit !#9 N4834 P3130 MEMBAR Loop_entry !#9 N4835 P3131 BLD 168 -1 FP BE Pri !#9 N4836 P3132 MEMBAR Loop_exit !#9 N4837 P3130 MEMBAR Loop_entry !#9 N4838 P3131 BLD 168 -1 FP BE Pri !#9 N4839 P3132 MEMBAR Loop_exit !#9 N4840 P3133 MEMBAR Loop_entry !#9 N4841 P3134 BLD 18 -1 FP BE Pri !#9 N4842 P3135 MEMBAR Loop_exit !#9 N4843 P3133 MEMBAR Loop_entry !#9 N4844 P3134 BLD 18 -1 FP BE Pri !#9 N4845 P3135 MEMBAR Loop_exit !#9 N4846 P3136 MEMBAR Loop_entry !#9 N4847 P3137 BLD 4 -1 FP BE Pri !#9 N4848 P3138 MEMBAR Loop_exit !#9 N4849 P3139 MEMBAR Loop_entry !#9 N4850 P3140 BLD 2 -1 FP BE Pri !#9 N4851 P3141 MEMBAR Loop_exit !#9 N4852 P3142 PREFETCH 164 Int BE Pri Loop_entry !#9 N4853 P3143 MEMBAR !#9 N4854 P3144 BLD 25 -1 FP BE Pri !#9 N4855 P3145 MEMBAR Loop_exit !#9 N4856 P3146 MEMBAR Loop_entry !#9 N4857 P3147 BLD 215 -1 FP BE Pri !#9 N4858 P3147 BLD 216 -1 FP BE Pri !#9 N4859 P3148 MEMBAR Loop_exit !#9 N4860 P3149 MEMBAR Loop_entry !#9 N4861 P3150 BLD 4 -1 FP BE Pri !#9 N4862 P3151 MEMBAR Loop_exit !#9 N4863 P3149 MEMBAR Loop_entry !#9 N4864 P3150 BLD 4 -1 FP BE Pri !#9 N4865 P3151 MEMBAR Loop_exit !#9 N4866 P3152 MEMBAR Loop_entry !#9 N4867 P3153 BLD 68 -1 FP BE Pri !#9 N4868 P3154 MEMBAR Loop_exit !#9 N4869 P3152 MEMBAR Loop_entry !#9 N4870 P3153 BLD 68 -1 FP BE Pri !#9 N4871 P3154 MEMBAR Loop_exit !#9 N4872 P3155 MEMBAR Loop_entry !#9 N4873 P3156 BLD 178 -1 FP BE Pri !#9 N4874 P3157 MEMBAR Loop_exit !#9 N4875 P3158 MEMBAR Loop_entry !#9 N4876 P3159 BLD 89 -1 FP BE Pri !#9 N4877 P3159 BLD 90 -1 FP BE Pri !#9 N4878 P3160 MEMBAR Loop_exit !#9 N4879 P3158 MEMBAR Loop_entry !#9 N4880 P3159 BLD 89 -1 FP BE Pri !#9 N4881 P3159 BLD 90 -1 FP BE Pri !#9 N4882 P3160 MEMBAR Loop_exit !#9 N4883 P3161 MEMBAR Loop_entry !#9 N4884 P3162 BLD 144 -1 FP BE Pri !#9 N4885 P3163 MEMBAR Loop_exit !#9 N4886 P3161 MEMBAR Loop_entry !#9 N4887 P3162 BLD 144 -1 FP BE Pri !#9 N4888 P3163 MEMBAR Loop_exit !#9 N4889 P3164 IDC_FLIP 310 Int BE Pri Loop_entry !#9 N4890 P3165 MEMBAR !#9 N4891 P3166 BLD 274 -1 FP BE Pri !#9 N4892 P3167 MEMBAR Loop_exit !#9 N4893 P3168 MEMBAR Loop_entry !#9 N4894 P3169 BLD 111 -1 FP BE Pri !#9 N4895 P3169 BLD 112 -1 FP BE Pri !#9 N4896 P3169 BLD 113 -1 FP BE Pri !#9 N4897 P3170 MEMBAR Loop_exit !#9 N4898 P3168 MEMBAR Loop_entry !#9 N4899 P3169 BLD 111 -1 FP BE Pri !#9 N4900 P3169 BLD 112 -1 FP BE Pri !#9 N4901 P3169 BLD 113 -1 FP BE Pri !#9 N4902 P3170 MEMBAR Loop_exit !#9 N4903 P3171 MEMBAR Loop_entry !#9 N4904 P3172 BLD 61 -1 FP BE Pri !#9 N4905 P3173 MEMBAR Loop_exit !#9 N4906 P3171 MEMBAR Loop_entry !#9 N4907 P3172 BLD 61 -1 FP BE Pri !#9 N4908 P3173 MEMBAR Loop_exit !#9 N4909 P3174 IDC_FLIP 305 Int BE Pri Loop_entry Loop_exit !#9 N4910 P3175 MEMBAR Loop_entry !#9 N4911 P3176 BLD 129 -1 FP BE Pri !#9 N4912 P3177 MEMBAR Loop_exit !#9 N4913 P3175 MEMBAR Loop_entry !#9 N4914 P3176 BLD 129 -1 FP BE Pri !#9 N4915 P3177 MEMBAR Loop_exit !#9 N4916 P3178 MEMBAR Loop_entry !#9 N4917 P3179 BLD 212 -1 FP BE Pri !#9 N4918 P3180 MEMBAR Loop_exit !#9 N4919 P3178 MEMBAR Loop_entry !#9 N4920 P3179 BLD 212 -1 FP BE Pri !#9 N4921 P3180 MEMBAR Loop_exit !#9 N4922 P3181 MEMBAR Loop_entry !#9 N4923 P3182 BLD 98 -1 FP BE Pri !#9 N4924 P3182 BLD 99 -1 FP BE Pri !#9 N4925 P3183 MEMBAR Loop_exit !#9 N4926 P3181 MEMBAR Loop_entry !#9 N4927 P3182 BLD 98 -1 FP BE Pri !#9 N4928 P3182 BLD 99 -1 FP BE Pri !#9 N4929 P3183 MEMBAR Loop_exit !#9 N4930 P3184 MEMBAR Loop_entry !#9 N4931 P3185 BLD 77 -1 FP BE Pri !#9 N4932 P3186 MEMBAR Loop_exit !#9 N4933 P3187 IDC_FLIP 2 Int BE Pri Loop_entry !#9 N4934 P3188 MEMBAR !#9 N4935 P3189 BLD 189 -1 FP BE Pri !#9 N4936 P3190 MEMBAR Loop_exit !#9 N4937 P3191 MEMBAR Loop_entry !#9 N4938 P3192 BLD 231 -1 FP BE Pri !#9 N4939 P3193 MEMBAR Loop_exit !#9 N4940 P3194 MEMBAR Loop_entry !#9 N4941 P3195 BLD 241 -1 FP BE Pri !#9 N4942 P3195 BLD 242 -1 FP BE Pri !#9 N4943 P3196 MEMBAR Loop_exit !#9 N4944 P3197 ST 150 0x84800003 Int BE Pri Loop_entry !#9 N4945 P3198 MEMBAR !#9 N4946 P3199 BLD 151 -1 FP BE Pri !#9 N4947 P3200 MEMBAR Loop_exit !#9 N4948 P3197 ST 150 0x84800004 Int BE Pri Loop_entry !#9 N4949 P3198 MEMBAR !#9 N4950 P3199 BLD 151 -1 FP BE Pri !#9 N4951 P3200 MEMBAR Loop_exit !#9 N4952 P3201 ST 93 0x84800005 Int BE Pri Loop_entry !#9 N4953 P3202 ST 202 0x84800006 Int BE Pri Loop_exit !#9 N4954 P3201 ST 93 0x84800007 Int BE Pri Loop_entry !#9 N4955 P3202 ST 202 0x84800008 Int BE Pri Loop_exit !#9 N4956 P3203 MEMBAR Loop_entry !#9 N4957 P3204 BLD 100 -1 FP BE Pri !#9 N4958 P3205 MEMBAR Loop_exit !#9 N4959 P3203 MEMBAR Loop_entry !#9 N4960 P3204 BLD 100 -1 FP BE Pri !#9 N4961 P3205 MEMBAR Loop_exit !#9 N4962 P3206 MEMBAR Loop_entry !#9 N4963 P3207 BLD 288 -1 FP BE Pri !#9 N4964 P3208 MEMBAR Loop_exit !#9 N4965 P3206 MEMBAR Loop_entry !#9 N4966 P3207 BLD 288 -1 FP BE Pri !#9 N4967 P3208 MEMBAR Loop_exit !#9 N4968 P3209 MEMBAR Loop_entry !#9 N4969 P3210 BLD 85 -1 FP BE Pri !#9 N4970 P3211 MEMBAR Loop_exit !#9 N4971 P3212 MEMBAR Loop_entry !#9 N4972 P3213 BLD 101 -1 FP BE Pri !#9 N4973 P3214 MEMBAR Loop_exit !#9 N4974 P3212 MEMBAR Loop_entry !#9 N4975 P3213 BLD 101 -1 FP BE Pri !#9 N4976 P3214 MEMBAR Loop_exit !#9 N4977 P3215 PREFETCH 5 Int BE Pri Loop_entry Loop_exit !#9 N4978 P3215 PREFETCH 5 Int BE Pri Loop_entry Loop_exit !#9 N4979 P3216 MEMBAR Loop_entry !#9 N4980 P3217 BLD 212 -1 FP BE Pri !#9 N4981 P3218 MEMBAR Loop_exit !#9 N4982 P3219 MEMBAR Loop_entry !#9 N4983 P3220 BLD 291 -1 FP BE Pri !#9 N4984 P3221 MEMBAR Loop_exit !#9 N4985 P3222 IDC_FLIP 299 Int BE Pri Loop_entry !#9 N4986 P3223 MEMBAR !#9 N4987 P3224 BLD 245 -1 FP BE Pri !#9 N4988 P3225 MEMBAR Loop_exit !#9 N4989 P3226 MEMBAR Loop_entry !#9 N4990 P3227 BLD 195 -1 FP BE Pri !#9 N4991 P3228 MEMBAR Loop_exit !#9 N4992 P3229 MEMBAR Loop_entry !#9 N4993 P3230 BLD 256 -1 FP BE Pri !#9 N4994 P3231 MEMBAR Loop_exit !#9 N4995 P3232 MEMBAR Loop_entry !#9 N4996 P3233 BLD 326 -1 FP BE Pri !#9 N4997 P3234 MEMBAR Loop_exit !#9 N4998 P3235 ST 32 0x84800009 Int BE Pri Loop_entry !#9 N4999 P3236 MEMBAR !#9 N5000 P3237 BLD 159 -1 FP BE Pri !#9 N5001 P3238 MEMBAR Loop_exit !#9 N5002 P3239 MEMBAR Loop_entry !#9 N5003 P3240 BLD 100 -1 FP BE Pri !#9 N5004 P3241 MEMBAR Loop_exit !#9 N5005 P3242 MEMBAR Loop_entry !#9 N5006 P3243 BLD 249 -1 FP BE Pri !#9 N5007 P3244 MEMBAR Loop_exit !#9 N5008 P3242 MEMBAR Loop_entry !#9 N5009 P3243 BLD 249 -1 FP BE Pri !#9 N5010 P3244 MEMBAR Loop_exit !#9 N5011 P3245 MEMBAR Loop_entry !#9 N5012 P3246 BLD 315 -1 FP BE Pri !#9 N5013 P3247 MEMBAR Loop_exit !#9 N5014 P3245 MEMBAR Loop_entry !#9 N5015 P3246 BLD 315 -1 FP BE Pri !#9 N5016 P3247 MEMBAR Loop_exit !#9 N5017 P3248 MEMBAR Loop_entry !#9 N5018 P3249 BLD 118 -1 FP BE Pri !#9 N5019 P3250 MEMBAR Loop_exit !#9 N5020 P3248 MEMBAR Loop_entry !#9 N5021 P3249 BLD 118 -1 FP BE Pri !#9 N5022 P3250 MEMBAR Loop_exit !#9 N5023 P3251 MEMBAR Loop_entry !#9 N5024 P3252 BLD 81 -1 FP BE Pri !#9 N5025 P3253 MEMBAR Loop_exit !#9 N5026 P3254 MEMBAR Loop_entry !#9 N5027 P3255 BLD 64 -1 FP BE Pri !#9 N5028 P3256 MEMBAR Loop_exit !#9 N5029 P3254 MEMBAR Loop_entry !#9 N5030 P3255 BLD 64 -1 FP BE Pri !#9 N5031 P3256 MEMBAR Loop_exit !#9 N5032 P3257 MEMBAR Loop_entry !#9 N5033 P3258 BLD 354 -1 FP BE Pri !#9 N5034 P3259 MEMBAR Loop_exit !#9 N5035 P3257 MEMBAR Loop_entry !#9 N5036 P3258 BLD 354 -1 FP BE Pri !#9 N5037 P3259 MEMBAR Loop_exit !#9 N5038 P3260 MEMBAR Loop_entry !#9 N5039 P3261 BLD 159 -1 FP BE Pri !#9 N5040 P3262 MEMBAR Loop_exit !#9 N5041 P3263 MEMBAR Loop_entry !#9 N5042 P3264 BLD 40 -1 FP BE Pri !#9 N5043 P3265 MEMBAR Loop_exit !#9 N5044 P3266 MEMBAR Loop_entry !#9 N5045 P3267 BLD 135 -1 FP BE Pri !#9 N5046 P3268 MEMBAR Loop_exit !#9 N5047 P3269 MEMBAR Loop_entry !#9 N5048 P3270 BLD 278 -1 FP BE Pri !#9 N5049 P3271 MEMBAR Loop_exit !#9 N5050 P3272 ST 275 0x8480000a Int BE Pri Loop_entry !#9 N5051 P3273 MEMBAR !#9 N5052 P3274 BLD 273 -1 FP BE Pri !#9 N5053 P3275 MEMBAR Loop_exit !#9 N5054 P3276 ST 186 0x8480000b Int BE Pri Loop_entry Loop_exit !#9 N5055 P3276 ST 186 0x8480000c Int BE Pri Loop_entry Loop_exit !#9 N5056 P3277 FLUSHI 129 Int BE Pri Loop_entry !#9 N5057 P3278 MEMBAR !#9 N5058 P3279 BLD 17 -1 FP BE Pri !#9 N5059 P3280 MEMBAR Loop_exit !#9 N5060 P3277 FLUSHI 129 Int BE Pri Loop_entry !#9 N5061 P3278 MEMBAR !#9 N5062 P3279 BLD 17 -1 FP BE Pri !#9 N5063 P3280 MEMBAR Loop_exit !#9 N5064 P3281 LD 230 -1 NF FP BE Pri Loop_entry Loop_exit !#9 N5065 P3281 LD 230 -1 NF FP BE Pri Loop_entry Loop_exit !#9 N5066 P3282 MEMBAR Loop_entry !#9 N5067 P3283 BLD 26 -1 FP BE Pri !#9 N5068 P3284 MEMBAR Loop_exit !#9 N5069 P3285 ST 81 0x8480000d Int BE Pri Loop_entry Loop_exit !#9 N5070 P3285 ST 81 0x8480000e Int BE Pri Loop_entry Loop_exit !#9 N5071 P3286 MEMBAR Loop_entry !#9 N5072 P3287 BLD 11 -1 FP BE Pri !#9 N5073 P3287 BLD 12 -1 FP BE Pri !#9 N5074 P3288 MEMBAR Loop_exit !#9 N5075 P3289 MEMBAR Loop_entry !#9 N5076 P3290 BLD 5 -1 FP BE Pri !#9 N5077 P3291 MEMBAR Loop_exit !#9 N5078 P3292 MEMBAR Loop_entry !#9 N5079 P3293 BLD 27 -1 FP BE Pri !#9 N5080 P3294 MEMBAR Loop_exit !#9 N5081 P3295 MEMBAR Loop_entry !#9 N5082 P3296 BLD 154 -1 FP BE Pri !#9 N5083 P3297 MEMBAR Loop_exit !#9 N5084 P3298 MEMBAR Loop_entry !#9 N5085 P3299 BLD 350 -1 FP BE Pri !#9 N5086 P3300 MEMBAR Loop_exit !#9 N5087 P3298 MEMBAR Loop_entry !#9 N5088 P3299 BLD 350 -1 FP BE Pri !#9 N5089 P3300 MEMBAR Loop_exit !#9 N5090 P3301 MEMBAR Loop_entry !#9 N5091 P3302 BLD 30 -1 FP BE Pri !#9 N5092 P3303 MEMBAR Loop_exit !#9 N5093 P3304 MEMBAR Loop_entry !#9 N5094 P3305 BLD 98 -1 FP BE Pri !#9 N5095 P3305 BLD 99 -1 FP BE Pri !#9 N5096 P3306 MEMBAR Loop_exit !#9 N5097 P3304 MEMBAR Loop_entry !#9 N5098 P3305 BLD 98 -1 FP BE Pri !#9 N5099 P3305 BLD 99 -1 FP BE Pri !#9 N5100 P3306 MEMBAR Loop_exit !#9 N5101 P3307 MEMBAR Loop_entry !#9 N5102 P3308 BLD 229 -1 FP BE Pri !#9 N5103 P3309 MEMBAR Loop_exit !#9 N5104 P3307 MEMBAR Loop_entry !#9 N5105 P3308 BLD 229 -1 FP BE Pri !#9 N5106 P3309 MEMBAR Loop_exit !#9 N5107 P3310 MEMBAR Loop_entry !#9 N5108 P3311 BLD 219 -1 FP BE Pri !#9 N5109 P3311 BLD 220 -1 FP BE Pri !#9 N5110 P3312 MEMBAR Loop_exit !#9 N5111 P3310 MEMBAR Loop_entry !#9 N5112 P3311 BLD 219 -1 FP BE Pri !#9 N5113 P3311 BLD 220 -1 FP BE Pri !#9 N5114 P3312 MEMBAR Loop_exit !#9 N5115 P3313 IDC_FLIP 137 Int BE Pri Loop_entry !#9 N5116 P3314 MEMBAR !#9 N5117 P3315 BLD 303 -1 FP BE Pri !#9 N5118 P3316 MEMBAR Loop_exit !#9 N5119 P3317 MEMBAR Loop_entry !#9 N5120 P3318 BLD 205 -1 FP BE Pri !#9 N5121 P3319 MEMBAR Loop_exit !#9 N5122 P3320 MEMBAR Loop_entry !#9 N5123 P3321 BLD 265 -1 FP BE Pri !#9 N5124 P3322 MEMBAR Loop_exit !#9 N5125 P3323 IDC_FLIP 4 Int BE Pri Loop_entry Loop_exit !#9 N5126 P3324 MEMBAR Loop_entry !#9 N5127 P3325 BLD 331 -1 FP BE Pri !#9 N5128 P3325 BLD 332 -1 FP BE Pri !#9 N5129 P3326 MEMBAR Loop_exit !#9 N5130 P3327 MEMBAR Loop_entry !#9 N5131 P3328 BLD 106 -1 FP BE Pri !#9 N5132 P3329 MEMBAR Loop_exit !#9 N5133 P3327 MEMBAR Loop_entry !#9 N5134 P3328 BLD 106 -1 FP BE Pri !#9 N5135 P3329 MEMBAR Loop_exit !#9 N5136 P3330 MEMBAR Loop_entry !#9 N5137 P3331 BLD 202 -1 FP BE Pri !#9 N5138 P3332 MEMBAR Loop_exit !#9 N5139 P3330 MEMBAR Loop_entry !#9 N5140 P3331 BLD 202 -1 FP BE Pri !#9 N5141 P3332 MEMBAR Loop_exit !#9 N5142 P3333 MEMBAR Loop_entry !#9 N5143 P3334 BLD 348 -1 FP BE Pri !#9 N5144 P3335 MEMBAR Loop_exit !#9 N5145 P3336 IDC_FLIP 227 Int BE Pri Loop_entry Loop_exit !#9 N5146 P3336 IDC_FLIP 227 Int BE Pri Loop_entry Loop_exit !#9 N5147 P3337 MEMBAR Loop_entry !#9 N5148 P3338 BLD 151 -1 FP BE Pri !#9 N5149 P3339 MEMBAR Loop_exit !#9 N5150 P3340 IDC_FLIP 10 Int BE Pri Loop_entry !#9 N5151 P3341 IDC_FLIP 97 Int BE Pri Loop_exit !#9 N5152 P3342 MEMBAR Loop_entry !#9 N5153 P3343 BLD 252 -1 FP BE Pri !#9 N5154 P3344 MEMBAR Loop_exit !#9 N5155 P3345 MEMBAR Loop_entry !#9 N5156 P3346 BLD 78 -1 FP BE Pri !#9 N5157 P3347 MEMBAR Loop_exit !#9 N5158 P3348 MEMBAR Loop_entry !#9 N5159 P3349 BLD 310 -1 FP BE Pri !#9 N5160 P3350 MEMBAR Loop_exit !#9 N5161 P3348 MEMBAR Loop_entry !#9 N5162 P3349 BLD 310 -1 FP BE Pri !#9 N5163 P3350 MEMBAR Loop_exit !#9 N5164 P3351 PREFETCH 249 Int BE Pri Loop_entry !#9 N5165 P3352 MEMBAR !#9 N5166 P3353 BLD 77 -1 FP BE Pri !#9 N5167 P3354 MEMBAR Loop_exit !#9 N5168 P3355 MEMBAR Loop_entry !#9 N5169 P3356 BLD 148 -1 FP BE Pri !#9 N5170 P3357 MEMBAR Loop_exit !#9 N5171 P3355 MEMBAR Loop_entry !#9 N5172 P3356 BLD 148 -1 FP BE Pri !#9 N5173 P3357 MEMBAR Loop_exit !#9 N5174 P3358 MEMBAR Loop_entry !#9 N5175 P3359 BLD 253 -1 FP BE Pri !#9 N5176 P3360 MEMBAR Loop_exit !#9 N5177 P3358 MEMBAR Loop_entry !#9 N5178 P3359 BLD 253 -1 FP BE Pri !#9 N5179 P3360 MEMBAR Loop_exit !#9 N5180 P3361 MEMBAR Loop_entry !#9 N5181 P3362 BLD 241 -1 FP BE Pri !#9 N5182 P3362 BLD 242 -1 FP BE Pri !#9 N5183 P3363 MEMBAR Loop_exit !#9 N5184 P3364 MEMBAR Loop_entry !#9 N5185 P3365 BLD 276 -1 FP BE Pri !#9 N5186 P3366 MEMBAR Loop_exit !#9 N5187 P3364 MEMBAR Loop_entry !#9 N5188 P3365 BLD 276 -1 FP BE Pri !#9 N5189 P3366 MEMBAR Loop_exit !#9 N5190 P3367 MEMBAR Loop_entry !#9 N5191 P3368 BLD 91 -1 FP BE Pri !#9 N5192 P3368 BLD 92 -1 FP BE Pri !#9 N5193 P3368 BLD 93 -1 FP BE Pri !#9 N5194 P3369 MEMBAR Loop_exit !#9 N5195 P3370 PREFETCH 219 Int BE Pri Loop_entry Loop_exit !#9 N5196 P3370 PREFETCH 219 Int BE Pri Loop_entry Loop_exit !#9 N5197 P3371 MEMBAR Loop_entry !#9 N5198 P3372 BLD 199 -1 FP BE Pri !#9 N5199 P3373 MEMBAR Loop_exit !#9 N5200 P3374 PREFETCH 3 Int BE Pri Loop_entry !#9 N5201 P3375 MEMBAR !#9 N5202 P3376 BLD 304 -1 FP BE Pri !#9 N5203 P3377 MEMBAR Loop_exit !#9 N5204 P3374 PREFETCH 3 Int BE Pri Loop_entry !#9 N5205 P3375 MEMBAR !#9 N5206 P3376 BLD 304 -1 FP BE Pri !#9 N5207 P3377 MEMBAR Loop_exit !#9 N5208 P3378 MEMBAR !#10 N5209 P3379 MEMBAR Loop_entry !#10 N5210 P3380 BLD 334 -1 FP BE Pri !#10 N5211 P3381 MEMBAR Loop_exit !#10 N5212 P3382 IDC_FLIP 123 Int BE Pri Loop_entry Loop_exit !#10 N5213 P3382 IDC_FLIP 123 Int BE Pri Loop_entry Loop_exit !#10 N5214 P3383 MEMBAR Loop_entry !#10 N5215 P3384 BLD 159 -1 FP BE Pri !#10 N5216 P3385 MEMBAR Loop_exit !#10 N5217 P3383 MEMBAR Loop_entry !#10 N5218 P3384 BLD 159 -1 FP BE Pri !#10 N5219 P3385 MEMBAR Loop_exit !#10 N5220 P3386 MEMBAR Loop_entry !#10 N5221 P3387 BLD 224 -1 FP BE Pri !#10 N5222 P3388 MEMBAR Loop_exit !#10 N5223 P3386 MEMBAR Loop_entry !#10 N5224 P3387 BLD 224 -1 FP BE Pri !#10 N5225 P3388 MEMBAR Loop_exit !#10 N5226 P3389 MEMBAR Loop_entry !#10 N5227 P3390 BLD 211 -1 FP BE Pri !#10 N5228 P3391 MEMBAR Loop_exit !#10 N5229 P3392 MEMBAR Loop_entry !#10 N5230 P3393 BLD 214 -1 FP BE Pri !#10 N5231 P3394 MEMBAR Loop_exit !#10 N5232 P3395 ST 100 0x85000001 Int BE Pri Loop_entry !#10 N5233 P3396 MEMBAR !#10 N5234 P3397 BLD 21 -1 FP BE Pri !#10 N5235 P3398 MEMBAR Loop_exit !#10 N5236 P3395 ST 100 0x85000002 Int BE Pri Loop_entry !#10 N5237 P3396 MEMBAR !#10 N5238 P3397 BLD 21 -1 FP BE Pri !#10 N5239 P3398 MEMBAR Loop_exit !#10 N5240 P3399 MEMBAR Loop_entry !#10 N5241 P3400 BLD 346 -1 FP BE Pri !#10 N5242 P3401 MEMBAR Loop_exit !#10 N5243 P3399 MEMBAR Loop_entry !#10 N5244 P3400 BLD 346 -1 FP BE Pri !#10 N5245 P3401 MEMBAR Loop_exit !#10 N5246 P3402 MEMBAR Loop_entry !#10 N5247 P3403 BLD 183 -1 FP BE Pri !#10 N5248 P3404 MEMBAR Loop_exit !#10 N5249 P3405 MEMBAR Loop_entry !#10 N5250 P3406 BLD 175 -1 FP BE Pri !#10 N5251 P3407 MEMBAR Loop_exit !#10 N5252 P3405 MEMBAR Loop_entry !#10 N5253 P3406 BLD 175 -1 FP BE Pri !#10 N5254 P3407 MEMBAR Loop_exit !#10 N5255 P3408 MEMBAR Loop_entry !#10 N5256 P3409 BLD 156 -1 FP BE Pri !#10 N5257 P3410 MEMBAR Loop_exit !#10 N5258 P3408 MEMBAR Loop_entry !#10 N5259 P3409 BLD 156 -1 FP BE Pri !#10 N5260 P3410 MEMBAR Loop_exit !#10 N5261 P3411 MEMBAR Loop_entry !#10 N5262 P3412 BLD 98 -1 FP BE Pri !#10 N5263 P3412 BLD 99 -1 FP BE Pri !#10 N5264 P3413 MEMBAR Loop_exit !#10 N5265 P3414 MEMBAR Loop_entry !#10 N5266 P3415 BLD 225 -1 FP BE Pri !#10 N5267 P3416 MEMBAR Loop_exit !#10 N5268 P3417 MEMBAR Loop_entry !#10 N5269 P3418 BLD 311 -1 FP BE Pri !#10 N5270 P3419 MEMBAR Loop_exit !#10 N5271 P3420 MEMBAR Loop_entry !#10 N5272 P3421 BLD 290 -1 FP BE Pri !#10 N5273 P3422 MEMBAR Loop_exit !#10 N5274 P3423 MEMBAR Loop_entry !#10 N5275 P3424 BLD 16 -1 FP BE Pri !#10 N5276 P3425 MEMBAR Loop_exit !#10 N5277 P3423 MEMBAR Loop_entry !#10 N5278 P3424 BLD 16 -1 FP BE Pri !#10 N5279 P3425 MEMBAR Loop_exit !#10 N5280 P3426 MEMBAR Loop_entry !#10 N5281 P3427 BLD 87 -1 FP BE Pri !#10 N5282 P3428 MEMBAR Loop_exit !#10 N5283 P3429 PREFETCH 243 Int BE Pri Loop_entry Loop_exit !#10 N5284 P3429 PREFETCH 243 Int BE Pri Loop_entry Loop_exit !#10 N5285 P3430 MEMBAR Loop_entry !#10 N5286 P3431 BLD 251 -1 FP BE Pri !#10 N5287 P3432 MEMBAR Loop_exit !#10 N5288 P3433 MEMBAR Loop_entry !#10 N5289 P3434 BLD 17 -1 FP BE Pri !#10 N5290 P3435 MEMBAR Loop_exit !#10 N5291 P3433 MEMBAR Loop_entry !#10 N5292 P3434 BLD 17 -1 FP BE Pri !#10 N5293 P3435 MEMBAR Loop_exit !#10 N5294 P3436 MEMBAR Loop_entry !#10 N5295 P3437 BLD 152 -1 FP BE Pri !#10 N5296 P3438 MEMBAR Loop_exit !#10 N5297 P3436 MEMBAR Loop_entry !#10 N5298 P3437 BLD 152 -1 FP BE Pri !#10 N5299 P3438 MEMBAR Loop_exit !#10 N5300 P3439 IDC_FLIP 331 Int BE Pri Loop_entry !#10 N5301 P3440 IDC_FLIP 204 Int BE Pri Loop_exit !#10 N5302 P3441 PREFETCH 20 Int BE Pri Loop_entry !#10 N5303 P3442 MEMBAR !#10 N5304 P3443 BLD 198 -1 FP BE Pri !#10 N5305 P3444 MEMBAR Loop_exit !#10 N5306 P3441 PREFETCH 20 Int BE Pri Loop_entry !#10 N5307 P3442 MEMBAR !#10 N5308 P3443 BLD 198 -1 FP BE Pri !#10 N5309 P3444 MEMBAR Loop_exit !#10 N5310 P3445 MEMBAR Loop_entry !#10 N5311 P3446 BLD 66 -1 FP BE Pri !#10 N5312 P3447 MEMBAR Loop_exit !#10 N5313 P3448 MEMBAR Loop_entry !#10 N5314 P3449 BLD 184 -1 FP BE Pri !#10 N5315 P3450 MEMBAR Loop_exit !#10 N5316 P3451 MEMBAR Loop_entry !#10 N5317 P3452 BLD 165 -1 FP BE Pri !#10 N5318 P3453 MEMBAR Loop_exit !#10 N5319 P3451 MEMBAR Loop_entry !#10 N5320 P3452 BLD 165 -1 FP BE Pri !#10 N5321 P3453 MEMBAR Loop_exit !#10 N5322 P3454 MEMBAR Loop_entry !#10 N5323 P3455 BLD 203 -1 FP BE Pri !#10 N5324 P3456 MEMBAR Loop_exit !#10 N5325 P3454 MEMBAR Loop_entry !#10 N5326 P3455 BLD 203 -1 FP BE Pri !#10 N5327 P3456 MEMBAR Loop_exit !#10 N5328 P3457 MEMBAR Loop_entry !#10 N5329 P3458 BLD 269 -1 FP BE Pri !#10 N5330 P3459 MEMBAR Loop_exit !#10 N5331 P3460 MEMBAR Loop_entry !#10 N5332 P3461 BLD 142 -1 FP BE Pri !#10 N5333 P3462 MEMBAR Loop_exit !#10 N5334 P3463 MEMBAR Loop_entry !#10 N5335 P3464 BLD 115 -1 FP BE Pri !#10 N5336 P3465 MEMBAR Loop_exit !#10 N5337 P3463 MEMBAR Loop_entry !#10 N5338 P3464 BLD 115 -1 FP BE Pri !#10 N5339 P3465 MEMBAR Loop_exit !#10 N5340 P3466 MEMBAR Loop_entry !#10 N5341 P3467 BLD 201 -1 FP BE Pri !#10 N5342 P3468 MEMBAR Loop_exit !#10 N5343 P3469 MEMBAR Loop_entry !#10 N5344 P3470 BLD 234 -1 FP BE Pri !#10 N5345 P3471 MEMBAR Loop_exit !#10 N5346 P3469 MEMBAR Loop_entry !#10 N5347 P3470 BLD 234 -1 FP BE Pri !#10 N5348 P3471 MEMBAR Loop_exit !#10 N5349 P3472 MEMBAR Loop_entry !#10 N5350 P3473 BLD 53 -1 FP BE Pri !#10 N5351 P3474 MEMBAR Loop_exit !#10 N5352 P3475 MEMBAR Loop_entry !#10 N5353 P3476 BLD 6 -1 FP BE Pri !#10 N5354 P3476 BLD 7 -1 FP BE Pri !#10 N5355 P3477 MEMBAR Loop_exit !#10 N5356 P3478 MEMBAR Loop_entry !#10 N5357 P3479 BLD 329 -1 FP BE Pri !#10 N5358 P3480 MEMBAR Loop_exit !#10 N5359 P3481 MEMBAR Loop_entry !#10 N5360 P3482 BLD 314 -1 FP BE Pri !#10 N5361 P3483 MEMBAR Loop_exit !#10 N5362 P3484 MEMBAR Loop_entry !#10 N5363 P3485 BLD 312 -1 FP BE Pri !#10 N5364 P3486 MEMBAR Loop_exit !#10 N5365 P3487 MEMBAR Loop_entry !#10 N5366 P3488 BLD 222 -1 FP BE Pri !#10 N5367 P3489 MEMBAR Loop_exit !#10 N5368 P3490 MEMBAR Loop_entry !#10 N5369 P3491 BLD 233 -1 FP BE Pri !#10 N5370 P3492 MEMBAR Loop_exit !#10 N5371 P3493 IDC_FLIP 323 Int BE Pri Loop_entry Loop_exit !#10 N5372 P3494 MEMBAR Loop_entry !#10 N5373 P3495 BLD 98 -1 FP BE Pri !#10 N5374 P3495 BLD 99 -1 FP BE Pri !#10 N5375 P3496 MEMBAR Loop_exit !#10 N5376 P3497 MEMBAR Loop_entry !#10 N5377 P3498 BLD 27 -1 FP BE Pri !#10 N5378 P3499 MEMBAR Loop_exit !#10 N5379 P3497 MEMBAR Loop_entry !#10 N5380 P3498 BLD 27 -1 FP BE Pri !#10 N5381 P3499 MEMBAR Loop_exit !#10 N5382 P3500 MEMBAR Loop_entry !#10 N5383 P3501 BLD 257 -1 FP BE Pri !#10 N5384 P3502 MEMBAR Loop_exit !#10 N5385 P3503 FLUSHI 268 Int BE Pri Loop_entry Loop_exit !#10 N5386 P3503 FLUSHI 268 Int BE Pri Loop_entry Loop_exit !#10 N5387 P3504 MEMBAR Loop_entry !#10 N5388 P3505 BLD 328 -1 FP BE Pri !#10 N5389 P3506 MEMBAR Loop_exit !#10 N5390 P3507 MEMBAR Loop_entry !#10 N5391 P3508 BLD 3 -1 FP BE Pri !#10 N5392 P3509 MEMBAR Loop_exit !#10 N5393 P3507 MEMBAR Loop_entry !#10 N5394 P3508 BLD 3 -1 FP BE Pri !#10 N5395 P3509 MEMBAR Loop_exit !#10 N5396 P3510 MEMBAR Loop_entry !#10 N5397 P3511 BLD 330 -1 FP BE Pri !#10 N5398 P3512 MEMBAR Loop_exit !#10 N5399 P3513 MEMBAR Loop_entry !#10 N5400 P3514 BLD 44 -1 FP BE Pri !#10 N5401 P3515 MEMBAR Loop_exit !#10 N5402 P3513 MEMBAR Loop_entry !#10 N5403 P3514 BLD 44 -1 FP BE Pri !#10 N5404 P3515 MEMBAR Loop_exit !#10 N5405 P3516 MEMBAR Loop_entry !#10 N5406 P3517 BLD 209 -1 FP BE Pri !#10 N5407 P3518 MEMBAR Loop_exit !#10 N5408 P3516 MEMBAR Loop_entry !#10 N5409 P3517 BLD 209 -1 FP BE Pri !#10 N5410 P3518 MEMBAR Loop_exit !#10 N5411 P3519 MEMBAR Loop_entry !#10 N5412 P3520 BLD 219 -1 FP BE Pri !#10 N5413 P3520 BLD 220 -1 FP BE Pri !#10 N5414 P3521 MEMBAR Loop_exit !#10 N5415 P3519 MEMBAR Loop_entry !#10 N5416 P3520 BLD 219 -1 FP BE Pri !#10 N5417 P3520 BLD 220 -1 FP BE Pri !#10 N5418 P3521 MEMBAR Loop_exit !#10 N5419 P3522 MEMBAR Loop_entry !#10 N5420 P3523 BLD 155 -1 FP BE Pri !#10 N5421 P3524 MEMBAR Loop_exit !#10 N5422 P3522 MEMBAR Loop_entry !#10 N5423 P3523 BLD 155 -1 FP BE Pri !#10 N5424 P3524 MEMBAR Loop_exit !#10 N5425 P3525 MEMBAR Loop_entry !#10 N5426 P3526 BLD 41 -1 FP BE Pri !#10 N5427 P3527 MEMBAR Loop_exit !#10 N5428 P3525 MEMBAR Loop_entry !#10 N5429 P3526 BLD 41 -1 FP BE Pri !#10 N5430 P3527 MEMBAR Loop_exit !#10 N5431 P3528 MEMBAR Loop_entry !#10 N5432 P3529 BLD 24 -1 FP BE Pri !#10 N5433 P3530 MEMBAR Loop_exit !#10 N5434 P3528 MEMBAR Loop_entry !#10 N5435 P3529 BLD 24 -1 FP BE Pri !#10 N5436 P3530 MEMBAR Loop_exit !#10 N5437 P3531 MEMBAR Loop_entry !#10 N5438 P3532 BLD 102 -1 FP BE Pri !#10 N5439 P3532 BLD 103 -1 FP BE Pri !#10 N5440 P3532 BLD 104 -1 FP BE Pri !#10 N5441 P3533 MEMBAR Loop_exit !#10 N5442 P3531 MEMBAR Loop_entry !#10 N5443 P3532 BLD 102 -1 FP BE Pri !#10 N5444 P3532 BLD 103 -1 FP BE Pri !#10 N5445 P3532 BLD 104 -1 FP BE Pri !#10 N5446 P3533 MEMBAR Loop_exit !#10 N5447 P3534 FLUSHI 180 Int BE Pri Loop_entry Loop_exit !#10 N5448 P3535 MEMBAR Loop_entry !#10 N5449 P3536 BLD 298 -1 FP BE Pri !#10 N5450 P3537 MEMBAR Loop_exit !#10 N5451 P3535 MEMBAR Loop_entry !#10 N5452 P3536 BLD 298 -1 FP BE Pri !#10 N5453 P3537 MEMBAR Loop_exit !#10 N5454 P3538 MEMBAR Loop_entry !#10 N5455 P3539 BLD 221 -1 FP BE Pri !#10 N5456 P3540 MEMBAR Loop_exit !#10 N5457 P3538 MEMBAR Loop_entry !#10 N5458 P3539 BLD 221 -1 FP BE Pri !#10 N5459 P3540 MEMBAR Loop_exit !#10 N5460 P3541 MEMBAR Loop_entry !#10 N5461 P3542 BLD 62 -1 FP BE Pri !#10 N5462 P3542 BLD 63 -1 FP BE Pri !#10 N5463 P3543 MEMBAR Loop_exit !#10 N5464 P3541 MEMBAR Loop_entry !#10 N5465 P3542 BLD 62 -1 FP BE Pri !#10 N5466 P3542 BLD 63 -1 FP BE Pri !#10 N5467 P3543 MEMBAR Loop_exit !#10 N5468 P3544 MEMBAR Loop_entry !#10 N5469 P3545 BLD 41 -1 FP BE Pri !#10 N5470 P3546 MEMBAR Loop_exit !#10 N5471 P3547 PREFETCH 12 Int BE Pri Loop_entry Loop_exit !#10 N5472 P3548 MEMBAR Loop_entry !#10 N5473 P3549 BLD 158 -1 FP BE Pri !#10 N5474 P3550 MEMBAR Loop_exit !#10 N5475 P3551 MEMBAR Loop_entry !#10 N5476 P3552 BLD 77 -1 FP BE Pri !#10 N5477 P3553 MEMBAR Loop_exit !#10 N5478 P3554 MEMBAR Loop_entry !#10 N5479 P3555 BLD 309 -1 FP BE Pri !#10 N5480 P3556 MEMBAR Loop_exit !#10 N5481 P3554 MEMBAR Loop_entry !#10 N5482 P3555 BLD 309 -1 FP BE Pri !#10 N5483 P3556 MEMBAR Loop_exit !#10 N5484 P3557 MEMBAR Loop_entry !#10 N5485 P3558 BLD 205 -1 FP BE Pri !#10 N5486 P3559 MEMBAR Loop_exit !#10 N5487 P3557 MEMBAR Loop_entry !#10 N5488 P3558 BLD 205 -1 FP BE Pri !#10 N5489 P3559 MEMBAR Loop_exit !#10 N5490 P3560 MEMBAR Loop_entry !#10 N5491 P3561 BLD 326 -1 FP BE Pri !#10 N5492 P3562 MEMBAR Loop_exit !#10 N5493 P3560 MEMBAR Loop_entry !#10 N5494 P3561 BLD 326 -1 FP BE Pri !#10 N5495 P3562 MEMBAR Loop_exit !#10 N5496 P3563 MEMBAR Loop_entry !#10 N5497 P3564 BLD 124 -1 FP BE Pri !#10 N5498 P3564 BLD 125 -1 FP BE Pri !#10 N5499 P3564 BLD 126 -1 FP BE Pri !#10 N5500 P3565 MEMBAR Loop_exit !#10 N5501 P3563 MEMBAR Loop_entry !#10 N5502 P3564 BLD 124 -1 FP BE Pri !#10 N5503 P3564 BLD 125 -1 FP BE Pri !#10 N5504 P3564 BLD 126 -1 FP BE Pri !#10 N5505 P3565 MEMBAR Loop_exit !#10 N5506 P3566 MEMBAR Loop_entry !#10 N5507 P3567 BLD 174 -1 FP BE Pri !#10 N5508 P3568 MEMBAR Loop_exit !#10 N5509 P3569 PREFETCH 308 Int BE Pri Loop_entry Loop_exit !#10 N5510 P3570 MEMBAR Loop_entry !#10 N5511 P3571 BLD 44 -1 FP BE Pri !#10 N5512 P3572 MEMBAR Loop_exit !#10 N5513 P3570 MEMBAR Loop_entry !#10 N5514 P3571 BLD 44 -1 FP BE Pri !#10 N5515 P3572 MEMBAR Loop_exit !#10 N5516 P3573 IDC_FLIP 27 Int BE Pri Loop_entry Loop_exit !#10 N5517 P3574 ST 203 0x85000003 Int BE Pri Loop_entry Loop_exit !#10 N5518 P3575 PREFETCH 346 Int BE Pri Loop_entry !#10 N5519 P3576 PREFETCH 142 NF Int BE Pri Loop_exit !#10 N5520 P3577 MEMBAR Loop_entry !#10 N5521 P3578 BLD 64 -1 FP BE Pri !#10 N5522 P3579 MEMBAR Loop_exit !#10 N5523 P3580 MEMBAR Loop_entry !#10 N5524 P3581 BLD 121 -1 FP BE Pri !#10 N5525 P3582 MEMBAR Loop_exit !#10 N5526 P3580 MEMBAR Loop_entry !#10 N5527 P3581 BLD 121 -1 FP BE Pri !#10 N5528 P3582 MEMBAR Loop_exit !#10 N5529 P3583 MEMBAR Loop_entry !#10 N5530 P3584 BLD 338 -1 FP BE Pri !#10 N5531 P3585 MEMBAR Loop_exit !#10 N5532 P3586 MEMBAR Loop_entry !#10 N5533 P3587 BLD 243 -1 FP BE Pri !#10 N5534 P3588 MEMBAR Loop_exit !#10 N5535 P3589 MEMBAR Loop_entry !#10 N5536 P3590 BLD 271 -1 FP BE Pri !#10 N5537 P3591 MEMBAR Loop_exit !#10 N5538 P3592 MEMBAR Loop_entry !#10 N5539 P3593 BLD 212 -1 FP BE Pri !#10 N5540 P3594 MEMBAR Loop_exit !#10 N5541 P3592 MEMBAR Loop_entry !#10 N5542 P3593 BLD 212 -1 FP BE Pri !#10 N5543 P3594 MEMBAR Loop_exit !#10 N5544 P3595 MEMBAR Loop_entry !#10 N5545 P3596 BLD 10 -1 FP BE Pri !#10 N5546 P3597 MEMBAR Loop_exit !#10 N5547 P3598 MEMBAR Loop_entry !#10 N5548 P3599 BLD 251 -1 FP BE Pri !#10 N5549 P3600 MEMBAR Loop_exit !#10 N5550 P3601 MEMBAR Loop_entry !#10 N5551 P3602 BLD 67 -1 FP BE Pri !#10 N5552 P3603 MEMBAR Loop_exit !#10 N5553 P3601 MEMBAR Loop_entry !#10 N5554 P3602 BLD 67 -1 FP BE Pri !#10 N5555 P3603 MEMBAR Loop_exit !#10 N5556 P3604 MEMBAR Loop_entry !#10 N5557 P3605 BLD 70 -1 FP BE Pri !#10 N5558 P3606 MEMBAR Loop_exit !#10 N5559 P3607 MEMBAR Loop_entry !#10 N5560 P3608 BLD 9 -1 FP BE Pri !#10 N5561 P3609 MEMBAR Loop_exit !#10 N5562 P3610 MEMBAR Loop_entry !#10 N5563 P3611 BLD 317 -1 FP BE Pri !#10 N5564 P3612 MEMBAR Loop_exit !#10 N5565 P3613 FLUSHI 14 Int BE Pri Loop_entry !#10 N5566 P3614 IDC_FLIP 294 Int BE Pri Loop_exit !#10 N5567 P3615 MEMBAR Loop_entry !#10 N5568 P3616 BLD 260 -1 FP BE Pri !#10 N5569 P3617 MEMBAR Loop_exit !#10 N5570 P3618 MEMBAR Loop_entry !#10 N5571 P3619 BLD 189 -1 FP BE Pri !#10 N5572 P3620 MEMBAR Loop_exit !#10 N5573 P3618 MEMBAR Loop_entry !#10 N5574 P3619 BLD 189 -1 FP BE Pri !#10 N5575 P3620 MEMBAR Loop_exit !#10 N5576 P3621 MEMBAR Loop_entry !#10 N5577 P3622 BLD 0 -1 FP BE Pri !#10 N5578 P3623 MEMBAR Loop_exit !#10 N5579 P3624 MEMBAR Loop_entry !#10 N5580 P3625 BLD 274 -1 FP BE Pri !#10 N5581 P3626 MEMBAR Loop_exit !#10 N5582 P3624 MEMBAR Loop_entry !#10 N5583 P3625 BLD 274 -1 FP BE Pri !#10 N5584 P3626 MEMBAR Loop_exit !#10 N5585 P3627 MEMBAR Loop_entry !#10 N5586 P3628 BLD 270 -1 FP BE Pri !#10 N5587 P3629 MEMBAR Loop_exit !#10 N5588 P3627 MEMBAR Loop_entry !#10 N5589 P3628 BLD 270 -1 FP BE Pri !#10 N5590 P3629 MEMBAR Loop_exit !#10 N5591 P3630 MEMBAR Loop_entry !#10 N5592 P3631 BLD 271 -1 FP BE Pri !#10 N5593 P3632 MEMBAR Loop_exit !#10 N5594 P3630 MEMBAR Loop_entry !#10 N5595 P3631 BLD 271 -1 FP BE Pri !#10 N5596 P3632 MEMBAR Loop_exit !#10 N5597 P3633 IDC_FLIP 113 Int BE Pri Loop_entry Loop_exit !#10 N5598 P3634 MEMBAR Loop_entry !#10 N5599 P3635 BLD 0 -1 FP BE Pri !#10 N5600 P3636 MEMBAR Loop_exit !#10 N5601 P3637 MEMBAR Loop_entry !#10 N5602 P3638 BLD 230 -1 FP BE Pri !#10 N5603 P3639 MEMBAR Loop_exit !#10 N5604 P3637 MEMBAR Loop_entry !#10 N5605 P3638 BLD 230 -1 FP BE Pri !#10 N5606 P3639 MEMBAR Loop_exit !#10 N5607 P3640 MEMBAR Loop_entry !#10 N5608 P3641 BLD 310 -1 FP BE Pri !#10 N5609 P3642 MEMBAR Loop_exit !#10 N5610 P3640 MEMBAR Loop_entry !#10 N5611 P3641 BLD 310 -1 FP BE Pri !#10 N5612 P3642 MEMBAR Loop_exit !#10 N5613 P3643 MEMBAR Loop_entry !#10 N5614 P3644 BLD 169 -1 FP BE Pri !#10 N5615 P3645 MEMBAR Loop_exit !#10 N5616 P3643 MEMBAR Loop_entry !#10 N5617 P3644 BLD 169 -1 FP BE Pri !#10 N5618 P3645 MEMBAR Loop_exit !#10 N5619 P3646 MEMBAR Loop_entry !#10 N5620 P3647 BLD 165 -1 FP BE Pri !#10 N5621 P3648 MEMBAR Loop_exit !#10 N5622 P3649 MEMBAR Loop_entry !#10 N5623 P3650 BLD 65 -1 FP BE Pri !#10 N5624 P3651 MEMBAR Loop_exit !#10 N5625 P3649 MEMBAR Loop_entry !#10 N5626 P3650 BLD 65 -1 FP BE Pri !#10 N5627 P3651 MEMBAR Loop_exit !#10 N5628 P3652 MEMBAR Loop_entry !#10 N5629 P3653 BLD 52 -1 FP BE Pri !#10 N5630 P3654 MEMBAR Loop_exit !#10 N5631 P3652 MEMBAR Loop_entry !#10 N5632 P3653 BLD 52 -1 FP BE Pri !#10 N5633 P3654 MEMBAR Loop_exit !#10 N5634 P3655 MEMBAR Loop_entry !#10 N5635 P3656 BLD 61 -1 FP BE Pri !#10 N5636 P3657 MEMBAR Loop_exit !#10 N5637 P3655 MEMBAR Loop_entry !#10 N5638 P3656 BLD 61 -1 FP BE Pri !#10 N5639 P3657 MEMBAR Loop_exit !#10 N5640 P3658 ST 200 0x85000004 Int BE Pri Loop_entry !#10 N5641 P3659 MEMBAR !#10 N5642 P3660 BLD 196 -1 FP BE Pri !#10 N5643 P3661 MEMBAR Loop_exit !#10 N5644 P3662 MEMBAR Loop_entry !#10 N5645 P3663 BLD 87 -1 FP BE Pri !#10 N5646 P3664 MEMBAR Loop_exit !#10 N5647 P3662 MEMBAR Loop_entry !#10 N5648 P3663 BLD 87 -1 FP BE Pri !#10 N5649 P3664 MEMBAR Loop_exit !#10 N5650 P3665 MEMBAR Loop_entry !#10 N5651 P3666 BLD 265 -1 FP BE Pri !#10 N5652 P3667 MEMBAR Loop_exit !#10 N5653 P3665 MEMBAR Loop_entry !#10 N5654 P3666 BLD 265 -1 FP BE Pri !#10 N5655 P3667 MEMBAR Loop_exit !#10 N5656 P3668 MEMBAR Loop_entry !#10 N5657 P3669 BLD 223 -1 FP BE Pri !#10 N5658 P3670 MEMBAR Loop_exit !#10 N5659 P3671 MEMBAR Loop_entry !#10 N5660 P3672 BLD 18 -1 FP BE Pri !#10 N5661 P3673 MEMBAR Loop_exit !#10 N5662 P3671 MEMBAR Loop_entry !#10 N5663 P3672 BLD 18 -1 FP BE Pri !#10 N5664 P3673 MEMBAR Loop_exit !#10 N5665 P3674 MEMBAR Loop_entry !#10 N5666 P3675 BLD 318 -1 FP BE Pri !#10 N5667 P3676 MEMBAR Loop_exit !#10 N5668 P3677 MEMBAR Loop_entry !#10 N5669 P3678 BLD 119 -1 FP BE Pri !#10 N5670 P3679 MEMBAR Loop_exit !#10 N5671 P3680 MEMBAR Loop_entry !#10 N5672 P3681 BLD 11 -1 FP BE Pri !#10 N5673 P3681 BLD 12 -1 FP BE Pri !#10 N5674 P3682 MEMBAR Loop_exit !#10 N5675 P3680 MEMBAR Loop_entry !#10 N5676 P3681 BLD 11 -1 FP BE Pri !#10 N5677 P3681 BLD 12 -1 FP BE Pri !#10 N5678 P3682 MEMBAR Loop_exit !#10 N5679 P3683 MEMBAR Loop_entry !#10 N5680 P3684 BLD 195 -1 FP BE Pri !#10 N5681 P3685 MEMBAR Loop_exit !#10 N5682 P3686 IDC_FLIP 191 Int BE Pri Loop_entry Loop_exit !#10 N5683 P3687 MEMBAR Loop_entry !#10 N5684 P3688 BLD 41 -1 FP BE Pri !#10 N5685 P3689 MEMBAR Loop_exit !#10 N5686 P3690 ST 16 0x85000005 Int LE Pri Loop_entry !#10 N5687 P3691 MEMBAR !#10 N5688 P3692 BLD 184 -1 FP BE Pri !#10 N5689 P3693 MEMBAR Loop_exit !#10 N5690 P3694 MEMBAR Loop_entry !#10 N5691 P3695 BLD 116 -1 FP BE Pri !#10 N5692 P3696 MEMBAR Loop_exit !#10 N5693 P3697 MEMBAR Loop_entry !#10 N5694 P3698 BLD 341 -1 FP BE Pri !#10 N5695 P3699 MEMBAR Loop_exit !#10 N5696 P3700 MEMBAR Loop_entry !#10 N5697 P3701 BLD 57 -1 FP BE Pri !#10 N5698 P3702 MEMBAR Loop_exit !#10 N5699 P3703 MEMBAR Loop_entry !#10 N5700 P3704 BLD 115 -1 FP BE Pri !#10 N5701 P3705 MEMBAR Loop_exit !#10 N5702 P3703 MEMBAR Loop_entry !#10 N5703 P3704 BLD 115 -1 FP BE Pri !#10 N5704 P3705 MEMBAR Loop_exit !#10 N5705 P3706 MEMBAR Loop_entry !#10 N5706 P3707 BLD 118 -1 FP BE Pri !#10 N5707 P3708 MEMBAR Loop_exit !#10 N5708 P3706 MEMBAR Loop_entry !#10 N5709 P3707 BLD 118 -1 FP BE Pri !#10 N5710 P3708 MEMBAR Loop_exit !#10 N5711 P3709 MEMBAR Loop_entry !#10 N5712 P3710 BLD 115 -1 FP BE Pri !#10 N5713 P3711 MEMBAR Loop_exit !#10 N5714 P3709 MEMBAR Loop_entry !#10 N5715 P3710 BLD 115 -1 FP BE Pri !#10 N5716 P3711 MEMBAR Loop_exit !#10 N5717 P3712 MEMBAR Loop_entry !#10 N5718 P3713 BLD 175 -1 FP BE Pri !#10 N5719 P3714 MEMBAR Loop_exit !#10 N5720 P3712 MEMBAR Loop_entry !#10 N5721 P3713 BLD 175 -1 FP BE Pri !#10 N5722 P3714 MEMBAR Loop_exit !#10 N5723 P3715 PREFETCH 331 Int BE Pri Loop_entry Loop_exit !#10 N5724 P3716 MEMBAR Loop_entry !#10 N5725 P3717 BLD 10 -1 FP BE Pri !#10 N5726 P3718 MEMBAR Loop_exit !#10 N5727 P3719 MEMBAR !#11 N5728 P3720 MEMBAR Loop_entry !#11 N5729 P3721 BLD 304 -1 FP BE Pri !#11 N5730 P3722 MEMBAR Loop_exit !#11 N5731 P3720 MEMBAR Loop_entry !#11 N5732 P3721 BLD 304 -1 FP BE Pri !#11 N5733 P3722 MEMBAR Loop_exit !#11 N5734 P3723 MEMBAR Loop_entry !#11 N5735 P3724 BLD 189 -1 FP BE Pri !#11 N5736 P3725 MEMBAR Loop_exit !#11 N5737 P3723 MEMBAR Loop_entry !#11 N5738 P3724 BLD 189 -1 FP BE Pri !#11 N5739 P3725 MEMBAR Loop_exit !#11 N5740 P3726 MEMBAR Loop_entry !#11 N5741 P3727 BLD 174 -1 FP BE Pri !#11 N5742 P3728 MEMBAR Loop_exit !#11 N5743 P3729 MEMBAR Loop_entry !#11 N5744 P3730 BLD 165 -1 FP BE Pri !#11 N5745 P3731 MEMBAR Loop_exit !#11 N5746 P3729 MEMBAR Loop_entry !#11 N5747 P3730 BLD 165 -1 FP BE Pri !#11 N5748 P3731 MEMBAR Loop_exit !#11 N5749 P3732 IDC_FLIP 34 Int BE Pri Loop_entry Loop_exit !#11 N5750 P3733 IDC_FLIP 195 Int BE Pri Loop_entry !#11 N5751 P3734 MEMBAR !#11 N5752 P3735 BLD 74 -1 FP BE Pri !#11 N5753 P3736 MEMBAR Loop_exit !#11 N5754 P3733 IDC_FLIP 195 Int BE Pri Loop_entry !#11 N5755 P3734 MEMBAR !#11 N5756 P3735 BLD 74 -1 FP BE Pri !#11 N5757 P3736 MEMBAR Loop_exit !#11 N5758 P3737 MEMBAR Loop_entry !#11 N5759 P3738 BLD 149 -1 FP BE Pri !#11 N5760 P3739 MEMBAR Loop_exit !#11 N5761 P3737 MEMBAR Loop_entry !#11 N5762 P3738 BLD 149 -1 FP BE Pri !#11 N5763 P3739 MEMBAR Loop_exit !#11 N5764 P3740 MEMBAR Loop_entry !#11 N5765 P3741 BLD 56 -1 FP BE Pri !#11 N5766 P3742 MEMBAR Loop_exit !#11 N5767 P3743 MEMBAR Loop_entry !#11 N5768 P3744 BLD 193 -1 FP BE Pri !#11 N5769 P3745 MEMBAR Loop_exit !#11 N5770 P3743 MEMBAR Loop_entry !#11 N5771 P3744 BLD 193 -1 FP BE Pri !#11 N5772 P3745 MEMBAR Loop_exit !#11 N5773 P3746 MEMBAR Loop_entry !#11 N5774 P3747 BLD 354 -1 FP BE Pri !#11 N5775 P3748 MEMBAR Loop_exit !#11 N5776 P3749 MEMBAR Loop_entry !#11 N5777 P3750 BLD 36 -1 FP BE Pri !#11 N5778 P3751 MEMBAR Loop_exit !#11 N5779 P3752 IDC_FLIP 129 Int BE Pri Loop_entry Loop_exit !#11 N5780 P3753 MEMBAR Loop_entry !#11 N5781 P3754 BLD 292 -1 FP BE Pri !#11 N5782 P3755 MEMBAR Loop_exit !#11 N5783 P3753 MEMBAR Loop_entry !#11 N5784 P3754 BLD 292 -1 FP BE Pri !#11 N5785 P3755 MEMBAR Loop_exit !#11 N5786 P3756 MEMBAR Loop_entry !#11 N5787 P3757 BLD 221 -1 FP BE Pri !#11 N5788 P3758 MEMBAR Loop_exit !#11 N5789 P3756 MEMBAR Loop_entry !#11 N5790 P3757 BLD 221 -1 FP BE Pri !#11 N5791 P3758 MEMBAR Loop_exit !#11 N5792 P3759 MEMBAR Loop_entry !#11 N5793 P3760 BLD 41 -1 FP BE Pri !#11 N5794 P3761 MEMBAR Loop_exit !#11 N5795 P3759 MEMBAR Loop_entry !#11 N5796 P3760 BLD 41 -1 FP BE Pri !#11 N5797 P3761 MEMBAR Loop_exit !#11 N5798 P3762 MEMBAR Loop_entry !#11 N5799 P3763 BLD 41 -1 FP BE Pri !#11 N5800 P3764 MEMBAR Loop_exit !#11 N5801 P3762 MEMBAR Loop_entry !#11 N5802 P3763 BLD 41 -1 FP BE Pri !#11 N5803 P3764 MEMBAR Loop_exit !#11 N5804 P3765 IDC_FLIP 113 Int BE Pri Loop_entry Loop_exit !#11 N5805 P3766 MEMBAR Loop_entry !#11 N5806 P3767 BLD 228 -1 FP BE Pri !#11 N5807 P3768 MEMBAR Loop_exit !#11 N5808 P3769 MEMBAR Loop_entry !#11 N5809 P3770 BLD 135 -1 FP BE Pri !#11 N5810 P3771 MEMBAR Loop_exit !#11 N5811 P3772 MEMBAR Loop_entry !#11 N5812 P3773 BLD 272 -1 FP BE Pri !#11 N5813 P3774 MEMBAR Loop_exit !#11 N5814 P3775 IDC_FLIP 349 Int BE Pri Loop_entry Loop_exit !#11 N5815 P3776 MEMBAR Loop_entry !#11 N5816 P3777 BLD 116 -1 FP BE Pri !#11 N5817 P3778 MEMBAR Loop_exit !#11 N5818 P3779 PREFETCH 264 Int BE Pri Loop_entry Loop_exit !#11 N5819 P3779 PREFETCH 264 Int BE Pri Loop_entry Loop_exit !#11 N5820 P3780 MEMBAR Loop_entry !#11 N5821 P3781 BLD 105 -1 FP BE Pri !#11 N5822 P3782 MEMBAR Loop_exit !#11 N5823 P3780 MEMBAR Loop_entry !#11 N5824 P3781 BLD 105 -1 FP BE Pri !#11 N5825 P3782 MEMBAR Loop_exit !#11 N5826 P3783 MEMBAR Loop_entry !#11 N5827 P3784 BLD 89 -1 FP BE Pri !#11 N5828 P3784 BLD 90 -1 FP BE Pri !#11 N5829 P3785 MEMBAR Loop_exit !#11 N5830 P3783 MEMBAR Loop_entry !#11 N5831 P3784 BLD 89 -1 FP BE Pri !#11 N5832 P3784 BLD 90 -1 FP BE Pri !#11 N5833 P3785 MEMBAR Loop_exit !#11 N5834 P3786 MEMBAR Loop_entry !#11 N5835 P3787 BLD 176 -1 FP BE Pri !#11 N5836 P3788 MEMBAR Loop_exit !#11 N5837 P3786 MEMBAR Loop_entry !#11 N5838 P3787 BLD 176 -1 FP BE Pri !#11 N5839 P3788 MEMBAR Loop_exit !#11 N5840 P3789 MEMBAR Loop_entry !#11 N5841 P3790 BLD 58 -1 FP BE Pri !#11 N5842 P3791 MEMBAR Loop_exit !#11 N5843 P3792 MEMBAR Loop_entry !#11 N5844 P3793 BLD 240 -1 FP BE Pri !#11 N5845 P3794 MEMBAR Loop_exit !#11 N5846 P3792 MEMBAR Loop_entry !#11 N5847 P3793 BLD 240 -1 FP BE Pri !#11 N5848 P3794 MEMBAR Loop_exit !#11 N5849 P3795 MEMBAR Loop_entry !#11 N5850 P3796 PREFETCH 248 Int BE Pri Loop_exit !#11 N5851 P3795 MEMBAR Loop_entry !#11 N5852 P3796 PREFETCH 248 Int BE Pri Loop_exit !#11 N5853 P3797 MEMBAR Loop_entry !#11 N5854 P3798 BLD 56 -1 FP BE Pri !#11 N5855 P3799 MEMBAR Loop_exit !#11 N5856 P3797 MEMBAR Loop_entry !#11 N5857 P3798 BLD 56 -1 FP BE Pri !#11 N5858 P3799 MEMBAR Loop_exit !#11 N5859 P3800 MEMBAR Loop_entry !#11 N5860 P3801 BLD 111 -1 FP BE Pri !#11 N5861 P3801 BLD 112 -1 FP BE Pri !#11 N5862 P3801 BLD 113 -1 FP BE Pri !#11 N5863 P3802 MEMBAR Loop_exit !#11 N5864 P3800 MEMBAR Loop_entry !#11 N5865 P3801 BLD 111 -1 FP BE Pri !#11 N5866 P3801 BLD 112 -1 FP BE Pri !#11 N5867 P3801 BLD 113 -1 FP BE Pri !#11 N5868 P3802 MEMBAR Loop_exit !#11 N5869 P3803 PREFETCH 292 Int BE Pri Loop_entry !#11 N5870 P3804 MEMBAR Loop_exit !#11 N5871 P3803 PREFETCH 292 Int BE Pri Loop_entry !#11 N5872 P3804 MEMBAR Loop_exit !#11 N5873 P3805 MEMBAR Loop_entry !#11 N5874 P3806 BLD 121 -1 FP BE Pri !#11 N5875 P3807 MEMBAR Loop_exit !#11 N5876 P3808 MEMBAR Loop_entry !#11 N5877 P3809 BLD 1 -1 FP BE Pri !#11 N5878 P3810 MEMBAR Loop_exit !#11 N5879 P3811 MEMBAR Loop_entry !#11 N5880 P3812 BLD 301 -1 FP BE Pri !#11 N5881 P3813 MEMBAR Loop_exit !#11 N5882 P3814 MEMBAR Loop_entry !#11 N5883 P3815 BLD 16 -1 FP BE Pri !#11 N5884 P3816 MEMBAR Loop_exit !#11 N5885 P3814 MEMBAR Loop_entry !#11 N5886 P3815 BLD 16 -1 FP BE Pri !#11 N5887 P3816 MEMBAR Loop_exit !#11 N5888 P3817 MEMBAR Loop_entry !#11 N5889 P3818 BLD 184 -1 FP BE Pri !#11 N5890 P3819 MEMBAR Loop_exit !#11 N5891 P3820 MEMBAR Loop_entry !#11 N5892 P3821 BLD 263 -1 FP BE Pri !#11 N5893 P3822 MEMBAR Loop_exit !#11 N5894 P3823 MEMBAR Loop_entry !#11 N5895 P3824 BLD 228 -1 FP BE Pri !#11 N5896 P3825 MEMBAR Loop_exit !#11 N5897 P3823 MEMBAR Loop_entry !#11 N5898 P3824 BLD 228 -1 FP BE Pri !#11 N5899 P3825 MEMBAR Loop_exit !#11 N5900 P3826 MEMBAR Loop_entry !#11 N5901 P3827 BLD 325 -1 FP BE Pri !#11 N5902 P3828 MEMBAR Loop_exit !#11 N5903 P3829 MEMBAR Loop_entry !#11 N5904 P3830 BLD 343 -1 FP BE Pri !#11 N5905 P3830 BLD 344 -1 FP BE Pri !#11 N5906 P3831 MEMBAR Loop_exit !#11 N5907 P3829 MEMBAR Loop_entry !#11 N5908 P3830 BLD 343 -1 FP BE Pri !#11 N5909 P3830 BLD 344 -1 FP BE Pri !#11 N5910 P3831 MEMBAR Loop_exit !#11 N5911 P3832 MEMBAR Loop_entry !#11 N5912 P3833 BLD 48 -1 FP BE Pri !#11 N5913 P3834 MEMBAR Loop_exit !#11 N5914 P3832 MEMBAR Loop_entry !#11 N5915 P3833 BLD 48 -1 FP BE Pri !#11 N5916 P3834 MEMBAR Loop_exit !#11 N5917 P3835 MEMBAR Loop_entry !#11 N5918 P3836 BLD 343 -1 FP BE Pri !#11 N5919 P3836 BLD 344 -1 FP BE Pri !#11 N5920 P3837 MEMBAR Loop_exit !#11 N5921 P3838 ST 282 0x85800001 Int BE Pri Loop_entry !#11 N5922 P3839 MEMBAR !#11 N5923 P3840 BLD 286 -1 FP BE Pri !#11 N5924 P3841 MEMBAR Loop_exit !#11 N5925 P3838 ST 282 0x85800002 Int BE Pri Loop_entry !#11 N5926 P3839 MEMBAR !#11 N5927 P3840 BLD 286 -1 FP BE Pri !#11 N5928 P3841 MEMBAR Loop_exit !#11 N5929 P3842 MEMBAR Loop_entry !#11 N5930 P3843 BLD 313 -1 FP BE Pri !#11 N5931 P3844 MEMBAR Loop_exit !#11 N5932 P3842 MEMBAR Loop_entry !#11 N5933 P3843 BLD 313 -1 FP BE Pri !#11 N5934 P3844 MEMBAR Loop_exit !#11 N5935 P3845 MEMBAR Loop_entry !#11 N5936 P3846 BLD 68 -1 FP BE Pri !#11 N5937 P3847 MEMBAR Loop_exit !#11 N5938 P3845 MEMBAR Loop_entry !#11 N5939 P3846 BLD 68 -1 FP BE Pri !#11 N5940 P3847 MEMBAR Loop_exit !#11 N5941 P3848 MEMBAR Loop_entry !#11 N5942 P3849 BLD 163 -1 FP BE Pri !#11 N5943 P3850 MEMBAR Loop_exit !#11 N5944 P3848 MEMBAR Loop_entry !#11 N5945 P3849 BLD 163 -1 FP BE Pri !#11 N5946 P3850 MEMBAR Loop_exit !#11 N5947 P3851 MEMBAR Loop_entry !#11 N5948 P3852 BLD 323 -1 FP BE Pri !#11 N5949 P3853 MEMBAR Loop_exit !#11 N5950 P3851 MEMBAR Loop_entry !#11 N5951 P3852 BLD 323 -1 FP BE Pri !#11 N5952 P3853 MEMBAR Loop_exit !#11 N5953 P3854 MEMBAR Loop_entry !#11 N5954 P3855 BLD 70 -1 FP BE Pri !#11 N5955 P3856 MEMBAR Loop_exit !#11 N5956 P3857 MEMBAR Loop_entry !#11 N5957 P3858 BLD 49 -1 FP BE Pri !#11 N5958 P3859 MEMBAR Loop_exit !#11 N5959 P3860 ST 262 0x85800003 Int BE Pri Loop_entry !#11 N5960 P3861 IDC_FLIP 96 Int BE Pri Loop_exit !#11 N5961 P3862 MEMBAR Loop_entry !#11 N5962 P3863 BLD 60 -1 FP BE Pri !#11 N5963 P3864 MEMBAR Loop_exit !#11 N5964 P3862 MEMBAR Loop_entry !#11 N5965 P3863 BLD 60 -1 FP BE Pri !#11 N5966 P3864 MEMBAR Loop_exit !#11 N5967 P3865 PREFETCH 3 Int BE Pri Loop_entry Loop_exit !#11 N5968 P3865 PREFETCH 3 Int BE Pri Loop_entry Loop_exit !#11 N5969 P3866 MEMBAR Loop_entry !#11 N5970 P3867 BLD 59 -1 FP BE Pri !#11 N5971 P3868 MEMBAR Loop_exit !#11 N5972 P3866 MEMBAR Loop_entry !#11 N5973 P3867 BLD 59 -1 FP BE Pri !#11 N5974 P3868 MEMBAR Loop_exit !#11 N5975 P3869 MEMBAR Loop_entry !#11 N5976 P3870 BLD 71 -1 FP BE Pri !#11 N5977 P3870 BLD 72 -1 FP BE Pri !#A N5976 N5977 !#11 N5978 P3871 MEMBAR Loop_exit !#11 N5979 P3872 MEMBAR Loop_entry !#11 N5980 P3873 BLD 227 -1 FP BE Pri !#11 N5981 P3874 MEMBAR Loop_exit !#11 N5982 P3872 MEMBAR Loop_entry !#11 N5983 P3873 BLD 227 -1 FP BE Pri !#11 N5984 P3874 MEMBAR Loop_exit !#11 N5985 P3875 MEMBAR Loop_entry !#11 N5986 P3876 BLD 94 -1 FP BE Pri !#11 N5987 P3876 BLD 95 -1 FP BE Pri !#11 N5988 P3877 MEMBAR Loop_exit !#11 N5989 P3875 MEMBAR Loop_entry !#11 N5990 P3876 BLD 94 -1 FP BE Pri !#11 N5991 P3876 BLD 95 -1 FP BE Pri !#11 N5992 P3877 MEMBAR Loop_exit !#11 N5993 P3878 IDC_FLIP 353 Int BE Pri Loop_entry Loop_exit !#11 N5994 P3879 IDC_FLIP 88 Int BE Pri Loop_entry Loop_exit !#11 N5995 P3879 IDC_FLIP 88 Int BE Pri Loop_entry Loop_exit !#11 N5996 P3880 MEMBAR Loop_entry !#11 N5997 P3881 BLD 141 -1 FP BE Pri !#11 N5998 P3882 MEMBAR Loop_exit !#11 N5999 P3883 IDC_FLIP 158 Int BE Pri Loop_entry Loop_exit !#11 N6000 P3883 IDC_FLIP 158 Int BE Pri Loop_entry Loop_exit !#11 N6001 P3884 MEMBAR Loop_entry !#11 N6002 P3885 BLD 40 -1 FP BE Pri !#11 N6003 P3886 MEMBAR Loop_exit !#11 N6004 P3884 MEMBAR Loop_entry !#11 N6005 P3885 BLD 40 -1 FP BE Pri !#11 N6006 P3886 MEMBAR Loop_exit !#11 N6007 P3887 MEMBAR Loop_entry !#11 N6008 P3888 BLD 205 -1 FP BE Pri !#11 N6009 P3889 MEMBAR Loop_exit !#11 N6010 P3887 MEMBAR Loop_entry !#11 N6011 P3888 BLD 205 -1 FP BE Pri !#11 N6012 P3889 MEMBAR Loop_exit !#11 N6013 P3890 PREFETCH 264 Int BE Pri Loop_entry !#11 N6014 P3891 MEMBAR !#11 N6015 P3892 BLD 58 -1 FP BE Pri !#11 N6016 P3893 MEMBAR Loop_exit !#11 N6017 P3894 MEMBAR Loop_entry !#11 N6018 P3895 BLD 303 -1 FP BE Pri !#11 N6019 P3896 MEMBAR Loop_exit !#11 N6020 P3897 MEMBAR Loop_entry !#11 N6021 P3898 BLD 19 -1 FP BE Pri !#11 N6022 P3899 MEMBAR Loop_exit !#11 N6023 P3900 MEMBAR Loop_entry !#11 N6024 P3901 BLD 192 -1 FP BE Pri !#11 N6025 P3902 MEMBAR Loop_exit !#11 N6026 P3900 MEMBAR Loop_entry !#11 N6027 P3901 BLD 192 -1 FP BE Pri !#11 N6028 P3902 MEMBAR Loop_exit !#11 N6029 P3903 MEMBAR Loop_entry !#11 N6030 P3904 BLD 51 -1 FP BE Pri !#11 N6031 P3905 MEMBAR Loop_exit !#11 N6032 P3903 MEMBAR Loop_entry !#11 N6033 P3904 BLD 51 -1 FP BE Pri !#11 N6034 P3905 MEMBAR Loop_exit !#11 N6035 P3906 MEMBAR Loop_entry !#11 N6036 P3907 BLD 258 -1 FP BE Pri !#11 N6037 P3908 MEMBAR Loop_exit !#11 N6038 P3909 MEMBAR Loop_entry !#11 N6039 P3910 BLD 285 -1 FP BE Pri !#11 N6040 P3911 MEMBAR Loop_exit !#11 N6041 P3912 MEMBAR Loop_entry !#11 N6042 P3913 BLD 75 -1 FP BE Pri !#11 N6043 P3914 MEMBAR Loop_exit !#11 N6044 P3912 MEMBAR Loop_entry !#11 N6045 P3913 BLD 75 -1 FP BE Pri !#11 N6046 P3914 MEMBAR Loop_exit !#11 N6047 P3915 MEMBAR Loop_entry !#11 N6048 P3916 BLD 68 -1 FP BE Pri !#11 N6049 P3917 MEMBAR Loop_exit !#11 N6050 P3918 MEMBAR Loop_entry !#11 N6051 P3919 BLD 356 -1 FP BE Pri !#11 N6052 P3920 MEMBAR Loop_exit !#11 N6053 P3918 MEMBAR Loop_entry !#11 N6054 P3919 BLD 356 -1 FP BE Pri !#11 N6055 P3920 MEMBAR Loop_exit !#11 N6056 P3921 MEMBAR Loop_entry !#11 N6057 P3922 BLD 263 -1 FP BE Pri !#11 N6058 P3923 MEMBAR Loop_exit !#11 N6059 P3921 MEMBAR Loop_entry !#11 N6060 P3922 BLD 263 -1 FP BE Pri !#11 N6061 P3923 MEMBAR Loop_exit !#11 N6062 P3924 MEMBAR Loop_entry !#11 N6063 P3925 BLD 211 -1 FP BE Pri !#11 N6064 P3926 MEMBAR Loop_exit !#11 N6065 P3927 ST 120 0x85800004 Int BE Pri Loop_entry !#11 N6066 P3928 MEMBAR !#11 N6067 P3929 BLD 81 -1 FP BE Pri !#11 N6068 P3930 MEMBAR Loop_exit !#11 N6069 P3931 MEMBAR Loop_entry !#11 N6070 P3932 BLD 209 -1 FP BE Pri !#11 N6071 P3933 MEMBAR Loop_exit !#11 N6072 P3934 PREFETCH 205 Int BE Pri Loop_entry Loop_exit !#11 N6073 P3934 PREFETCH 205 Int BE Pri Loop_entry Loop_exit !#11 N6074 P3935 MEMBAR Loop_entry !#11 N6075 P3936 BLD 245 -1 FP BE Pri !#11 N6076 P3937 MEMBAR Loop_exit !#11 N6077 P3935 MEMBAR Loop_entry !#11 N6078 P3936 BLD 245 -1 FP BE Pri !#11 N6079 P3937 MEMBAR Loop_exit !#11 N6080 P3938 MEMBAR Loop_entry !#11 N6081 P3939 BLD 100 -1 FP BE Pri !#11 N6082 P3940 MEMBAR Loop_exit !#11 N6083 P3938 MEMBAR Loop_entry !#11 N6084 P3939 BLD 100 -1 FP BE Pri !#11 N6085 P3940 MEMBAR Loop_exit !#11 N6086 P3941 MEMBAR Loop_entry !#11 N6087 P3942 BLD 225 -1 FP BE Pri !#11 N6088 P3943 MEMBAR Loop_exit !#11 N6089 P3944 MEMBAR Loop_entry !#11 N6090 P3945 BLD 190 -1 FP BE Pri !#11 N6091 P3946 MEMBAR Loop_exit !#11 N6092 P3944 MEMBAR Loop_entry !#11 N6093 P3945 BLD 190 -1 FP BE Pri !#11 N6094 P3946 MEMBAR Loop_exit !#11 N6095 P3947 MEMBAR Loop_entry !#11 N6096 P3948 BLD 292 -1 FP BE Pri !#11 N6097 P3949 MEMBAR Loop_exit !#11 N6098 P3950 MEMBAR Loop_entry !#11 N6099 P3951 BLD 141 -1 FP BE Pri !#11 N6100 P3952 MEMBAR Loop_exit !#11 N6101 P3953 MEMBAR Loop_entry !#11 N6102 P3954 BLD 276 -1 FP BE Pri !#11 N6103 P3955 MEMBAR Loop_exit !#11 N6104 P3956 MEMBAR Loop_entry !#11 N6105 P3957 BLD 261 -1 FP BE Pri !#11 N6106 P3958 MEMBAR Loop_exit !#11 N6107 P3956 MEMBAR Loop_entry !#11 N6108 P3957 BLD 261 -1 FP BE Pri !#11 N6109 P3958 MEMBAR Loop_exit !#11 N6110 P3959 MEMBAR Loop_entry !#11 N6111 P3960 BLD 142 -1 FP BE Pri !#11 N6112 P3961 MEMBAR Loop_exit !#11 N6113 P3959 MEMBAR Loop_entry !#11 N6114 P3960 BLD 142 -1 FP BE Pri !#11 N6115 P3961 MEMBAR Loop_exit !#11 N6116 P3962 MEMBAR Loop_entry !#11 N6117 P3963 BLD 20 -1 FP BE Pri !#11 N6118 P3964 MEMBAR Loop_exit !#11 N6119 P3962 MEMBAR Loop_entry !#11 N6120 P3963 BLD 20 -1 FP BE Pri !#11 N6121 P3964 MEMBAR Loop_exit !#11 N6122 P3965 MEMBAR Loop_entry !#11 N6123 P3966 BLD 16 -1 FP BE Pri !#11 N6124 P3967 MEMBAR Loop_exit !#11 N6125 P3965 MEMBAR Loop_entry !#11 N6126 P3966 BLD 16 -1 FP BE Pri !#11 N6127 P3967 MEMBAR Loop_exit !#11 N6128 P3968 MEMBAR Loop_entry !#11 N6129 P3969 BLD 218 -1 FP BE Pri !#11 N6130 P3970 MEMBAR Loop_exit !#11 N6131 P3968 MEMBAR Loop_entry !#11 N6132 P3969 BLD 218 -1 FP BE Pri !#11 N6133 P3970 MEMBAR Loop_exit !#11 N6134 P3971 MEMBAR Loop_entry !#11 N6135 P3972 BLD 25 -1 FP BE Pri !#11 N6136 P3973 MEMBAR Loop_exit !#11 N6137 P3974 MEMBAR Loop_entry !#11 N6138 P3975 BLD 22 -1 FP BE Pri !#11 N6139 P3976 MEMBAR Loop_exit !#11 N6140 P3977 MEMBAR Loop_entry !#11 N6141 P3978 BLD 257 -1 FP BE Pri !#11 N6142 P3979 MEMBAR Loop_exit !#11 N6143 P3977 MEMBAR Loop_entry !#11 N6144 P3978 BLD 257 -1 FP BE Pri !#11 N6145 P3979 MEMBAR Loop_exit !#11 N6146 P3980 MEMBAR Loop_entry !#11 N6147 P3981 BLD 146 -1 FP BE Pri !#11 N6148 P3982 MEMBAR Loop_exit !#11 N6149 P3980 MEMBAR Loop_entry !#11 N6150 P3981 BLD 146 -1 FP BE Pri !#11 N6151 P3982 MEMBAR Loop_exit !#11 N6152 P3983 IDC_FLIP 133 Int BE Pri Loop_entry !#11 N6153 P3984 MEMBAR !#11 N6154 P3985 BLD 301 -1 FP BE Pri !#11 N6155 P3986 MEMBAR Loop_exit !#11 N6156 P3987 MEMBAR Loop_entry !#11 N6157 P3988 BLD 114 -1 FP BE Pri !#11 N6158 P3989 MEMBAR Loop_exit !#11 N6159 P3987 MEMBAR Loop_entry !#11 N6160 P3988 BLD 114 -1 FP BE Pri !#11 N6161 P3989 MEMBAR Loop_exit !#11 N6162 P3990 MEMBAR Loop_entry !#11 N6163 P3991 BLD 234 -1 FP BE Pri !#11 N6164 P3992 MEMBAR Loop_exit !#11 N6165 P3993 MEMBAR Loop_entry !#11 N6166 P3994 BLD 185 -1 FP BE Pri !#11 N6167 P3995 MEMBAR Loop_exit !#11 N6168 P3993 MEMBAR Loop_entry !#11 N6169 P3994 BLD 185 -1 FP BE Pri !#11 N6170 P3995 MEMBAR Loop_exit !#11 N6171 P3996 MEMBAR Loop_entry !#11 N6172 P3997 BLD 351 -1 FP BE Pri !#11 N6173 P3998 MEMBAR Loop_exit !#11 N6174 P3999 MEMBAR Loop_entry !#11 N6175 P4000 BLD 356 -1 FP BE Pri !#11 N6176 P4001 MEMBAR Loop_exit !#11 N6177 P4002 MEMBAR Loop_entry !#11 N6178 P4003 BLD 232 -1 FP BE Pri !#11 N6179 P4004 MEMBAR Loop_exit !#11 N6180 P4005 MEMBAR Loop_entry !#11 N6181 P4006 BLD 328 -1 FP BE Pri !#11 N6182 P4007 MEMBAR Loop_exit !#11 N6183 P4008 PREFETCH 19 Int BE Pri Loop_entry Loop_exit !#11 N6184 P4008 PREFETCH 19 Int BE Pri Loop_entry Loop_exit !#11 N6185 P4009 MEMBAR Loop_entry !#11 N6186 P4010 BLD 326 -1 FP BE Pri !#11 N6187 P4011 MEMBAR Loop_exit !#11 N6188 P4012 MEMBAR Loop_entry !#11 N6189 P4013 BLD 134 -1 FP BE Pri !#11 N6190 P4014 MEMBAR Loop_exit !#11 N6191 P4012 MEMBAR Loop_entry !#11 N6192 P4013 BLD 134 -1 FP BE Pri !#11 N6193 P4014 MEMBAR Loop_exit !#11 N6194 P4015 MEMBAR Loop_entry !#11 N6195 P4016 BLD 308 -1 FP BE Pri !#11 N6196 P4017 MEMBAR Loop_exit !#11 N6197 P4015 MEMBAR Loop_entry !#11 N6198 P4016 BLD 308 -1 FP BE Pri !#11 N6199 P4017 MEMBAR Loop_exit !#11 N6200 P4018 MEMBAR Loop_entry !#11 N6201 P4019 BLD 30 -1 FP BE Pri !#11 N6202 P4020 MEMBAR Loop_exit !#11 N6203 P4021 MEMBAR Loop_entry !#11 N6204 P4022 BLD 15 -1 FP BE Pri !#11 N6205 P4023 MEMBAR Loop_exit !#11 N6206 P4024 PREFETCH 67 Int BE Pri Loop_entry Loop_exit !#11 N6207 P4024 PREFETCH 67 Int BE Pri Loop_entry Loop_exit !#11 N6208 P4025 MEMBAR Loop_entry !#11 N6209 P4026 BLD 110 -1 FP BE Pri !#11 N6210 P4027 MEMBAR Loop_exit !#11 N6211 P4028 MEMBAR Loop_entry !#11 N6212 P4029 BLD 313 -1 FP BE Pri !#11 N6213 P4030 MEMBAR Loop_exit !#11 N6214 P4028 MEMBAR Loop_entry !#11 N6215 P4029 BLD 313 -1 FP BE Pri !#11 N6216 P4030 MEMBAR Loop_exit !#11 N6217 P4031 ST 219 0x85800005 Int BE Pri Loop_entry !#11 N6218 P4032 MEMBAR !#11 N6219 P4033 BLD 260 -1 FP BE Pri !#11 N6220 P4034 MEMBAR Loop_exit !#11 N6221 P4035 MEMBAR Loop_entry !#11 N6222 P4036 BLD 182 -1 FP BE Pri !#11 N6223 P4037 MEMBAR Loop_exit !#11 N6224 P4035 MEMBAR Loop_entry !#11 N6225 P4036 BLD 182 -1 FP BE Pri !#11 N6226 P4037 MEMBAR Loop_exit !#11 N6227 P4038 MEMBAR Loop_entry !#11 N6228 P4039 BLD 101 -1 FP BE Pri !#11 N6229 P4040 MEMBAR Loop_exit !#11 N6230 P4038 MEMBAR Loop_entry !#11 N6231 P4039 BLD 101 -1 FP BE Pri !#11 N6232 P4040 MEMBAR Loop_exit !#11 N6233 P4041 IDC_FLIP 208 Int BE Pri Loop_entry !#11 N6234 P4042 IDC_FLIP 4 Int BE Pri Loop_exit !#11 N6235 P4043 MEMBAR Loop_entry !#11 N6236 P4044 BLD 83 -1 FP BE Pri !#11 N6237 P4045 MEMBAR Loop_exit !#11 N6238 P4043 MEMBAR Loop_entry !#11 N6239 P4044 BLD 83 -1 FP BE Pri !#11 N6240 P4045 MEMBAR Loop_exit !#11 N6241 P4046 MEMBAR !#12 N6242 P4047 MEMBAR Loop_entry !#12 N6243 P4048 BLD 340 -1 FP BE Pri !#12 N6244 P4049 MEMBAR Loop_exit !#12 N6245 P4050 MEMBAR Loop_entry !#12 N6246 P4051 BLD 107 -1 FP BE Pri !#12 N6247 P4052 MEMBAR Loop_exit !#12 N6248 P4053 MEMBAR Loop_entry !#12 N6249 P4054 BLD 193 -1 FP BE Pri !#12 N6250 P4055 MEMBAR Loop_exit !#12 N6251 P4053 MEMBAR Loop_entry !#12 N6252 P4054 BLD 193 -1 FP BE Pri !#12 N6253 P4055 MEMBAR Loop_exit !#12 N6254 P4056 MEMBAR Loop_entry !#12 N6255 P4057 BLD 86 -1 FP BE Pri !#12 N6256 P4058 MEMBAR Loop_exit !#12 N6257 P4056 MEMBAR Loop_entry !#12 N6258 P4057 BLD 86 -1 FP BE Pri !#12 N6259 P4058 MEMBAR Loop_exit !#12 N6260 P4059 MEMBAR Loop_entry Loop_exit !#12 N6261 P4059 MEMBAR Loop_entry Loop_exit !#12 N6262 P4060 IDC_FLIP 215 Int BE Pri Loop_entry !#12 N6263 P4061 MEMBAR !#12 N6264 P4062 BLD 340 -1 FP BE Pri !#12 N6265 P4063 MEMBAR Loop_exit !#12 N6266 P4064 MEMBAR Loop_entry !#12 N6267 P4065 BLD 317 -1 FP BE Pri !#12 N6268 P4066 MEMBAR Loop_exit !#12 N6269 P4064 MEMBAR Loop_entry !#12 N6270 P4065 BLD 317 -1 FP BE Pri !#12 N6271 P4066 MEMBAR Loop_exit !#12 N6272 P4067 FLUSHI 275 Int BE Pri Loop_entry Loop_exit !#12 N6273 P4067 FLUSHI 275 Int BE Pri Loop_entry Loop_exit !#12 N6274 P4068 MEMBAR Loop_entry !#12 N6275 P4069 BLD 249 -1 FP BE Pri !#12 N6276 P4070 MEMBAR Loop_exit !#12 N6277 P4071 MEMBAR Loop_entry !#12 N6278 P4072 BLD 185 -1 FP BE Pri !#12 N6279 P4073 MEMBAR Loop_exit !#12 N6280 P4074 PREFETCH 199 Int BE Pri Loop_entry Loop_exit !#12 N6281 P4075 MEMBAR Loop_entry !#12 N6282 P4076 BLD 78 -1 FP BE Pri !#12 N6283 P4077 MEMBAR Loop_exit !#12 N6284 P4078 MEMBAR Loop_entry !#12 N6285 P4079 BLD 346 -1 FP BE Pri !#12 N6286 P4080 MEMBAR Loop_exit !#12 N6287 P4078 MEMBAR Loop_entry !#12 N6288 P4079 BLD 346 -1 FP BE Pri !#12 N6289 P4080 MEMBAR Loop_exit !#12 N6290 P4081 MEMBAR Loop_entry !#12 N6291 P4082 BLD 248 -1 FP BE Pri !#12 N6292 P4083 MEMBAR Loop_exit !#12 N6293 P4081 MEMBAR Loop_entry !#12 N6294 P4082 BLD 248 -1 FP BE Pri !#12 N6295 P4083 MEMBAR Loop_exit !#12 N6296 P4084 MEMBAR Loop_entry !#12 N6297 P4085 BLD 299 -1 FP BE Pri !#12 N6298 P4086 MEMBAR Loop_exit !#12 N6299 P4084 MEMBAR Loop_entry !#12 N6300 P4085 BLD 299 -1 FP BE Pri !#12 N6301 P4086 MEMBAR Loop_exit !#12 N6302 P4087 MEMBAR Loop_entry !#12 N6303 P4088 BLD 153 -1 FP BE Pri !#12 N6304 P4089 MEMBAR Loop_exit !#12 N6305 P4087 MEMBAR Loop_entry !#12 N6306 P4088 BLD 153 -1 FP BE Pri !#12 N6307 P4089 MEMBAR Loop_exit !#12 N6308 P4090 ST 95 0x86000001 Int BE Pri Loop_entry !#12 N6309 P4091 MEMBAR !#12 N6310 P4092 BLD 177 -1 FP BE Pri !#12 N6311 P4093 MEMBAR Loop_exit !#12 N6312 P4090 ST 95 0x86000002 Int BE Pri Loop_entry !#12 N6313 P4091 MEMBAR !#12 N6314 P4092 BLD 177 -1 FP BE Pri !#12 N6315 P4093 MEMBAR Loop_exit !#12 N6316 P4094 MEMBAR Loop_entry !#12 N6317 P4095 BLD 76 -1 FP BE Pri !#12 N6318 P4096 MEMBAR Loop_exit !#12 N6319 P4097 MEMBAR Loop_entry !#12 N6320 P4098 BLD 6 -1 FP BE Pri !#12 N6321 P4098 BLD 7 -1 FP BE Pri !#12 N6322 P4099 MEMBAR Loop_exit !#12 N6323 P4100 MEMBAR Loop_entry !#12 N6324 P4101 BLD 69 -1 FP BE Pri !#12 N6325 P4102 MEMBAR Loop_exit !#12 N6326 P4103 MEMBAR Loop_entry !#12 N6327 P4104 BLD 62 -1 FP BE Pri !#12 N6328 P4104 BLD 63 -1 FP BE Pri !#12 N6329 P4105 MEMBAR Loop_exit !#12 N6330 P4106 MEMBAR Loop_entry !#12 N6331 P4107 BLD 30 -1 FP BE Pri !#12 N6332 P4108 MEMBAR Loop_exit !#12 N6333 P4109 MEMBAR Loop_entry !#12 N6334 P4110 BLD 4 -1 FP BE Pri !#12 N6335 P4111 MEMBAR Loop_exit !#12 N6336 P4109 MEMBAR Loop_entry !#12 N6337 P4110 BLD 4 -1 FP BE Pri !#12 N6338 P4111 MEMBAR Loop_exit !#12 N6339 P4112 MEMBAR Loop_entry !#12 N6340 P4113 BLD 294 -1 FP BE Pri !#12 N6341 P4114 MEMBAR Loop_exit !#12 N6342 P4115 MEMBAR Loop_entry !#12 N6343 P4116 BLD 212 -1 FP BE Pri !#12 N6344 P4117 MEMBAR Loop_exit !#12 N6345 P4118 MEMBAR Loop_entry !#12 N6346 P4119 BLD 84 -1 FP BE Pri !#12 N6347 P4120 MEMBAR Loop_exit !#12 N6348 P4118 MEMBAR Loop_entry !#12 N6349 P4119 BLD 84 -1 FP BE Pri !#12 N6350 P4120 MEMBAR Loop_exit !#12 N6351 P4121 MEMBAR Loop_entry !#12 N6352 P4122 BLD 212 -1 FP BE Pri !#12 N6353 P4123 MEMBAR Loop_exit !#12 N6354 P4124 MEMBAR Loop_entry !#12 N6355 P4125 BLD 171 -1 FP BE Pri !#12 N6356 P4126 MEMBAR Loop_exit !#12 N6357 P4127 MEMBAR Loop_entry !#12 N6358 P4128 BLD 1 -1 FP BE Pri !#12 N6359 P4129 MEMBAR Loop_exit !#12 N6360 P4127 MEMBAR Loop_entry !#12 N6361 P4128 BLD 1 -1 FP BE Pri !#12 N6362 P4129 MEMBAR Loop_exit !#12 N6363 P4130 MEMBAR Loop_entry !#12 N6364 P4131 BLD 190 -1 FP BE Pri !#12 N6365 P4132 MEMBAR Loop_exit !#12 N6366 P4133 MEMBAR Loop_entry !#12 N6367 P4134 BLD 111 -1 FP BE Pri !#12 N6368 P4134 BLD 112 -1 FP BE Pri !#12 N6369 P4134 BLD 113 -1 FP BE Pri !#12 N6370 P4135 MEMBAR Loop_exit !#12 N6371 P4136 MEMBAR Loop_entry !#12 N6372 P4137 BLD 49 -1 FP BE Pri !#12 N6373 P4138 MEMBAR Loop_exit !#12 N6374 P4136 MEMBAR Loop_entry !#12 N6375 P4137 BLD 49 -1 FP BE Pri !#12 N6376 P4138 MEMBAR Loop_exit !#12 N6377 P4139 MEMBAR Loop_entry !#12 N6378 P4140 BLD 277 -1 FP BE Pri !#12 N6379 P4141 MEMBAR Loop_exit !#12 N6380 P4142 MEMBAR Loop_entry !#12 N6381 P4143 BLD 331 -1 FP BE Pri !#12 N6382 P4143 BLD 332 -1 FP BE Pri !#12 N6383 P4144 MEMBAR Loop_exit !#12 N6384 P4142 MEMBAR Loop_entry !#12 N6385 P4143 BLD 331 -1 FP BE Pri !#12 N6386 P4143 BLD 332 -1 FP BE Pri !#12 N6387 P4144 MEMBAR Loop_exit !#12 N6388 P4145 MEMBAR Loop_entry !#12 N6389 P4146 BLD 358 -1 FP BE Pri !#12 N6390 P4147 MEMBAR Loop_exit !#12 N6391 P4145 MEMBAR Loop_entry !#12 N6392 P4146 BLD 358 -1 FP BE Pri !#12 N6393 P4147 MEMBAR Loop_exit !#12 N6394 P4148 MEMBAR Loop_entry !#12 N6395 P4149 BLD 154 -1 FP BE Pri !#12 N6396 P4150 MEMBAR Loop_exit !#12 N6397 P4151 MEMBAR Loop_entry !#12 N6398 P4152 BLD 62 -1 FP BE Pri !#12 N6399 P4152 BLD 63 -1 FP BE Pri !#12 N6400 P4153 MEMBAR Loop_exit !#12 N6401 P4151 MEMBAR Loop_entry !#12 N6402 P4152 BLD 62 -1 FP BE Pri !#12 N6403 P4152 BLD 63 -1 FP BE Pri !#12 N6404 P4153 MEMBAR Loop_exit !#12 N6405 P4154 MEMBAR Loop_entry !#12 N6406 P4155 BLD 338 -1 FP BE Pri !#12 N6407 P4156 MEMBAR Loop_exit !#12 N6408 P4157 MEMBAR Loop_entry !#12 N6409 P4158 BLD 260 -1 FP BE Pri !#12 N6410 P4159 MEMBAR Loop_exit !#12 N6411 P4157 MEMBAR Loop_entry !#12 N6412 P4158 BLD 260 -1 FP BE Pri !#12 N6413 P4159 MEMBAR Loop_exit !#12 N6414 P4160 ST 205 0x86000003 Int LE Pri Loop_entry Loop_exit !#12 N6415 P4161 MEMBAR Loop_entry !#12 N6416 P4162 BLD 165 -1 FP BE Pri !#12 N6417 P4163 MEMBAR Loop_exit !#12 N6418 P4161 MEMBAR Loop_entry !#12 N6419 P4162 BLD 165 -1 FP BE Pri !#12 N6420 P4163 MEMBAR Loop_exit !#12 N6421 P4164 MEMBAR Loop_entry !#12 N6422 P4165 BLD 83 -1 FP BE Pri !#12 N6423 P4166 MEMBAR Loop_exit !#12 N6424 P4167 IDC_FLIP 46 Int BE Pri Loop_entry !#12 N6425 P4168 MEMBAR !#12 N6426 P4169 BLD 61 -1 FP BE Pri !#12 N6427 P4170 MEMBAR Loop_exit !#12 N6428 P4171 MEMBAR Loop_entry !#12 N6429 P4172 BLD 53 -1 FP BE Pri !#12 N6430 P4173 MEMBAR Loop_exit !#12 N6431 P4171 MEMBAR Loop_entry !#12 N6432 P4172 BLD 53 -1 FP BE Pri !#12 N6433 P4173 MEMBAR Loop_exit !#12 N6434 P4174 IDC_FLIP 22 Int BE Pri Loop_entry !#12 N6435 P4175 MEMBAR !#12 N6436 P4176 BLD 94 -1 FP BE Pri !#12 N6437 P4176 BLD 95 -1 FP BE Pri !#12 N6438 P4177 MEMBAR Loop_exit !#12 N6439 P4174 IDC_FLIP 22 Int BE Pri Loop_entry !#12 N6440 P4175 MEMBAR !#12 N6441 P4176 BLD 94 -1 FP BE Pri !#12 N6442 P4176 BLD 95 -1 FP BE Pri !#12 N6443 P4177 MEMBAR Loop_exit !#12 N6444 P4178 MEMBAR Loop_entry !#12 N6445 P4179 BLD 251 -1 FP BE Pri !#12 N6446 P4180 MEMBAR Loop_exit !#12 N6447 P4178 MEMBAR Loop_entry !#12 N6448 P4179 BLD 251 -1 FP BE Pri !#12 N6449 P4180 MEMBAR Loop_exit !#12 N6450 P4181 MEMBAR Loop_entry !#12 N6451 P4182 BLD 78 -1 FP BE Pri !#12 N6452 P4183 MEMBAR Loop_exit !#12 N6453 P4181 MEMBAR Loop_entry !#12 N6454 P4182 BLD 78 -1 FP BE Pri !#12 N6455 P4183 MEMBAR Loop_exit !#12 N6456 P4184 MEMBAR Loop_entry !#12 N6457 P4185 BLD 232 -1 FP BE Pri !#12 N6458 P4186 MEMBAR Loop_exit !#12 N6459 P4184 MEMBAR Loop_entry !#12 N6460 P4185 BLD 232 -1 FP BE Pri !#12 N6461 P4186 MEMBAR Loop_exit !#12 N6462 P4187 MEMBAR Loop_entry !#12 N6463 P4188 BLD 184 -1 FP BE Pri !#12 N6464 P4189 MEMBAR Loop_exit !#12 N6465 P4190 MEMBAR Loop_entry !#12 N6466 P4191 BLD 76 -1 FP BE Pri !#12 N6467 P4192 MEMBAR Loop_exit !#12 N6468 P4193 MEMBAR Loop_entry !#12 N6469 P4194 BLD 325 -1 FP BE Pri !#12 N6470 P4195 MEMBAR Loop_exit !#12 N6471 P4193 MEMBAR Loop_entry !#12 N6472 P4194 BLD 325 -1 FP BE Pri !#12 N6473 P4195 MEMBAR Loop_exit !#12 N6474 P4196 MEMBAR Loop_entry !#12 N6475 P4197 BLD 58 -1 FP BE Pri !#12 N6476 P4198 MEMBAR Loop_exit !#12 N6477 P4199 MEMBAR Loop_entry !#12 N6478 P4200 BLD 18 -1 FP BE Pri !#12 N6479 P4201 MEMBAR Loop_exit !#12 N6480 P4202 ST 196 0x86000004 Int BE Pri Loop_entry Loop_exit !#12 N6481 P4203 IDC_FLIP 319 Int BE Pri Loop_entry !#12 N6482 P4204 MEMBAR !#12 N6483 P4205 BLD 102 -1 FP BE Pri !#12 N6484 P4205 BLD 103 -1 FP BE Pri !#12 N6485 P4205 BLD 104 -1 FP BE Pri !#12 N6486 P4206 MEMBAR Loop_exit !#12 N6487 P4207 MEMBAR Loop_entry !#12 N6488 P4208 BLD 317 -1 FP BE Pri !#12 N6489 P4209 MEMBAR Loop_exit !#12 N6490 P4207 MEMBAR Loop_entry !#12 N6491 P4208 BLD 317 -1 FP BE Pri !#12 N6492 P4209 MEMBAR Loop_exit !#12 N6493 P4210 MEMBAR Loop_entry !#12 N6494 P4211 BLD 46 -1 FP BE Pri !#12 N6495 P4212 MEMBAR Loop_exit !#12 N6496 P4213 MEMBAR Loop_entry !#12 N6497 P4214 BLD 170 -1 FP BE Pri !#12 N6498 P4215 MEMBAR Loop_exit !#12 N6499 P4213 MEMBAR Loop_entry !#12 N6500 P4214 BLD 170 -1 FP BE Pri !#12 N6501 P4215 MEMBAR Loop_exit !#12 N6502 P4216 IDC_FLIP 170 Int BE Pri Loop_entry !#12 N6503 P4217 MEMBAR !#12 N6504 P4218 BLD 230 -1 FP BE Pri !#12 N6505 P4219 MEMBAR Loop_exit !#12 N6506 P4220 MEMBAR Loop_entry !#12 N6507 P4221 BLD 39 -1 FP BE Pri !#12 N6508 P4222 MEMBAR Loop_exit !#12 N6509 P4220 MEMBAR Loop_entry !#12 N6510 P4221 BLD 39 -1 FP BE Pri !#12 N6511 P4222 MEMBAR Loop_exit !#12 N6512 P4223 MEMBAR Loop_entry !#12 N6513 P4224 BLD 30 -1 FP BE Pri !#12 N6514 P4225 MEMBAR Loop_exit !#12 N6515 P4226 MEMBAR Loop_entry !#12 N6516 P4227 BLD 354 -1 FP BE Pri !#12 N6517 P4228 MEMBAR Loop_exit !#12 N6518 P4226 MEMBAR Loop_entry !#12 N6519 P4227 BLD 354 -1 FP BE Pri !#12 N6520 P4228 MEMBAR Loop_exit !#12 N6521 P4229 LD 115 -1 Int BE Pri Loop_entry !#12 N6522 P4230 MEMBAR !#12 N6523 P4231 BLD 157 -1 FP BE Pri !#12 N6524 P4232 MEMBAR !#12 N6525 P4233 LD 236 -1 Int BE Pri Loop_exit !#12 N6526 P4234 MEMBAR Loop_entry !#12 N6527 P4235 BLD 2 -1 FP BE Pri !#12 N6528 P4236 MEMBAR Loop_exit !#12 N6529 P4237 ST 85 0x86000005 Int BE Pri Loop_entry !#12 N6530 P4238 MEMBAR !#12 N6531 P4239 BLD 211 -1 FP BE Pri !#12 N6532 P4240 MEMBAR Loop_exit !#12 N6533 P4241 MEMBAR Loop_entry !#12 N6534 P4242 BLD 59 -1 FP BE Pri !#12 N6535 P4243 MEMBAR Loop_exit !#12 N6536 P4241 MEMBAR Loop_entry !#12 N6537 P4242 BLD 59 -1 FP BE Pri !#12 N6538 P4243 MEMBAR Loop_exit !#12 N6539 P4244 MEMBAR Loop_entry !#12 N6540 P4245 BLD 89 -1 FP BE Pri !#12 N6541 P4245 BLD 90 -1 FP BE Pri !#12 N6542 P4246 MEMBAR Loop_exit !#12 N6543 P4244 MEMBAR Loop_entry !#12 N6544 P4245 BLD 89 -1 FP BE Pri !#12 N6545 P4245 BLD 90 -1 FP BE Pri !#12 N6546 P4246 MEMBAR Loop_exit !#12 N6547 P4247 MEMBAR Loop_entry !#12 N6548 P4248 BLD 70 -1 FP BE Pri !#12 N6549 P4249 MEMBAR Loop_exit !#12 N6550 P4247 MEMBAR Loop_entry !#12 N6551 P4248 BLD 70 -1 FP BE Pri !#12 N6552 P4249 MEMBAR Loop_exit !#12 N6553 P4250 MEMBAR Loop_entry !#12 N6554 P4251 BLD 302 -1 FP BE Pri !#12 N6555 P4252 MEMBAR Loop_exit !#12 N6556 P4253 MEMBAR Loop_entry !#12 N6557 P4254 BLD 62 -1 FP BE Pri !#12 N6558 P4254 BLD 63 -1 FP BE Pri !#12 N6559 P4255 MEMBAR Loop_exit !#12 N6560 P4256 MEMBAR Loop_entry !#12 N6561 P4257 BLD 114 -1 FP BE Pri !#12 N6562 P4258 MEMBAR Loop_exit !#12 N6563 P4259 MEMBAR Loop_entry !#12 N6564 P4260 BLD 208 -1 FP BE Pri !#12 N6565 P4261 MEMBAR Loop_exit !#12 N6566 P4259 MEMBAR Loop_entry !#12 N6567 P4260 BLD 208 -1 FP BE Pri !#12 N6568 P4261 MEMBAR Loop_exit !#12 N6569 P4262 MEMBAR Loop_entry !#12 N6570 P4263 BLD 120 -1 FP BE Pri !#12 N6571 P4264 MEMBAR Loop_exit !#12 N6572 P4262 MEMBAR Loop_entry !#12 N6573 P4263 BLD 120 -1 FP BE Pri !#12 N6574 P4264 MEMBAR Loop_exit !#12 N6575 P4265 MEMBAR Loop_entry !#12 N6576 P4266 BLD 28 -1 FP BE Pri !#12 N6577 P4267 MEMBAR Loop_exit !#12 N6578 P4268 MEMBAR Loop_entry !#12 N6579 P4269 BLD 282 -1 FP BE Pri !#12 N6580 P4270 MEMBAR Loop_exit !#12 N6581 P4268 MEMBAR Loop_entry !#12 N6582 P4269 BLD 282 -1 FP BE Pri !#12 N6583 P4270 MEMBAR Loop_exit !#12 N6584 P4271 MEMBAR Loop_entry !#12 N6585 P4272 BLD 280 -1 FP BE Pri !#12 N6586 P4273 MEMBAR Loop_exit !#12 N6587 P4271 MEMBAR Loop_entry !#12 N6588 P4272 BLD 280 -1 FP BE Pri !#12 N6589 P4273 MEMBAR Loop_exit !#12 N6590 P4274 MEMBAR Loop_entry !#12 N6591 P4275 BLD 181 -1 FP BE Pri !#12 N6592 P4276 MEMBAR Loop_exit !#12 N6593 P4274 MEMBAR Loop_entry !#12 N6594 P4275 BLD 181 -1 FP BE Pri !#12 N6595 P4276 MEMBAR Loop_exit !#12 N6596 P4277 MEMBAR Loop_entry !#12 N6597 P4278 BLD 281 -1 FP BE Pri !#12 N6598 P4279 MEMBAR Loop_exit !#12 N6599 P4277 MEMBAR Loop_entry !#12 N6600 P4278 BLD 281 -1 FP BE Pri !#12 N6601 P4279 MEMBAR Loop_exit !#12 N6602 P4280 MEMBAR Loop_entry !#12 N6603 P4281 BLD 266 -1 FP BE Pri !#12 N6604 P4282 MEMBAR Loop_exit !#12 N6605 P4280 MEMBAR Loop_entry !#12 N6606 P4281 BLD 266 -1 FP BE Pri !#12 N6607 P4282 MEMBAR Loop_exit !#12 N6608 P4283 MEMBAR Loop_entry !#12 N6609 P4284 BLD 129 -1 FP BE Pri !#12 N6610 P4285 MEMBAR Loop_exit !#12 N6611 P4283 MEMBAR Loop_entry !#12 N6612 P4284 BLD 129 -1 FP BE Pri !#12 N6613 P4285 MEMBAR Loop_exit !#12 N6614 P4286 MEMBAR Loop_entry !#12 N6615 P4287 BLD 181 -1 FP BE Pri !#12 N6616 P4288 MEMBAR Loop_exit !#12 N6617 P4286 MEMBAR Loop_entry !#12 N6618 P4287 BLD 181 -1 FP BE Pri !#12 N6619 P4288 MEMBAR Loop_exit !#12 N6620 P4289 MEMBAR Loop_entry !#12 N6621 P4290 BLD 32 -1 FP BE Pri !#12 N6622 P4290 BLD 33 -1 FP BE Pri !#12 N6623 P4291 MEMBAR Loop_exit !#12 N6624 P4289 MEMBAR Loop_entry !#12 N6625 P4290 BLD 32 -1 FP BE Pri !#12 N6626 P4290 BLD 33 -1 FP BE Pri !#12 N6627 P4291 MEMBAR Loop_exit !#12 N6628 P4292 MEMBAR Loop_entry !#12 N6629 P4293 IDC_FLIP 112 Int BE Pri Loop_exit !#12 N6630 P4294 MEMBAR Loop_entry !#12 N6631 P4295 BLD 328 -1 FP BE Pri !#12 N6632 P4296 MEMBAR Loop_exit !#12 N6633 P4294 MEMBAR Loop_entry !#12 N6634 P4295 BLD 328 -1 FP BE Pri !#12 N6635 P4296 MEMBAR Loop_exit !#12 N6636 P4297 MEMBAR Loop_entry !#12 N6637 P4298 BLD 313 -1 FP BE Pri !#12 N6638 P4299 MEMBAR Loop_exit !#12 N6639 P4300 MEMBAR Loop_entry !#12 N6640 P4301 BLD 218 -1 FP BE Pri !#12 N6641 P4302 MEMBAR Loop_exit !#12 N6642 P4300 MEMBAR Loop_entry !#12 N6643 P4301 BLD 218 -1 FP BE Pri !#12 N6644 P4302 MEMBAR Loop_exit !#12 N6645 P4303 MEMBAR Loop_entry !#12 N6646 P4304 BLD 204 -1 FP BE Pri !#12 N6647 P4305 MEMBAR Loop_exit !#12 N6648 P4306 MEMBAR Loop_entry !#12 N6649 P4307 BLD 261 -1 FP BE Pri !#12 N6650 P4308 MEMBAR Loop_exit !#12 N6651 P4306 MEMBAR Loop_entry !#12 N6652 P4307 BLD 261 -1 FP BE Pri !#12 N6653 P4308 MEMBAR Loop_exit !#12 N6654 P4309 MEMBAR Loop_entry !#12 N6655 P4310 BLD 190 -1 FP BE Pri !#12 N6656 P4311 MEMBAR Loop_exit !#12 N6657 P4312 MEMBAR Loop_entry !#12 N6658 P4313 BLD 250 -1 FP BE Pri !#12 N6659 P4314 MEMBAR Loop_exit !#12 N6660 P4312 MEMBAR Loop_entry !#12 N6661 P4313 BLD 250 -1 FP BE Pri !#12 N6662 P4314 MEMBAR Loop_exit !#12 N6663 P4315 MEMBAR Loop_entry !#12 N6664 P4316 BLD 53 -1 FP BE Pri !#12 N6665 P4317 MEMBAR Loop_exit !#12 N6666 P4318 MEMBAR Loop_entry !#12 N6667 P4319 BLD 201 -1 FP BE Pri !#12 N6668 P4320 MEMBAR Loop_exit !#12 N6669 P4318 MEMBAR Loop_entry !#12 N6670 P4319 BLD 201 -1 FP BE Pri !#12 N6671 P4320 MEMBAR Loop_exit !#12 N6672 P4321 MEMBAR Loop_entry !#12 N6673 P4322 BLD 319 -1 FP BE Pri !#12 N6674 P4323 MEMBAR Loop_exit !#12 N6675 P4324 MEMBAR Loop_entry !#12 N6676 P4325 BLD 18 -1 FP BE Pri !#12 N6677 P4326 MEMBAR Loop_exit !#12 N6678 P4327 MEMBAR Loop_entry !#12 N6679 P4328 BLD 215 -1 FP BE Pri !#12 N6680 P4328 BLD 216 -1 FP BE Pri !#12 N6681 P4329 MEMBAR Loop_exit !#12 N6682 P4330 MEMBAR Loop_entry !#12 N6683 P4331 BLD 83 -1 FP BE Pri !#12 N6684 P4332 MEMBAR Loop_exit !#12 N6685 P4330 MEMBAR Loop_entry !#12 N6686 P4331 BLD 83 -1 FP BE Pri !#12 N6687 P4332 MEMBAR Loop_exit !#12 N6688 P4333 MEMBAR Loop_entry !#12 N6689 P4334 BLD 279 -1 FP BE Pri !#12 N6690 P4335 MEMBAR Loop_exit !#12 N6691 P4336 MEMBAR Loop_entry !#12 N6692 P4337 BLD 236 -1 FP BE Pri !#12 N6693 P4338 MEMBAR Loop_exit !#12 N6694 P4339 MEMBAR Loop_entry !#12 N6695 P4340 BLD 194 -1 FP BE Pri !#12 N6696 P4341 MEMBAR Loop_exit !#12 N6697 P4339 MEMBAR Loop_entry !#12 N6698 P4340 BLD 194 -1 FP BE Pri !#12 N6699 P4341 MEMBAR Loop_exit !#12 N6700 P4342 MEMBAR Loop_entry !#12 N6701 P4343 BLD 266 -1 FP BE Pri !#12 N6702 P4344 MEMBAR Loop_exit !#12 N6703 P4345 MEMBAR Loop_entry !#12 N6704 P4346 BLD 172 -1 FP BE Pri !#12 N6705 P4347 MEMBAR Loop_exit !#12 N6706 P4345 MEMBAR Loop_entry !#12 N6707 P4346 BLD 172 -1 FP BE Pri !#12 N6708 P4347 MEMBAR Loop_exit !#12 N6709 P4348 MEMBAR Loop_entry !#12 N6710 P4349 BLD 338 -1 FP BE Pri !#12 N6711 P4350 MEMBAR Loop_exit !#12 N6712 P4348 MEMBAR Loop_entry !#12 N6713 P4349 BLD 338 -1 FP BE Pri !#12 N6714 P4350 MEMBAR Loop_exit !#12 N6715 P4351 MEMBAR Loop_entry !#12 N6716 P4352 BLD 269 -1 FP BE Pri !#12 N6717 P4353 MEMBAR Loop_exit !#12 N6718 P4351 MEMBAR Loop_entry !#12 N6719 P4352 BLD 269 -1 FP BE Pri !#12 N6720 P4353 MEMBAR Loop_exit !#12 N6721 P4354 MEMBAR Loop_entry !#12 N6722 P4355 BLD 64 -1 FP BE Pri !#12 N6723 P4356 MEMBAR Loop_exit !#12 N6724 P4357 MEMBAR Loop_entry !#12 N6725 P4358 BLD 147 -1 FP BE Pri !#12 N6726 P4359 MEMBAR Loop_exit !#12 N6727 P4360 MEMBAR Loop_entry !#12 N6728 P4361 BLD 68 -1 FP BE Pri !#12 N6729 P4362 MEMBAR Loop_exit !#12 N6730 P4363 MEMBAR Loop_entry !#12 N6731 P4364 BLD 287 -1 FP BE Pri !#12 N6732 P4365 MEMBAR Loop_exit !#12 N6733 P4363 MEMBAR Loop_entry !#12 N6734 P4364 BLD 287 -1 FP BE Pri !#12 N6735 P4365 MEMBAR Loop_exit !#12 N6736 P4366 MEMBAR Loop_entry !#12 N6737 P4367 BLD 35 -1 FP BE Pri !#12 N6738 P4368 MEMBAR Loop_exit !#12 N6739 P4369 MEMBAR Loop_entry !#12 N6740 P4370 BLD 200 -1 FP BE Pri !#12 N6741 P4371 MEMBAR Loop_exit !#12 N6742 P4372 MEMBAR Loop_entry !#12 N6743 P4373 BLD 55 -1 FP BE Pri !#12 N6744 P4374 MEMBAR Loop_exit !#12 N6745 P4375 MEMBAR Loop_entry !#12 N6746 P4376 BLD 172 -1 FP BE Pri !#12 N6747 P4377 MEMBAR Loop_exit !#12 N6748 P4375 MEMBAR Loop_entry !#12 N6749 P4376 BLD 172 -1 FP BE Pri !#12 N6750 P4377 MEMBAR Loop_exit !#12 N6751 P4378 MEMBAR Loop_entry !#12 N6752 P4379 BLD 330 -1 FP BE Pri !#12 N6753 P4380 MEMBAR Loop_exit !#12 N6754 P4381 IDC_FLIP 31 Int BE Pri Loop_entry Loop_exit !#12 N6755 P4382 MEMBAR Loop_entry !#12 N6756 P4383 BLD 140 -1 FP BE Pri !#12 N6757 P4384 MEMBAR Loop_exit !#12 N6758 P4385 MEMBAR Loop_entry !#12 N6759 P4386 BLD 102 -1 FP BE Pri !#12 N6760 P4386 BLD 103 -1 FP BE Pri !#12 N6761 P4386 BLD 104 -1 FP BE Pri !#12 N6762 P4387 MEMBAR Loop_exit !#12 N6763 P4388 MEMBAR !#13 N6764 P4389 MEMBAR Loop_entry !#13 N6765 P4390 BLD 353 -1 FP BE Pri !#13 N6766 P4391 MEMBAR Loop_exit !#13 N6767 P4392 MEMBAR Loop_entry !#13 N6768 P4393 BLD 124 -1 FP BE Pri !#13 N6769 P4393 BLD 125 -1 FP BE Pri !#13 N6770 P4393 BLD 126 -1 FP BE Pri !#13 N6771 P4394 MEMBAR Loop_exit !#13 N6772 P4392 MEMBAR Loop_entry !#13 N6773 P4393 BLD 124 -1 FP BE Pri !#13 N6774 P4393 BLD 125 -1 FP BE Pri !#13 N6775 P4393 BLD 126 -1 FP BE Pri !#13 N6776 P4394 MEMBAR Loop_exit !#13 N6777 P4395 MEMBAR Loop_entry !#13 N6778 P4396 BLD 308 -1 FP BE Pri !#13 N6779 P4397 MEMBAR Loop_exit !#13 N6780 P4395 MEMBAR Loop_entry !#13 N6781 P4396 BLD 308 -1 FP BE Pri !#13 N6782 P4397 MEMBAR Loop_exit !#13 N6783 P4398 MEMBAR Loop_entry !#13 N6784 P4399 BLD 44 -1 FP BE Pri !#13 N6785 P4400 MEMBAR Loop_exit !#13 N6786 P4401 MEMBAR Loop_entry !#13 N6787 P4402 BLD 4 -1 FP BE Pri !#13 N6788 P4403 MEMBAR Loop_exit !#13 N6789 P4401 MEMBAR Loop_entry !#13 N6790 P4402 BLD 4 -1 FP BE Pri !#13 N6791 P4403 MEMBAR Loop_exit !#13 N6792 P4404 MEMBAR Loop_entry !#13 N6793 P4405 BLD 188 -1 FP BE Pri !#13 N6794 P4406 MEMBAR Loop_exit !#13 N6795 P4404 MEMBAR Loop_entry !#13 N6796 P4405 BLD 188 -1 FP BE Pri !#13 N6797 P4406 MEMBAR Loop_exit !#13 N6798 P4407 MEMBAR Loop_entry !#13 N6799 P4408 BLD 325 -1 FP BE Pri !#13 N6800 P4409 MEMBAR Loop_exit !#13 N6801 P4410 ST 259 0x86800001 Int BE Pri Loop_entry Loop_exit !#13 N6802 P4410 ST 259 0x86800002 Int BE Pri Loop_entry Loop_exit !#13 N6803 P4411 MEMBAR Loop_entry !#13 N6804 P4412 BLD 158 -1 FP BE Pri !#13 N6805 P4413 MEMBAR Loop_exit !#13 N6806 P4411 MEMBAR Loop_entry !#13 N6807 P4412 BLD 158 -1 FP BE Pri !#13 N6808 P4413 MEMBAR Loop_exit !#13 N6809 P4414 MEMBAR Loop_entry !#13 N6810 P4415 BLD 286 -1 FP BE Pri !#13 N6811 P4416 MEMBAR Loop_exit !#13 N6812 P4417 MEMBAR Loop_entry !#13 N6813 P4418 BLD 195 -1 FP BE Pri !#13 N6814 P4419 MEMBAR Loop_exit !#13 N6815 P4417 MEMBAR Loop_entry !#13 N6816 P4418 BLD 195 -1 FP BE Pri !#13 N6817 P4419 MEMBAR Loop_exit !#13 N6818 P4420 PREFETCH 202 Int BE Pri Loop_entry Loop_exit !#13 N6819 P4420 PREFETCH 202 Int BE Pri Loop_entry Loop_exit !#13 N6820 P4421 MEMBAR Loop_entry !#13 N6821 P4422 BLD 352 -1 FP BE Pri !#13 N6822 P4423 MEMBAR Loop_exit !#13 N6823 P4424 ST 111 0x86800003 Int BE Pri Loop_entry Loop_exit !#13 N6824 P4424 ST 111 0x86800004 Int BE Pri Loop_entry Loop_exit !#13 N6825 P4425 IDC_FLIP 46 Int BE Pri Loop_entry Loop_exit !#13 N6826 P4426 MEMBAR Loop_entry !#13 N6827 P4427 BLD 44 -1 FP BE Pri !#13 N6828 P4428 MEMBAR Loop_exit !#13 N6829 P4429 MEMBAR Loop_entry !#13 N6830 P4430 BLD 36 -1 FP BE Pri !#13 N6831 P4431 MEMBAR Loop_exit !#13 N6832 P4429 MEMBAR Loop_entry !#13 N6833 P4430 BLD 36 -1 FP BE Pri !#13 N6834 P4431 MEMBAR Loop_exit !#13 N6835 P4432 MEMBAR Loop_entry !#13 N6836 P4433 BLD 253 -1 FP BE Pri !#13 N6837 P4434 MEMBAR Loop_exit !#13 N6838 P4435 MEMBAR Loop_entry !#13 N6839 P4436 BLD 132 -1 FP BE Pri !#13 N6840 P4437 MEMBAR Loop_exit !#13 N6841 P4435 MEMBAR Loop_entry !#13 N6842 P4436 BLD 132 -1 FP BE Pri !#13 N6843 P4437 MEMBAR Loop_exit !#13 N6844 P4438 MEMBAR Loop_entry !#13 N6845 P4439 BLD 94 -1 FP BE Pri !#13 N6846 P4439 BLD 95 -1 FP BE Pri !#13 N6847 P4440 MEMBAR Loop_exit !#13 N6848 P4438 MEMBAR Loop_entry !#13 N6849 P4439 BLD 94 -1 FP BE Pri !#13 N6850 P4439 BLD 95 -1 FP BE Pri !#13 N6851 P4440 MEMBAR Loop_exit !#13 N6852 P4441 MEMBAR Loop_entry !#13 N6853 P4442 BLD 94 -1 FP BE Pri !#13 N6854 P4442 BLD 95 -1 FP BE Pri !#13 N6855 P4443 MEMBAR Loop_exit !#13 N6856 P4444 MEMBAR Loop_entry !#13 N6857 P4445 BLD 198 -1 FP BE Pri !#13 N6858 P4446 MEMBAR Loop_exit !#13 N6859 P4444 MEMBAR Loop_entry !#13 N6860 P4445 BLD 198 -1 FP BE Pri !#13 N6861 P4446 MEMBAR Loop_exit !#13 N6862 P4447 MEMBAR Loop_entry !#13 N6863 P4448 BLD 295 -1 FP BE Pri !#13 N6864 P4448 BLD 296 -1 FP BE Pri !#13 N6865 P4449 MEMBAR Loop_exit !#13 N6866 P4447 MEMBAR Loop_entry !#13 N6867 P4448 BLD 295 -1 FP BE Pri !#13 N6868 P4448 BLD 296 -1 FP BE Pri !#13 N6869 P4449 MEMBAR Loop_exit !#13 N6870 P4450 MEMBAR Loop_entry !#13 N6871 P4451 BLD 107 -1 FP BE Pri !#13 N6872 P4452 MEMBAR Loop_exit !#13 N6873 P4453 MEMBAR Loop_entry !#13 N6874 P4454 BLD 280 -1 FP BE Pri !#13 N6875 P4455 MEMBAR Loop_exit !#13 N6876 P4453 MEMBAR Loop_entry !#13 N6877 P4454 BLD 280 -1 FP BE Pri !#13 N6878 P4455 MEMBAR Loop_exit !#13 N6879 P4456 MEMBAR Loop_entry !#13 N6880 P4457 BLD 159 -1 FP BE Pri !#13 N6881 P4458 MEMBAR Loop_exit !#13 N6882 P4456 MEMBAR Loop_entry !#13 N6883 P4457 BLD 159 -1 FP BE Pri !#13 N6884 P4458 MEMBAR Loop_exit !#13 N6885 P4459 MEMBAR Loop_entry !#13 N6886 P4460 BLD 34 -1 FP BE Pri !#13 N6887 P4461 MEMBAR Loop_exit !#13 N6888 P4459 MEMBAR Loop_entry !#13 N6889 P4460 BLD 34 -1 FP BE Pri !#13 N6890 P4461 MEMBAR Loop_exit !#13 N6891 P4462 MEMBAR Loop_entry !#13 N6892 P4463 BLD 86 -1 FP BE Pri !#13 N6893 P4464 MEMBAR Loop_exit !#13 N6894 P4462 MEMBAR Loop_entry !#13 N6895 P4463 BLD 86 -1 FP BE Pri !#13 N6896 P4464 MEMBAR Loop_exit !#13 N6897 P4465 MEMBAR Loop_entry !#13 N6898 P4466 BLD 302 -1 FP BE Pri !#13 N6899 P4467 MEMBAR Loop_exit !#13 N6900 P4468 MEMBAR Loop_entry !#13 N6901 P4469 BLD 159 -1 FP BE Pri !#13 N6902 P4470 MEMBAR Loop_exit !#13 N6903 P4471 PREFETCH 112 Int BE Pri Loop_entry !#13 N6904 P4472 PREFETCH 164 NF Int BE Pri Loop_exit !#13 N6905 P4471 PREFETCH 112 Int BE Pri Loop_entry !#13 N6906 P4472 PREFETCH 164 NF Int BE Pri Loop_exit !#13 N6907 P4473 MEMBAR Loop_entry !#13 N6908 P4474 BLD 17 -1 FP BE Pri !#13 N6909 P4475 MEMBAR Loop_exit !#13 N6910 P4476 MEMBAR Loop_entry !#13 N6911 P4477 BLD 222 -1 FP BE Pri !#13 N6912 P4478 MEMBAR Loop_exit !#13 N6913 P4476 MEMBAR Loop_entry !#13 N6914 P4477 BLD 222 -1 FP BE Pri !#13 N6915 P4478 MEMBAR Loop_exit !#13 N6916 P4479 MEMBAR Loop_entry !#13 N6917 P4480 BLD 258 -1 FP BE Pri !#13 N6918 P4481 MEMBAR Loop_exit !#13 N6919 P4479 MEMBAR Loop_entry !#13 N6920 P4480 BLD 258 -1 FP BE Pri !#13 N6921 P4481 MEMBAR Loop_exit !#13 N6922 P4482 PREFETCH 27 Int BE Pri Loop_entry Loop_exit !#13 N6923 P4483 MEMBAR Loop_entry !#13 N6924 P4484 BLD 219 -1 FP BE Pri !#13 N6925 P4484 BLD 220 -1 FP BE Pri !#13 N6926 P4485 MEMBAR Loop_exit !#13 N6927 P4483 MEMBAR Loop_entry !#13 N6928 P4484 BLD 219 -1 FP BE Pri !#13 N6929 P4484 BLD 220 -1 FP BE Pri !#13 N6930 P4485 MEMBAR Loop_exit !#13 N6931 P4486 MEMBAR Loop_entry !#13 N6932 P4487 BLD 128 -1 FP BE Pri !#13 N6933 P4488 MEMBAR Loop_exit !#13 N6934 P4489 MEMBAR Loop_entry !#13 N6935 P4490 BLD 101 -1 FP BE Pri !#13 N6936 P4491 MEMBAR Loop_exit !#13 N6937 P4489 MEMBAR Loop_entry !#13 N6938 P4490 BLD 101 -1 FP BE Pri !#13 N6939 P4491 MEMBAR Loop_exit !#13 N6940 P4492 MEMBAR Loop_entry !#13 N6941 P4493 BLD 184 -1 FP BE Pri !#13 N6942 P4494 MEMBAR Loop_exit !#13 N6943 P4495 MEMBAR Loop_entry !#13 N6944 P4496 BLD 88 -1 FP BE Pri !#13 N6945 P4497 MEMBAR Loop_exit !#13 N6946 P4495 MEMBAR Loop_entry !#13 N6947 P4496 BLD 88 -1 FP BE Pri !#13 N6948 P4497 MEMBAR Loop_exit !#13 N6949 P4498 MEMBAR Loop_entry !#13 N6950 P4499 BLD 32 -1 FP BE Pri !#13 N6951 P4499 BLD 33 -1 FP BE Pri !#13 N6952 P4500 MEMBAR Loop_exit !#13 N6953 P4498 MEMBAR Loop_entry !#13 N6954 P4499 BLD 32 -1 FP BE Pri !#13 N6955 P4499 BLD 33 -1 FP BE Pri !#13 N6956 P4500 MEMBAR Loop_exit !#13 N6957 P4501 MEMBAR Loop_entry !#13 N6958 P4502 BLD 70 -1 FP BE Pri !#13 N6959 P4503 MEMBAR Loop_exit !#13 N6960 P4501 MEMBAR Loop_entry !#13 N6961 P4502 BLD 70 -1 FP BE Pri !#13 N6962 P4503 MEMBAR Loop_exit !#13 N6963 P4504 MEMBAR Loop_entry !#13 N6964 P4505 BLD 353 -1 FP BE Pri !#13 N6965 P4506 MEMBAR Loop_exit !#13 N6966 P4507 MEMBAR Loop_entry !#13 N6967 P4508 BLD 212 -1 FP BE Pri !#13 N6968 P4509 MEMBAR Loop_exit !#13 N6969 P4510 MEMBAR Loop_entry !#13 N6970 P4511 BLD 304 -1 FP BE Pri !#13 N6971 P4512 MEMBAR Loop_exit !#13 N6972 P4513 MEMBAR Loop_entry !#13 N6973 P4514 BLD 122 -1 FP BE Pri !#13 N6974 P4515 MEMBAR Loop_exit !#13 N6975 P4516 MEMBAR Loop_entry !#13 N6976 P4517 BLD 260 -1 FP BE Pri !#13 N6977 P4518 MEMBAR Loop_exit !#13 N6978 P4519 MEMBAR Loop_entry !#13 N6979 P4520 BLD 305 -1 FP BE Pri !#13 N6980 P4521 MEMBAR Loop_exit !#13 N6981 P4522 MEMBAR Loop_entry !#13 N6982 P4523 BLD 310 -1 FP BE Pri !#13 N6983 P4524 MEMBAR Loop_exit !#13 N6984 P4525 MEMBAR Loop_entry !#13 N6985 P4526 BLD 71 -1 FP BE Pri !#13 N6986 P4526 BLD 72 -1 FP BE Pri !#A N6985 N6986 !#13 N6987 P4527 MEMBAR Loop_exit !#13 N6988 P4528 MEMBAR Loop_entry !#13 N6989 P4529 BLD 251 -1 FP BE Pri !#13 N6990 P4530 MEMBAR Loop_exit !#13 N6991 P4531 MEMBAR Loop_entry !#13 N6992 P4532 BLD 32 -1 FP BE Pri !#13 N6993 P4532 BLD 33 -1 FP BE Pri !#13 N6994 P4533 MEMBAR Loop_exit !#13 N6995 P4534 IDC_FLIP 247 Int BE Pri Loop_entry !#13 N6996 P4535 MEMBAR !#13 N6997 P4536 BLD 81 -1 FP BE Pri !#13 N6998 P4537 MEMBAR Loop_exit !#13 N6999 P4534 IDC_FLIP 247 Int BE Pri Loop_entry !#13 N7000 P4535 MEMBAR !#13 N7001 P4536 BLD 81 -1 FP BE Pri !#13 N7002 P4537 MEMBAR Loop_exit !#13 N7003 P4538 MEMBAR Loop_entry !#13 N7004 P4539 BLD 98 -1 FP BE Pri !#13 N7005 P4539 BLD 99 -1 FP BE Pri !#13 N7006 P4540 MEMBAR Loop_exit !#13 N7007 P4541 MEMBAR Loop_entry !#13 N7008 P4542 BLD 343 -1 FP BE Pri !#13 N7009 P4542 BLD 344 -1 FP BE Pri !#13 N7010 P4543 MEMBAR Loop_exit !#13 N7011 P4544 MEMBAR Loop_entry !#13 N7012 P4545 BLD 269 -1 FP BE Pri !#13 N7013 P4546 MEMBAR Loop_exit !#13 N7014 P4544 MEMBAR Loop_entry !#13 N7015 P4545 BLD 269 -1 FP BE Pri !#13 N7016 P4546 MEMBAR Loop_exit !#13 N7017 P4547 MEMBAR Loop_entry !#13 N7018 P4548 BLD 249 -1 FP BE Pri !#13 N7019 P4549 MEMBAR Loop_exit !#13 N7020 P4550 MEMBAR Loop_entry !#13 N7021 P4551 BLD 210 -1 FP BE Pri !#13 N7022 P4552 MEMBAR Loop_exit !#13 N7023 P4553 MEMBAR Loop_entry !#13 N7024 P4554 BLD 355 -1 FP BE Pri !#13 N7025 P4555 MEMBAR Loop_exit !#13 N7026 P4556 MEMBAR Loop_entry Loop_exit !#13 N7027 P4557 MEMBAR Loop_entry !#13 N7028 P4558 BLD 121 -1 FP BE Pri !#13 N7029 P4559 MEMBAR Loop_exit !#13 N7030 P4560 MEMBAR Loop_entry !#13 N7031 P4561 BLD 173 -1 FP BE Pri !#13 N7032 P4562 MEMBAR Loop_exit !#13 N7033 P4563 MEMBAR Loop_entry !#13 N7034 P4564 BLD 319 -1 FP BE Pri !#13 N7035 P4565 MEMBAR Loop_exit !#13 N7036 P4566 IDC_FLIP 59 Int BE Pri Loop_entry !#13 N7037 P4567 MEMBAR !#13 N7038 P4568 BLD 163 -1 FP BE Pri !#13 N7039 P4569 MEMBAR Loop_exit !#13 N7040 P4566 IDC_FLIP 59 Int BE Pri Loop_entry !#13 N7041 P4567 MEMBAR !#13 N7042 P4568 BLD 163 -1 FP BE Pri !#13 N7043 P4569 MEMBAR Loop_exit !#13 N7044 P4570 MEMBAR Loop_entry !#13 N7045 P4571 BLD 75 -1 FP BE Pri !#13 N7046 P4572 MEMBAR Loop_exit !#13 N7047 P4570 MEMBAR Loop_entry !#13 N7048 P4571 BLD 75 -1 FP BE Pri !#13 N7049 P4572 MEMBAR Loop_exit !#13 N7050 P4573 MEMBAR Loop_entry !#13 N7051 P4574 BLD 19 -1 FP BE Pri !#13 N7052 P4575 MEMBAR Loop_exit !#13 N7053 P4573 MEMBAR Loop_entry !#13 N7054 P4574 BLD 19 -1 FP BE Pri !#13 N7055 P4575 MEMBAR Loop_exit !#13 N7056 P4576 MEMBAR Loop_entry !#13 N7057 P4577 BLD 14 -1 FP BE Pri !#13 N7058 P4578 MEMBAR Loop_exit !#13 N7059 P4579 MEMBAR Loop_entry !#13 N7060 P4580 BLD 325 -1 FP BE Pri !#13 N7061 P4581 MEMBAR Loop_exit !#13 N7062 P4579 MEMBAR Loop_entry !#13 N7063 P4580 BLD 325 -1 FP BE Pri !#13 N7064 P4581 MEMBAR Loop_exit !#13 N7065 P4582 MEMBAR Loop_entry !#13 N7066 P4583 BLD 225 -1 FP BE Pri !#13 N7067 P4584 MEMBAR Loop_exit !#13 N7068 P4585 MEMBAR Loop_entry !#13 N7069 P4586 BLD 119 -1 FP BE Pri !#13 N7070 P4587 MEMBAR Loop_exit !#13 N7071 P4588 MEMBAR Loop_entry Loop_exit !#13 N7072 P4588 MEMBAR Loop_entry Loop_exit !#13 N7073 P4589 IDC_FLIP 231 Int BE Pri Loop_entry Loop_exit !#13 N7074 P4589 IDC_FLIP 231 Int BE Pri Loop_entry Loop_exit !#13 N7075 P4590 PREFETCH 337 Int BE Pri Loop_entry !#13 N7076 P4591 MEMBAR !#13 N7077 P4592 BLD 122 -1 FP BE Pri !#13 N7078 P4593 MEMBAR Loop_exit !#13 N7079 P4590 PREFETCH 337 Int BE Pri Loop_entry !#13 N7080 P4591 MEMBAR !#13 N7081 P4592 BLD 122 -1 FP BE Pri !#13 N7082 P4593 MEMBAR Loop_exit !#13 N7083 P4594 MEMBAR Loop_entry !#13 N7084 P4595 BLD 298 -1 FP BE Pri !#13 N7085 P4596 MEMBAR Loop_exit !#13 N7086 P4597 MEMBAR Loop_entry !#13 N7087 P4598 BLD 243 -1 FP BE Pri !#13 N7088 P4599 MEMBAR Loop_exit !#13 N7089 P4597 MEMBAR Loop_entry !#13 N7090 P4598 BLD 243 -1 FP BE Pri !#13 N7091 P4599 MEMBAR Loop_exit !#13 N7092 P4600 MEMBAR Loop_entry !#13 N7093 P4601 BLD 241 -1 FP BE Pri !#13 N7094 P4601 BLD 242 -1 FP BE Pri !#13 N7095 P4602 MEMBAR Loop_exit !#13 N7096 P4600 MEMBAR Loop_entry !#13 N7097 P4601 BLD 241 -1 FP BE Pri !#13 N7098 P4601 BLD 242 -1 FP BE Pri !#13 N7099 P4602 MEMBAR Loop_exit !#13 N7100 P4603 ST 194 0x86800005 Int BE Pri Loop_entry !#13 N7101 P4604 PREFETCH 109 Int BE Pri Loop_exit !#13 N7102 P4605 MEMBAR Loop_entry !#13 N7103 P4606 BLD 16 -1 FP BE Pri !#13 N7104 P4607 MEMBAR Loop_exit !#13 N7105 P4605 MEMBAR Loop_entry !#13 N7106 P4606 BLD 16 -1 FP BE Pri !#13 N7107 P4607 MEMBAR Loop_exit !#13 N7108 P4608 MEMBAR Loop_entry !#13 N7109 P4609 BLD 286 -1 FP BE Pri !#13 N7110 P4610 MEMBAR Loop_exit !#13 N7111 P4611 MEMBAR Loop_entry !#13 N7112 P4612 BLD 189 -1 FP BE Pri !#13 N7113 P4613 MEMBAR Loop_exit !#13 N7114 P4611 MEMBAR Loop_entry !#13 N7115 P4612 BLD 189 -1 FP BE Pri !#13 N7116 P4613 MEMBAR Loop_exit !#13 N7117 P4614 MEMBAR Loop_entry !#13 N7118 P4615 BLD 157 -1 FP BE Pri !#13 N7119 P4616 MEMBAR Loop_exit !#13 N7120 P4614 MEMBAR Loop_entry !#13 N7121 P4615 BLD 157 -1 FP BE Pri !#13 N7122 P4616 MEMBAR Loop_exit !#13 N7123 P4617 MEMBAR Loop_entry !#13 N7124 P4618 BLD 117 -1 FP BE Pri !#13 N7125 P4619 MEMBAR Loop_exit !#13 N7126 P4620 MEMBAR Loop_entry !#13 N7127 P4621 BLD 197 -1 FP BE Pri !#13 N7128 P4622 MEMBAR Loop_exit !#13 N7129 P4623 MEMBAR Loop_entry !#13 N7130 P4624 BLD 8 -1 FP BE Pri !#13 N7131 P4625 MEMBAR Loop_exit !#13 N7132 P4623 MEMBAR Loop_entry !#13 N7133 P4624 BLD 8 -1 FP BE Pri !#13 N7134 P4625 MEMBAR Loop_exit !#13 N7135 P4626 MEMBAR Loop_entry !#13 N7136 P4627 BLD 78 -1 FP BE Pri !#13 N7137 P4628 MEMBAR Loop_exit !#13 N7138 P4626 MEMBAR Loop_entry !#13 N7139 P4627 BLD 78 -1 FP BE Pri !#13 N7140 P4628 MEMBAR Loop_exit !#13 N7141 P4629 MEMBAR Loop_entry !#13 N7142 P4630 BLD 5 -1 FP BE Pri !#13 N7143 P4631 MEMBAR Loop_exit !#13 N7144 P4632 MEMBAR Loop_entry !#13 N7145 P4633 BLD 249 -1 FP BE Pri !#13 N7146 P4634 MEMBAR Loop_exit !#13 N7147 P4632 MEMBAR Loop_entry !#13 N7148 P4633 BLD 249 -1 FP BE Pri !#13 N7149 P4634 MEMBAR Loop_exit !#13 N7150 P4635 MEMBAR Loop_entry !#13 N7151 P4636 BLD 240 -1 FP BE Pri !#13 N7152 P4637 MEMBAR Loop_exit !#13 N7153 P4635 MEMBAR Loop_entry !#13 N7154 P4636 BLD 240 -1 FP BE Pri !#13 N7155 P4637 MEMBAR Loop_exit !#13 N7156 P4638 MEMBAR Loop_entry !#13 N7157 P4639 BLD 88 -1 FP BE Pri !#13 N7158 P4640 MEMBAR Loop_exit !#13 N7159 P4638 MEMBAR Loop_entry !#13 N7160 P4639 BLD 88 -1 FP BE Pri !#13 N7161 P4640 MEMBAR Loop_exit !#13 N7162 P4641 MEMBAR Loop_entry !#13 N7163 P4642 BLD 6 -1 FP BE Pri !#13 N7164 P4642 BLD 7 -1 FP BE Pri !#13 N7165 P4643 MEMBAR Loop_exit !#13 N7166 P4644 IDC_FLIP 180 Int BE Pri Loop_entry Loop_exit !#13 N7167 P4644 IDC_FLIP 180 Int BE Pri Loop_entry Loop_exit !#13 N7168 P4645 MEMBAR Loop_entry !#13 N7169 P4646 BLD 3 -1 FP BE Pri !#13 N7170 P4647 MEMBAR Loop_exit !#13 N7171 P4645 MEMBAR Loop_entry !#13 N7172 P4646 BLD 3 -1 FP BE Pri !#13 N7173 P4647 MEMBAR Loop_exit !#13 N7174 P4648 MEMBAR Loop_entry !#13 N7175 P4649 BLD 221 -1 FP BE Pri !#13 N7176 P4650 MEMBAR Loop_exit !#13 N7177 P4648 MEMBAR Loop_entry !#13 N7178 P4649 BLD 221 -1 FP BE Pri !#13 N7179 P4650 MEMBAR Loop_exit !#13 N7180 P4651 MEMBAR Loop_entry !#13 N7181 P4652 BLD 279 -1 FP BE Pri !#13 N7182 P4653 MEMBAR Loop_exit !#13 N7183 P4651 MEMBAR Loop_entry !#13 N7184 P4652 BLD 279 -1 FP BE Pri !#13 N7185 P4653 MEMBAR Loop_exit !#13 N7186 P4654 MEMBAR Loop_entry !#13 N7187 P4655 BLD 78 -1 FP BE Pri !#13 N7188 P4656 MEMBAR Loop_exit !#13 N7189 P4654 MEMBAR Loop_entry !#13 N7190 P4655 BLD 78 -1 FP BE Pri !#13 N7191 P4656 MEMBAR Loop_exit !#13 N7192 P4657 MEMBAR Loop_entry !#13 N7193 P4658 BLD 208 -1 FP BE Pri !#13 N7194 P4659 MEMBAR Loop_exit !#13 N7195 P4657 MEMBAR Loop_entry !#13 N7196 P4658 BLD 208 -1 FP BE Pri !#13 N7197 P4659 MEMBAR Loop_exit !#13 N7198 P4660 IDC_FLIP 198 Int BE Pri Loop_entry Loop_exit !#13 N7199 P4660 IDC_FLIP 198 Int BE Pri Loop_entry Loop_exit !#13 N7200 P4661 MEMBAR Loop_entry !#13 N7201 P4662 BLD 21 -1 FP BE Pri !#13 N7202 P4663 MEMBAR Loop_exit !#13 N7203 P4664 MEMBAR Loop_entry !#13 N7204 P4665 BLD 84 -1 FP BE Pri !#13 N7205 P4666 MEMBAR Loop_exit !#13 N7206 P4664 MEMBAR Loop_entry !#13 N7207 P4665 BLD 84 -1 FP BE Pri !#13 N7208 P4666 MEMBAR Loop_exit !#13 N7209 P4667 ST 18 0x86800006 Int BE Pri Loop_entry Loop_exit !#13 N7210 P4668 MEMBAR Loop_entry !#13 N7211 P4669 BLD 346 -1 FP BE Pri !#13 N7212 P4670 MEMBAR Loop_exit !#13 N7213 P4668 MEMBAR Loop_entry !#13 N7214 P4669 BLD 346 -1 FP BE Pri !#13 N7215 P4670 MEMBAR Loop_exit !#13 N7216 P4671 MEMBAR Loop_entry !#13 N7217 P4672 BLD 338 -1 FP BE Pri !#13 N7218 P4673 MEMBAR Loop_exit !#13 N7219 P4671 MEMBAR Loop_entry !#13 N7220 P4672 BLD 338 -1 FP BE Pri !#13 N7221 P4673 MEMBAR Loop_exit !#13 N7222 P4674 MEMBAR Loop_entry !#13 N7223 P4675 BLD 246 -1 FP BE Pri !#13 N7224 P4676 MEMBAR Loop_exit !#13 N7225 P4674 MEMBAR Loop_entry !#13 N7226 P4675 BLD 246 -1 FP BE Pri !#13 N7227 P4676 MEMBAR Loop_exit !#13 N7228 P4677 MEMBAR Loop_entry !#13 N7229 P4678 BLD 156 -1 FP BE Pri !#13 N7230 P4679 MEMBAR Loop_exit !#13 N7231 P4680 MEMBAR Loop_entry !#13 N7232 P4681 BLD 147 -1 FP BE Pri !#13 N7233 P4682 MEMBAR Loop_exit !#13 N7234 P4680 MEMBAR Loop_entry !#13 N7235 P4681 BLD 147 -1 FP BE Pri !#13 N7236 P4682 MEMBAR Loop_exit !#13 N7237 P4683 IDC_FLIP 230 Int BE Pri Loop_entry !#13 N7238 P4684 IDC_FLIP 231 Int BE Pri Loop_exit !#13 N7239 P4685 LD 75 -1 Int BE Pri Loop_entry !#13 N7240 P4686 LD 75 -1 Int BE Pri Loop_exit !#13 N7241 P4687 IDC_FLIP 237 Int BE Pri Loop_entry Loop_exit !#13 N7242 P4687 IDC_FLIP 237 Int BE Pri Loop_entry Loop_exit !#13 N7243 P4688 ST 162 0x86800007 Int BE Pri Loop_entry Loop_exit !#13 N7244 P4689 MEMBAR Loop_entry !#13 N7245 P4690 BLD 214 -1 FP BE Pri !#13 N7246 P4691 MEMBAR Loop_exit !#13 N7247 P4689 MEMBAR Loop_entry !#13 N7248 P4690 BLD 214 -1 FP BE Pri !#13 N7249 P4691 MEMBAR Loop_exit !#13 N7250 P4692 MEMBAR Loop_entry !#13 N7251 P4693 BLD 65 -1 FP BE Pri !#13 N7252 P4694 MEMBAR Loop_exit !#13 N7253 P4692 MEMBAR Loop_entry !#13 N7254 P4693 BLD 65 -1 FP BE Pri !#13 N7255 P4694 MEMBAR Loop_exit !#13 N7256 P4695 MEMBAR Loop_entry !#13 N7257 P4696 BLD 80 -1 FP BE Pri !#13 N7258 P4697 MEMBAR Loop_exit !#13 N7259 P4698 MEMBAR Loop_entry !#13 N7260 P4699 BLD 28 -1 FP BE Pri !#13 N7261 P4700 MEMBAR Loop_exit !#13 N7262 P4701 MEMBAR Loop_entry !#13 N7263 P4702 BLD 285 -1 FP BE Pri !#13 N7264 P4703 MEMBAR Loop_exit !#13 N7265 P4704 MEMBAR Loop_entry !#13 N7266 P4705 BLD 60 -1 FP BE Pri !#13 N7267 P4706 MEMBAR Loop_exit !#13 N7268 P4704 MEMBAR Loop_entry !#13 N7269 P4705 BLD 60 -1 FP BE Pri !#13 N7270 P4706 MEMBAR Loop_exit !#13 N7271 P4707 MEMBAR Loop_entry !#13 N7272 P4708 BLD 301 -1 FP BE Pri !#13 N7273 P4709 MEMBAR Loop_exit !#13 N7274 P4710 MEMBAR Loop_entry !#13 N7275 P4711 BLD 271 -1 FP BE Pri !#13 N7276 P4712 MEMBAR Loop_exit !#13 N7277 P4710 MEMBAR Loop_entry !#13 N7278 P4711 BLD 271 -1 FP BE Pri !#13 N7279 P4712 MEMBAR Loop_exit !#13 N7280 P4713 IDC_FLIP 121 Int BE Pri Loop_entry Loop_exit !#13 N7281 P4713 IDC_FLIP 121 Int BE Pri Loop_entry Loop_exit !#13 N7282 P4714 MEMBAR Loop_entry !#13 N7283 P4715 BLD 80 -1 FP BE Pri !#13 N7284 P4716 MEMBAR Loop_exit !#13 N7285 P4717 MEMBAR !#14 N7286 P4718 MEMBAR Loop_entry !#14 N7287 P4719 BLD 347 -1 FP BE Pri !#14 N7288 P4720 MEMBAR Loop_exit !#14 N7289 P4721 MEMBAR Loop_entry !#14 N7290 P4722 BLD 235 -1 FP BE Pri !#14 N7291 P4723 MEMBAR Loop_exit !#14 N7292 P4724 MEMBAR Loop_entry !#14 N7293 P4725 BLD 219 -1 FP BE Pri !#14 N7294 P4725 BLD 220 -1 FP BE Pri !#14 N7295 P4726 MEMBAR Loop_exit !#14 N7296 P4724 MEMBAR Loop_entry !#14 N7297 P4725 BLD 219 -1 FP BE Pri !#14 N7298 P4725 BLD 220 -1 FP BE Pri !#14 N7299 P4726 MEMBAR Loop_exit !#14 N7300 P4727 MEMBAR Loop_entry !#14 N7301 P4728 BLD 186 -1 FP BE Pri !#14 N7302 P4729 MEMBAR Loop_exit !#14 N7303 P4727 MEMBAR Loop_entry !#14 N7304 P4728 BLD 186 -1 FP BE Pri !#14 N7305 P4729 MEMBAR Loop_exit !#14 N7306 P4730 MEMBAR Loop_entry !#14 N7307 P4731 BLD 278 -1 FP BE Pri !#14 N7308 P4732 MEMBAR Loop_exit !#14 N7309 P4730 MEMBAR Loop_entry !#14 N7310 P4731 BLD 278 -1 FP BE Pri !#14 N7311 P4732 MEMBAR Loop_exit !#14 N7312 P4733 MEMBAR Loop_entry !#14 N7313 P4734 BLD 124 -1 FP BE Pri !#14 N7314 P4734 BLD 125 -1 FP BE Pri !#14 N7315 P4734 BLD 126 -1 FP BE Pri !#14 N7316 P4735 MEMBAR Loop_exit !#14 N7317 P4736 MEMBAR Loop_entry !#14 N7318 P4737 BLD 314 -1 FP BE Pri !#14 N7319 P4738 MEMBAR Loop_exit !#14 N7320 P4736 MEMBAR Loop_entry !#14 N7321 P4737 BLD 314 -1 FP BE Pri !#14 N7322 P4738 MEMBAR Loop_exit !#14 N7323 P4739 MEMBAR Loop_entry !#14 N7324 P4740 BLD 256 -1 FP BE Pri !#14 N7325 P4741 MEMBAR Loop_exit !#14 N7326 P4739 MEMBAR Loop_entry !#14 N7327 P4740 BLD 256 -1 FP BE Pri !#14 N7328 P4741 MEMBAR Loop_exit !#14 N7329 P4742 MEMBAR Loop_entry !#14 N7330 P4743 BLD 88 -1 FP BE Pri !#14 N7331 P4744 MEMBAR Loop_exit !#14 N7332 P4745 MEMBAR Loop_entry !#14 N7333 P4746 BLD 169 -1 FP BE Pri !#14 N7334 P4747 MEMBAR Loop_exit !#14 N7335 P4745 MEMBAR Loop_entry !#14 N7336 P4746 BLD 169 -1 FP BE Pri !#14 N7337 P4747 MEMBAR Loop_exit !#14 N7338 P4748 MEMBAR Loop_entry !#14 N7339 P4749 BLD 11 -1 FP BE Pri !#14 N7340 P4749 BLD 12 -1 FP BE Pri !#14 N7341 P4750 MEMBAR Loop_exit !#14 N7342 P4751 ST 148 0x87000001 Int BE Pri Loop_entry Loop_exit !#14 N7343 P4752 MEMBAR Loop_entry !#14 N7344 P4753 BLD 128 -1 FP BE Pri !#14 N7345 P4754 MEMBAR Loop_exit !#14 N7346 P4755 MEMBAR Loop_entry !#14 N7347 P4756 BLD 65 -1 FP BE Pri !#14 N7348 P4757 MEMBAR Loop_exit !#14 N7349 P4758 MEMBAR Loop_entry !#14 N7350 P4759 BLD 47 -1 FP BE Pri !#14 N7351 P4760 MEMBAR Loop_exit !#14 N7352 P4758 MEMBAR Loop_entry !#14 N7353 P4759 BLD 47 -1 FP BE Pri !#14 N7354 P4760 MEMBAR Loop_exit !#14 N7355 P4761 MEMBAR Loop_entry !#14 N7356 P4762 BLD 130 -1 FP BE Pri !#14 N7357 P4763 MEMBAR Loop_exit !#14 N7358 P4761 MEMBAR Loop_entry !#14 N7359 P4762 BLD 130 -1 FP BE Pri !#14 N7360 P4763 MEMBAR Loop_exit !#14 N7361 P4764 MEMBAR Loop_entry !#14 N7362 P4765 BLD 16 -1 FP BE Pri !#14 N7363 P4766 MEMBAR Loop_exit !#14 N7364 P4764 MEMBAR Loop_entry !#14 N7365 P4765 BLD 16 -1 FP BE Pri !#14 N7366 P4766 MEMBAR Loop_exit !#14 N7367 P4767 MEMBAR Loop_entry !#14 N7368 P4768 BLD 2 -1 FP BE Pri !#14 N7369 P4769 MEMBAR Loop_exit !#14 N7370 P4770 MEMBAR Loop_entry !#14 N7371 P4771 BLD 138 -1 FP BE Pri !#14 N7372 P4772 MEMBAR Loop_exit !#14 N7373 P4773 MEMBAR Loop_entry !#14 N7374 P4774 BLD 177 -1 FP BE Pri !#14 N7375 P4775 MEMBAR Loop_exit !#14 N7376 P4773 MEMBAR Loop_entry !#14 N7377 P4774 BLD 177 -1 FP BE Pri !#14 N7378 P4775 MEMBAR Loop_exit !#14 N7379 P4776 IDC_FLIP 335 Int BE Pri Loop_entry !#14 N7380 P4777 MEMBAR !#14 N7381 P4778 BLD 291 -1 FP BE Pri !#14 N7382 P4779 MEMBAR Loop_exit !#14 N7383 P4780 MEMBAR Loop_entry !#14 N7384 P4781 BLD 153 -1 FP BE Pri !#14 N7385 P4782 MEMBAR Loop_exit !#14 N7386 P4780 MEMBAR Loop_entry !#14 N7387 P4781 BLD 153 -1 FP BE Pri !#14 N7388 P4782 MEMBAR Loop_exit !#14 N7389 P4783 MEMBAR Loop_entry !#14 N7390 P4784 BLD 137 -1 FP BE Pri !#14 N7391 P4785 MEMBAR Loop_exit !#14 N7392 P4783 MEMBAR Loop_entry !#14 N7393 P4784 BLD 137 -1 FP BE Pri !#14 N7394 P4785 MEMBAR Loop_exit !#14 N7395 P4786 MEMBAR Loop_entry !#14 N7396 P4787 BLD 333 -1 FP BE Pri !#14 N7397 P4788 MEMBAR Loop_exit !#14 N7398 P4786 MEMBAR Loop_entry !#14 N7399 P4787 BLD 333 -1 FP BE Pri !#14 N7400 P4788 MEMBAR Loop_exit !#14 N7401 P4789 MEMBAR Loop_entry !#14 N7402 P4790 BLD 162 -1 FP BE Pri !#14 N7403 P4791 MEMBAR Loop_exit !#14 N7404 P4792 MEMBAR Loop_entry !#14 N7405 P4793 BLD 289 -1 FP BE Pri !#14 N7406 P4794 MEMBAR Loop_exit !#14 N7407 P4792 MEMBAR Loop_entry !#14 N7408 P4793 BLD 289 -1 FP BE Pri !#14 N7409 P4794 MEMBAR Loop_exit !#14 N7410 P4795 PREFETCH 73 Int BE Pri Loop_entry !#14 N7411 P4796 IDC_FLIP 279 Int BE Pri Loop_exit !#14 N7412 P4795 PREFETCH 73 Int BE Pri Loop_entry !#14 N7413 P4796 IDC_FLIP 279 Int BE Pri Loop_exit !#14 N7414 P4797 MEMBAR Loop_entry !#14 N7415 P4798 BLD 39 -1 FP BE Pri !#14 N7416 P4799 MEMBAR Loop_exit !#14 N7417 P4797 MEMBAR Loop_entry !#14 N7418 P4798 BLD 39 -1 FP BE Pri !#14 N7419 P4799 MEMBAR Loop_exit !#14 N7420 P4800 IDC_FLIP 295 Int BE Pri Loop_entry !#14 N7421 P4801 PREFETCH 264 Int BE Pri Loop_exit !#14 N7422 P4800 IDC_FLIP 295 Int BE Pri Loop_entry !#14 N7423 P4801 PREFETCH 264 Int BE Pri Loop_exit !#14 N7424 P4802 ST 99 0x87000002 Int BE Pri Loop_entry Loop_exit !#14 N7425 P4803 MEMBAR Loop_entry !#14 N7426 P4804 BLD 160 -1 FP BE Pri !#14 N7427 P4805 MEMBAR Loop_exit !#14 N7428 P4806 MEMBAR Loop_entry !#14 N7429 P4807 BLD 108 -1 FP BE Pri !#14 N7430 P4808 MEMBAR Loop_exit !#14 N7431 P4806 MEMBAR Loop_entry !#14 N7432 P4807 BLD 108 -1 FP BE Pri !#14 N7433 P4808 MEMBAR Loop_exit !#14 N7434 P4809 MEMBAR Loop_entry !#14 N7435 P4810 BLD 159 -1 FP BE Pri !#14 N7436 P4811 MEMBAR Loop_exit !#14 N7437 P4812 PREFETCH 126 Int BE Pri Loop_entry Loop_exit !#14 N7438 P4812 PREFETCH 126 Int BE Pri Loop_entry Loop_exit !#14 N7439 P4813 MEMBAR Loop_entry !#14 N7440 P4814 BLD 32 -1 FP BE Pri !#14 N7441 P4814 BLD 33 -1 FP BE Pri !#14 N7442 P4815 MEMBAR Loop_exit !#14 N7443 P4813 MEMBAR Loop_entry !#14 N7444 P4814 BLD 32 -1 FP BE Pri !#14 N7445 P4814 BLD 33 -1 FP BE Pri !#14 N7446 P4815 MEMBAR Loop_exit !#14 N7447 P4816 MEMBAR Loop_entry !#14 N7448 P4817 BLD 197 -1 FP BE Pri !#14 N7449 P4818 MEMBAR Loop_exit !#14 N7450 P4819 ST 247 0x87000003 Int BE Pri Loop_entry Loop_exit !#14 N7451 P4820 MEMBAR Loop_entry !#14 N7452 P4821 BLD 206 -1 FP BE Pri !#14 N7453 P4822 MEMBAR Loop_exit !#14 N7454 P4820 MEMBAR Loop_entry !#14 N7455 P4821 BLD 206 -1 FP BE Pri !#14 N7456 P4822 MEMBAR Loop_exit !#14 N7457 P4823 MEMBAR Loop_entry !#14 N7458 P4824 BLD 188 -1 FP BE Pri !#14 N7459 P4825 MEMBAR Loop_exit !#14 N7460 P4826 MEMBAR Loop_entry !#14 N7461 P4827 BLD 280 -1 FP BE Pri !#14 N7462 P4828 MEMBAR Loop_exit !#14 N7463 P4826 MEMBAR Loop_entry !#14 N7464 P4827 BLD 280 -1 FP BE Pri !#14 N7465 P4828 MEMBAR Loop_exit !#14 N7466 P4829 MEMBAR Loop_entry !#14 N7467 P4830 BLD 322 -1 FP BE Pri !#14 N7468 P4831 MEMBAR Loop_exit !#14 N7469 P4832 IDC_FLIP 54 Int BE Pri Loop_entry !#14 N7470 P4833 MEMBAR !#14 N7471 P4834 BLD 47 -1 FP BE Pri !#14 N7472 P4835 MEMBAR Loop_exit !#14 N7473 P4832 IDC_FLIP 54 Int BE Pri Loop_entry !#14 N7474 P4833 MEMBAR !#14 N7475 P4834 BLD 47 -1 FP BE Pri !#14 N7476 P4835 MEMBAR Loop_exit !#14 N7477 P4836 MEMBAR Loop_entry !#14 N7478 P4837 BLD 275 -1 FP BE Pri !#14 N7479 P4838 MEMBAR Loop_exit !#14 N7480 P4836 MEMBAR Loop_entry !#14 N7481 P4837 BLD 275 -1 FP BE Pri !#14 N7482 P4838 MEMBAR Loop_exit !#14 N7483 P4839 MEMBAR Loop_entry !#14 N7484 P4840 BLD 183 -1 FP BE Pri !#14 N7485 P4841 MEMBAR Loop_exit !#14 N7486 P4839 MEMBAR Loop_entry !#14 N7487 P4840 BLD 183 -1 FP BE Pri !#14 N7488 P4841 MEMBAR Loop_exit !#14 N7489 P4842 MEMBAR Loop_entry !#14 N7490 P4843 BLD 89 -1 FP BE Pri !#14 N7491 P4843 BLD 90 -1 FP BE Pri !#14 N7492 P4844 MEMBAR Loop_exit !#14 N7493 P4842 MEMBAR Loop_entry !#14 N7494 P4843 BLD 89 -1 FP BE Pri !#14 N7495 P4843 BLD 90 -1 FP BE Pri !#14 N7496 P4844 MEMBAR Loop_exit !#14 N7497 P4845 MEMBAR Loop_entry !#14 N7498 P4846 BLD 319 -1 FP BE Pri !#14 N7499 P4847 MEMBAR Loop_exit !#14 N7500 P4845 MEMBAR Loop_entry !#14 N7501 P4846 BLD 319 -1 FP BE Pri !#14 N7502 P4847 MEMBAR Loop_exit !#14 N7503 P4848 MEMBAR Loop_entry !#14 N7504 P4849 BLD 71 -1 FP BE Pri !#14 N7505 P4849 BLD 72 -1 FP BE Pri !#A N7504 N7505 !#14 N7506 P4850 MEMBAR Loop_exit !#14 N7507 P4851 IDC_FLIP 140 Int BE Pri Loop_entry !#14 N7508 P4852 MEMBAR !#14 N7509 P4853 BLD 134 -1 FP BE Pri !#14 N7510 P4854 MEMBAR Loop_exit !#14 N7511 P4851 IDC_FLIP 140 Int BE Pri Loop_entry !#14 N7512 P4852 MEMBAR !#14 N7513 P4853 BLD 134 -1 FP BE Pri !#14 N7514 P4854 MEMBAR Loop_exit !#14 N7515 P4855 MEMBAR Loop_entry !#14 N7516 P4856 BLD 32 -1 FP BE Pri !#14 N7517 P4856 BLD 33 -1 FP BE Pri !#14 N7518 P4857 MEMBAR Loop_exit !#14 N7519 P4855 MEMBAR Loop_entry !#14 N7520 P4856 BLD 32 -1 FP BE Pri !#14 N7521 P4856 BLD 33 -1 FP BE Pri !#14 N7522 P4857 MEMBAR Loop_exit !#14 N7523 P4858 MEMBAR Loop_entry !#14 N7524 P4859 BLD 236 -1 FP BE Pri !#14 N7525 P4860 MEMBAR Loop_exit !#14 N7526 P4861 IDC_FLIP 154 Int BE Pri Loop_entry !#14 N7527 P4862 MEMBAR !#14 N7528 P4863 BLD 206 -1 FP BE Pri !#14 N7529 P4864 MEMBAR Loop_exit !#14 N7530 P4865 MEMBAR Loop_entry !#14 N7531 P4866 BLD 6 -1 FP BE Pri !#14 N7532 P4866 BLD 7 -1 FP BE Pri !#14 N7533 P4867 MEMBAR Loop_exit !#14 N7534 P4865 MEMBAR Loop_entry !#14 N7535 P4866 BLD 6 -1 FP BE Pri !#14 N7536 P4866 BLD 7 -1 FP BE Pri !#14 N7537 P4867 MEMBAR Loop_exit !#14 N7538 P4868 MEMBAR Loop_entry !#14 N7539 P4869 BLD 268 -1 FP BE Pri !#14 N7540 P4870 MEMBAR Loop_exit !#14 N7541 P4868 MEMBAR Loop_entry !#14 N7542 P4869 BLD 268 -1 FP BE Pri !#14 N7543 P4870 MEMBAR Loop_exit !#14 N7544 P4871 MEMBAR Loop_entry !#14 N7545 P4872 BLD 321 -1 FP BE Pri !#14 N7546 P4873 MEMBAR Loop_exit !#14 N7547 P4874 MEMBAR Loop_entry !#14 N7548 P4875 BLD 91 -1 FP BE Pri !#14 N7549 P4875 BLD 92 -1 FP BE Pri !#14 N7550 P4875 BLD 93 -1 FP BE Pri !#14 N7551 P4876 MEMBAR Loop_exit !#14 N7552 P4877 MEMBAR Loop_entry !#14 N7553 P4878 BLD 292 -1 FP BE Pri !#14 N7554 P4879 MEMBAR Loop_exit !#14 N7555 P4877 MEMBAR Loop_entry !#14 N7556 P4878 BLD 292 -1 FP BE Pri !#14 N7557 P4879 MEMBAR Loop_exit !#14 N7558 P4880 MEMBAR Loop_entry !#14 N7559 P4881 BLD 316 -1 FP BE Pri !#14 N7560 P4882 MEMBAR Loop_exit !#14 N7561 P4883 MEMBAR Loop_entry !#14 N7562 P4884 BLD 135 -1 FP BE Pri !#14 N7563 P4885 MEMBAR Loop_exit !#14 N7564 P4886 MEMBAR Loop_entry !#14 N7565 P4887 BLD 246 -1 FP BE Pri !#14 N7566 P4888 MEMBAR Loop_exit !#14 N7567 P4886 MEMBAR Loop_entry !#14 N7568 P4887 BLD 246 -1 FP BE Pri !#14 N7569 P4888 MEMBAR Loop_exit !#14 N7570 P4889 MEMBAR Loop_entry !#14 N7571 P4890 BLD 301 -1 FP BE Pri !#14 N7572 P4891 MEMBAR Loop_exit !#14 N7573 P4892 MEMBAR Loop_entry !#14 N7574 P4893 BLD 228 -1 FP BE Pri !#14 N7575 P4894 MEMBAR Loop_exit !#14 N7576 P4892 MEMBAR Loop_entry !#14 N7577 P4893 BLD 228 -1 FP BE Pri !#14 N7578 P4894 MEMBAR Loop_exit !#14 N7579 P4895 PREFETCH 134 Int BE Pri Loop_entry Loop_exit !#14 N7580 P4896 MEMBAR Loop_entry !#14 N7581 P4897 BLD 214 -1 FP BE Pri !#14 N7582 P4898 MEMBAR Loop_exit !#14 N7583 P4899 MEMBAR Loop_entry !#14 N7584 P4900 BLD 219 -1 FP BE Pri !#14 N7585 P4900 BLD 220 -1 FP BE Pri !#14 N7586 P4901 MEMBAR Loop_exit !#14 N7587 P4902 MEMBAR Loop_entry !#14 N7588 P4903 BLD 53 -1 FP BE Pri !#14 N7589 P4904 MEMBAR Loop_exit !#14 N7590 P4902 MEMBAR Loop_entry !#14 N7591 P4903 BLD 53 -1 FP BE Pri !#14 N7592 P4904 MEMBAR Loop_exit !#14 N7593 P4905 MEMBAR Loop_entry !#14 N7594 P4906 BLD 218 -1 FP BE Pri !#14 N7595 P4907 MEMBAR Loop_exit !#14 N7596 P4908 MEMBAR Loop_entry !#14 N7597 P4909 BLD 98 -1 FP BE Pri !#14 N7598 P4909 BLD 99 -1 FP BE Pri !#14 N7599 P4910 MEMBAR Loop_exit !#14 N7600 P4908 MEMBAR Loop_entry !#14 N7601 P4909 BLD 98 -1 FP BE Pri !#14 N7602 P4909 BLD 99 -1 FP BE Pri !#14 N7603 P4910 MEMBAR Loop_exit !#14 N7604 P4911 PREFETCH 16 Int BE Pri Loop_entry Loop_exit !#14 N7605 P4911 PREFETCH 16 Int BE Pri Loop_entry Loop_exit !#14 N7606 P4912 MEMBAR Loop_entry !#14 N7607 P4913 BLD 311 -1 FP BE Pri !#14 N7608 P4914 MEMBAR Loop_exit !#14 N7609 P4912 MEMBAR Loop_entry !#14 N7610 P4913 BLD 311 -1 FP BE Pri !#14 N7611 P4914 MEMBAR Loop_exit !#14 N7612 P4915 MEMBAR Loop_entry !#14 N7613 P4916 BLD 153 -1 FP BE Pri !#14 N7614 P4917 MEMBAR Loop_exit !#14 N7615 P4918 MEMBAR Loop_entry !#14 N7616 P4919 BLD 20 -1 FP BE Pri !#14 N7617 P4920 MEMBAR Loop_exit !#14 N7618 P4921 MEMBAR Loop_entry !#14 N7619 P4922 BLD 341 -1 FP BE Pri !#14 N7620 P4923 MEMBAR Loop_exit !#14 N7621 P4921 MEMBAR Loop_entry !#14 N7622 P4922 BLD 341 -1 FP BE Pri !#14 N7623 P4923 MEMBAR Loop_exit !#14 N7624 P4924 MEMBAR Loop_entry !#14 N7625 P4925 BLD 284 -1 FP BE Pri !#14 N7626 P4926 MEMBAR Loop_exit !#14 N7627 P4927 MEMBAR Loop_entry !#14 N7628 P4928 BLD 111 -1 FP BE Pri !#14 N7629 P4928 BLD 112 -1 FP BE Pri !#14 N7630 P4928 BLD 113 -1 FP BE Pri !#14 N7631 P4929 MEMBAR Loop_exit !#14 N7632 P4927 MEMBAR Loop_entry !#14 N7633 P4928 BLD 111 -1 FP BE Pri !#14 N7634 P4928 BLD 112 -1 FP BE Pri !#14 N7635 P4928 BLD 113 -1 FP BE Pri !#14 N7636 P4929 MEMBAR Loop_exit !#14 N7637 P4930 PREFETCH 248 Int BE Pri Loop_entry !#14 N7638 P4931 MEMBAR !#14 N7639 P4932 BLD 153 -1 FP BE Pri !#14 N7640 P4933 MEMBAR Loop_exit !#14 N7641 P4934 MEMBAR Loop_entry !#14 N7642 P4935 BLD 139 -1 FP BE Pri !#14 N7643 P4936 MEMBAR Loop_exit !#14 N7644 P4934 MEMBAR Loop_entry !#14 N7645 P4935 BLD 139 -1 FP BE Pri !#14 N7646 P4936 MEMBAR Loop_exit !#14 N7647 P4937 IDC_FLIP 188 Int BE Pri Loop_entry Loop_exit !#14 N7648 P4937 IDC_FLIP 188 Int BE Pri Loop_entry Loop_exit !#14 N7649 P4938 MEMBAR Loop_entry !#14 N7650 P4939 BLD 41 -1 FP BE Pri !#14 N7651 P4940 MEMBAR Loop_exit !#14 N7652 P4941 MEMBAR Loop_entry !#14 N7653 P4942 BLD 214 -1 FP BE Pri !#14 N7654 P4943 MEMBAR Loop_exit !#14 N7655 P4941 MEMBAR Loop_entry !#14 N7656 P4942 BLD 214 -1 FP BE Pri !#14 N7657 P4943 MEMBAR Loop_exit !#14 N7658 P4944 IDC_FLIP 112 Int BE Pri Loop_entry !#14 N7659 P4945 MEMBAR !#14 N7660 P4946 BLD 101 -1 FP BE Pri !#14 N7661 P4947 MEMBAR Loop_exit !#14 N7662 P4944 IDC_FLIP 112 Int BE Pri Loop_entry !#14 N7663 P4945 MEMBAR !#14 N7664 P4946 BLD 101 -1 FP BE Pri !#14 N7665 P4947 MEMBAR Loop_exit !#14 N7666 P4948 MEMBAR Loop_entry !#14 N7667 P4949 BLD 35 -1 FP BE Pri !#14 N7668 P4950 MEMBAR Loop_exit !#14 N7669 P4951 IDC_FLIP 136 Int BE Pri Loop_entry !#14 N7670 P4952 MEMBAR !#14 N7671 P4953 BLD 20 -1 FP BE Pri !#14 N7672 P4954 MEMBAR Loop_exit !#14 N7673 P4955 MEMBAR Loop_entry !#14 N7674 P4956 BLD 130 -1 FP BE Pri !#14 N7675 P4957 MEMBAR Loop_exit !#14 N7676 P4958 MEMBAR Loop_entry !#14 N7677 P4959 BLD 226 -1 FP BE Pri !#14 N7678 P4960 MEMBAR Loop_exit !#14 N7679 P4961 MEMBAR Loop_entry !#14 N7680 P4962 BLD 26 -1 FP BE Pri !#14 N7681 P4963 MEMBAR Loop_exit !#14 N7682 P4961 MEMBAR Loop_entry !#14 N7683 P4962 BLD 26 -1 FP BE Pri !#14 N7684 P4963 MEMBAR Loop_exit !#14 N7685 P4964 MEMBAR Loop_entry !#14 N7686 P4965 BLD 200 -1 FP BE Pri !#14 N7687 P4966 MEMBAR Loop_exit !#14 N7688 P4967 MEMBAR Loop_entry !#14 N7689 P4968 BLD 186 -1 FP BE Pri !#14 N7690 P4969 MEMBAR Loop_exit !#14 N7691 P4967 MEMBAR Loop_entry !#14 N7692 P4968 BLD 186 -1 FP BE Pri !#14 N7693 P4969 MEMBAR Loop_exit !#14 N7694 P4970 MEMBAR Loop_entry !#14 N7695 P4971 BLD 237 -1 FP BE Pri !#14 N7696 P4972 MEMBAR Loop_exit !#14 N7697 P4973 MEMBAR Loop_entry !#14 N7698 P4974 BLD 153 -1 FP BE Pri !#14 N7699 P4975 MEMBAR Loop_exit !#14 N7700 P4973 MEMBAR Loop_entry !#14 N7701 P4974 BLD 153 -1 FP BE Pri !#14 N7702 P4975 MEMBAR Loop_exit !#14 N7703 P4976 MEMBAR Loop_entry !#14 N7704 P4977 BLD 87 -1 FP BE Pri !#14 N7705 P4978 MEMBAR Loop_exit !#14 N7706 P4979 MEMBAR Loop_entry !#14 N7707 P4980 BLD 148 -1 FP BE Pri !#14 N7708 P4981 MEMBAR Loop_exit !#14 N7709 P4982 MEMBAR Loop_entry !#14 N7710 P4983 BLD 215 -1 FP BE Pri !#14 N7711 P4983 BLD 216 -1 FP BE Pri !#14 N7712 P4984 MEMBAR Loop_exit !#14 N7713 P4982 MEMBAR Loop_entry !#14 N7714 P4983 BLD 215 -1 FP BE Pri !#14 N7715 P4983 BLD 216 -1 FP BE Pri !#14 N7716 P4984 MEMBAR Loop_exit !#14 N7717 P4985 MEMBAR Loop_entry !#14 N7718 P4986 BLD 102 -1 FP BE Pri !#14 N7719 P4986 BLD 103 -1 FP BE Pri !#14 N7720 P4986 BLD 104 -1 FP BE Pri !#14 N7721 P4987 MEMBAR Loop_exit !#14 N7722 P4985 MEMBAR Loop_entry !#14 N7723 P4986 BLD 102 -1 FP BE Pri !#14 N7724 P4986 BLD 103 -1 FP BE Pri !#14 N7725 P4986 BLD 104 -1 FP BE Pri !#14 N7726 P4987 MEMBAR Loop_exit !#14 N7727 P4988 MEMBAR Loop_entry !#14 N7728 P4989 BLD 348 -1 FP BE Pri !#14 N7729 P4990 MEMBAR Loop_exit !#14 N7730 P4991 MEMBAR Loop_entry !#14 N7731 P4992 BLD 280 -1 FP BE Pri !#14 N7732 P4993 MEMBAR Loop_exit !#14 N7733 P4991 MEMBAR Loop_entry !#14 N7734 P4992 BLD 280 -1 FP BE Pri !#14 N7735 P4993 MEMBAR Loop_exit !#14 N7736 P4994 MEMBAR Loop_entry !#14 N7737 P4995 BLD 133 -1 FP BE Pri !#14 N7738 P4996 MEMBAR Loop_exit !#14 N7739 P4994 MEMBAR Loop_entry !#14 N7740 P4995 BLD 133 -1 FP BE Pri !#14 N7741 P4996 MEMBAR Loop_exit !#14 N7742 P4997 MEMBAR Loop_entry !#14 N7743 P4998 BLD 108 -1 FP BE Pri !#14 N7744 P4999 MEMBAR Loop_exit !#14 N7745 P5000 MEMBAR Loop_entry !#14 N7746 P5001 BLD 229 -1 FP BE Pri !#14 N7747 P5002 MEMBAR Loop_exit !#14 N7748 P5003 MEMBAR Loop_entry !#14 N7749 P5004 BLD 269 -1 FP BE Pri !#14 N7750 P5005 MEMBAR Loop_exit !#14 N7751 P5006 MEMBAR Loop_entry !#14 N7752 P5007 BLD 270 -1 FP BE Pri !#14 N7753 P5008 MEMBAR Loop_exit !#14 N7754 P5006 MEMBAR Loop_entry !#14 N7755 P5007 BLD 270 -1 FP BE Pri !#14 N7756 P5008 MEMBAR Loop_exit !#14 N7757 P5009 MEMBAR Loop_entry !#14 N7758 P5010 BLD 236 -1 FP BE Pri !#14 N7759 P5011 MEMBAR Loop_exit !#14 N7760 P5012 MEMBAR Loop_entry !#14 N7761 P5013 BLD 118 -1 FP BE Pri !#14 N7762 P5014 MEMBAR Loop_exit !#14 N7763 P5012 MEMBAR Loop_entry !#14 N7764 P5013 BLD 118 -1 FP BE Pri !#14 N7765 P5014 MEMBAR Loop_exit !#14 N7766 P5015 MEMBAR Loop_entry !#14 N7767 P5016 BLD 244 -1 FP BE Pri !#14 N7768 P5017 MEMBAR Loop_exit !#14 N7769 P5015 MEMBAR Loop_entry !#14 N7770 P5016 BLD 244 -1 FP BE Pri !#14 N7771 P5017 MEMBAR Loop_exit !#14 N7772 P5018 MEMBAR Loop_entry !#14 N7773 P5019 BLD 79 -1 FP BE Pri !#14 N7774 P5020 MEMBAR Loop_exit !#14 N7775 P5021 IDC_FLIP 254 Int BE Pri Loop_entry !#14 N7776 P5022 MEMBAR !#14 N7777 P5023 BLD 234 -1 FP BE Pri !#14 N7778 P5024 MEMBAR Loop_exit !#14 N7779 P5025 MEMBAR Loop_entry !#14 N7780 P5026 BLD 60 -1 FP BE Pri !#14 N7781 P5027 MEMBAR Loop_exit !#14 N7782 P5028 ST 192 0x87000004 Int BE Pri Loop_entry !#14 N7783 P5029 MEMBAR !#14 N7784 P5030 BLD 97 -1 FP BE Pri !#14 N7785 P5031 MEMBAR Loop_exit !#14 N7786 P5032 MEMBAR Loop_entry !#14 N7787 P5033 BLD 119 -1 FP BE Pri !#14 N7788 P5034 MEMBAR Loop_exit !#14 N7789 P5035 MEMBAR Loop_entry !#14 N7790 P5036 BLD 109 -1 FP BE Pri !#14 N7791 P5037 MEMBAR Loop_exit !#14 N7792 P5035 MEMBAR Loop_entry !#14 N7793 P5036 BLD 109 -1 FP BE Pri !#14 N7794 P5037 MEMBAR Loop_exit !#14 N7795 P5038 MEMBAR Loop_entry !#14 N7796 P5039 BLD 223 -1 FP BE Pri !#14 N7797 P5040 MEMBAR Loop_exit !#14 N7798 P5041 MEMBAR Loop_entry !#14 N7799 P5042 BLD 177 -1 FP BE Pri !#14 N7800 P5043 MEMBAR Loop_exit !#14 N7801 P5041 MEMBAR Loop_entry !#14 N7802 P5042 BLD 177 -1 FP BE Pri !#14 N7803 P5043 MEMBAR Loop_exit !#14 N7804 P5044 MEMBAR Loop_entry !#14 N7805 P5045 BLD 256 -1 FP BE Pri !#14 N7806 P5046 MEMBAR Loop_exit !#14 N7807 P5047 MEMBAR Loop_entry !#14 N7808 P5048 BLD 312 -1 FP BE Pri !#14 N7809 P5049 MEMBAR Loop_exit !#14 N7810 P5047 MEMBAR Loop_entry !#14 N7811 P5048 BLD 312 -1 FP BE Pri !#14 N7812 P5049 MEMBAR Loop_exit !#14 N7813 P5050 IDC_FLIP 178 Int BE Pri Loop_entry !#14 N7814 P5051 MEMBAR !#14 N7815 P5052 BLD 285 -1 FP BE Pri !#14 N7816 P5053 MEMBAR Loop_exit !#14 N7817 P5054 MEMBAR !#15 N7818 P5055 MEMBAR Loop_entry !#15 N7819 P5056 BLD 196 -1 FP BE Pri !#15 N7820 P5057 MEMBAR Loop_exit !#15 N7821 P5058 MEMBAR Loop_entry !#15 N7822 P5059 BLD 111 -1 FP BE Pri !#15 N7823 P5059 BLD 112 -1 FP BE Pri !#15 N7824 P5059 BLD 113 -1 FP BE Pri !#15 N7825 P5060 MEMBAR Loop_exit !#15 N7826 P5061 MEMBAR Loop_entry !#15 N7827 P5062 BLD 240 -1 FP BE Pri !#15 N7828 P5063 MEMBAR Loop_exit !#15 N7829 P5064 MEMBAR Loop_entry !#15 N7830 P5065 BLD 160 -1 FP BE Pri !#15 N7831 P5066 MEMBAR Loop_exit !#15 N7832 P5064 MEMBAR Loop_entry !#15 N7833 P5065 BLD 160 -1 FP BE Pri !#15 N7834 P5066 MEMBAR Loop_exit !#15 N7835 P5067 MEMBAR Loop_entry !#15 N7836 P5068 BLD 34 -1 FP BE Pri !#15 N7837 P5069 MEMBAR Loop_exit !#15 N7838 P5070 MEMBAR Loop_entry !#15 N7839 P5071 BLD 232 -1 FP BE Pri !#15 N7840 P5072 MEMBAR Loop_exit !#15 N7841 P5073 IDC_FLIP 244 Int BE Pri Loop_entry Loop_exit !#15 N7842 P5074 MEMBAR Loop_entry !#15 N7843 P5075 BLD 353 -1 FP BE Pri !#15 N7844 P5076 MEMBAR Loop_exit !#15 N7845 P5074 MEMBAR Loop_entry !#15 N7846 P5075 BLD 353 -1 FP BE Pri !#15 N7847 P5076 MEMBAR Loop_exit !#15 N7848 P5077 MEMBAR Loop_entry !#15 N7849 P5078 BLD 246 -1 FP BE Pri !#15 N7850 P5079 MEMBAR Loop_exit !#15 N7851 P5077 MEMBAR Loop_entry !#15 N7852 P5078 BLD 246 -1 FP BE Pri !#15 N7853 P5079 MEMBAR Loop_exit !#15 N7854 P5080 MEMBAR Loop_entry !#15 N7855 P5081 BLD 350 -1 FP BE Pri !#15 N7856 P5082 MEMBAR Loop_exit !#15 N7857 P5080 MEMBAR Loop_entry !#15 N7858 P5081 BLD 350 -1 FP BE Pri !#15 N7859 P5082 MEMBAR Loop_exit !#15 N7860 P5083 MEMBAR Loop_entry Loop_exit !#15 N7861 P5083 MEMBAR Loop_entry Loop_exit !#15 N7862 P5084 ST 65 0x87800001 Int LE Pri Loop_entry !#15 N7863 P5085 MEMBAR !#15 N7864 P5086 BLD 0 -1 FP BE Pri !#15 N7865 P5087 MEMBAR Loop_exit !#15 N7866 P5088 MEMBAR Loop_entry !#15 N7867 P5089 BLD 61 -1 FP BE Pri !#15 N7868 P5090 MEMBAR Loop_exit !#15 N7869 P5091 MEMBAR Loop_entry !#15 N7870 P5092 BLD 131 -1 FP BE Pri !#15 N7871 P5093 MEMBAR Loop_exit !#15 N7872 P5094 MEMBAR Loop_entry !#15 N7873 P5095 BLD 343 -1 FP BE Pri !#15 N7874 P5095 BLD 344 -1 FP BE Pri !#15 N7875 P5096 MEMBAR Loop_exit !#15 N7876 P5097 MEMBAR Loop_entry !#15 N7877 P5098 BLD 222 -1 FP BE Pri !#15 N7878 P5099 MEMBAR Loop_exit !#15 N7879 P5097 MEMBAR Loop_entry !#15 N7880 P5098 BLD 222 -1 FP BE Pri !#15 N7881 P5099 MEMBAR Loop_exit !#15 N7882 P5100 IDC_FLIP 260 Int BE Pri Loop_entry Loop_exit !#15 N7883 P5101 MEMBAR Loop_entry !#15 N7884 P5102 BLD 96 -1 FP BE Pri !#15 N7885 P5103 MEMBAR Loop_exit !#15 N7886 P5101 MEMBAR Loop_entry !#15 N7887 P5102 BLD 96 -1 FP BE Pri !#15 N7888 P5103 MEMBAR Loop_exit !#15 N7889 P5104 MEMBAR Loop_entry !#15 N7890 P5105 BLD 43 -1 FP BE Pri !#15 N7891 P5106 MEMBAR Loop_exit !#15 N7892 P5107 MEMBAR Loop_entry !#15 N7893 P5108 BLD 317 -1 FP BE Pri !#15 N7894 P5109 MEMBAR Loop_exit !#15 N7895 P5107 MEMBAR Loop_entry !#15 N7896 P5108 BLD 317 -1 FP BE Pri !#15 N7897 P5109 MEMBAR Loop_exit !#15 N7898 P5110 IDC_FLIP 246 Int BE Pri Loop_entry !#15 N7899 P5111 IDC_FLIP 75 Int BE Pri Loop_exit !#15 N7900 P5110 IDC_FLIP 246 Int BE Pri Loop_entry !#15 N7901 P5111 IDC_FLIP 75 Int BE Pri Loop_exit !#15 N7902 P5112 MEMBAR Loop_entry !#15 N7903 P5113 BLD 163 -1 FP BE Pri !#15 N7904 P5114 MEMBAR Loop_exit !#15 N7905 P5115 MEMBAR Loop_entry !#15 N7906 P5116 BLD 221 -1 FP BE Pri !#15 N7907 P5117 MEMBAR Loop_exit !#15 N7908 P5115 MEMBAR Loop_entry !#15 N7909 P5116 BLD 221 -1 FP BE Pri !#15 N7910 P5117 MEMBAR Loop_exit !#15 N7911 P5118 MEMBAR Loop_entry !#15 N7912 P5119 BLD 194 -1 FP BE Pri !#15 N7913 P5120 MEMBAR Loop_exit !#15 N7914 P5118 MEMBAR Loop_entry !#15 N7915 P5119 BLD 194 -1 FP BE Pri !#15 N7916 P5120 MEMBAR Loop_exit !#15 N7917 P5121 MEMBAR Loop_entry !#15 N7918 P5122 BLD 117 -1 FP BE Pri !#15 N7919 P5123 MEMBAR Loop_exit !#15 N7920 P5121 MEMBAR Loop_entry !#15 N7921 P5122 BLD 117 -1 FP BE Pri !#15 N7922 P5123 MEMBAR Loop_exit !#15 N7923 P5124 MEMBAR Loop_entry !#15 N7924 P5125 BLD 169 -1 FP BE Pri !#15 N7925 P5126 MEMBAR Loop_exit !#15 N7926 P5127 MEMBAR Loop_entry !#15 N7927 P5128 BLD 79 -1 FP BE Pri !#15 N7928 P5129 MEMBAR Loop_exit !#15 N7929 P5127 MEMBAR Loop_entry !#15 N7930 P5128 BLD 79 -1 FP BE Pri !#15 N7931 P5129 MEMBAR Loop_exit !#15 N7932 P5130 FLUSHI 264 Int BE Pri Loop_entry !#15 N7933 P5131 PREFETCH 139 Int BE Pri Loop_exit !#15 N7934 P5130 FLUSHI 264 Int BE Pri Loop_entry !#15 N7935 P5131 PREFETCH 139 Int BE Pri Loop_exit !#15 N7936 P5132 MEMBAR Loop_entry !#15 N7937 P5133 BLD 252 -1 FP BE Pri !#15 N7938 P5134 MEMBAR Loop_exit !#15 N7939 P5132 MEMBAR Loop_entry !#15 N7940 P5133 BLD 252 -1 FP BE Pri !#15 N7941 P5134 MEMBAR Loop_exit !#15 N7942 P5135 MEMBAR Loop_entry !#15 N7943 P5136 BLD 71 -1 FP BE Pri !#15 N7944 P5136 BLD 72 -1 FP BE Pri !#A N7943 N7944 !#15 N7945 P5137 MEMBAR Loop_exit !#15 N7946 P5138 MEMBAR Loop_entry !#15 N7947 P5139 BLD 322 -1 FP BE Pri !#15 N7948 P5140 MEMBAR Loop_exit !#15 N7949 P5141 MEMBAR Loop_entry !#15 N7950 P5142 BLD 50 -1 FP BE Pri !#15 N7951 P5143 MEMBAR Loop_exit !#15 N7952 P5141 MEMBAR Loop_entry !#15 N7953 P5142 BLD 50 -1 FP BE Pri !#15 N7954 P5143 MEMBAR Loop_exit !#15 N7955 P5144 MEMBAR Loop_entry !#15 N7956 P5145 BLD 84 -1 FP BE Pri !#15 N7957 P5146 MEMBAR Loop_exit !#15 N7958 P5147 MEMBAR Loop_entry !#15 N7959 P5148 BLD 352 -1 FP BE Pri !#15 N7960 P5149 MEMBAR Loop_exit !#15 N7961 P5147 MEMBAR Loop_entry !#15 N7962 P5148 BLD 352 -1 FP BE Pri !#15 N7963 P5149 MEMBAR Loop_exit !#15 N7964 P5150 MEMBAR Loop_entry !#15 N7965 P5151 BLD 314 -1 FP BE Pri !#15 N7966 P5152 MEMBAR Loop_exit !#15 N7967 P5150 MEMBAR Loop_entry !#15 N7968 P5151 BLD 314 -1 FP BE Pri !#15 N7969 P5152 MEMBAR Loop_exit !#15 N7970 P5153 MEMBAR Loop_entry !#15 N7971 P5154 BLD 204 -1 FP BE Pri !#15 N7972 P5155 MEMBAR Loop_exit !#15 N7973 P5156 MEMBAR Loop_entry !#15 N7974 P5157 BLD 287 -1 FP BE Pri !#15 N7975 P5158 MEMBAR Loop_exit !#15 N7976 P5156 MEMBAR Loop_entry !#15 N7977 P5157 BLD 287 -1 FP BE Pri !#15 N7978 P5158 MEMBAR Loop_exit !#15 N7979 P5159 MEMBAR Loop_entry !#15 N7980 P5160 BLD 309 -1 FP BE Pri !#15 N7981 P5161 MEMBAR Loop_exit !#15 N7982 P5162 MEMBAR Loop_entry !#15 N7983 P5163 BLD 52 -1 FP BE Pri !#15 N7984 P5164 MEMBAR Loop_exit !#15 N7985 P5162 MEMBAR Loop_entry !#15 N7986 P5163 BLD 52 -1 FP BE Pri !#15 N7987 P5164 MEMBAR Loop_exit !#15 N7988 P5165 MEMBAR Loop_entry !#15 N7989 P5166 BLD 356 -1 FP BE Pri !#15 N7990 P5167 MEMBAR Loop_exit !#15 N7991 P5168 MEMBAR Loop_entry !#15 N7992 P5169 BLD 9 -1 FP BE Pri !#15 N7993 P5170 MEMBAR Loop_exit !#15 N7994 P5171 IDC_FLIP 311 Int BE Pri Loop_entry Loop_exit !#15 N7995 P5172 MEMBAR Loop_entry !#15 N7996 P5173 BLD 250 -1 FP BE Pri !#15 N7997 P5174 MEMBAR Loop_exit !#15 N7998 P5172 MEMBAR Loop_entry !#15 N7999 P5173 BLD 250 -1 FP BE Pri !#15 N8000 P5174 MEMBAR Loop_exit !#15 N8001 P5175 IDC_FLIP 327 Int BE Pri Loop_entry Loop_exit !#15 N8002 P5176 MEMBAR Loop_entry !#15 N8003 P5177 BLD 192 -1 FP BE Pri !#15 N8004 P5178 MEMBAR Loop_exit !#15 N8005 P5179 MEMBAR Loop_entry !#15 N8006 P5180 BLD 243 -1 FP BE Pri !#15 N8007 P5181 MEMBAR Loop_exit !#15 N8008 P5182 MEMBAR Loop_entry !#15 N8009 P5183 BLD 135 -1 FP BE Pri !#15 N8010 P5184 MEMBAR Loop_exit !#15 N8011 P5182 MEMBAR Loop_entry !#15 N8012 P5183 BLD 135 -1 FP BE Pri !#15 N8013 P5184 MEMBAR Loop_exit !#15 N8014 P5185 PREFETCH 19 Int BE Pri Loop_entry !#15 N8015 P5186 MEMBAR !#15 N8016 P5187 BLD 154 -1 FP BE Pri !#15 N8017 P5188 MEMBAR Loop_exit !#15 N8018 P5189 MEMBAR Loop_entry !#15 N8019 P5190 BLD 322 -1 FP BE Pri !#15 N8020 P5191 MEMBAR Loop_exit !#15 N8021 P5192 MEMBAR Loop_entry !#15 N8022 P5193 BLD 16 -1 FP BE Pri !#15 N8023 P5194 MEMBAR Loop_exit !#15 N8024 P5195 PREFETCH 339 Int BE Pri Loop_entry !#15 N8025 P5196 MEMBAR !#15 N8026 P5197 BLD 111 -1 FP BE Pri !#15 N8027 P5197 BLD 112 -1 FP BE Pri !#15 N8028 P5197 BLD 113 -1 FP BE Pri !#15 N8029 P5198 MEMBAR Loop_exit !#15 N8030 P5195 PREFETCH 339 Int BE Pri Loop_entry !#15 N8031 P5196 MEMBAR !#15 N8032 P5197 BLD 111 -1 FP BE Pri !#15 N8033 P5197 BLD 112 -1 FP BE Pri !#15 N8034 P5197 BLD 113 -1 FP BE Pri !#15 N8035 P5198 MEMBAR Loop_exit !#15 N8036 P5199 MEMBAR Loop_entry !#15 N8037 P5200 BLD 228 -1 FP BE Pri !#15 N8038 P5201 MEMBAR Loop_exit !#15 N8039 P5202 MEMBAR Loop_entry !#15 N8040 P5203 BLD 266 -1 FP BE Pri !#15 N8041 P5204 MEMBAR Loop_exit !#15 N8042 P5205 MEMBAR Loop_entry !#15 N8043 P5206 BLD 271 -1 FP BE Pri !#15 N8044 P5207 MEMBAR Loop_exit !#15 N8045 P5208 MEMBAR Loop_entry !#15 N8046 P5209 BLD 163 -1 FP BE Pri !#15 N8047 P5210 MEMBAR Loop_exit !#15 N8048 P5211 MEMBAR Loop_entry !#15 N8049 P5212 BLD 91 -1 FP BE Pri !#15 N8050 P5212 BLD 92 -1 FP BE Pri !#15 N8051 P5212 BLD 93 -1 FP BE Pri !#15 N8052 P5213 MEMBAR Loop_exit !#15 N8053 P5214 MEMBAR Loop_entry !#15 N8054 P5215 BLD 158 -1 FP BE Pri !#15 N8055 P5216 MEMBAR Loop_exit !#15 N8056 P5214 MEMBAR Loop_entry !#15 N8057 P5215 BLD 158 -1 FP BE Pri !#15 N8058 P5216 MEMBAR Loop_exit !#15 N8059 P5217 MEMBAR Loop_entry !#15 N8060 P5218 BLD 27 -1 FP BE Pri !#15 N8061 P5219 MEMBAR Loop_exit !#15 N8062 P5217 MEMBAR Loop_entry !#15 N8063 P5218 BLD 27 -1 FP BE Pri !#15 N8064 P5219 MEMBAR Loop_exit !#15 N8065 P5220 MEMBAR Loop_entry !#15 N8066 P5221 BLD 55 -1 FP BE Pri !#15 N8067 P5222 MEMBAR Loop_exit !#15 N8068 P5220 MEMBAR Loop_entry !#15 N8069 P5221 BLD 55 -1 FP BE Pri !#15 N8070 P5222 MEMBAR Loop_exit !#15 N8071 P5223 PREFETCH 327 Int BE Pri Loop_entry !#15 N8072 P5224 MEMBAR !#15 N8073 P5225 BLD 151 -1 FP BE Pri !#15 N8074 P5226 MEMBAR Loop_exit !#15 N8075 P5223 PREFETCH 327 Int BE Pri Loop_entry !#15 N8076 P5224 MEMBAR !#15 N8077 P5225 BLD 151 -1 FP BE Pri !#15 N8078 P5226 MEMBAR Loop_exit !#15 N8079 P5227 MEMBAR Loop_entry !#15 N8080 P5228 BLD 345 -1 FP BE Pri !#15 N8081 P5229 MEMBAR Loop_exit !#15 N8082 P5230 MEMBAR Loop_entry !#15 N8083 P5231 BLD 89 -1 FP BE Pri !#15 N8084 P5231 BLD 90 -1 FP BE Pri !#15 N8085 P5232 MEMBAR Loop_exit !#15 N8086 P5233 LD 95 -1 NF Fault Int BE Pri Loop_entry !#15 N8087 P5234 MEMBAR !#15 N8088 P5235 BLD 259 -1 FP BE Pri !#15 N8089 P5236 MEMBAR !#15 N8090 P5237 LD 302 -1 Int BE Pri Loop_exit !#15 N8091 P5233 LD 95 -1 NF Fault Int BE Pri Loop_entry !#15 N8092 P5234 MEMBAR !#15 N8093 P5235 BLD 259 -1 FP BE Pri !#15 N8094 P5236 MEMBAR !#15 N8095 P5237 LD 302 -1 Int BE Pri Loop_exit !#15 N8096 P5238 MEMBAR Loop_entry !#15 N8097 P5239 BLD 97 -1 FP BE Pri !#15 N8098 P5240 MEMBAR Loop_exit !#15 N8099 P5241 MEMBAR Loop_entry !#15 N8100 P5242 BLD 138 -1 FP BE Pri !#15 N8101 P5243 MEMBAR Loop_exit !#15 N8102 P5241 MEMBAR Loop_entry !#15 N8103 P5242 BLD 138 -1 FP BE Pri !#15 N8104 P5243 MEMBAR Loop_exit !#15 N8105 P5244 MEMBAR Loop_entry !#15 N8106 P5245 BLD 178 -1 FP BE Pri !#15 N8107 P5246 MEMBAR Loop_exit !#15 N8108 P5244 MEMBAR Loop_entry !#15 N8109 P5245 BLD 178 -1 FP BE Pri !#15 N8110 P5246 MEMBAR Loop_exit !#15 N8111 P5247 MEMBAR Loop_entry !#15 N8112 P5248 BLD 119 -1 FP BE Pri !#15 N8113 P5249 MEMBAR Loop_exit !#15 N8114 P5250 MEMBAR Loop_entry !#15 N8115 P5251 BLD 193 -1 FP BE Pri !#15 N8116 P5252 MEMBAR Loop_exit !#15 N8117 P5253 MEMBAR Loop_entry !#15 N8118 P5254 BLD 32 -1 FP BE Pri !#15 N8119 P5254 BLD 33 -1 FP BE Pri !#15 N8120 P5255 MEMBAR Loop_exit !#15 N8121 P5253 MEMBAR Loop_entry !#15 N8122 P5254 BLD 32 -1 FP BE Pri !#15 N8123 P5254 BLD 33 -1 FP BE Pri !#15 N8124 P5255 MEMBAR Loop_exit !#15 N8125 P5256 MEMBAR Loop_entry !#15 N8126 P5257 BLD 245 -1 FP BE Pri !#15 N8127 P5258 MEMBAR Loop_exit !#15 N8128 P5259 MEMBAR Loop_entry !#15 N8129 P5260 BLD 44 -1 FP BE Pri !#15 N8130 P5261 MEMBAR Loop_exit !#15 N8131 P5262 MEMBAR Loop_entry !#15 N8132 P5263 BLD 226 -1 FP BE Pri !#15 N8133 P5264 MEMBAR Loop_exit !#15 N8134 P5262 MEMBAR Loop_entry !#15 N8135 P5263 BLD 226 -1 FP BE Pri !#15 N8136 P5264 MEMBAR Loop_exit !#15 N8137 P5265 MEMBAR Loop_entry !#15 N8138 P5266 BLD 250 -1 FP BE Pri !#15 N8139 P5267 MEMBAR Loop_exit !#15 N8140 P5268 MEMBAR Loop_entry !#15 N8141 P5269 BLD 312 -1 FP BE Pri !#15 N8142 P5270 MEMBAR Loop_exit !#15 N8143 P5268 MEMBAR Loop_entry !#15 N8144 P5269 BLD 312 -1 FP BE Pri !#15 N8145 P5270 MEMBAR Loop_exit !#15 N8146 P5271 MEMBAR Loop_entry !#15 N8147 P5272 BLD 316 -1 FP BE Pri !#15 N8148 P5273 MEMBAR Loop_exit !#15 N8149 P5274 MEMBAR Loop_entry !#15 N8150 P5275 BLD 343 -1 FP BE Pri !#15 N8151 P5275 BLD 344 -1 FP BE Pri !#15 N8152 P5276 MEMBAR Loop_exit !#15 N8153 P5274 MEMBAR Loop_entry !#15 N8154 P5275 BLD 343 -1 FP BE Pri !#15 N8155 P5275 BLD 344 -1 FP BE Pri !#15 N8156 P5276 MEMBAR Loop_exit !#15 N8157 P5277 MEMBAR Loop_entry !#15 N8158 P5278 BLD 57 -1 FP BE Pri !#15 N8159 P5279 MEMBAR Loop_exit !#15 N8160 P5277 MEMBAR Loop_entry !#15 N8161 P5278 BLD 57 -1 FP BE Pri !#15 N8162 P5279 MEMBAR Loop_exit !#15 N8163 P5280 MEMBAR Loop_entry !#15 N8164 P5281 BLD 341 -1 FP BE Pri !#15 N8165 P5282 MEMBAR Loop_exit !#15 N8166 P5280 MEMBAR Loop_entry !#15 N8167 P5281 BLD 341 -1 FP BE Pri !#15 N8168 P5282 MEMBAR Loop_exit !#15 N8169 P5283 MEMBAR Loop_entry !#15 N8170 P5284 BLD 326 -1 FP BE Pri !#15 N8171 P5285 MEMBAR Loop_exit !#15 N8172 P5286 MEMBAR Loop_entry !#15 N8173 P5287 BLD 128 -1 FP BE Pri !#15 N8174 P5288 MEMBAR Loop_exit !#15 N8175 P5286 MEMBAR Loop_entry !#15 N8176 P5287 BLD 128 -1 FP BE Pri !#15 N8177 P5288 MEMBAR Loop_exit !#15 N8178 P5289 MEMBAR Loop_entry !#15 N8179 P5290 BLD 45 -1 FP BE Pri !#15 N8180 P5291 MEMBAR Loop_exit !#15 N8181 P5292 LD 276 -1 FP BE Pri Loop_entry !#15 N8182 P5293 MEMBAR !#15 N8183 P5294 BLD 177 -1 FP BE Pri !#15 N8184 P5295 MEMBAR Loop_exit !#15 N8185 P5296 IDC_FLIP 241 Int BE Pri Loop_entry !#15 N8186 P5297 MEMBAR !#15 N8187 P5298 BLD 86 -1 FP BE Pri !#15 N8188 P5299 MEMBAR Loop_exit !#15 N8189 P5296 IDC_FLIP 241 Int BE Pri Loop_entry !#15 N8190 P5297 MEMBAR !#15 N8191 P5298 BLD 86 -1 FP BE Pri !#15 N8192 P5299 MEMBAR Loop_exit !#15 N8193 P5300 IDC_FLIP 4 Int BE Pri Loop_entry Loop_exit !#15 N8194 P5301 ST 271 0x87800002 Int BE Pri Loop_entry !#15 N8195 P5302 MEMBAR !#15 N8196 P5303 BLD 66 -1 FP BE Pri !#15 N8197 P5304 MEMBAR Loop_exit !#15 N8198 P5301 ST 271 0x87800003 Int BE Pri Loop_entry !#15 N8199 P5302 MEMBAR !#15 N8200 P5303 BLD 66 -1 FP BE Pri !#15 N8201 P5304 MEMBAR Loop_exit !#15 N8202 P5305 MEMBAR Loop_entry !#15 N8203 P5306 BLD 8 -1 FP BE Pri !#15 N8204 P5307 MEMBAR Loop_exit !#15 N8205 P5305 MEMBAR Loop_entry !#15 N8206 P5306 BLD 8 -1 FP BE Pri !#15 N8207 P5307 MEMBAR Loop_exit !#15 N8208 P5308 MEMBAR Loop_entry !#15 N8209 P5309 BLD 102 -1 FP BE Pri !#15 N8210 P5309 BLD 103 -1 FP BE Pri !#15 N8211 P5309 BLD 104 -1 FP BE Pri !#15 N8212 P5310 MEMBAR Loop_exit !#15 N8213 P5311 MEMBAR Loop_entry !#15 N8214 P5312 BLD 122 -1 FP BE Pri !#15 N8215 P5313 MEMBAR Loop_exit !#15 N8216 P5311 MEMBAR Loop_entry !#15 N8217 P5312 BLD 122 -1 FP BE Pri !#15 N8218 P5313 MEMBAR Loop_exit !#15 N8219 P5314 MEMBAR Loop_entry !#15 N8220 P5315 BLD 62 -1 FP BE Pri !#15 N8221 P5315 BLD 63 -1 FP BE Pri !#15 N8222 P5316 MEMBAR Loop_exit !#15 N8223 P5314 MEMBAR Loop_entry !#15 N8224 P5315 BLD 62 -1 FP BE Pri !#15 N8225 P5315 BLD 63 -1 FP BE Pri !#15 N8226 P5316 MEMBAR Loop_exit !#15 N8227 P5317 MEMBAR Loop_entry !#15 N8228 P5318 BLD 200 -1 FP BE Pri !#15 N8229 P5319 MEMBAR Loop_exit !#15 N8230 P5317 MEMBAR Loop_entry !#15 N8231 P5318 BLD 200 -1 FP BE Pri !#15 N8232 P5319 MEMBAR Loop_exit !#15 N8233 P5320 MEMBAR Loop_entry !#15 N8234 P5321 BLD 317 -1 FP BE Pri !#15 N8235 P5322 MEMBAR Loop_exit !#15 N8236 P5323 MEMBAR Loop_entry !#15 N8237 P5324 BLD 123 -1 FP BE Pri !#15 N8238 P5325 MEMBAR Loop_exit !#15 N8239 P5323 MEMBAR Loop_entry !#15 N8240 P5324 BLD 123 -1 FP BE Pri !#15 N8241 P5325 MEMBAR Loop_exit !#15 N8242 P5326 MEMBAR Loop_entry !#15 N8243 P5327 BLD 278 -1 FP BE Pri !#15 N8244 P5328 MEMBAR Loop_exit !#15 N8245 P5326 MEMBAR Loop_entry !#15 N8246 P5327 BLD 278 -1 FP BE Pri !#15 N8247 P5328 MEMBAR Loop_exit !#15 N8248 P5329 PREFETCH 159 Int BE Pri Loop_entry Loop_exit !#15 N8249 P5330 ST 43 0x13800001 FP BE Pri Loop_entry !#15 N8250 P5331 MEMBAR !#15 N8251 P5332 BLD 196 -1 FP BE Pri !#15 N8252 P5333 MEMBAR Loop_exit !#15 N8253 P5330 ST 43 0x13800002 FP BE Pri Loop_entry !#15 N8254 P5331 MEMBAR !#15 N8255 P5332 BLD 196 -1 FP BE Pri !#15 N8256 P5333 MEMBAR Loop_exit !#15 N8257 P5334 MEMBAR Loop_entry !#15 N8258 P5335 BLD 228 -1 FP BE Pri !#15 N8259 P5336 MEMBAR Loop_exit !#15 N8260 P5337 MEMBAR Loop_entry !#15 N8261 P5338 BLD 341 -1 FP BE Pri !#15 N8262 P5339 MEMBAR Loop_exit !#15 N8263 P5340 MEMBAR Loop_entry !#15 N8264 P5341 BLD 315 -1 FP BE Pri !#15 N8265 P5342 MEMBAR Loop_exit !#15 N8266 P5340 MEMBAR Loop_entry !#15 N8267 P5341 BLD 315 -1 FP BE Pri !#15 N8268 P5342 MEMBAR Loop_exit !#15 N8269 P5343 MEMBAR Loop_entry !#15 N8270 P5344 BLD 102 -1 FP BE Pri !#15 N8271 P5344 BLD 103 -1 FP BE Pri !#15 N8272 P5344 BLD 104 -1 FP BE Pri !#15 N8273 P5345 MEMBAR Loop_exit !#15 N8274 P5346 MEMBAR Loop_entry !#15 N8275 P5347 BLD 200 -1 FP BE Pri !#15 N8276 P5348 MEMBAR Loop_exit !#15 N8277 P5349 MEMBAR Loop_entry !#15 N8278 P5350 BLD 115 -1 FP BE Pri !#15 N8279 P5351 MEMBAR Loop_exit !#15 N8280 P5349 MEMBAR Loop_entry !#15 N8281 P5350 BLD 115 -1 FP BE Pri !#15 N8282 P5351 MEMBAR Loop_exit !#15 N8283 P5352 IDC_FLIP 52 Int BE Pri Loop_entry Loop_exit !#15 N8284 P5353 MEMBAR Loop_entry !#15 N8285 P5354 BLD 275 -1 FP BE Pri !#15 N8286 P5355 MEMBAR Loop_exit !#15 N8287 P5356 PREFETCH 248 Int BE Pri Loop_entry Loop_exit !#15 N8288 P5357 MEMBAR Loop_entry !#15 N8289 P5358 BLD 5 -1 FP BE Pri !#15 N8290 P5359 MEMBAR Loop_exit !#15 N8291 P5360 MEMBAR Loop_entry !#15 N8292 P5361 BLD 335 -1 FP BE Pri !#15 N8293 P5362 MEMBAR Loop_exit !#15 N8294 P5363 MEMBAR Loop_entry !#15 N8295 P5364 BLD 45 -1 FP BE Pri !#15 N8296 P5365 MEMBAR Loop_exit !#15 N8297 P5363 MEMBAR Loop_entry !#15 N8298 P5364 BLD 45 -1 FP BE Pri !#15 N8299 P5365 MEMBAR Loop_exit !#15 N8300 P5366 MEMBAR Loop_entry !#15 N8301 P5367 BLD 46 -1 FP BE Pri !#15 N8302 P5368 MEMBAR Loop_exit !#15 N8303 P5369 MEMBAR Loop_entry !#15 N8304 P5370 BLD 257 -1 FP BE Pri !#15 N8305 P5371 MEMBAR Loop_exit !#15 N8306 P5372 MEMBAR Loop_entry !#15 N8307 P5373 BLD 91 -1 FP BE Pri !#15 N8308 P5373 BLD 92 -1 FP BE Pri !#15 N8309 P5373 BLD 93 -1 FP BE Pri !#15 N8310 P5374 MEMBAR Loop_exit !#15 N8311 P5375 MEMBAR Loop_entry !#15 N8312 P5376 BLD 210 -1 FP BE Pri !#15 N8313 P5377 MEMBAR Loop_exit !#15 N8314 P5378 MEMBAR Loop_entry !#15 N8315 P5379 BLD 267 -1 FP BE Pri !#15 N8316 P5380 MEMBAR Loop_exit !#15 N8317 P5381 MEMBAR Loop_entry !#15 N8318 P5382 BLD 316 -1 FP BE Pri !#15 N8319 P5383 MEMBAR Loop_exit !#15 N8320 P5384 MEMBAR Loop_entry !#15 N8321 P5385 BLD 197 -1 FP BE Pri !#15 N8322 P5386 MEMBAR Loop_exit !#15 N8323 P5387 MEMBAR Loop_entry !#15 N8324 P5388 BLD 8 -1 FP BE Pri !#15 N8325 P5389 MEMBAR Loop_exit !#15 N8326 P5387 MEMBAR Loop_entry !#15 N8327 P5388 BLD 8 -1 FP BE Pri !#15 N8328 P5389 MEMBAR Loop_exit !#15 N8329 P5390 MEMBAR Loop_entry !#15 N8330 P5391 BLD 122 -1 FP BE Pri !#15 N8331 P5392 MEMBAR Loop_exit !#15 N8332 P5390 MEMBAR Loop_entry !#15 N8333 P5391 BLD 122 -1 FP BE Pri !#15 N8334 P5392 MEMBAR Loop_exit !#15 N8335 P5393 MEMBAR Loop_entry !#15 N8336 P5394 BLD 42 -1 FP BE Pri !#15 N8337 P5395 MEMBAR Loop_exit !#15 N8338 P5396 MEMBAR Loop_entry !#15 N8339 P5397 BLD 45 -1 FP BE Pri !#15 N8340 P5398 MEMBAR Loop_exit !#15 N8341 P5399 MEMBAR !#16 N8342 P5400 MEMBAR Loop_entry !#16 N8343 P5401 BLD 213 -1 FP BE Pri !#16 N8344 P5402 MEMBAR Loop_exit !#16 N8345 P5403 MEMBAR Loop_entry !#16 N8346 P5404 BLD 154 -1 FP BE Pri !#16 N8347 P5405 MEMBAR Loop_exit !#16 N8348 P5406 MEMBAR Loop_entry !#16 N8349 P5407 BLD 6 -1 FP BE Pri !#16 N8350 P5407 BLD 7 -1 FP BE Pri !#16 N8351 P5408 MEMBAR Loop_exit !#16 N8352 P5409 MEMBAR Loop_entry !#16 N8353 P5410 BLD 244 -1 FP BE Pri !#16 N8354 P5411 MEMBAR Loop_exit !#16 N8355 P5409 MEMBAR Loop_entry !#16 N8356 P5410 BLD 244 -1 FP BE Pri !#16 N8357 P5411 MEMBAR Loop_exit !#16 N8358 P5412 MEMBAR Loop_entry !#16 N8359 P5413 BLD 159 -1 FP BE Pri !#16 N8360 P5414 MEMBAR Loop_exit !#16 N8361 P5412 MEMBAR Loop_entry !#16 N8362 P5413 BLD 159 -1 FP BE Pri !#16 N8363 P5414 MEMBAR Loop_exit !#16 N8364 P5415 MEMBAR Loop_entry !#16 N8365 P5416 BLD 46 -1 FP BE Pri !#16 N8366 P5417 MEMBAR Loop_exit !#16 N8367 P5418 MEMBAR Loop_entry !#16 N8368 P5419 BLD 227 -1 FP BE Pri !#16 N8369 P5420 MEMBAR Loop_exit !#16 N8370 P5421 MEMBAR Loop_entry !#16 N8371 P5422 BLD 36 -1 FP BE Pri !#16 N8372 P5423 MEMBAR Loop_exit !#16 N8373 P5424 MEMBAR Loop_entry !#16 N8374 P5425 BLD 173 -1 FP BE Pri !#16 N8375 P5426 MEMBAR Loop_exit !#16 N8376 P5424 MEMBAR Loop_entry !#16 N8377 P5425 BLD 173 -1 FP BE Pri !#16 N8378 P5426 MEMBAR Loop_exit !#16 N8379 P5427 MEMBAR Loop_entry !#16 N8380 P5428 BLD 129 -1 FP BE Pri !#16 N8381 P5429 MEMBAR Loop_exit !#16 N8382 P5427 MEMBAR Loop_entry !#16 N8383 P5428 BLD 129 -1 FP BE Pri !#16 N8384 P5429 MEMBAR Loop_exit !#16 N8385 P5430 IDC_FLIP 115 Int BE Pri Loop_entry !#16 N8386 P5431 MEMBAR !#16 N8387 P5432 BLD 191 -1 FP BE Pri !#16 N8388 P5433 MEMBAR Loop_exit !#16 N8389 P5434 MEMBAR Loop_entry !#16 N8390 P5435 BLD 86 -1 FP BE Pri !#16 N8391 P5436 MEMBAR Loop_exit !#16 N8392 P5437 MEMBAR Loop_entry !#16 N8393 P5438 BLD 348 -1 FP BE Pri !#16 N8394 P5439 MEMBAR Loop_exit !#16 N8395 P5440 MEMBAR Loop_entry !#16 N8396 P5441 BLD 288 -1 FP BE Pri !#16 N8397 P5442 MEMBAR Loop_exit !#16 N8398 P5443 IDC_FLIP 118 Int BE Pri Loop_entry !#16 N8399 P5444 ST 243 0x88000001 Int BE Pri Loop_exit !#16 N8400 P5445 ST 43 0x14000001 FP BE Pri Loop_entry Loop_exit !#16 N8401 P5445 ST 43 0x14000002 FP BE Pri Loop_entry Loop_exit !#16 N8402 P5446 PREFETCH 224 Int BE Pri Loop_entry Loop_exit !#16 N8403 P5446 PREFETCH 224 Int BE Pri Loop_entry Loop_exit !#16 N8404 P5447 MEMBAR Loop_entry !#16 N8405 P5448 BLD 131 -1 FP BE Pri !#16 N8406 P5449 MEMBAR Loop_exit !#16 N8407 P5450 MEMBAR Loop_entry !#16 N8408 P5451 BLD 358 -1 FP BE Pri !#16 N8409 P5452 MEMBAR Loop_exit !#16 N8410 P5450 MEMBAR Loop_entry !#16 N8411 P5451 BLD 358 -1 FP BE Pri !#16 N8412 P5452 MEMBAR Loop_exit !#16 N8413 P5453 MEMBAR Loop_entry !#16 N8414 P5454 BLD 40 -1 FP BE Pri !#16 N8415 P5455 MEMBAR Loop_exit !#16 N8416 P5453 MEMBAR Loop_entry !#16 N8417 P5454 BLD 40 -1 FP BE Pri !#16 N8418 P5455 MEMBAR Loop_exit !#16 N8419 P5456 MEMBAR Loop_entry !#16 N8420 P5457 BLD 317 -1 FP BE Pri !#16 N8421 P5458 MEMBAR Loop_exit !#16 N8422 P5459 MEMBAR Loop_entry !#16 N8423 P5460 BLD 71 -1 FP BE Pri !#16 N8424 P5460 BLD 72 -1 FP BE Pri !#A N8423 N8424 !#16 N8425 P5461 MEMBAR Loop_exit !#16 N8426 P5462 MEMBAR Loop_entry !#16 N8427 P5463 BLD 267 -1 FP BE Pri !#16 N8428 P5464 MEMBAR Loop_exit !#16 N8429 P5465 MEMBAR Loop_entry !#16 N8430 P5466 BLD 178 -1 FP BE Pri !#16 N8431 P5467 MEMBAR Loop_exit !#16 N8432 P5465 MEMBAR Loop_entry !#16 N8433 P5466 BLD 178 -1 FP BE Pri !#16 N8434 P5467 MEMBAR Loop_exit !#16 N8435 P5468 MEMBAR Loop_entry !#16 N8436 P5469 BLD 22 -1 FP BE Pri !#16 N8437 P5470 MEMBAR Loop_exit !#16 N8438 P5471 MEMBAR Loop_entry !#16 N8439 P5472 BLD 286 -1 FP BE Pri !#16 N8440 P5473 MEMBAR Loop_exit !#16 N8441 P5474 MEMBAR Loop_entry !#16 N8442 P5475 BLD 182 -1 FP BE Pri !#16 N8443 P5476 MEMBAR Loop_exit !#16 N8444 P5474 MEMBAR Loop_entry !#16 N8445 P5475 BLD 182 -1 FP BE Pri !#16 N8446 P5476 MEMBAR Loop_exit !#16 N8447 P5477 MEMBAR Loop_entry !#16 N8448 P5478 BLD 139 -1 FP BE Pri !#16 N8449 P5479 MEMBAR Loop_exit !#16 N8450 P5480 IDC_FLIP 75 Int BE Pri Loop_entry !#16 N8451 P5481 MEMBAR !#16 N8452 P5482 BLD 108 -1 FP BE Pri !#16 N8453 P5483 MEMBAR Loop_exit !#16 N8454 P5480 IDC_FLIP 75 Int BE Pri Loop_entry !#16 N8455 P5481 MEMBAR !#16 N8456 P5482 BLD 108 -1 FP BE Pri !#16 N8457 P5483 MEMBAR Loop_exit !#16 N8458 P5484 MEMBAR Loop_entry !#16 N8459 P5485 BLD 263 -1 FP BE Pri !#16 N8460 P5486 MEMBAR Loop_exit !#16 N8461 P5487 MEMBAR Loop_entry !#16 N8462 P5488 BLD 58 -1 FP BE Pri !#16 N8463 P5489 MEMBAR Loop_exit !#16 N8464 P5490 MEMBAR Loop_entry !#16 N8465 P5491 BLD 111 -1 FP BE Pri !#16 N8466 P5491 BLD 112 -1 FP BE Pri !#16 N8467 P5491 BLD 113 -1 FP BE Pri !#16 N8468 P5492 MEMBAR Loop_exit !#16 N8469 P5493 MEMBAR Loop_entry !#16 N8470 P5494 BLD 356 -1 FP BE Pri !#16 N8471 P5495 MEMBAR Loop_exit !#16 N8472 P5496 MEMBAR Loop_entry !#16 N8473 P5497 BLD 203 -1 FP BE Pri !#16 N8474 P5498 MEMBAR Loop_exit !#16 N8475 P5499 MEMBAR Loop_entry !#16 N8476 P5500 BLD 102 -1 FP BE Pri !#16 N8477 P5500 BLD 103 -1 FP BE Pri !#16 N8478 P5500 BLD 104 -1 FP BE Pri !#16 N8479 P5501 MEMBAR Loop_exit !#16 N8480 P5499 MEMBAR Loop_entry !#16 N8481 P5500 BLD 102 -1 FP BE Pri !#16 N8482 P5500 BLD 103 -1 FP BE Pri !#16 N8483 P5500 BLD 104 -1 FP BE Pri !#16 N8484 P5501 MEMBAR Loop_exit !#16 N8485 P5502 MEMBAR Loop_entry !#16 N8486 P5503 BLD 188 -1 FP BE Pri !#16 N8487 P5504 MEMBAR Loop_exit !#16 N8488 P5502 MEMBAR Loop_entry !#16 N8489 P5503 BLD 188 -1 FP BE Pri !#16 N8490 P5504 MEMBAR Loop_exit !#16 N8491 P5505 MEMBAR Loop_entry !#16 N8492 P5506 BLD 276 -1 FP BE Pri !#16 N8493 P5507 MEMBAR Loop_exit !#16 N8494 P5505 MEMBAR Loop_entry !#16 N8495 P5506 BLD 276 -1 FP BE Pri !#16 N8496 P5507 MEMBAR Loop_exit !#16 N8497 P5508 IDC_FLIP 140 Int BE Pri Loop_entry !#16 N8498 P5509 MEMBAR !#16 N8499 P5510 BLD 36 -1 FP BE Pri !#16 N8500 P5511 MEMBAR Loop_exit !#16 N8501 P5508 IDC_FLIP 140 Int BE Pri Loop_entry !#16 N8502 P5509 MEMBAR !#16 N8503 P5510 BLD 36 -1 FP BE Pri !#16 N8504 P5511 MEMBAR Loop_exit !#16 N8505 P5512 MEMBAR Loop_entry !#16 N8506 P5513 BLD 14 -1 FP BE Pri !#16 N8507 P5514 MEMBAR Loop_exit !#16 N8508 P5515 MEMBAR Loop_entry !#16 N8509 P5516 BLD 290 -1 FP BE Pri !#16 N8510 P5517 MEMBAR Loop_exit !#16 N8511 P5515 MEMBAR Loop_entry !#16 N8512 P5516 BLD 290 -1 FP BE Pri !#16 N8513 P5517 MEMBAR Loop_exit !#16 N8514 P5518 MEMBAR Loop_entry !#16 N8515 P5519 BLD 153 -1 FP BE Pri !#16 N8516 P5520 MEMBAR Loop_exit !#16 N8517 P5521 MEMBAR Loop_entry !#16 N8518 P5522 BLD 312 -1 FP BE Pri !#16 N8519 P5523 MEMBAR Loop_exit !#16 N8520 P5524 MEMBAR Loop_entry !#16 N8521 P5525 BLD 91 -1 FP BE Pri !#16 N8522 P5525 BLD 92 -1 FP BE Pri !#16 N8523 P5525 BLD 93 -1 FP BE Pri !#16 N8524 P5526 MEMBAR Loop_exit !#16 N8525 P5527 PREFETCH 329 Int BE Pri Loop_entry Loop_exit !#16 N8526 P5528 MEMBAR Loop_entry !#16 N8527 P5529 BLD 116 -1 FP BE Pri !#16 N8528 P5530 MEMBAR Loop_exit !#16 N8529 P5531 MEMBAR Loop_entry !#16 N8530 P5532 BLD 323 -1 FP BE Pri !#16 N8531 P5533 MEMBAR Loop_exit !#16 N8532 P5534 IDC_FLIP 335 Int BE Pri Loop_entry !#16 N8533 P5535 MEMBAR !#16 N8534 P5536 BLD 222 -1 FP BE Pri !#16 N8535 P5537 MEMBAR Loop_exit !#16 N8536 P5534 IDC_FLIP 335 Int BE Pri Loop_entry !#16 N8537 P5535 MEMBAR !#16 N8538 P5536 BLD 222 -1 FP BE Pri !#16 N8539 P5537 MEMBAR Loop_exit !#16 N8540 P5538 PREFETCH 167 Int BE Pri Loop_entry !#16 N8541 P5539 MEMBAR !#16 N8542 P5540 BLD 349 -1 FP BE Pri !#16 N8543 P5541 MEMBAR Loop_exit !#16 N8544 P5542 MEMBAR Loop_entry !#16 N8545 P5543 BLD 11 -1 FP BE Pri !#16 N8546 P5543 BLD 12 -1 FP BE Pri !#16 N8547 P5544 MEMBAR Loop_exit !#16 N8548 P5542 MEMBAR Loop_entry !#16 N8549 P5543 BLD 11 -1 FP BE Pri !#16 N8550 P5543 BLD 12 -1 FP BE Pri !#16 N8551 P5544 MEMBAR Loop_exit !#16 N8552 P5545 MEMBAR Loop_entry !#16 N8553 P5546 BLD 358 -1 FP BE Pri !#16 N8554 P5547 MEMBAR Loop_exit !#16 N8555 P5548 MEMBAR Loop_entry !#16 N8556 P5549 BLD 17 -1 FP BE Pri !#16 N8557 P5550 MEMBAR Loop_exit !#16 N8558 P5548 MEMBAR Loop_entry !#16 N8559 P5549 BLD 17 -1 FP BE Pri !#16 N8560 P5550 MEMBAR Loop_exit !#16 N8561 P5551 MEMBAR Loop_entry !#16 N8562 P5552 BLD 43 -1 FP BE Pri !#16 N8563 P5553 MEMBAR Loop_exit !#16 N8564 P5551 MEMBAR Loop_entry !#16 N8565 P5552 BLD 43 -1 FP BE Pri !#16 N8566 P5553 MEMBAR Loop_exit !#16 N8567 P5554 MEMBAR Loop_entry !#16 N8568 P5555 BLD 262 -1 FP BE Pri !#16 N8569 P5556 MEMBAR Loop_exit !#16 N8570 P5554 MEMBAR Loop_entry !#16 N8571 P5555 BLD 262 -1 FP BE Pri !#16 N8572 P5556 MEMBAR Loop_exit !#16 N8573 P5557 MEMBAR Loop_entry !#16 N8574 P5558 BLD 108 -1 FP BE Pri !#16 N8575 P5559 MEMBAR Loop_exit !#16 N8576 P5557 MEMBAR Loop_entry !#16 N8577 P5558 BLD 108 -1 FP BE Pri !#16 N8578 P5559 MEMBAR Loop_exit !#16 N8579 P5560 MEMBAR Loop_entry !#16 N8580 P5561 BLD 114 -1 FP BE Pri !#16 N8581 P5562 MEMBAR Loop_exit !#16 N8582 P5563 MEMBAR Loop_entry !#16 N8583 P5564 BLD 247 -1 FP BE Pri !#16 N8584 P5565 MEMBAR Loop_exit !#16 N8585 P5566 MEMBAR Loop_entry !#16 N8586 P5567 BLD 313 -1 FP BE Pri !#16 N8587 P5568 MEMBAR Loop_exit !#16 N8588 P5569 MEMBAR Loop_entry !#16 N8589 P5570 BLD 243 -1 FP BE Pri !#16 N8590 P5571 MEMBAR Loop_exit !#16 N8591 P5572 MEMBAR Loop_entry !#16 N8592 P5573 BLD 28 -1 FP BE Pri !#16 N8593 P5574 MEMBAR Loop_exit !#16 N8594 P5575 MEMBAR Loop_entry !#16 N8595 P5576 BLD 152 -1 FP BE Pri !#16 N8596 P5577 MEMBAR Loop_exit !#16 N8597 P5575 MEMBAR Loop_entry !#16 N8598 P5576 BLD 152 -1 FP BE Pri !#16 N8599 P5577 MEMBAR Loop_exit !#16 N8600 P5578 MEMBAR Loop_entry !#16 N8601 P5579 BLD 320 -1 FP BE Pri !#16 N8602 P5580 MEMBAR Loop_exit !#16 N8603 P5581 MEMBAR Loop_entry !#16 N8604 P5582 BLD 316 -1 FP BE Pri !#16 N8605 P5583 MEMBAR Loop_exit !#16 N8606 P5584 MEMBAR Loop_entry !#16 N8607 P5585 BLD 272 -1 FP BE Pri !#16 N8608 P5586 MEMBAR Loop_exit !#16 N8609 P5584 MEMBAR Loop_entry !#16 N8610 P5585 BLD 272 -1 FP BE Pri !#16 N8611 P5586 MEMBAR Loop_exit !#16 N8612 P5587 MEMBAR Loop_entry !#16 N8613 P5588 BLD 0 -1 FP BE Pri !#16 N8614 P5589 MEMBAR Loop_exit !#16 N8615 P5590 MEMBAR Loop_entry !#16 N8616 P5591 BLD 129 -1 FP BE Pri !#16 N8617 P5592 MEMBAR Loop_exit !#16 N8618 P5590 MEMBAR Loop_entry !#16 N8619 P5591 BLD 129 -1 FP BE Pri !#16 N8620 P5592 MEMBAR Loop_exit !#16 N8621 P5593 PREFETCH 96 Int BE Pri Loop_entry Loop_exit !#16 N8622 P5593 PREFETCH 96 Int BE Pri Loop_entry Loop_exit !#16 N8623 P5594 MEMBAR Loop_entry !#16 N8624 P5595 BLD 250 -1 FP BE Pri !#16 N8625 P5596 MEMBAR Loop_exit !#16 N8626 P5597 MEMBAR Loop_entry !#16 N8627 P5598 BLD 194 -1 FP BE Pri !#16 N8628 P5599 MEMBAR Loop_exit !#16 N8629 P5600 MEMBAR Loop_entry !#16 N8630 P5601 BLD 213 -1 FP BE Pri !#16 N8631 P5602 MEMBAR Loop_exit !#16 N8632 P5603 MEMBAR Loop_entry !#16 N8633 P5604 BLD 226 -1 FP BE Pri !#16 N8634 P5605 MEMBAR Loop_exit !#16 N8635 P5606 MEMBAR Loop_entry !#16 N8636 P5607 BLD 149 -1 FP BE Pri !#16 N8637 P5608 MEMBAR Loop_exit !#16 N8638 P5606 MEMBAR Loop_entry !#16 N8639 P5607 BLD 149 -1 FP BE Pri !#16 N8640 P5608 MEMBAR Loop_exit !#16 N8641 P5609 MEMBAR Loop_entry !#16 N8642 P5610 BLD 189 -1 FP BE Pri !#16 N8643 P5611 MEMBAR Loop_exit !#16 N8644 P5612 MEMBAR Loop_entry !#16 N8645 P5613 BLD 183 -1 FP BE Pri !#16 N8646 P5614 MEMBAR Loop_exit !#16 N8647 P5615 MEMBAR Loop_entry !#16 N8648 P5616 BLD 214 -1 FP BE Pri !#16 N8649 P5617 MEMBAR Loop_exit !#16 N8650 P5618 MEMBAR Loop_entry !#16 N8651 P5619 BLD 346 -1 FP BE Pri !#16 N8652 P5620 MEMBAR Loop_exit !#16 N8653 P5621 LD 188 -1 NF Int BE Pri Loop_entry !#16 N8654 P5622 IDC_FLIP 179 Int BE Pri !#16 N8655 P5623 LD 245 -1 Int BE Pri Loop_exit !#16 N8656 P5624 MEMBAR Loop_entry !#16 N8657 P5625 BLD 240 -1 FP BE Pri !#16 N8658 P5626 MEMBAR Loop_exit !#16 N8659 P5624 MEMBAR Loop_entry !#16 N8660 P5625 BLD 240 -1 FP BE Pri !#16 N8661 P5626 MEMBAR Loop_exit !#16 N8662 P5627 ST 116 0x88000002 Int BE Pri Loop_entry Loop_exit !#16 N8663 P5627 ST 116 0x88000003 Int BE Pri Loop_entry Loop_exit !#16 N8664 P5628 MEMBAR Loop_entry !#16 N8665 P5629 BLD 346 -1 FP BE Pri !#16 N8666 P5630 MEMBAR Loop_exit !#16 N8667 P5628 MEMBAR Loop_entry !#16 N8668 P5629 BLD 346 -1 FP BE Pri !#16 N8669 P5630 MEMBAR Loop_exit !#16 N8670 P5631 MEMBAR Loop_entry !#16 N8671 P5632 BLD 17 -1 FP BE Pri !#16 N8672 P5633 MEMBAR Loop_exit !#16 N8673 P5631 MEMBAR Loop_entry !#16 N8674 P5632 BLD 17 -1 FP BE Pri !#16 N8675 P5633 MEMBAR Loop_exit !#16 N8676 P5634 MEMBAR Loop_entry !#16 N8677 P5635 BLD 32 -1 FP BE Pri !#16 N8678 P5635 BLD 33 -1 FP BE Pri !#16 N8679 P5636 MEMBAR Loop_exit !#16 N8680 P5637 IDC_FLIP 251 Int BE Pri Loop_entry Loop_exit !#16 N8681 P5637 IDC_FLIP 251 Int BE Pri Loop_entry Loop_exit !#16 N8682 P5638 MEMBAR Loop_entry !#16 N8683 P5639 BLD 338 -1 FP BE Pri !#16 N8684 P5640 MEMBAR Loop_exit !#16 N8685 P5641 MEMBAR Loop_entry !#16 N8686 P5642 BLD 273 -1 FP BE Pri !#16 N8687 P5643 MEMBAR Loop_exit !#16 N8688 P5641 MEMBAR Loop_entry !#16 N8689 P5642 BLD 273 -1 FP BE Pri !#16 N8690 P5643 MEMBAR Loop_exit !#16 N8691 P5644 MEMBAR Loop_entry !#16 N8692 P5645 BLD 207 -1 FP BE Pri !#16 N8693 P5646 MEMBAR Loop_exit !#16 N8694 P5647 MEMBAR Loop_entry !#16 N8695 P5648 BLD 228 -1 FP BE Pri !#16 N8696 P5649 MEMBAR Loop_exit !#16 N8697 P5650 MEMBAR Loop_entry !#16 N8698 P5651 BLD 235 -1 FP BE Pri !#16 N8699 P5652 MEMBAR Loop_exit !#16 N8700 P5653 MEMBAR Loop_entry !#16 N8701 P5654 BLD 162 -1 FP BE Pri !#16 N8702 P5655 MEMBAR Loop_exit !#16 N8703 P5653 MEMBAR Loop_entry !#16 N8704 P5654 BLD 162 -1 FP BE Pri !#16 N8705 P5655 MEMBAR Loop_exit !#16 N8706 P5656 MEMBAR Loop_entry !#16 N8707 P5657 BLD 41 -1 FP BE Pri !#16 N8708 P5658 MEMBAR Loop_exit !#16 N8709 P5659 MEMBAR Loop_entry !#16 N8710 P5660 BLD 283 -1 FP BE Pri !#16 N8711 P5661 MEMBAR Loop_exit !#16 N8712 P5659 MEMBAR Loop_entry !#16 N8713 P5660 BLD 283 -1 FP BE Pri !#16 N8714 P5661 MEMBAR Loop_exit !#16 N8715 P5662 MEMBAR Loop_entry !#16 N8716 P5663 BLD 247 -1 FP BE Pri !#16 N8717 P5664 MEMBAR Loop_exit !#16 N8718 P5662 MEMBAR Loop_entry !#16 N8719 P5663 BLD 247 -1 FP BE Pri !#16 N8720 P5664 MEMBAR Loop_exit !#16 N8721 P5665 LD 79 -1 Int BE Pri Loop_entry !#16 N8722 P5666 LD 143 -1 Int BE Pri Loop_exit !#16 N8723 P5665 LD 79 -1 Int BE Pri Loop_entry !#16 N8724 P5666 LD 143 -1 Int BE Pri Loop_exit !#16 N8725 P5667 MEMBAR Loop_entry !#16 N8726 P5668 BLD 328 -1 FP BE Pri !#16 N8727 P5669 MEMBAR Loop_exit !#16 N8728 P5670 MEMBAR Loop_entry !#16 N8729 P5671 BLD 11 -1 FP BE Pri !#16 N8730 P5671 BLD 12 -1 FP BE Pri !#16 N8731 P5672 MEMBAR Loop_exit !#16 N8732 P5673 MEMBAR Loop_entry !#16 N8733 P5674 BLD 89 -1 FP BE Pri !#16 N8734 P5674 BLD 90 -1 FP BE Pri !#16 N8735 P5675 MEMBAR Loop_exit !#16 N8736 P5673 MEMBAR Loop_entry !#16 N8737 P5674 BLD 89 -1 FP BE Pri !#16 N8738 P5674 BLD 90 -1 FP BE Pri !#16 N8739 P5675 MEMBAR Loop_exit !#16 N8740 P5676 MEMBAR Loop_entry !#16 N8741 P5677 BLD 4 -1 FP BE Pri !#16 N8742 P5678 MEMBAR Loop_exit !#16 N8743 P5676 MEMBAR Loop_entry !#16 N8744 P5677 BLD 4 -1 FP BE Pri !#16 N8745 P5678 MEMBAR Loop_exit !#16 N8746 P5679 MEMBAR Loop_entry !#16 N8747 P5680 BLD 237 -1 FP BE Pri !#16 N8748 P5681 MEMBAR Loop_exit !#16 N8749 P5679 MEMBAR Loop_entry !#16 N8750 P5680 BLD 237 -1 FP BE Pri !#16 N8751 P5681 MEMBAR Loop_exit !#16 N8752 P5682 MEMBAR Loop_entry !#16 N8753 P5683 BLD 262 -1 FP BE Pri !#16 N8754 P5684 MEMBAR Loop_exit !#16 N8755 P5682 MEMBAR Loop_entry !#16 N8756 P5683 BLD 262 -1 FP BE Pri !#16 N8757 P5684 MEMBAR Loop_exit !#16 N8758 P5685 MEMBAR Loop_entry !#16 N8759 P5686 BLD 69 -1 FP BE Pri !#16 N8760 P5687 MEMBAR Loop_exit !#16 N8761 P5685 MEMBAR Loop_entry !#16 N8762 P5686 BLD 69 -1 FP BE Pri !#16 N8763 P5687 MEMBAR Loop_exit !#16 N8764 P5688 MEMBAR Loop_entry !#16 N8765 P5689 BLD 110 -1 FP BE Pri !#16 N8766 P5690 MEMBAR Loop_exit !#16 N8767 P5691 MEMBAR Loop_entry !#16 N8768 P5692 BLD 67 -1 FP BE Pri !#16 N8769 P5693 MEMBAR Loop_exit !#16 N8770 P5694 MEMBAR Loop_entry !#16 N8771 P5695 BLD 174 -1 FP BE Pri !#16 N8772 P5696 MEMBAR Loop_exit !#16 N8773 P5694 MEMBAR Loop_entry !#16 N8774 P5695 BLD 174 -1 FP BE Pri !#16 N8775 P5696 MEMBAR Loop_exit !#16 N8776 P5697 MEMBAR Loop_entry !#16 N8777 P5698 BLD 255 -1 FP BE Pri !#16 N8778 P5699 MEMBAR Loop_exit !#16 N8779 P5697 MEMBAR Loop_entry !#16 N8780 P5698 BLD 255 -1 FP BE Pri !#16 N8781 P5699 MEMBAR Loop_exit !#16 N8782 P5700 MEMBAR Loop_entry !#16 N8783 P5701 BLD 341 -1 FP BE Pri !#16 N8784 P5702 MEMBAR Loop_exit !#16 N8785 P5703 FLUSHI 181 Int BE Pri Loop_entry Loop_exit !#16 N8786 P5703 FLUSHI 181 Int BE Pri Loop_entry Loop_exit !#16 N8787 P5704 MEMBAR Loop_entry !#16 N8788 P5705 BLD 131 -1 FP BE Pri !#16 N8789 P5706 MEMBAR Loop_exit !#16 N8790 P5707 MEMBAR Loop_entry !#16 N8791 P5708 BLD 154 -1 FP BE Pri !#16 N8792 P5709 MEMBAR Loop_exit !#16 N8793 P5707 MEMBAR Loop_entry !#16 N8794 P5708 BLD 154 -1 FP BE Pri !#16 N8795 P5709 MEMBAR Loop_exit !#16 N8796 P5710 MEMBAR Loop_entry !#16 N8797 P5711 BLD 11 -1 FP BE Pri !#16 N8798 P5711 BLD 12 -1 FP BE Pri !#16 N8799 P5712 MEMBAR Loop_exit !#16 N8800 P5713 PREFETCH 203 Int BE Pri Loop_entry Loop_exit !#16 N8801 P5713 PREFETCH 203 Int BE Pri Loop_entry Loop_exit !#16 N8802 P5714 MEMBAR Loop_entry !#16 N8803 P5715 BLD 355 -1 FP BE Pri !#16 N8804 P5716 MEMBAR Loop_exit !#16 N8805 P5717 MEMBAR Loop_entry Loop_exit !#16 N8806 P5718 MEMBAR Loop_entry !#16 N8807 P5719 BLD 342 -1 FP BE Pri !#16 N8808 P5720 MEMBAR Loop_exit !#16 N8809 P5721 MEMBAR Loop_entry !#16 N8810 P5722 BLD 42 -1 FP BE Pri !#16 N8811 P5723 MEMBAR Loop_exit !#16 N8812 P5721 MEMBAR Loop_entry !#16 N8813 P5722 BLD 42 -1 FP BE Pri !#16 N8814 P5723 MEMBAR Loop_exit !#16 N8815 P5724 MEMBAR Loop_entry !#16 N8816 P5725 BLD 192 -1 FP BE Pri !#16 N8817 P5726 MEMBAR Loop_exit !#16 N8818 P5724 MEMBAR Loop_entry !#16 N8819 P5725 BLD 192 -1 FP BE Pri !#16 N8820 P5726 MEMBAR Loop_exit !#16 N8821 P5727 MEMBAR Loop_entry !#16 N8822 P5728 BLD 20 -1 FP BE Pri !#16 N8823 P5729 MEMBAR Loop_exit !#16 N8824 P5730 IDC_FLIP 352 Int BE Pri Loop_entry !#16 N8825 P5731 MEMBAR !#16 N8826 P5732 BLD 230 -1 FP BE Pri !#16 N8827 P5733 MEMBAR Loop_exit !#16 N8828 P5734 MEMBAR Loop_entry !#16 N8829 P5735 BLD 20 -1 FP BE Pri !#16 N8830 P5736 MEMBAR Loop_exit !#16 N8831 P5734 MEMBAR Loop_entry !#16 N8832 P5735 BLD 20 -1 FP BE Pri !#16 N8833 P5736 MEMBAR Loop_exit !#16 N8834 P5737 PREFETCH 165 Int BE Pri Loop_entry !#16 N8835 P5738 MEMBAR Loop_exit !#16 N8836 P5739 ST 155 0x88000004 Int BE Pri Loop_entry Loop_exit !#16 N8837 P5739 ST 155 0x88000005 Int BE Pri Loop_entry Loop_exit !#16 N8838 P5740 IDC_FLIP 160 Int BE Pri Loop_entry !#16 N8839 P5741 MEMBAR !#16 N8840 P5742 BLD 172 -1 FP BE Pri !#16 N8841 P5743 MEMBAR Loop_exit !#16 N8842 P5740 IDC_FLIP 160 Int BE Pri Loop_entry !#16 N8843 P5741 MEMBAR !#16 N8844 P5742 BLD 172 -1 FP BE Pri !#16 N8845 P5743 MEMBAR Loop_exit !#16 N8846 P5744 MEMBAR Loop_entry !#16 N8847 P5745 BLD 74 -1 FP BE Pri !#16 N8848 P5746 MEMBAR Loop_exit !#16 N8849 P5744 MEMBAR Loop_entry !#16 N8850 P5745 BLD 74 -1 FP BE Pri !#16 N8851 P5746 MEMBAR Loop_exit !#16 N8852 P5747 MEMBAR Loop_entry !#16 N8853 P5748 BLD 252 -1 FP BE Pri !#16 N8854 P5749 MEMBAR Loop_exit !#16 N8855 P5750 MEMBAR Loop_entry !#16 N8856 P5751 BLD 180 -1 FP BE Pri !#16 N8857 P5752 MEMBAR Loop_exit !#16 N8858 P5750 MEMBAR Loop_entry !#16 N8859 P5751 BLD 180 -1 FP BE Pri !#16 N8860 P5752 MEMBAR Loop_exit !#16 N8861 P5753 MEMBAR !#17 N8862 P5754 MEMBAR Loop_entry !#17 N8863 P5755 BLD 31 -1 FP BE Pri !#17 N8864 P5756 MEMBAR Loop_exit !#17 N8865 P5754 MEMBAR Loop_entry !#17 N8866 P5755 BLD 31 -1 FP BE Pri !#17 N8867 P5756 MEMBAR Loop_exit !#17 N8868 P5757 MEMBAR Loop_entry !#17 N8869 P5758 BLD 328 -1 FP BE Pri !#17 N8870 P5759 MEMBAR Loop_exit !#17 N8871 P5760 MEMBAR Loop_entry !#17 N8872 P5761 BLD 19 -1 FP BE Pri !#17 N8873 P5762 MEMBAR Loop_exit !#17 N8874 P5763 MEMBAR Loop_entry !#17 N8875 P5764 BLD 31 -1 FP BE Pri !#17 N8876 P5765 MEMBAR Loop_exit !#17 N8877 P5763 MEMBAR Loop_entry !#17 N8878 P5764 BLD 31 -1 FP BE Pri !#17 N8879 P5765 MEMBAR Loop_exit !#17 N8880 P5766 MEMBAR Loop_entry !#17 N8881 P5767 BLD 115 -1 FP BE Pri !#17 N8882 P5768 MEMBAR Loop_exit !#17 N8883 P5769 IDC_FLIP 286 Int BE Pri Loop_entry !#17 N8884 P5770 ST 119 0x88800001 Int BE Pri Loop_exit !#17 N8885 P5769 IDC_FLIP 286 Int BE Pri Loop_entry !#17 N8886 P5770 ST 119 0x88800002 Int BE Pri Loop_exit !#17 N8887 P5771 MEMBAR Loop_entry !#17 N8888 P5772 BLD 65 -1 FP BE Pri !#17 N8889 P5773 MEMBAR Loop_exit !#17 N8890 P5771 MEMBAR Loop_entry !#17 N8891 P5772 BLD 65 -1 FP BE Pri !#17 N8892 P5773 MEMBAR Loop_exit !#17 N8893 P5774 MEMBAR Loop_entry !#17 N8894 P5775 BLD 185 -1 FP BE Pri !#17 N8895 P5776 MEMBAR Loop_exit !#17 N8896 P5777 MEMBAR Loop_entry !#17 N8897 P5778 BLD 294 -1 FP BE Pri !#17 N8898 P5779 MEMBAR Loop_exit !#17 N8899 P5780 ST 256 0x88800003 Int LE Pri Loop_entry Loop_exit !#17 N8900 P5781 LD 167 -1 Int BE Pri Loop_entry !#17 N8901 P5782 MEMBAR !#17 N8902 P5783 BLD 317 -1 FP BE Pri !#17 N8903 P5784 MEMBAR !#17 N8904 P5785 LD 70 -1 Int BE Pri Loop_exit !#17 N8905 P5781 LD 167 -1 Int BE Pri Loop_entry !#17 N8906 P5782 MEMBAR !#17 N8907 P5783 BLD 317 -1 FP BE Pri !#17 N8908 P5784 MEMBAR !#17 N8909 P5785 LD 70 -1 Int BE Pri Loop_exit !#17 N8910 P5786 MEMBAR Loop_entry !#17 N8911 P5787 BLD 111 -1 FP BE Pri !#17 N8912 P5787 BLD 112 -1 FP BE Pri !#17 N8913 P5787 BLD 113 -1 FP BE Pri !#17 N8914 P5788 MEMBAR Loop_exit !#17 N8915 P5786 MEMBAR Loop_entry !#17 N8916 P5787 BLD 111 -1 FP BE Pri !#17 N8917 P5787 BLD 112 -1 FP BE Pri !#17 N8918 P5787 BLD 113 -1 FP BE Pri !#17 N8919 P5788 MEMBAR Loop_exit !#17 N8920 P5789 MEMBAR Loop_entry !#17 N8921 P5790 BLD 239 -1 FP BE Pri !#17 N8922 P5791 MEMBAR Loop_exit !#17 N8923 P5792 MEMBAR Loop_entry !#17 N8924 P5793 BLD 36 -1 FP BE Pri !#17 N8925 P5794 MEMBAR Loop_exit !#17 N8926 P5792 MEMBAR Loop_entry !#17 N8927 P5793 BLD 36 -1 FP BE Pri !#17 N8928 P5794 MEMBAR Loop_exit !#17 N8929 P5795 MEMBAR Loop_entry !#17 N8930 P5796 BLD 201 -1 FP BE Pri !#17 N8931 P5797 MEMBAR Loop_exit !#17 N8932 P5795 MEMBAR Loop_entry !#17 N8933 P5796 BLD 201 -1 FP BE Pri !#17 N8934 P5797 MEMBAR Loop_exit !#17 N8935 P5798 MEMBAR Loop_entry !#17 N8936 P5799 BLD 335 -1 FP BE Pri !#17 N8937 P5800 MEMBAR Loop_exit !#17 N8938 P5798 MEMBAR Loop_entry !#17 N8939 P5799 BLD 335 -1 FP BE Pri !#17 N8940 P5800 MEMBAR Loop_exit !#17 N8941 P5801 MEMBAR Loop_entry !#17 N8942 P5802 BLD 350 -1 FP BE Pri !#17 N8943 P5803 MEMBAR Loop_exit !#17 N8944 P5801 MEMBAR Loop_entry !#17 N8945 P5802 BLD 350 -1 FP BE Pri !#17 N8946 P5803 MEMBAR Loop_exit !#17 N8947 P5804 ST 161 0x88800004 Int BE Pri Loop_entry Loop_exit !#17 N8948 P5805 MEMBAR Loop_entry !#17 N8949 P5806 BLD 199 -1 FP BE Pri !#17 N8950 P5807 MEMBAR Loop_exit !#17 N8951 P5805 MEMBAR Loop_entry !#17 N8952 P5806 BLD 199 -1 FP BE Pri !#17 N8953 P5807 MEMBAR Loop_exit !#17 N8954 P5808 PREFETCH 354 Int BE Pri Loop_entry Loop_exit !#17 N8955 P5808 PREFETCH 354 Int BE Pri Loop_entry Loop_exit !#17 N8956 P5809 MEMBAR Loop_entry !#17 N8957 P5810 BLD 88 -1 FP BE Pri !#17 N8958 P5811 MEMBAR Loop_exit !#17 N8959 P5812 MEMBAR Loop_entry !#17 N8960 P5813 BLD 348 -1 FP BE Pri !#17 N8961 P5814 MEMBAR Loop_exit !#17 N8962 P5812 MEMBAR Loop_entry !#17 N8963 P5813 BLD 348 -1 FP BE Pri !#17 N8964 P5814 MEMBAR Loop_exit !#17 N8965 P5815 MEMBAR Loop_entry !#17 N8966 P5816 BLD 284 -1 FP BE Pri !#17 N8967 P5817 MEMBAR Loop_exit !#17 N8968 P5818 PREFETCH 158 Int LE Pri Loop_entry !#17 N8969 P5819 MEMBAR !#17 N8970 P5820 BLD 205 -1 FP BE Pri !#17 N8971 P5821 MEMBAR Loop_exit !#17 N8972 P5818 PREFETCH 158 Int LE Pri Loop_entry !#17 N8973 P5819 MEMBAR !#17 N8974 P5820 BLD 205 -1 FP BE Pri !#17 N8975 P5821 MEMBAR Loop_exit !#17 N8976 P5822 IDC_FLIP 275 Int BE Pri Loop_entry !#17 N8977 P5823 IDC_FLIP 270 Int BE Pri Loop_exit !#17 N8978 P5822 IDC_FLIP 275 Int BE Pri Loop_entry !#17 N8979 P5823 IDC_FLIP 270 Int BE Pri Loop_exit !#17 N8980 P5824 MEMBAR Loop_entry !#17 N8981 P5825 BLD 20 -1 FP BE Pri !#17 N8982 P5826 MEMBAR Loop_exit !#17 N8983 P5824 MEMBAR Loop_entry !#17 N8984 P5825 BLD 20 -1 FP BE Pri !#17 N8985 P5826 MEMBAR Loop_exit !#17 N8986 P5827 MEMBAR Loop_entry !#17 N8987 P5828 BLD 354 -1 FP BE Pri !#17 N8988 P5829 MEMBAR Loop_exit !#17 N8989 P5827 MEMBAR Loop_entry !#17 N8990 P5828 BLD 354 -1 FP BE Pri !#17 N8991 P5829 MEMBAR Loop_exit !#17 N8992 P5830 IDC_FLIP 156 Int BE Pri Loop_entry Loop_exit !#17 N8993 P5831 MEMBAR Loop_entry !#17 N8994 P5832 BLD 9 -1 FP BE Pri !#17 N8995 P5833 MEMBAR Loop_exit !#17 N8996 P5831 MEMBAR Loop_entry !#17 N8997 P5832 BLD 9 -1 FP BE Pri !#17 N8998 P5833 MEMBAR Loop_exit !#17 N8999 P5834 MEMBAR Loop_entry !#17 N9000 P5835 BLD 151 -1 FP BE Pri !#17 N9001 P5836 MEMBAR Loop_exit !#17 N9002 P5837 MEMBAR Loop_entry !#17 N9003 P5838 BLD 162 -1 FP BE Pri !#17 N9004 P5839 MEMBAR Loop_exit !#17 N9005 P5840 MEMBAR Loop_entry !#17 N9006 P5841 BLD 214 -1 FP BE Pri !#17 N9007 P5842 MEMBAR Loop_exit !#17 N9008 P5843 MEMBAR Loop_entry !#17 N9009 P5844 BLD 128 -1 FP BE Pri !#17 N9010 P5845 MEMBAR Loop_exit !#17 N9011 P5843 MEMBAR Loop_entry !#17 N9012 P5844 BLD 128 -1 FP BE Pri !#17 N9013 P5845 MEMBAR Loop_exit !#17 N9014 P5846 MEMBAR Loop_entry !#17 N9015 P5847 BLD 114 -1 FP BE Pri !#17 N9016 P5848 MEMBAR Loop_exit !#17 N9017 P5846 MEMBAR Loop_entry !#17 N9018 P5847 BLD 114 -1 FP BE Pri !#17 N9019 P5848 MEMBAR Loop_exit !#17 N9020 P5849 MEMBAR Loop_entry !#17 N9021 P5850 BLD 356 -1 FP BE Pri !#17 N9022 P5851 MEMBAR Loop_exit !#17 N9023 P5852 MEMBAR Loop_entry !#17 N9024 P5853 BLD 235 -1 FP BE Pri !#17 N9025 P5854 MEMBAR Loop_exit !#17 N9026 P5852 MEMBAR Loop_entry !#17 N9027 P5853 BLD 235 -1 FP BE Pri !#17 N9028 P5854 MEMBAR Loop_exit !#17 N9029 P5855 MEMBAR Loop_entry !#17 N9030 P5856 BLD 119 -1 FP BE Pri !#17 N9031 P5857 MEMBAR Loop_exit !#17 N9032 P5858 MEMBAR Loop_entry !#17 N9033 P5859 BLD 209 -1 FP BE Pri !#17 N9034 P5860 MEMBAR Loop_exit !#17 N9035 P5858 MEMBAR Loop_entry !#17 N9036 P5859 BLD 209 -1 FP BE Pri !#17 N9037 P5860 MEMBAR Loop_exit !#17 N9038 P5861 MEMBAR Loop_entry !#17 N9039 P5862 BLD 54 -1 FP BE Pri !#17 N9040 P5863 MEMBAR Loop_exit !#17 N9041 P5864 MEMBAR Loop_entry !#17 N9042 P5865 BLD 172 -1 FP BE Pri !#17 N9043 P5866 MEMBAR Loop_exit !#17 N9044 P5864 MEMBAR Loop_entry !#17 N9045 P5865 BLD 172 -1 FP BE Pri !#17 N9046 P5866 MEMBAR Loop_exit !#17 N9047 P5867 MEMBAR Loop_entry !#17 N9048 P5868 BLD 218 -1 FP BE Pri !#17 N9049 P5869 MEMBAR Loop_exit !#17 N9050 P5867 MEMBAR Loop_entry !#17 N9051 P5868 BLD 218 -1 FP BE Pri !#17 N9052 P5869 MEMBAR Loop_exit !#17 N9053 P5870 MEMBAR Loop_entry !#17 N9054 P5871 BLD 111 -1 FP BE Pri !#17 N9055 P5871 BLD 112 -1 FP BE Pri !#17 N9056 P5871 BLD 113 -1 FP BE Pri !#17 N9057 P5872 MEMBAR Loop_exit !#17 N9058 P5873 MEMBAR Loop_entry !#17 N9059 P5874 BLD 160 -1 FP BE Pri !#17 N9060 P5875 MEMBAR Loop_exit !#17 N9061 P5876 MEMBAR Loop_entry !#17 N9062 P5877 BLD 288 -1 FP BE Pri !#17 N9063 P5878 MEMBAR Loop_exit !#17 N9064 P5876 MEMBAR Loop_entry !#17 N9065 P5877 BLD 288 -1 FP BE Pri !#17 N9066 P5878 MEMBAR Loop_exit !#17 N9067 P5879 MEMBAR Loop_entry !#17 N9068 P5880 BLD 308 -1 FP BE Pri !#17 N9069 P5881 MEMBAR Loop_exit !#17 N9070 P5882 MEMBAR Loop_entry !#17 N9071 P5883 BLD 298 -1 FP BE Pri !#17 N9072 P5884 MEMBAR Loop_exit !#17 N9073 P5882 MEMBAR Loop_entry !#17 N9074 P5883 BLD 298 -1 FP BE Pri !#17 N9075 P5884 MEMBAR Loop_exit !#17 N9076 P5885 MEMBAR Loop_entry !#17 N9077 P5886 BLD 134 -1 FP BE Pri !#17 N9078 P5887 MEMBAR Loop_exit !#17 N9079 P5885 MEMBAR Loop_entry !#17 N9080 P5886 BLD 134 -1 FP BE Pri !#17 N9081 P5887 MEMBAR Loop_exit !#17 N9082 P5888 MEMBAR Loop_entry !#17 N9083 P5889 BLD 40 -1 FP BE Pri !#17 N9084 P5890 MEMBAR Loop_exit !#17 N9085 P5891 PREFETCH 347 Int BE Pri Loop_entry !#17 N9086 P5892 MEMBAR !#17 N9087 P5893 BLD 91 -1 FP BE Pri !#17 N9088 P5893 BLD 92 -1 FP BE Pri !#17 N9089 P5893 BLD 93 -1 FP BE Pri !#17 N9090 P5894 MEMBAR Loop_exit !#17 N9091 P5891 PREFETCH 347 Int BE Pri Loop_entry !#17 N9092 P5892 MEMBAR !#17 N9093 P5893 BLD 91 -1 FP BE Pri !#17 N9094 P5893 BLD 92 -1 FP BE Pri !#17 N9095 P5893 BLD 93 -1 FP BE Pri !#17 N9096 P5894 MEMBAR Loop_exit !#17 N9097 P5895 MEMBAR Loop_entry !#17 N9098 P5896 BLD 316 -1 FP BE Pri !#17 N9099 P5897 MEMBAR Loop_exit !#17 N9100 P5898 MEMBAR Loop_entry !#17 N9101 P5899 BLD 311 -1 FP BE Pri !#17 N9102 P5900 MEMBAR Loop_exit !#17 N9103 P5901 MEMBAR Loop_entry !#17 N9104 P5902 BLD 227 -1 FP BE Pri !#17 N9105 P5903 MEMBAR Loop_exit !#17 N9106 P5904 MEMBAR Loop_entry !#17 N9107 P5905 BLD 98 -1 FP BE Pri !#17 N9108 P5905 BLD 99 -1 FP BE Pri !#17 N9109 P5906 MEMBAR Loop_exit !#17 N9110 P5907 MEMBAR Loop_entry !#17 N9111 P5908 BLD 32 -1 FP BE Pri !#17 N9112 P5908 BLD 33 -1 FP BE Pri !#17 N9113 P5909 MEMBAR Loop_exit !#17 N9114 P5907 MEMBAR Loop_entry !#17 N9115 P5908 BLD 32 -1 FP BE Pri !#17 N9116 P5908 BLD 33 -1 FP BE Pri !#17 N9117 P5909 MEMBAR Loop_exit !#17 N9118 P5910 ST 354 0x88800005 Int BE Pri Loop_entry Loop_exit !#17 N9119 P5910 ST 354 0x88800006 Int BE Pri Loop_entry Loop_exit !#17 N9120 P5911 MEMBAR Loop_entry !#17 N9121 P5912 BLD 14 -1 FP BE Pri !#17 N9122 P5913 MEMBAR Loop_exit !#17 N9123 P5911 MEMBAR Loop_entry !#17 N9124 P5912 BLD 14 -1 FP BE Pri !#17 N9125 P5913 MEMBAR Loop_exit !#17 N9126 P5914 MEMBAR Loop_entry !#17 N9127 P5915 BLD 176 -1 FP BE Pri !#17 N9128 P5916 MEMBAR Loop_exit !#17 N9129 P5917 MEMBAR Loop_entry !#17 N9130 P5918 BLD 221 -1 FP BE Pri !#17 N9131 P5919 MEMBAR Loop_exit !#17 N9132 P5920 IDC_FLIP 259 Int BE Pri Loop_entry Loop_exit !#17 N9133 P5920 IDC_FLIP 259 Int BE Pri Loop_entry Loop_exit !#17 N9134 P5921 IDC_FLIP 7 Int BE Pri Loop_entry !#17 N9135 P5922 MEMBAR !#17 N9136 P5923 BLD 179 -1 FP BE Pri !#17 N9137 P5924 MEMBAR Loop_exit !#17 N9138 P5921 IDC_FLIP 7 Int BE Pri Loop_entry !#17 N9139 P5922 MEMBAR !#17 N9140 P5923 BLD 179 -1 FP BE Pri !#17 N9141 P5924 MEMBAR Loop_exit !#17 N9142 P5925 MEMBAR Loop_entry !#17 N9143 P5926 BLD 89 -1 FP BE Pri !#17 N9144 P5926 BLD 90 -1 FP BE Pri !#17 N9145 P5927 MEMBAR Loop_exit !#17 N9146 P5928 MEMBAR Loop_entry !#17 N9147 P5929 BLD 317 -1 FP BE Pri !#17 N9148 P5930 MEMBAR Loop_exit !#17 N9149 P5928 MEMBAR Loop_entry !#17 N9150 P5929 BLD 317 -1 FP BE Pri !#17 N9151 P5930 MEMBAR Loop_exit !#17 N9152 P5931 MEMBAR Loop_entry !#17 N9153 P5932 BLD 267 -1 FP BE Pri !#17 N9154 P5933 MEMBAR Loop_exit !#17 N9155 P5931 MEMBAR Loop_entry !#17 N9156 P5932 BLD 267 -1 FP BE Pri !#17 N9157 P5933 MEMBAR Loop_exit !#17 N9158 P5934 MEMBAR Loop_entry !#17 N9159 P5935 BLD 41 -1 FP BE Pri !#17 N9160 P5936 MEMBAR Loop_exit !#17 N9161 P5934 MEMBAR Loop_entry !#17 N9162 P5935 BLD 41 -1 FP BE Pri !#17 N9163 P5936 MEMBAR Loop_exit !#17 N9164 P5937 MEMBAR Loop_entry !#17 N9165 P5938 BLD 188 -1 FP BE Pri !#17 N9166 P5939 MEMBAR Loop_exit !#17 N9167 P5940 MEMBAR Loop_entry !#17 N9168 P5941 BLD 307 -1 FP BE Pri !#17 N9169 P5942 MEMBAR Loop_exit !#17 N9170 P5940 MEMBAR Loop_entry !#17 N9171 P5941 BLD 307 -1 FP BE Pri !#17 N9172 P5942 MEMBAR Loop_exit !#17 N9173 P5943 MEMBAR Loop_entry !#17 N9174 P5944 BLD 258 -1 FP BE Pri !#17 N9175 P5945 MEMBAR Loop_exit !#17 N9176 P5946 MEMBAR Loop_entry !#17 N9177 P5947 BLD 295 -1 FP BE Pri !#17 N9178 P5947 BLD 296 -1 FP BE Pri !#17 N9179 P5948 MEMBAR Loop_exit !#17 N9180 P5946 MEMBAR Loop_entry !#17 N9181 P5947 BLD 295 -1 FP BE Pri !#17 N9182 P5947 BLD 296 -1 FP BE Pri !#17 N9183 P5948 MEMBAR Loop_exit !#17 N9184 P5949 MEMBAR Loop_entry !#17 N9185 P5950 BLD 191 -1 FP BE Pri !#17 N9186 P5951 MEMBAR Loop_exit !#17 N9187 P5952 IDC_FLIP 13 Int BE Pri Loop_entry Loop_exit !#17 N9188 P5953 ST 312 0x88800007 Int BE Pri Loop_entry Loop_exit !#17 N9189 P5954 MEMBAR Loop_entry !#17 N9190 P5955 BLD 78 -1 FP BE Pri !#17 N9191 P5956 MEMBAR Loop_exit !#17 N9192 P5954 MEMBAR Loop_entry !#17 N9193 P5955 BLD 78 -1 FP BE Pri !#17 N9194 P5956 MEMBAR Loop_exit !#17 N9195 P5957 LD 195 -1 Int BE Pri Loop_entry !#17 N9196 P5958 LD 113 -1 Int BE Pri Loop_exit !#17 N9197 P5957 LD 195 -1 Int BE Pri Loop_entry !#17 N9198 P5958 LD 113 -1 Int BE Pri Loop_exit !#17 N9199 P5959 MEMBAR Loop_entry !#17 N9200 P5960 BLD 96 -1 FP BE Pri !#17 N9201 P5961 MEMBAR Loop_exit !#17 N9202 P5962 MEMBAR Loop_entry !#17 N9203 P5963 BLD 162 -1 FP BE Pri !#17 N9204 P5964 MEMBAR Loop_exit !#17 N9205 P5965 MEMBAR Loop_entry !#17 N9206 P5966 BLD 179 -1 FP BE Pri !#17 N9207 P5967 MEMBAR Loop_exit !#17 N9208 P5965 MEMBAR Loop_entry !#17 N9209 P5966 BLD 179 -1 FP BE Pri !#17 N9210 P5967 MEMBAR Loop_exit !#17 N9211 P5968 MEMBAR Loop_entry !#17 N9212 P5969 BLD 0 -1 FP BE Pri !#17 N9213 P5970 MEMBAR Loop_exit !#17 N9214 P5968 MEMBAR Loop_entry !#17 N9215 P5969 BLD 0 -1 FP BE Pri !#17 N9216 P5970 MEMBAR Loop_exit !#17 N9217 P5971 MEMBAR Loop_entry !#17 N9218 P5972 BLD 310 -1 FP BE Pri !#17 N9219 P5973 MEMBAR Loop_exit !#17 N9220 P5974 MEMBAR Loop_entry !#17 N9221 P5975 BLD 69 -1 FP BE Pri !#17 N9222 P5976 MEMBAR Loop_exit !#17 N9223 P5974 MEMBAR Loop_entry !#17 N9224 P5975 BLD 69 -1 FP BE Pri !#17 N9225 P5976 MEMBAR Loop_exit !#17 N9226 P5977 MEMBAR Loop_entry !#17 N9227 P5978 BLD 335 -1 FP BE Pri !#17 N9228 P5979 MEMBAR Loop_exit !#17 N9229 P5980 MEMBAR Loop_entry !#17 N9230 P5981 BLD 100 -1 FP BE Pri !#17 N9231 P5982 MEMBAR Loop_exit !#17 N9232 P5983 MEMBAR Loop_entry !#17 N9233 P5984 BLD 170 -1 FP BE Pri !#17 N9234 P5985 MEMBAR Loop_exit !#17 N9235 P5986 MEMBAR Loop_entry !#17 N9236 P5987 BLD 138 -1 FP BE Pri !#17 N9237 P5988 MEMBAR Loop_exit !#17 N9238 P5989 MEMBAR Loop_entry !#17 N9239 P5990 BLD 183 -1 FP BE Pri !#17 N9240 P5991 MEMBAR Loop_exit !#17 N9241 P5989 MEMBAR Loop_entry !#17 N9242 P5990 BLD 183 -1 FP BE Pri !#17 N9243 P5991 MEMBAR Loop_exit !#17 N9244 P5992 IDC_FLIP 322 Int BE Pri Loop_entry Loop_exit !#17 N9245 P5992 IDC_FLIP 322 Int BE Pri Loop_entry Loop_exit !#17 N9246 P5993 MEMBAR Loop_entry !#17 N9247 P5994 BLD 171 -1 FP BE Pri !#17 N9248 P5995 MEMBAR Loop_exit !#17 N9249 P5993 MEMBAR Loop_entry !#17 N9250 P5994 BLD 171 -1 FP BE Pri !#17 N9251 P5995 MEMBAR Loop_exit !#17 N9252 P5996 MEMBAR Loop_entry !#17 N9253 P5997 BLD 350 -1 FP BE Pri !#17 N9254 P5998 MEMBAR Loop_exit !#17 N9255 P5999 MEMBAR Loop_entry !#17 N9256 P6000 BLD 160 -1 FP BE Pri !#17 N9257 P6001 MEMBAR Loop_exit !#17 N9258 P6002 MEMBAR Loop_entry !#17 N9259 P6003 BLD 152 -1 FP BE Pri !#17 N9260 P6004 MEMBAR Loop_exit !#17 N9261 P6005 MEMBAR Loop_entry !#17 N9262 P6006 BLD 197 -1 FP BE Pri !#17 N9263 P6007 MEMBAR Loop_exit !#17 N9264 P6005 MEMBAR Loop_entry !#17 N9265 P6006 BLD 197 -1 FP BE Pri !#17 N9266 P6007 MEMBAR Loop_exit !#17 N9267 P6008 IDC_FLIP 134 Int BE Pri Loop_entry !#17 N9268 P6009 MEMBAR !#17 N9269 P6010 BLD 187 -1 FP BE Pri !#17 N9270 P6011 MEMBAR Loop_exit !#17 N9271 P6012 MEMBAR Loop_entry !#17 N9272 P6013 BLD 124 -1 FP BE Pri !#17 N9273 P6013 BLD 125 -1 FP BE Pri !#17 N9274 P6013 BLD 126 -1 FP BE Pri !#17 N9275 P6014 MEMBAR Loop_exit !#17 N9276 P6015 MEMBAR Loop_entry !#17 N9277 P6016 BLD 155 -1 FP BE Pri !#17 N9278 P6017 MEMBAR Loop_exit !#17 N9279 P6018 MEMBAR Loop_entry !#17 N9280 P6019 BLD 44 -1 FP BE Pri !#17 N9281 P6020 MEMBAR Loop_exit !#17 N9282 P6018 MEMBAR Loop_entry !#17 N9283 P6019 BLD 44 -1 FP BE Pri !#17 N9284 P6020 MEMBAR Loop_exit !#17 N9285 P6021 MEMBAR Loop_entry !#17 N9286 P6022 BLD 32 -1 FP BE Pri !#17 N9287 P6022 BLD 33 -1 FP BE Pri !#17 N9288 P6023 MEMBAR Loop_exit !#17 N9289 P6024 MEMBAR Loop_entry !#17 N9290 P6025 BLD 135 -1 FP BE Pri !#17 N9291 P6026 MEMBAR Loop_exit !#17 N9292 P6027 IDC_FLIP 122 Int BE Pri Loop_entry Loop_exit !#17 N9293 P6027 IDC_FLIP 122 Int BE Pri Loop_entry Loop_exit !#17 N9294 P6028 MEMBAR Loop_entry !#17 N9295 P6029 BLD 239 -1 FP BE Pri !#17 N9296 P6030 MEMBAR Loop_exit !#17 N9297 P6028 MEMBAR Loop_entry !#17 N9298 P6029 BLD 239 -1 FP BE Pri !#17 N9299 P6030 MEMBAR Loop_exit !#17 N9300 P6031 MEMBAR Loop_entry !#17 N9301 P6032 BLD 10 -1 FP BE Pri !#17 N9302 P6033 MEMBAR Loop_exit !#17 N9303 P6031 MEMBAR Loop_entry !#17 N9304 P6032 BLD 10 -1 FP BE Pri !#17 N9305 P6033 MEMBAR Loop_exit !#17 N9306 P6034 MEMBAR Loop_entry !#17 N9307 P6035 BLD 322 -1 FP BE Pri !#17 N9308 P6036 MEMBAR Loop_exit !#17 N9309 P6034 MEMBAR Loop_entry !#17 N9310 P6035 BLD 322 -1 FP BE Pri !#17 N9311 P6036 MEMBAR Loop_exit !#17 N9312 P6037 MEMBAR Loop_entry !#17 N9313 P6038 BLD 321 -1 FP BE Pri !#17 N9314 P6039 MEMBAR Loop_exit !#17 N9315 P6040 MEMBAR Loop_entry !#17 N9316 P6041 BLD 11 -1 FP BE Pri !#17 N9317 P6041 BLD 12 -1 FP BE Pri !#17 N9318 P6042 MEMBAR Loop_exit !#17 N9319 P6043 MEMBAR Loop_entry !#17 N9320 P6044 BLD 348 -1 FP BE Pri !#17 N9321 P6045 MEMBAR Loop_exit !#17 N9322 P6046 MEMBAR Loop_entry !#17 N9323 P6047 BLD 64 -1 FP BE Pri !#17 N9324 P6048 MEMBAR Loop_exit !#17 N9325 P6046 MEMBAR Loop_entry !#17 N9326 P6047 BLD 64 -1 FP BE Pri !#17 N9327 P6048 MEMBAR Loop_exit !#17 N9328 P6049 MEMBAR Loop_entry !#17 N9329 P6050 BLD 186 -1 FP BE Pri !#17 N9330 P6051 MEMBAR Loop_exit !#17 N9331 P6049 MEMBAR Loop_entry !#17 N9332 P6050 BLD 186 -1 FP BE Pri !#17 N9333 P6051 MEMBAR Loop_exit !#17 N9334 P6052 PREFETCH 95 Int BE Pri Loop_entry !#17 N9335 P6053 MEMBAR !#17 N9336 P6054 BLD 174 -1 FP BE Pri !#17 N9337 P6055 MEMBAR Loop_exit !#17 N9338 P6056 MEMBAR Loop_entry !#17 N9339 P6057 BLD 144 -1 FP BE Pri !#17 N9340 P6058 MEMBAR Loop_exit !#17 N9341 P6059 MEMBAR Loop_entry !#17 N9342 P6060 BLD 86 -1 FP BE Pri !#17 N9343 P6061 MEMBAR Loop_exit !#17 N9344 P6059 MEMBAR Loop_entry !#17 N9345 P6060 BLD 86 -1 FP BE Pri !#17 N9346 P6061 MEMBAR Loop_exit !#17 N9347 P6062 MEMBAR Loop_entry !#17 N9348 P6063 BLD 91 -1 FP BE Pri !#17 N9349 P6063 BLD 92 -1 FP BE Pri !#17 N9350 P6063 BLD 93 -1 FP BE Pri !#17 N9351 P6064 MEMBAR Loop_exit !#17 N9352 P6062 MEMBAR Loop_entry !#17 N9353 P6063 BLD 91 -1 FP BE Pri !#17 N9354 P6063 BLD 92 -1 FP BE Pri !#17 N9355 P6063 BLD 93 -1 FP BE Pri !#17 N9356 P6064 MEMBAR Loop_exit !#17 N9357 P6065 MEMBAR Loop_entry !#17 N9358 P6066 BLD 94 -1 FP BE Pri !#17 N9359 P6066 BLD 95 -1 FP BE Pri !#17 N9360 P6067 MEMBAR Loop_exit !#17 N9361 P6065 MEMBAR Loop_entry !#17 N9362 P6066 BLD 94 -1 FP BE Pri !#17 N9363 P6066 BLD 95 -1 FP BE Pri !#17 N9364 P6067 MEMBAR Loop_exit !#17 N9365 P6068 MEMBAR Loop_entry !#17 N9366 P6069 BLD 178 -1 FP BE Pri !#17 N9367 P6070 MEMBAR Loop_exit !#17 N9368 P6068 MEMBAR Loop_entry !#17 N9369 P6069 BLD 178 -1 FP BE Pri !#17 N9370 P6070 MEMBAR Loop_exit !#17 N9371 P6071 MEMBAR Loop_entry !#17 N9372 P6072 BLD 352 -1 FP BE Pri !#17 N9373 P6073 MEMBAR Loop_exit !#17 N9374 P6071 MEMBAR Loop_entry !#17 N9375 P6072 BLD 352 -1 FP BE Pri !#17 N9376 P6073 MEMBAR Loop_exit !#17 N9377 P6074 MEMBAR Loop_entry !#17 N9378 P6075 BLD 150 -1 FP BE Pri !#17 N9379 P6076 MEMBAR Loop_exit !#17 N9380 P6074 MEMBAR Loop_entry !#17 N9381 P6075 BLD 150 -1 FP BE Pri !#17 N9382 P6076 MEMBAR Loop_exit !#17 N9383 P6077 ST 108 0x88800008 Int LE Pri Loop_entry !#17 N9384 P6078 MEMBAR !#17 N9385 P6079 BLD 210 -1 FP BE Pri !#17 N9386 P6080 MEMBAR Loop_exit !#17 N9387 P6081 MEMBAR Loop_entry !#17 N9388 P6082 BLD 301 -1 FP BE Pri !#17 N9389 P6083 MEMBAR Loop_exit !#17 N9390 P6084 MEMBAR !#18 N9391 P6085 MEMBAR Loop_entry !#18 N9392 P6086 BLD 18 -1 FP BE Pri !#18 N9393 P6087 MEMBAR Loop_exit !#18 N9394 P6085 MEMBAR Loop_entry !#18 N9395 P6086 BLD 18 -1 FP BE Pri !#18 N9396 P6087 MEMBAR Loop_exit !#18 N9397 P6088 MEMBAR Loop_entry !#18 N9398 P6089 BLD 240 -1 FP BE Pri !#18 N9399 P6090 MEMBAR Loop_exit !#18 N9400 P6091 MEMBAR Loop_entry !#18 N9401 P6092 BLD 307 -1 FP BE Pri !#18 N9402 P6093 MEMBAR Loop_exit !#18 N9403 P6091 MEMBAR Loop_entry !#18 N9404 P6092 BLD 307 -1 FP BE Pri !#18 N9405 P6093 MEMBAR Loop_exit !#18 N9406 P6094 MEMBAR Loop_entry !#18 N9407 P6095 BLD 0 -1 FP BE Pri !#18 N9408 P6096 MEMBAR Loop_exit !#18 N9409 P6097 MEMBAR Loop_entry !#18 N9410 P6098 BLD 316 -1 FP BE Pri !#18 N9411 P6099 MEMBAR Loop_exit !#18 N9412 P6097 MEMBAR Loop_entry !#18 N9413 P6098 BLD 316 -1 FP BE Pri !#18 N9414 P6099 MEMBAR Loop_exit !#18 N9415 P6100 MEMBAR Loop_entry !#18 N9416 P6101 BLD 324 -1 FP BE Pri !#18 N9417 P6102 MEMBAR Loop_exit !#18 N9418 P6100 MEMBAR Loop_entry !#18 N9419 P6101 BLD 324 -1 FP BE Pri !#18 N9420 P6102 MEMBAR Loop_exit !#18 N9421 P6103 MEMBAR Loop_entry !#18 N9422 P6104 BLD 89 -1 FP BE Pri !#18 N9423 P6104 BLD 90 -1 FP BE Pri !#18 N9424 P6105 MEMBAR Loop_exit !#18 N9425 P6106 MEMBAR Loop_entry !#18 N9426 P6107 BLD 320 -1 FP BE Pri !#18 N9427 P6108 MEMBAR Loop_exit !#18 N9428 P6109 IDC_FLIP 341 Int BE Pri Loop_entry Loop_exit !#18 N9429 P6109 IDC_FLIP 341 Int BE Pri Loop_entry Loop_exit !#18 N9430 P6110 MEMBAR Loop_entry !#18 N9431 P6111 BLD 184 -1 FP BE Pri !#18 N9432 P6112 MEMBAR Loop_exit !#18 N9433 P6113 MEMBAR Loop_entry !#18 N9434 P6114 BLD 260 -1 FP BE Pri !#18 N9435 P6115 MEMBAR Loop_exit !#18 N9436 P6113 MEMBAR Loop_entry !#18 N9437 P6114 BLD 260 -1 FP BE Pri !#18 N9438 P6115 MEMBAR Loop_exit !#18 N9439 P6116 IDC_FLIP 48 Int BE Pri Loop_entry Loop_exit !#18 N9440 P6117 MEMBAR Loop_entry !#18 N9441 P6118 BLD 319 -1 FP BE Pri !#18 N9442 P6119 MEMBAR Loop_exit !#18 N9443 P6120 PREFETCH 149 Int BE Pri Loop_entry !#18 N9444 P6121 IDC_FLIP 230 Int BE Pri Loop_exit !#18 N9445 P6120 PREFETCH 149 Int BE Pri Loop_entry !#18 N9446 P6121 IDC_FLIP 230 Int BE Pri Loop_exit !#18 N9447 P6122 MEMBAR Loop_entry !#18 N9448 P6123 BLD 30 -1 FP BE Pri !#18 N9449 P6124 MEMBAR Loop_exit !#18 N9450 P6122 MEMBAR Loop_entry !#18 N9451 P6123 BLD 30 -1 FP BE Pri !#18 N9452 P6124 MEMBAR Loop_exit !#18 N9453 P6125 IDC_FLIP 57 Int BE Pri Loop_entry !#18 N9454 P6126 MEMBAR !#18 N9455 P6127 BLD 158 -1 FP BE Pri !#18 N9456 P6128 MEMBAR Loop_exit !#18 N9457 P6129 MEMBAR Loop_entry !#18 N9458 P6130 BLD 267 -1 FP BE Pri !#18 N9459 P6131 MEMBAR Loop_exit !#18 N9460 P6129 MEMBAR Loop_entry !#18 N9461 P6130 BLD 267 -1 FP BE Pri !#18 N9462 P6131 MEMBAR Loop_exit !#18 N9463 P6132 MEMBAR Loop_entry !#18 N9464 P6133 BLD 128 -1 FP BE Pri !#18 N9465 P6134 MEMBAR Loop_exit !#18 N9466 P6132 MEMBAR Loop_entry !#18 N9467 P6133 BLD 128 -1 FP BE Pri !#18 N9468 P6134 MEMBAR Loop_exit !#18 N9469 P6135 MEMBAR Loop_entry !#18 N9470 P6136 BLD 308 -1 FP BE Pri !#18 N9471 P6137 MEMBAR Loop_exit !#18 N9472 P6138 MEMBAR Loop_entry !#18 N9473 P6139 BLD 135 -1 FP BE Pri !#18 N9474 P6140 MEMBAR Loop_exit !#18 N9475 P6138 MEMBAR Loop_entry !#18 N9476 P6139 BLD 135 -1 FP BE Pri !#18 N9477 P6140 MEMBAR Loop_exit !#18 N9478 P6141 MEMBAR Loop_entry !#18 N9479 P6142 BLD 199 -1 FP BE Pri !#18 N9480 P6143 MEMBAR Loop_exit !#18 N9481 P6144 MEMBAR Loop_entry !#18 N9482 P6145 BLD 86 -1 FP BE Pri !#18 N9483 P6146 MEMBAR Loop_exit !#18 N9484 P6147 MEMBAR Loop_entry !#18 N9485 P6148 BLD 334 -1 FP BE Pri !#18 N9486 P6149 MEMBAR Loop_exit !#18 N9487 P6150 MEMBAR Loop_entry !#18 N9488 P6151 BLD 96 -1 FP BE Pri !#18 N9489 P6152 MEMBAR Loop_exit !#18 N9490 P6150 MEMBAR Loop_entry !#18 N9491 P6151 BLD 96 -1 FP BE Pri !#18 N9492 P6152 MEMBAR Loop_exit !#18 N9493 P6153 MEMBAR Loop_entry !#18 N9494 P6154 BLD 277 -1 FP BE Pri !#18 N9495 P6155 MEMBAR Loop_exit !#18 N9496 P6153 MEMBAR Loop_entry !#18 N9497 P6154 BLD 277 -1 FP BE Pri !#18 N9498 P6155 MEMBAR Loop_exit !#18 N9499 P6156 MEMBAR Loop_entry !#18 N9500 P6157 BLD 114 -1 FP BE Pri !#18 N9501 P6158 MEMBAR Loop_exit !#18 N9502 P6156 MEMBAR Loop_entry !#18 N9503 P6157 BLD 114 -1 FP BE Pri !#18 N9504 P6158 MEMBAR Loop_exit !#18 N9505 P6159 MEMBAR Loop_entry !#18 N9506 P6160 BLD 335 -1 FP BE Pri !#18 N9507 P6161 MEMBAR Loop_exit !#18 N9508 P6159 MEMBAR Loop_entry !#18 N9509 P6160 BLD 335 -1 FP BE Pri !#18 N9510 P6161 MEMBAR Loop_exit !#18 N9511 P6162 MEMBAR Loop_entry !#18 N9512 P6163 BLD 102 -1 FP BE Pri !#18 N9513 P6163 BLD 103 -1 FP BE Pri !#18 N9514 P6163 BLD 104 -1 FP BE Pri !#18 N9515 P6164 MEMBAR Loop_exit !#18 N9516 P6162 MEMBAR Loop_entry !#18 N9517 P6163 BLD 102 -1 FP BE Pri !#18 N9518 P6163 BLD 103 -1 FP BE Pri !#18 N9519 P6163 BLD 104 -1 FP BE Pri !#18 N9520 P6164 MEMBAR Loop_exit !#18 N9521 P6165 MEMBAR Loop_entry !#18 N9522 P6166 BLD 121 -1 FP BE Pri !#18 N9523 P6167 MEMBAR Loop_exit !#18 N9524 P6165 MEMBAR Loop_entry !#18 N9525 P6166 BLD 121 -1 FP BE Pri !#18 N9526 P6167 MEMBAR Loop_exit !#18 N9527 P6168 MEMBAR Loop_entry !#18 N9528 P6169 BLD 98 -1 FP BE Pri !#18 N9529 P6169 BLD 99 -1 FP BE Pri !#18 N9530 P6170 MEMBAR Loop_exit !#18 N9531 P6168 MEMBAR Loop_entry !#18 N9532 P6169 BLD 98 -1 FP BE Pri !#18 N9533 P6169 BLD 99 -1 FP BE Pri !#18 N9534 P6170 MEMBAR Loop_exit !#18 N9535 P6171 MEMBAR Loop_entry !#18 N9536 P6172 BLD 67 -1 FP BE Pri !#18 N9537 P6173 MEMBAR Loop_exit !#18 N9538 P6171 MEMBAR Loop_entry !#18 N9539 P6172 BLD 67 -1 FP BE Pri !#18 N9540 P6173 MEMBAR Loop_exit !#18 N9541 P6174 MEMBAR Loop_entry !#18 N9542 P6175 BLD 135 -1 FP BE Pri !#18 N9543 P6176 MEMBAR Loop_exit !#18 N9544 P6174 MEMBAR Loop_entry !#18 N9545 P6175 BLD 135 -1 FP BE Pri !#18 N9546 P6176 MEMBAR Loop_exit !#18 N9547 P6177 MEMBAR Loop_entry !#18 N9548 P6178 BLD 131 -1 FP BE Pri !#18 N9549 P6179 MEMBAR Loop_exit !#18 N9550 P6180 ST 135 0x89000001 Int BE Pri Loop_entry Loop_exit !#18 N9551 P6180 ST 135 0x89000002 Int BE Pri Loop_entry Loop_exit !#18 N9552 P6181 MEMBAR Loop_entry !#18 N9553 P6182 BLD 206 -1 FP BE Pri !#18 N9554 P6183 MEMBAR Loop_exit !#18 N9555 P6184 MEMBAR Loop_entry !#18 N9556 P6185 BLD 257 -1 FP BE Pri !#18 N9557 P6186 MEMBAR Loop_exit !#18 N9558 P6184 MEMBAR Loop_entry !#18 N9559 P6185 BLD 257 -1 FP BE Pri !#18 N9560 P6186 MEMBAR Loop_exit !#18 N9561 P6187 IDC_FLIP 268 Int BE Pri Loop_entry Loop_exit !#18 N9562 P6187 IDC_FLIP 268 Int BE Pri Loop_entry Loop_exit !#18 N9563 P6188 MEMBAR Loop_entry !#18 N9564 P6189 BLD 261 -1 FP BE Pri !#18 N9565 P6190 MEMBAR Loop_exit !#18 N9566 P6188 MEMBAR Loop_entry !#18 N9567 P6189 BLD 261 -1 FP BE Pri !#18 N9568 P6190 MEMBAR Loop_exit !#18 N9569 P6191 MEMBAR Loop_entry !#18 N9570 P6192 BLD 16 -1 FP BE Pri !#18 N9571 P6193 MEMBAR Loop_exit !#18 N9572 P6191 MEMBAR Loop_entry !#18 N9573 P6192 BLD 16 -1 FP BE Pri !#18 N9574 P6193 MEMBAR Loop_exit !#18 N9575 P6194 MEMBAR Loop_entry !#18 N9576 P6195 BLD 233 -1 FP BE Pri !#18 N9577 P6196 MEMBAR Loop_exit !#18 N9578 P6197 MEMBAR Loop_entry !#18 N9579 P6198 BLD 160 -1 FP BE Pri !#18 N9580 P6199 MEMBAR Loop_exit !#18 N9581 P6200 MEMBAR Loop_entry !#18 N9582 P6201 BLD 151 -1 FP BE Pri !#18 N9583 P6202 MEMBAR Loop_exit !#18 N9584 P6200 MEMBAR Loop_entry !#18 N9585 P6201 BLD 151 -1 FP BE Pri !#18 N9586 P6202 MEMBAR Loop_exit !#18 N9587 P6203 MEMBAR Loop_entry !#18 N9588 P6204 BLD 226 -1 FP BE Pri !#18 N9589 P6205 MEMBAR Loop_exit !#18 N9590 P6206 MEMBAR Loop_entry !#18 N9591 P6207 BLD 114 -1 FP BE Pri !#18 N9592 P6208 MEMBAR Loop_exit !#18 N9593 P6206 MEMBAR Loop_entry !#18 N9594 P6207 BLD 114 -1 FP BE Pri !#18 N9595 P6208 MEMBAR Loop_exit !#18 N9596 P6209 MEMBAR Loop_entry !#18 N9597 P6210 BLD 40 -1 FP BE Pri !#18 N9598 P6211 MEMBAR Loop_exit !#18 N9599 P6212 MEMBAR Loop_entry !#18 N9600 P6213 BLD 321 -1 FP BE Pri !#18 N9601 P6214 MEMBAR Loop_exit !#18 N9602 P6212 MEMBAR Loop_entry !#18 N9603 P6213 BLD 321 -1 FP BE Pri !#18 N9604 P6214 MEMBAR Loop_exit !#18 N9605 P6215 MEMBAR Loop_entry !#18 N9606 P6216 BLD 100 -1 FP BE Pri !#18 N9607 P6217 MEMBAR Loop_exit !#18 N9608 P6215 MEMBAR Loop_entry !#18 N9609 P6216 BLD 100 -1 FP BE Pri !#18 N9610 P6217 MEMBAR Loop_exit !#18 N9611 P6218 MEMBAR Loop_entry !#18 N9612 P6219 BLD 198 -1 FP BE Pri !#18 N9613 P6220 MEMBAR Loop_exit !#18 N9614 P6221 ST 289 0x89000003 Int BE Pri Loop_entry !#18 N9615 P6222 ST 153 0x89000004 Int BE Pri Loop_exit !#18 N9616 P6221 ST 289 0x89000005 Int BE Pri Loop_entry !#18 N9617 P6222 ST 153 0x89000006 Int BE Pri Loop_exit !#18 N9618 P6223 MEMBAR Loop_entry !#18 N9619 P6224 BLD 193 -1 FP BE Pri !#18 N9620 P6225 MEMBAR Loop_exit !#18 N9621 P6223 MEMBAR Loop_entry !#18 N9622 P6224 BLD 193 -1 FP BE Pri !#18 N9623 P6225 MEMBAR Loop_exit !#18 N9624 P6226 MEMBAR Loop_entry !#18 N9625 P6227 BLD 21 -1 FP BE Pri !#18 N9626 P6228 MEMBAR Loop_exit !#18 N9627 P6226 MEMBAR Loop_entry !#18 N9628 P6227 BLD 21 -1 FP BE Pri !#18 N9629 P6228 MEMBAR Loop_exit !#18 N9630 P6229 MEMBAR Loop_entry !#18 N9631 P6230 BLD 317 -1 FP BE Pri !#18 N9632 P6231 MEMBAR Loop_exit !#18 N9633 P6232 IDC_FLIP 331 Int BE Pri Loop_entry !#18 N9634 P6233 MEMBAR Loop_exit !#18 N9635 P6234 MEMBAR Loop_entry !#18 N9636 P6235 BLD 244 -1 FP BE Pri !#18 N9637 P6236 MEMBAR Loop_exit !#18 N9638 P6237 MEMBAR Loop_entry !#18 N9639 P6238 BLD 111 -1 FP BE Pri !#18 N9640 P6238 BLD 112 -1 FP BE Pri !#18 N9641 P6238 BLD 113 -1 FP BE Pri !#18 N9642 P6239 MEMBAR Loop_exit !#18 N9643 P6240 ST 266 0x89000007 Int BE Pri Loop_entry !#18 N9644 P6241 MEMBAR !#18 N9645 P6242 BLD 81 -1 FP BE Pri !#18 N9646 P6243 MEMBAR Loop_exit !#18 N9647 P6244 MEMBAR Loop_entry !#18 N9648 P6245 BLD 58 -1 FP BE Pri !#18 N9649 P6246 MEMBAR Loop_exit !#18 N9650 P6247 MEMBAR Loop_entry !#18 N9651 P6248 BLD 197 -1 FP BE Pri !#18 N9652 P6249 MEMBAR Loop_exit !#18 N9653 P6250 MEMBAR Loop_entry !#18 N9654 P6251 BLD 321 -1 FP BE Pri !#18 N9655 P6252 MEMBAR Loop_exit !#18 N9656 P6250 MEMBAR Loop_entry !#18 N9657 P6251 BLD 321 -1 FP BE Pri !#18 N9658 P6252 MEMBAR Loop_exit !#18 N9659 P6253 MEMBAR Loop_entry !#18 N9660 P6254 BLD 246 -1 FP BE Pri !#18 N9661 P6255 MEMBAR Loop_exit !#18 N9662 P6253 MEMBAR Loop_entry !#18 N9663 P6254 BLD 246 -1 FP BE Pri !#18 N9664 P6255 MEMBAR Loop_exit !#18 N9665 P6256 ST 101 0x89000008 Int BE Pri Loop_entry Loop_exit !#18 N9666 P6256 ST 101 0x89000009 Int BE Pri Loop_entry Loop_exit !#18 N9667 P6257 MEMBAR Loop_entry !#18 N9668 P6258 BLD 334 -1 FP BE Pri !#18 N9669 P6259 MEMBAR Loop_exit !#18 N9670 P6257 MEMBAR Loop_entry !#18 N9671 P6258 BLD 334 -1 FP BE Pri !#18 N9672 P6259 MEMBAR Loop_exit !#18 N9673 P6260 LD 258 -1 Int BE Pri Loop_entry !#18 N9674 P6261 MEMBAR !#18 N9675 P6262 BLD 311 -1 FP BE Pri !#18 N9676 P6263 MEMBAR !#18 N9677 P6264 LD 164 -1 Int BE Pri Loop_exit !#18 N9678 P6265 IDC_FLIP 215 Int BE Pri Loop_entry !#18 N9679 P6266 MEMBAR !#18 N9680 P6267 BLD 78 -1 FP BE Pri !#18 N9681 P6268 MEMBAR Loop_exit !#18 N9682 P6269 MEMBAR Loop_entry !#18 N9683 P6270 BLD 105 -1 FP BE Pri !#18 N9684 P6271 MEMBAR Loop_exit !#18 N9685 P6269 MEMBAR Loop_entry !#18 N9686 P6270 BLD 105 -1 FP BE Pri !#18 N9687 P6271 MEMBAR Loop_exit !#18 N9688 P6272 MEMBAR Loop_entry !#18 N9689 P6273 BLD 353 -1 FP BE Pri !#18 N9690 P6274 MEMBAR Loop_exit !#18 N9691 P6275 MEMBAR Loop_entry !#18 N9692 P6276 BLD 140 -1 FP BE Pri !#18 N9693 P6277 MEMBAR Loop_exit !#18 N9694 P6278 MEMBAR Loop_entry !#18 N9695 P6279 BLD 134 -1 FP BE Pri !#18 N9696 P6280 MEMBAR Loop_exit !#18 N9697 P6278 MEMBAR Loop_entry !#18 N9698 P6279 BLD 134 -1 FP BE Pri !#18 N9699 P6280 MEMBAR Loop_exit !#18 N9700 P6281 MEMBAR Loop_entry !#18 N9701 P6282 BLD 14 -1 FP BE Pri !#18 N9702 P6283 MEMBAR Loop_exit !#18 N9703 P6281 MEMBAR Loop_entry !#18 N9704 P6282 BLD 14 -1 FP BE Pri !#18 N9705 P6283 MEMBAR Loop_exit !#18 N9706 P6284 MEMBAR Loop_entry !#18 N9707 P6285 BLD 32 -1 FP BE Pri !#18 N9708 P6285 BLD 33 -1 FP BE Pri !#18 N9709 P6286 MEMBAR Loop_exit !#18 N9710 P6284 MEMBAR Loop_entry !#18 N9711 P6285 BLD 32 -1 FP BE Pri !#18 N9712 P6285 BLD 33 -1 FP BE Pri !#18 N9713 P6286 MEMBAR Loop_exit !#18 N9714 P6287 MEMBAR Loop_entry !#18 N9715 P6288 BLD 42 -1 FP BE Pri !#18 N9716 P6289 MEMBAR Loop_exit !#18 N9717 P6290 MEMBAR Loop_entry !#18 N9718 P6291 BLD 66 -1 FP BE Pri !#18 N9719 P6292 MEMBAR Loop_exit !#18 N9720 P6290 MEMBAR Loop_entry !#18 N9721 P6291 BLD 66 -1 FP BE Pri !#18 N9722 P6292 MEMBAR Loop_exit !#18 N9723 P6293 PREFETCH 61 Int BE Pri Loop_entry Loop_exit !#18 N9724 P6294 MEMBAR Loop_entry !#18 N9725 P6295 BLD 292 -1 FP BE Pri !#18 N9726 P6296 MEMBAR Loop_exit !#18 N9727 P6297 MEMBAR Loop_entry !#18 N9728 P6298 BLD 184 -1 FP BE Pri !#18 N9729 P6299 MEMBAR Loop_exit !#18 N9730 P6300 MEMBAR Loop_entry !#18 N9731 P6301 BLD 191 -1 FP BE Pri !#18 N9732 P6302 MEMBAR Loop_exit !#18 N9733 P6303 MEMBAR Loop_entry !#18 N9734 P6304 BLD 183 -1 FP BE Pri !#18 N9735 P6305 MEMBAR Loop_exit !#18 N9736 P6306 MEMBAR Loop_entry !#18 N9737 P6307 BLD 68 -1 FP BE Pri !#18 N9738 P6308 MEMBAR Loop_exit !#18 N9739 P6309 MEMBAR Loop_entry !#18 N9740 P6310 BLD 44 -1 FP BE Pri !#18 N9741 P6311 MEMBAR Loop_exit !#18 N9742 P6312 MEMBAR Loop_entry !#18 N9743 P6313 BLD 56 -1 FP BE Pri !#18 N9744 P6314 MEMBAR Loop_exit !#18 N9745 P6312 MEMBAR Loop_entry !#18 N9746 P6313 BLD 56 -1 FP BE Pri !#18 N9747 P6314 MEMBAR Loop_exit !#18 N9748 P6315 MEMBAR Loop_entry !#18 N9749 P6316 BLD 270 -1 FP BE Pri !#18 N9750 P6317 MEMBAR Loop_exit !#18 N9751 P6318 MEMBAR Loop_entry !#18 N9752 P6319 BLD 111 -1 FP BE Pri !#18 N9753 P6319 BLD 112 -1 FP BE Pri !#18 N9754 P6319 BLD 113 -1 FP BE Pri !#18 N9755 P6320 MEMBAR Loop_exit !#18 N9756 P6318 MEMBAR Loop_entry !#18 N9757 P6319 BLD 111 -1 FP BE Pri !#18 N9758 P6319 BLD 112 -1 FP BE Pri !#18 N9759 P6319 BLD 113 -1 FP BE Pri !#18 N9760 P6320 MEMBAR Loop_exit !#18 N9761 P6321 MEMBAR Loop_entry !#18 N9762 P6322 BLD 343 -1 FP BE Pri !#18 N9763 P6322 BLD 344 -1 FP BE Pri !#18 N9764 P6323 MEMBAR Loop_exit !#18 N9765 P6324 PREFETCH 76 Int BE Pri Loop_entry !#18 N9766 P6325 MEMBAR !#18 N9767 P6326 BLD 120 -1 FP BE Pri !#18 N9768 P6327 MEMBAR Loop_exit !#18 N9769 P6324 PREFETCH 76 Int BE Pri Loop_entry !#18 N9770 P6325 MEMBAR !#18 N9771 P6326 BLD 120 -1 FP BE Pri !#18 N9772 P6327 MEMBAR Loop_exit !#18 N9773 P6328 MEMBAR Loop_entry !#18 N9774 P6329 BLD 106 -1 FP BE Pri !#18 N9775 P6330 MEMBAR Loop_exit !#18 N9776 P6328 MEMBAR Loop_entry !#18 N9777 P6329 BLD 106 -1 FP BE Pri !#18 N9778 P6330 MEMBAR Loop_exit !#18 N9779 P6331 MEMBAR Loop_entry Loop_exit !#18 N9780 P6331 MEMBAR Loop_entry Loop_exit !#18 N9781 P6332 ST 221 0x8900000a Int BE Pri Loop_entry Loop_exit !#18 N9782 P6333 MEMBAR Loop_entry !#18 N9783 P6334 BLD 230 -1 FP BE Pri !#18 N9784 P6335 MEMBAR Loop_exit !#18 N9785 P6333 MEMBAR Loop_entry !#18 N9786 P6334 BLD 230 -1 FP BE Pri !#18 N9787 P6335 MEMBAR Loop_exit !#18 N9788 P6336 MEMBAR Loop_entry !#18 N9789 P6337 BLD 6 -1 FP BE Pri !#18 N9790 P6337 BLD 7 -1 FP BE Pri !#18 N9791 P6338 MEMBAR Loop_exit !#18 N9792 P6339 MEMBAR Loop_entry !#18 N9793 P6340 BLD 61 -1 FP BE Pri !#18 N9794 P6341 MEMBAR Loop_exit !#18 N9795 P6342 MEMBAR Loop_entry !#18 N9796 P6343 BLD 316 -1 FP BE Pri !#18 N9797 P6344 MEMBAR Loop_exit !#18 N9798 P6345 MEMBAR Loop_entry !#18 N9799 P6346 BLD 56 -1 FP BE Pri !#18 N9800 P6347 MEMBAR Loop_exit !#18 N9801 P6348 MEMBAR Loop_entry !#18 N9802 P6349 LD 109 -1 Int BE Pri !#18 N9803 P6350 LD 299 -1 NF Int BE Pri Loop_exit !#18 N9804 P6348 MEMBAR Loop_entry !#18 N9805 P6349 LD 109 -1 Int BE Pri !#18 N9806 P6350 LD 299 -1 NF Int BE Pri Loop_exit !#18 N9807 P6351 ST 148 0x8900000b Int BE Pri Loop_entry !#18 N9808 P6352 MEMBAR !#18 N9809 P6353 BLD 347 -1 FP BE Pri !#18 N9810 P6354 MEMBAR Loop_exit !#18 N9811 P6355 MEMBAR Loop_entry !#18 N9812 P6356 BLD 49 -1 FP BE Pri !#18 N9813 P6357 MEMBAR Loop_exit !#18 N9814 P6358 MEMBAR Loop_entry !#18 N9815 P6359 BLD 62 -1 FP BE Pri !#18 N9816 P6359 BLD 63 -1 FP BE Pri !#18 N9817 P6360 MEMBAR Loop_exit !#18 N9818 P6358 MEMBAR Loop_entry !#18 N9819 P6359 BLD 62 -1 FP BE Pri !#18 N9820 P6359 BLD 63 -1 FP BE Pri !#18 N9821 P6360 MEMBAR Loop_exit !#18 N9822 P6361 MEMBAR Loop_entry !#18 N9823 P6362 BLD 150 -1 FP BE Pri !#18 N9824 P6363 MEMBAR Loop_exit !#18 N9825 P6361 MEMBAR Loop_entry !#18 N9826 P6362 BLD 150 -1 FP BE Pri !#18 N9827 P6363 MEMBAR Loop_exit !#18 N9828 P6364 MEMBAR Loop_entry !#18 N9829 P6365 BLD 122 -1 FP BE Pri !#18 N9830 P6366 MEMBAR Loop_exit !#18 N9831 P6367 MEMBAR Loop_entry !#18 N9832 P6368 BLD 297 -1 FP BE Pri !#18 N9833 P6369 MEMBAR Loop_exit !#18 N9834 P6370 MEMBAR Loop_entry !#18 N9835 P6371 BLD 157 -1 FP BE Pri !#18 N9836 P6372 MEMBAR Loop_exit !#18 N9837 P6370 MEMBAR Loop_entry !#18 N9838 P6371 BLD 157 -1 FP BE Pri !#18 N9839 P6372 MEMBAR Loop_exit !#18 N9840 P6373 MEMBAR Loop_entry !#18 N9841 P6374 BLD 326 -1 FP BE Pri !#18 N9842 P6375 MEMBAR Loop_exit !#18 N9843 P6376 MEMBAR Loop_entry !#18 N9844 P6377 BLD 155 -1 FP BE Pri !#18 N9845 P6378 MEMBAR Loop_exit !#18 N9846 P6376 MEMBAR Loop_entry !#18 N9847 P6377 BLD 155 -1 FP BE Pri !#18 N9848 P6378 MEMBAR Loop_exit !#18 N9849 P6379 MEMBAR Loop_entry !#18 N9850 P6380 BLD 91 -1 FP BE Pri !#18 N9851 P6380 BLD 92 -1 FP BE Pri !#18 N9852 P6380 BLD 93 -1 FP BE Pri !#18 N9853 P6381 MEMBAR Loop_exit !#18 N9854 P6379 MEMBAR Loop_entry !#18 N9855 P6380 BLD 91 -1 FP BE Pri !#18 N9856 P6380 BLD 92 -1 FP BE Pri !#18 N9857 P6380 BLD 93 -1 FP BE Pri !#18 N9858 P6381 MEMBAR Loop_exit !#18 N9859 P6382 MEMBAR Loop_entry !#18 N9860 P6383 BLD 144 -1 FP BE Pri !#18 N9861 P6384 MEMBAR Loop_exit !#18 N9862 P6382 MEMBAR Loop_entry !#18 N9863 P6383 BLD 144 -1 FP BE Pri !#18 N9864 P6384 MEMBAR Loop_exit !#18 N9865 P6385 MEMBAR Loop_entry !#18 N9866 P6386 BLD 91 -1 FP BE Pri !#18 N9867 P6386 BLD 92 -1 FP BE Pri !#18 N9868 P6386 BLD 93 -1 FP BE Pri !#18 N9869 P6387 MEMBAR Loop_exit !#18 N9870 P6385 MEMBAR Loop_entry !#18 N9871 P6386 BLD 91 -1 FP BE Pri !#18 N9872 P6386 BLD 92 -1 FP BE Pri !#18 N9873 P6386 BLD 93 -1 FP BE Pri !#18 N9874 P6387 MEMBAR Loop_exit !#18 N9875 P6388 MEMBAR Loop_entry !#18 N9876 P6389 BLD 149 -1 FP BE Pri !#18 N9877 P6390 MEMBAR Loop_exit !#18 N9878 P6388 MEMBAR Loop_entry !#18 N9879 P6389 BLD 149 -1 FP BE Pri !#18 N9880 P6390 MEMBAR Loop_exit !#18 N9881 P6391 IDC_FLIP 248 Int BE Pri Loop_entry Loop_exit !#18 N9882 P6392 ST 107 0x8900000c Int BE Pri Loop_entry Loop_exit !#18 N9883 P6393 MEMBAR Loop_entry !#18 N9884 P6394 BLD 82 -1 FP BE Pri !#18 N9885 P6395 MEMBAR Loop_exit !#18 N9886 P6393 MEMBAR Loop_entry !#18 N9887 P6394 BLD 82 -1 FP BE Pri !#18 N9888 P6395 MEMBAR Loop_exit !#18 N9889 P6396 MEMBAR Loop_entry !#18 N9890 P6397 BLD 301 -1 FP BE Pri !#18 N9891 P6398 MEMBAR Loop_exit !#18 N9892 P6399 MEMBAR Loop_entry !#18 N9893 P6400 BLD 156 -1 FP BE Pri !#18 N9894 P6401 MEMBAR Loop_exit !#18 N9895 P6402 MEMBAR Loop_entry !#18 N9896 P6403 BLD 117 -1 FP BE Pri !#18 N9897 P6404 MEMBAR Loop_exit !#18 N9898 P6402 MEMBAR Loop_entry !#18 N9899 P6403 BLD 117 -1 FP BE Pri !#18 N9900 P6404 MEMBAR Loop_exit !#18 N9901 P6405 MEMBAR Loop_entry !#18 N9902 P6406 BLD 225 -1 FP BE Pri !#18 N9903 P6407 MEMBAR Loop_exit !#18 N9904 P6408 MEMBAR Loop_entry !#18 N9905 P6409 BLD 222 -1 FP BE Pri !#18 N9906 P6410 MEMBAR Loop_exit !#18 N9907 P6411 IDC_FLIP 291 Int BE Pri Loop_entry Loop_exit !#18 N9908 P6411 IDC_FLIP 291 Int BE Pri Loop_entry Loop_exit !#18 N9909 P6412 MEMBAR Loop_entry !#18 N9910 P6413 BLD 29 -1 FP BE Pri !#18 N9911 P6414 MEMBAR Loop_exit !#18 N9912 P6412 MEMBAR Loop_entry !#18 N9913 P6413 BLD 29 -1 FP BE Pri !#18 N9914 P6414 MEMBAR Loop_exit !#18 N9915 P6415 MEMBAR Loop_entry !#18 N9916 P6416 BLD 23 -1 FP BE Pri !#18 N9917 P6417 MEMBAR Loop_exit !#18 N9918 P6418 MEMBAR !#19 N9919 P6419 MEMBAR Loop_entry !#19 N9920 P6420 BLD 28 -1 FP BE Pri !#19 N9921 P6421 MEMBAR Loop_exit !#19 N9922 P6422 MEMBAR Loop_entry !#19 N9923 P6423 BLD 51 -1 FP BE Pri !#19 N9924 P6424 MEMBAR Loop_exit !#19 N9925 P6425 MEMBAR Loop_entry !#19 N9926 P6426 BLD 2 -1 FP BE Pri !#19 N9927 P6427 MEMBAR Loop_exit !#19 N9928 P6425 MEMBAR Loop_entry !#19 N9929 P6426 BLD 2 -1 FP BE Pri !#19 N9930 P6427 MEMBAR Loop_exit !#19 N9931 P6428 IDC_FLIP 44 Int BE Pri Loop_entry !#19 N9932 P6429 ST 183 0x89800001 Int BE Pri Loop_exit !#19 N9933 P6428 IDC_FLIP 44 Int BE Pri Loop_entry !#19 N9934 P6429 ST 183 0x89800002 Int BE Pri Loop_exit !#19 N9935 P6430 MEMBAR Loop_entry !#19 N9936 P6431 BLD 194 -1 FP BE Pri !#19 N9937 P6432 MEMBAR Loop_exit !#19 N9938 P6430 MEMBAR Loop_entry !#19 N9939 P6431 BLD 194 -1 FP BE Pri !#19 N9940 P6432 MEMBAR Loop_exit !#19 N9941 P6433 MEMBAR Loop_entry !#19 N9942 P6434 BLD 131 -1 FP BE Pri !#19 N9943 P6435 MEMBAR Loop_exit !#19 N9944 P6436 MEMBAR Loop_entry !#19 N9945 P6437 BLD 83 -1 FP BE Pri !#19 N9946 P6438 MEMBAR Loop_exit !#19 N9947 P6436 MEMBAR Loop_entry !#19 N9948 P6437 BLD 83 -1 FP BE Pri !#19 N9949 P6438 MEMBAR Loop_exit !#19 N9950 P6439 MEMBAR Loop_entry !#19 N9951 P6440 BLD 288 -1 FP BE Pri !#19 N9952 P6441 MEMBAR Loop_exit !#19 N9953 P6442 MEMBAR Loop_entry !#19 N9954 P6443 BLD 333 -1 FP BE Pri !#19 N9955 P6444 MEMBAR Loop_exit !#19 N9956 P6442 MEMBAR Loop_entry !#19 N9957 P6443 BLD 333 -1 FP BE Pri !#19 N9958 P6444 MEMBAR Loop_exit !#19 N9959 P6445 MEMBAR Loop_entry !#19 N9960 P6446 BLD 203 -1 FP BE Pri !#19 N9961 P6447 MEMBAR Loop_exit !#19 N9962 P6448 MEMBAR Loop_entry !#19 N9963 P6449 BLD 343 -1 FP BE Pri !#19 N9964 P6449 BLD 344 -1 FP BE Pri !#19 N9965 P6450 MEMBAR Loop_exit !#19 N9966 P6448 MEMBAR Loop_entry !#19 N9967 P6449 BLD 343 -1 FP BE Pri !#19 N9968 P6449 BLD 344 -1 FP BE Pri !#19 N9969 P6450 MEMBAR Loop_exit !#19 N9970 P6451 MEMBAR Loop_entry !#19 N9971 P6452 BLD 295 -1 FP BE Pri !#19 N9972 P6452 BLD 296 -1 FP BE Pri !#19 N9973 P6453 MEMBAR Loop_exit !#19 N9974 P6454 IDC_FLIP 161 Int BE Pri Loop_entry !#19 N9975 P6455 ST 49 0x89800003 Int BE Pri Loop_exit !#19 N9976 P6456 MEMBAR Loop_entry !#19 N9977 P6457 BLD 294 -1 FP BE Pri !#19 N9978 P6458 MEMBAR Loop_exit !#19 N9979 P6459 MEMBAR Loop_entry !#19 N9980 P6460 BLD 154 -1 FP BE Pri !#19 N9981 P6461 MEMBAR Loop_exit !#19 N9982 P6459 MEMBAR Loop_entry !#19 N9983 P6460 BLD 154 -1 FP BE Pri !#19 N9984 P6461 MEMBAR Loop_exit !#19 N9985 P6462 IDC_FLIP 5 Int BE Pri Loop_entry Loop_exit !#19 N9986 P6463 MEMBAR Loop_entry !#19 N9987 P6464 BLD 80 -1 FP BE Pri !#19 N9988 P6465 MEMBAR Loop_exit !#19 N9989 P6466 ST 42 0x89800004 Int BE Pri Loop_entry Loop_exit !#19 N9990 P6467 MEMBAR Loop_entry !#19 N9991 P6468 BLD 50 -1 FP BE Pri !#19 N9992 P6469 MEMBAR Loop_exit !#19 N9993 P6467 MEMBAR Loop_entry !#19 N9994 P6468 BLD 50 -1 FP BE Pri !#19 N9995 P6469 MEMBAR Loop_exit !#19 N9996 P6470 MEMBAR Loop_entry !#19 N9997 P6471 BLD 283 -1 FP BE Pri !#19 N9998 P6472 MEMBAR Loop_exit !#19 N9999 P6473 MEMBAR Loop_entry !#19 N10000 P6474 BLD 312 -1 FP BE Pri !#19 N10001 P6475 MEMBAR Loop_exit !#19 N10002 P6476 MEMBAR Loop_entry !#19 N10003 P6477 BLD 265 -1 FP BE Pri !#19 N10004 P6478 MEMBAR Loop_exit !#19 N10005 P6476 MEMBAR Loop_entry !#19 N10006 P6477 BLD 265 -1 FP BE Pri !#19 N10007 P6478 MEMBAR Loop_exit !#19 N10008 P6479 LD 198 -1 Int BE Pri Loop_entry !#19 N10009 P6480 MEMBAR !#19 N10010 P6481 BLD 116 -1 FP BE Pri !#19 N10011 P6482 MEMBAR !#19 N10012 P6483 LD 64 -1 Int BE Pri Loop_exit !#19 N10013 P6479 LD 198 -1 Int BE Pri Loop_entry !#19 N10014 P6480 MEMBAR !#19 N10015 P6481 BLD 116 -1 FP BE Pri !#19 N10016 P6482 MEMBAR !#19 N10017 P6483 LD 64 -1 Int BE Pri Loop_exit !#19 N10018 P6484 MEMBAR Loop_entry !#19 N10019 P6485 BLD 6 -1 FP BE Pri !#19 N10020 P6485 BLD 7 -1 FP BE Pri !#19 N10021 P6486 MEMBAR Loop_exit !#19 N10022 P6487 MEMBAR Loop_entry !#19 N10023 P6488 BLD 318 -1 FP BE Pri !#19 N10024 P6489 MEMBAR Loop_exit !#19 N10025 P6490 MEMBAR Loop_entry !#19 N10026 P6491 BLD 78 -1 FP BE Pri !#19 N10027 P6492 MEMBAR Loop_exit !#19 N10028 P6490 MEMBAR Loop_entry !#19 N10029 P6491 BLD 78 -1 FP BE Pri !#19 N10030 P6492 MEMBAR Loop_exit !#19 N10031 P6493 MEMBAR Loop_entry !#19 N10032 P6494 BLD 253 -1 FP BE Pri !#19 N10033 P6495 MEMBAR Loop_exit !#19 N10034 P6496 MEMBAR Loop_entry !#19 N10035 P6497 BLD 255 -1 FP BE Pri !#19 N10036 P6498 MEMBAR Loop_exit !#19 N10037 P6499 MEMBAR Loop_entry !#19 N10038 P6500 BLD 11 -1 FP BE Pri !#19 N10039 P6500 BLD 12 -1 FP BE Pri !#19 N10040 P6501 MEMBAR Loop_exit !#19 N10041 P6502 MEMBAR Loop_entry !#19 N10042 P6503 BLD 316 -1 FP BE Pri !#19 N10043 P6504 MEMBAR Loop_exit !#19 N10044 P6505 MEMBAR Loop_entry !#19 N10045 P6506 BLD 265 -1 FP BE Pri !#19 N10046 P6507 MEMBAR Loop_exit !#19 N10047 P6505 MEMBAR Loop_entry !#19 N10048 P6506 BLD 265 -1 FP BE Pri !#19 N10049 P6507 MEMBAR Loop_exit !#19 N10050 P6508 IDC_FLIP 146 Int BE Pri Loop_entry !#19 N10051 P6509 MEMBAR !#19 N10052 P6510 BLD 319 -1 FP BE Pri !#19 N10053 P6511 MEMBAR Loop_exit !#19 N10054 P6508 IDC_FLIP 146 Int BE Pri Loop_entry !#19 N10055 P6509 MEMBAR !#19 N10056 P6510 BLD 319 -1 FP BE Pri !#19 N10057 P6511 MEMBAR Loop_exit !#19 N10058 P6512 MEMBAR Loop_entry !#19 N10059 P6513 BLD 124 -1 FP BE Pri !#19 N10060 P6513 BLD 125 -1 FP BE Pri !#19 N10061 P6513 BLD 126 -1 FP BE Pri !#19 N10062 P6514 MEMBAR Loop_exit !#19 N10063 P6512 MEMBAR Loop_entry !#19 N10064 P6513 BLD 124 -1 FP BE Pri !#19 N10065 P6513 BLD 125 -1 FP BE Pri !#19 N10066 P6513 BLD 126 -1 FP BE Pri !#19 N10067 P6514 MEMBAR Loop_exit !#19 N10068 P6515 MEMBAR Loop_entry !#19 N10069 P6516 BLD 198 -1 FP BE Pri !#19 N10070 P6517 MEMBAR Loop_exit !#19 N10071 P6518 MEMBAR Loop_entry !#19 N10072 P6519 BLD 351 -1 FP BE Pri !#19 N10073 P6520 MEMBAR Loop_exit !#19 N10074 P6521 MEMBAR Loop_entry !#19 N10075 P6522 BLD 52 -1 FP BE Pri !#19 N10076 P6523 MEMBAR Loop_exit !#19 N10077 P6524 MEMBAR Loop_entry !#19 N10078 P6525 BLD 313 -1 FP BE Pri !#19 N10079 P6526 MEMBAR Loop_exit !#19 N10080 P6524 MEMBAR Loop_entry !#19 N10081 P6525 BLD 313 -1 FP BE Pri !#19 N10082 P6526 MEMBAR Loop_exit !#19 N10083 P6527 MEMBAR Loop_entry !#19 N10084 P6528 BLD 175 -1 FP BE Pri !#19 N10085 P6529 MEMBAR Loop_exit !#19 N10086 P6527 MEMBAR Loop_entry !#19 N10087 P6528 BLD 175 -1 FP BE Pri !#19 N10088 P6529 MEMBAR Loop_exit !#19 N10089 P6530 IDC_FLIP 51 Int BE Pri Loop_entry Loop_exit !#19 N10090 P6530 IDC_FLIP 51 Int BE Pri Loop_entry Loop_exit !#19 N10091 P6531 MEMBAR Loop_entry !#19 N10092 P6532 BLD 139 -1 FP BE Pri !#19 N10093 P6533 MEMBAR Loop_exit !#19 N10094 P6534 MEMBAR Loop_entry !#19 N10095 P6535 BLD 11 -1 FP BE Pri !#19 N10096 P6535 BLD 12 -1 FP BE Pri !#19 N10097 P6536 MEMBAR Loop_exit !#19 N10098 P6534 MEMBAR Loop_entry !#19 N10099 P6535 BLD 11 -1 FP BE Pri !#19 N10100 P6535 BLD 12 -1 FP BE Pri !#19 N10101 P6536 MEMBAR Loop_exit !#19 N10102 P6537 MEMBAR Loop_entry !#19 N10103 P6538 BLD 157 -1 FP BE Pri !#19 N10104 P6539 MEMBAR Loop_exit !#19 N10105 P6540 MEMBAR Loop_entry !#19 N10106 P6541 BLD 199 -1 FP BE Pri !#19 N10107 P6542 MEMBAR Loop_exit !#19 N10108 P6540 MEMBAR Loop_entry !#19 N10109 P6541 BLD 199 -1 FP BE Pri !#19 N10110 P6542 MEMBAR Loop_exit !#19 N10111 P6543 MEMBAR Loop_entry !#19 N10112 P6544 BLD 349 -1 FP BE Pri !#19 N10113 P6545 MEMBAR Loop_exit !#19 N10114 P6546 MEMBAR Loop_entry !#19 N10115 P6547 BLD 68 -1 FP BE Pri !#19 N10116 P6548 MEMBAR Loop_exit !#19 N10117 P6546 MEMBAR Loop_entry !#19 N10118 P6547 BLD 68 -1 FP BE Pri !#19 N10119 P6548 MEMBAR Loop_exit !#19 N10120 P6549 MEMBAR Loop_entry !#19 N10121 P6550 BLD 22 -1 FP BE Pri !#19 N10122 P6551 MEMBAR Loop_exit !#19 N10123 P6549 MEMBAR Loop_entry !#19 N10124 P6550 BLD 22 -1 FP BE Pri !#19 N10125 P6551 MEMBAR Loop_exit !#19 N10126 P6552 MEMBAR Loop_entry !#19 N10127 P6553 BLD 110 -1 FP BE Pri !#19 N10128 P6554 MEMBAR Loop_exit !#19 N10129 P6555 MEMBAR Loop_entry !#19 N10130 P6556 BLD 181 -1 FP BE Pri !#19 N10131 P6557 MEMBAR Loop_exit !#19 N10132 P6558 PREFETCH 317 Int BE Pri Loop_entry !#19 N10133 P6559 MEMBAR !#19 N10134 P6560 BLD 80 -1 FP BE Pri !#19 N10135 P6561 MEMBAR Loop_exit !#19 N10136 P6562 MEMBAR Loop_entry !#19 N10137 P6563 BLD 303 -1 FP BE Pri !#19 N10138 P6564 MEMBAR Loop_exit !#19 N10139 P6565 IDC_FLIP 56 Int BE Pri Loop_entry Loop_exit !#19 N10140 P6566 MEMBAR Loop_entry !#19 N10141 P6567 BLD 111 -1 FP BE Pri !#19 N10142 P6567 BLD 112 -1 FP BE Pri !#19 N10143 P6567 BLD 113 -1 FP BE Pri !#19 N10144 P6568 MEMBAR Loop_exit !#19 N10145 P6566 MEMBAR Loop_entry !#19 N10146 P6567 BLD 111 -1 FP BE Pri !#19 N10147 P6567 BLD 112 -1 FP BE Pri !#19 N10148 P6567 BLD 113 -1 FP BE Pri !#19 N10149 P6568 MEMBAR Loop_exit !#19 N10150 P6569 MEMBAR Loop_entry !#19 N10151 P6570 BLD 0 -1 FP BE Pri !#19 N10152 P6571 MEMBAR Loop_exit !#19 N10153 P6569 MEMBAR Loop_entry !#19 N10154 P6570 BLD 0 -1 FP BE Pri !#19 N10155 P6571 MEMBAR Loop_exit !#19 N10156 P6572 MEMBAR Loop_entry !#19 N10157 P6573 BLD 91 -1 FP BE Pri !#19 N10158 P6573 BLD 92 -1 FP BE Pri !#19 N10159 P6573 BLD 93 -1 FP BE Pri !#19 N10160 P6574 MEMBAR Loop_exit !#19 N10161 P6572 MEMBAR Loop_entry !#19 N10162 P6573 BLD 91 -1 FP BE Pri !#19 N10163 P6573 BLD 92 -1 FP BE Pri !#19 N10164 P6573 BLD 93 -1 FP BE Pri !#19 N10165 P6574 MEMBAR Loop_exit !#19 N10166 P6575 ST 173 0x89800005 Int BE Pri Loop_entry Loop_exit !#19 N10167 P6576 MEMBAR Loop_entry !#19 N10168 P6577 BLD 46 -1 FP BE Pri !#19 N10169 P6578 MEMBAR Loop_exit !#19 N10170 P6576 MEMBAR Loop_entry !#19 N10171 P6577 BLD 46 -1 FP BE Pri !#19 N10172 P6578 MEMBAR Loop_exit !#19 N10173 P6579 MEMBAR Loop_entry !#19 N10174 P6580 BLD 256 -1 FP BE Pri !#19 N10175 P6581 MEMBAR Loop_exit !#19 N10176 P6582 MEMBAR Loop_entry !#19 N10177 P6583 BLD 25 -1 FP BE Pri !#19 N10178 P6584 MEMBAR Loop_exit !#19 N10179 P6585 IDC_FLIP 185 Int BE Pri Loop_entry Loop_exit !#19 N10180 P6585 IDC_FLIP 185 Int BE Pri Loop_entry Loop_exit !#19 N10181 P6586 MEMBAR Loop_entry !#19 N10182 P6587 BLD 312 -1 FP BE Pri !#19 N10183 P6588 MEMBAR Loop_exit !#19 N10184 P6589 MEMBAR Loop_entry !#19 N10185 P6590 BLD 211 -1 FP BE Pri !#19 N10186 P6591 MEMBAR Loop_exit !#19 N10187 P6589 MEMBAR Loop_entry !#19 N10188 P6590 BLD 211 -1 FP BE Pri !#19 N10189 P6591 MEMBAR Loop_exit !#19 N10190 P6592 ST 317 0x89800006 Int BE Pri Loop_entry Loop_exit !#19 N10191 P6592 ST 317 0x89800007 Int BE Pri Loop_entry Loop_exit !#19 N10192 P6593 ST 346 0x89800008 Int BE Pri Loop_entry Loop_exit !#19 N10193 P6594 MEMBAR Loop_entry !#19 N10194 P6595 BLD 357 -1 FP BE Pri !#19 N10195 P6596 MEMBAR Loop_exit !#19 N10196 P6597 MEMBAR Loop_entry !#19 N10197 P6598 BLD 62 -1 FP BE Pri !#19 N10198 P6598 BLD 63 -1 FP BE Pri !#19 N10199 P6599 MEMBAR Loop_exit !#19 N10200 P6597 MEMBAR Loop_entry !#19 N10201 P6598 BLD 62 -1 FP BE Pri !#19 N10202 P6598 BLD 63 -1 FP BE Pri !#19 N10203 P6599 MEMBAR Loop_exit !#19 N10204 P6600 MEMBAR Loop_entry !#19 N10205 P6601 BLD 36 -1 FP BE Pri !#19 N10206 P6602 MEMBAR Loop_exit !#19 N10207 P6600 MEMBAR Loop_entry !#19 N10208 P6601 BLD 36 -1 FP BE Pri !#19 N10209 P6602 MEMBAR Loop_exit !#19 N10210 P6603 MEMBAR Loop_entry !#19 N10211 P6604 BLD 233 -1 FP BE Pri !#19 N10212 P6605 MEMBAR Loop_exit !#19 N10213 P6606 IDC_FLIP 176 Int BE Pri Loop_entry !#19 N10214 P6607 MEMBAR !#19 N10215 P6608 BLD 60 -1 FP BE Pri !#19 N10216 P6609 MEMBAR Loop_exit !#19 N10217 P6610 MEMBAR Loop_entry !#19 N10218 P6611 BLD 343 -1 FP BE Pri !#19 N10219 P6611 BLD 344 -1 FP BE Pri !#19 N10220 P6612 MEMBAR Loop_exit !#19 N10221 P6613 ST 272 0x89800009 Int BE Pri Loop_entry !#19 N10222 P6614 MEMBAR !#19 N10223 P6615 BLD 167 -1 FP BE Pri !#19 N10224 P6616 MEMBAR Loop_exit !#19 N10225 P6617 MEMBAR Loop_entry !#19 N10226 P6618 BLD 53 -1 FP BE Pri !#19 N10227 P6619 MEMBAR Loop_exit !#19 N10228 P6617 MEMBAR Loop_entry !#19 N10229 P6618 BLD 53 -1 FP BE Pri !#19 N10230 P6619 MEMBAR Loop_exit !#19 N10231 P6620 MEMBAR Loop_entry !#19 N10232 P6621 BLD 145 -1 FP BE Pri !#19 N10233 P6622 MEMBAR Loop_exit !#19 N10234 P6620 MEMBAR Loop_entry !#19 N10235 P6621 BLD 145 -1 FP BE Pri !#19 N10236 P6622 MEMBAR Loop_exit !#19 N10237 P6623 ST 181 0x8980000a Int BE Pri Loop_entry Loop_exit !#19 N10238 P6624 MEMBAR Loop_entry !#19 N10239 P6625 BLD 5 -1 FP BE Pri !#19 N10240 P6626 MEMBAR Loop_exit !#19 N10241 P6624 MEMBAR Loop_entry !#19 N10242 P6625 BLD 5 -1 FP BE Pri !#19 N10243 P6626 MEMBAR Loop_exit !#19 N10244 P6627 MEMBAR Loop_entry !#19 N10245 P6628 BLD 107 -1 FP BE Pri !#19 N10246 P6629 MEMBAR Loop_exit !#19 N10247 P6630 MEMBAR Loop_entry !#19 N10248 P6631 BLD 246 -1 FP BE Pri !#19 N10249 P6632 MEMBAR Loop_exit !#19 N10250 P6633 MEMBAR Loop_entry !#19 N10251 P6634 BLD 91 -1 FP BE Pri !#19 N10252 P6634 BLD 92 -1 FP BE Pri !#19 N10253 P6634 BLD 93 -1 FP BE Pri !#19 N10254 P6635 MEMBAR Loop_exit !#19 N10255 P6633 MEMBAR Loop_entry !#19 N10256 P6634 BLD 91 -1 FP BE Pri !#19 N10257 P6634 BLD 92 -1 FP BE Pri !#19 N10258 P6634 BLD 93 -1 FP BE Pri !#19 N10259 P6635 MEMBAR Loop_exit !#19 N10260 P6636 MEMBAR Loop_entry !#19 N10261 P6637 BLD 111 -1 FP BE Pri !#19 N10262 P6637 BLD 112 -1 FP BE Pri !#19 N10263 P6637 BLD 113 -1 FP BE Pri !#19 N10264 P6638 MEMBAR Loop_exit !#19 N10265 P6636 MEMBAR Loop_entry !#19 N10266 P6637 BLD 111 -1 FP BE Pri !#19 N10267 P6637 BLD 112 -1 FP BE Pri !#19 N10268 P6637 BLD 113 -1 FP BE Pri !#19 N10269 P6638 MEMBAR Loop_exit !#19 N10270 P6639 MEMBAR Loop_entry !#19 N10271 P6640 BLD 147 -1 FP BE Pri !#19 N10272 P6641 MEMBAR Loop_exit !#19 N10273 P6639 MEMBAR Loop_entry !#19 N10274 P6640 BLD 147 -1 FP BE Pri !#19 N10275 P6641 MEMBAR Loop_exit !#19 N10276 P6642 MEMBAR Loop_entry !#19 N10277 P6643 BLD 196 -1 FP BE Pri !#19 N10278 P6644 MEMBAR Loop_exit !#19 N10279 P6642 MEMBAR Loop_entry !#19 N10280 P6643 BLD 196 -1 FP BE Pri !#19 N10281 P6644 MEMBAR Loop_exit !#19 N10282 P6645 ST 69 0x8980000b Int BE Pri Loop_entry !#19 N10283 P6646 MEMBAR !#19 N10284 P6647 BLD 252 -1 FP BE Pri !#19 N10285 P6648 MEMBAR Loop_exit !#19 N10286 P6649 MEMBAR Loop_entry !#19 N10287 P6650 BLD 253 -1 FP BE Pri !#19 N10288 P6651 MEMBAR Loop_exit !#19 N10289 P6652 MEMBAR Loop_entry !#19 N10290 P6653 BLD 128 -1 FP BE Pri !#19 N10291 P6654 MEMBAR Loop_exit !#19 N10292 P6652 MEMBAR Loop_entry !#19 N10293 P6653 BLD 128 -1 FP BE Pri !#19 N10294 P6654 MEMBAR Loop_exit !#19 N10295 P6655 MEMBAR Loop_entry !#19 N10296 P6656 BLD 202 -1 FP BE Pri !#19 N10297 P6657 MEMBAR Loop_exit !#19 N10298 P6658 MEMBAR Loop_entry !#19 N10299 P6659 BLD 143 -1 FP BE Pri !#19 N10300 P6660 MEMBAR Loop_exit !#19 N10301 P6658 MEMBAR Loop_entry !#19 N10302 P6659 BLD 143 -1 FP BE Pri !#19 N10303 P6660 MEMBAR Loop_exit !#19 N10304 P6661 MEMBAR Loop_entry !#19 N10305 P6662 BLD 179 -1 FP BE Pri !#19 N10306 P6663 MEMBAR Loop_exit !#19 N10307 P6661 MEMBAR Loop_entry !#19 N10308 P6662 BLD 179 -1 FP BE Pri !#19 N10309 P6663 MEMBAR Loop_exit !#19 N10310 P6664 LD 122 -1 Int BE Pri Loop_entry !#19 N10311 P6665 LD 51 -1 Int LE Pri Loop_exit !#19 N10312 P6666 MEMBAR Loop_entry !#19 N10313 P6667 BLD 190 -1 FP BE Pri !#19 N10314 P6668 MEMBAR Loop_exit !#19 N10315 P6666 MEMBAR Loop_entry !#19 N10316 P6667 BLD 190 -1 FP BE Pri !#19 N10317 P6668 MEMBAR Loop_exit !#19 N10318 P6669 MEMBAR Loop_entry !#19 N10319 P6670 BLD 309 -1 FP BE Pri !#19 N10320 P6671 MEMBAR Loop_exit !#19 N10321 P6672 MEMBAR Loop_entry !#19 N10322 P6673 BLD 27 -1 FP BE Pri !#19 N10323 P6674 MEMBAR Loop_exit !#19 N10324 P6675 MEMBAR Loop_entry !#19 N10325 P6676 BLD 222 -1 FP BE Pri !#19 N10326 P6677 MEMBAR Loop_exit !#19 N10327 P6675 MEMBAR Loop_entry !#19 N10328 P6676 BLD 222 -1 FP BE Pri !#19 N10329 P6677 MEMBAR Loop_exit !#19 N10330 P6678 MEMBAR Loop_entry !#19 N10331 P6679 BLD 121 -1 FP BE Pri !#19 N10332 P6680 MEMBAR Loop_exit !#19 N10333 P6678 MEMBAR Loop_entry !#19 N10334 P6679 BLD 121 -1 FP BE Pri !#19 N10335 P6680 MEMBAR Loop_exit !#19 N10336 P6681 MEMBAR Loop_entry !#19 N10337 P6682 BLD 250 -1 FP BE Pri !#19 N10338 P6683 MEMBAR Loop_exit !#19 N10339 P6684 MEMBAR Loop_entry !#19 N10340 P6685 BLD 123 -1 FP BE Pri !#19 N10341 P6686 MEMBAR Loop_exit !#19 N10342 P6687 MEMBAR Loop_entry !#19 N10343 P6688 BLD 348 -1 FP BE Pri !#19 N10344 P6689 MEMBAR Loop_exit !#19 N10345 P6687 MEMBAR Loop_entry !#19 N10346 P6688 BLD 348 -1 FP BE Pri !#19 N10347 P6689 MEMBAR Loop_exit !#19 N10348 P6690 PREFETCH 216 Int BE Pri Loop_entry !#19 N10349 P6691 MEMBAR !#19 N10350 P6692 BLD 320 -1 FP BE Pri !#19 N10351 P6693 MEMBAR Loop_exit !#19 N10352 P6694 MEMBAR Loop_entry !#19 N10353 P6695 BLD 29 -1 FP BE Pri !#19 N10354 P6696 MEMBAR Loop_exit !#19 N10355 P6697 IDC_FLIP 240 Int BE Pri Loop_entry Loop_exit !#19 N10356 P6698 MEMBAR Loop_entry !#19 N10357 P6699 BLD 355 -1 FP BE Pri !#19 N10358 P6700 MEMBAR Loop_exit !#19 N10359 P6698 MEMBAR Loop_entry !#19 N10360 P6699 BLD 355 -1 FP BE Pri !#19 N10361 P6700 MEMBAR Loop_exit !#19 N10362 P6701 MEMBAR Loop_entry !#19 N10363 P6702 BLD 315 -1 FP BE Pri !#19 N10364 P6703 MEMBAR Loop_exit !#19 N10365 P6704 MEMBAR Loop_entry !#19 N10366 P6705 BLD 38 -1 FP BE Pri !#19 N10367 P6706 MEMBAR Loop_exit !#19 N10368 P6707 MEMBAR Loop_entry !#19 N10369 P6708 BLD 340 -1 FP BE Pri !#19 N10370 P6709 MEMBAR Loop_exit !#19 N10371 P6710 MEMBAR Loop_entry !#19 N10372 P6711 BLD 17 -1 FP BE Pri !#19 N10373 P6712 MEMBAR Loop_exit !#19 N10374 P6713 MEMBAR Loop_entry !#19 N10375 P6714 BLD 6 -1 FP BE Pri !#19 N10376 P6714 BLD 7 -1 FP BE Pri !#19 N10377 P6715 MEMBAR Loop_exit !#19 N10378 P6716 MEMBAR Loop_entry !#19 N10379 P6717 BLD 346 -1 FP BE Pri !#19 N10380 P6718 MEMBAR Loop_exit !#19 N10381 P6719 MEMBAR Loop_entry !#19 N10382 P6720 BLD 282 -1 FP BE Pri !#19 N10383 P6721 MEMBAR Loop_exit !#19 N10384 P6719 MEMBAR Loop_entry !#19 N10385 P6720 BLD 282 -1 FP BE Pri !#19 N10386 P6721 MEMBAR Loop_exit !#19 N10387 P6722 ST 55 0x8980000c Int BE Pri Loop_entry !#19 N10388 P6723 MEMBAR !#19 N10389 P6724 BLD 69 -1 FP BE Pri !#19 N10390 P6725 MEMBAR Loop_exit !#19 N10391 P6726 MEMBAR Loop_entry !#19 N10392 P6727 BLD 293 -1 FP BE Pri !#19 N10393 P6728 MEMBAR Loop_exit !#19 N10394 P6729 MEMBAR Loop_entry !#19 N10395 P6730 BLD 310 -1 FP BE Pri !#19 N10396 P6731 MEMBAR Loop_exit !#19 N10397 P6729 MEMBAR Loop_entry !#19 N10398 P6730 BLD 310 -1 FP BE Pri !#19 N10399 P6731 MEMBAR Loop_exit !#19 N10400 P6732 IDC_FLIP 301 Int BE Pri Loop_entry Loop_exit !#19 N10401 P6733 MEMBAR Loop_entry !#19 N10402 P6734 BLD 182 -1 FP BE Pri !#19 N10403 P6735 MEMBAR Loop_exit !#19 N10404 P6736 IDC_FLIP 124 Int BE Pri Loop_entry Loop_exit !#19 N10405 P6736 IDC_FLIP 124 Int BE Pri Loop_entry Loop_exit !#19 N10406 P6737 MEMBAR Loop_entry !#19 N10407 P6738 BLD 288 -1 FP BE Pri !#19 N10408 P6739 MEMBAR Loop_exit !#19 N10409 P6737 MEMBAR Loop_entry !#19 N10410 P6738 BLD 288 -1 FP BE Pri !#19 N10411 P6739 MEMBAR Loop_exit !#19 N10412 P6740 IDC_FLIP 182 Int BE Pri Loop_entry !#19 N10413 P6741 MEMBAR !#19 N10414 P6742 BLD 341 -1 FP BE Pri !#19 N10415 P6743 MEMBAR Loop_exit !#19 N10416 P6744 MEMBAR Loop_entry !#19 N10417 P6745 BLD 89 -1 FP BE Pri !#19 N10418 P6745 BLD 90 -1 FP BE Pri !#19 N10419 P6746 MEMBAR Loop_exit !#19 N10420 P6747 MEMBAR Loop_entry !#19 N10421 P6748 BLD 137 -1 FP BE Pri !#19 N10422 P6749 MEMBAR Loop_exit !#19 N10423 P6750 IDC_FLIP 267 Int BE Pri Loop_entry !#19 N10424 P6751 PREFETCH 91 Int BE Pri Loop_exit !#19 N10425 P6750 IDC_FLIP 267 Int BE Pri Loop_entry !#19 N10426 P6751 PREFETCH 91 Int BE Pri Loop_exit !#19 N10427 P6752 MEMBAR Loop_entry !#19 N10428 P6753 BLD 86 -1 FP BE Pri !#19 N10429 P6754 MEMBAR Loop_exit !#19 N10430 P6752 MEMBAR Loop_entry !#19 N10431 P6753 BLD 86 -1 FP BE Pri !#19 N10432 P6754 MEMBAR Loop_exit !#19 N10433 P6755 MEMBAR Loop_entry !#19 N10434 P6756 BLD 144 -1 FP BE Pri !#19 N10435 P6757 MEMBAR Loop_exit !#19 N10436 P6758 MEMBAR Loop_entry !#19 N10437 P6759 BLD 342 -1 FP BE Pri !#19 N10438 P6760 MEMBAR Loop_exit !#19 N10439 P6761 MEMBAR Loop_entry !#19 N10440 P6762 BLD 102 -1 FP BE Pri !#19 N10441 P6762 BLD 103 -1 FP BE Pri !#19 N10442 P6762 BLD 104 -1 FP BE Pri !#19 N10443 P6763 MEMBAR Loop_exit !#19 N10444 P6764 MEMBAR Loop_entry !#19 N10445 P6765 BLD 331 -1 FP BE Pri !#19 N10446 P6765 BLD 332 -1 FP BE Pri !#19 N10447 P6766 MEMBAR Loop_exit !#19 N10448 P6767 MEMBAR Loop_entry !#19 N10449 P6768 BLD 269 -1 FP BE Pri !#19 N10450 P6769 MEMBAR Loop_exit !#19 N10451 P6767 MEMBAR Loop_entry !#19 N10452 P6768 BLD 269 -1 FP BE Pri !#19 N10453 P6769 MEMBAR Loop_exit !#19 N10454 P6770 MEMBAR !#20 N10455 P6771 MEMBAR Loop_entry !#20 N10456 P6772 BLD 123 -1 FP BE Pri !#20 N10457 P6773 MEMBAR Loop_exit !#20 N10458 P6771 MEMBAR Loop_entry !#20 N10459 P6772 BLD 123 -1 FP BE Pri !#20 N10460 P6773 MEMBAR Loop_exit !#20 N10461 P6774 IDC_FLIP 8 Int BE Pri Loop_entry !#20 N10462 P6775 MEMBAR !#20 N10463 P6776 BLD 123 -1 FP BE Pri !#20 N10464 P6777 MEMBAR Loop_exit !#20 N10465 P6778 MEMBAR Loop_entry !#20 N10466 P6779 BLD 114 -1 FP BE Pri !#20 N10467 P6780 MEMBAR Loop_exit !#20 N10468 P6781 MEMBAR Loop_entry !#20 N10469 P6782 BLD 56 -1 FP BE Pri !#20 N10470 P6783 MEMBAR Loop_exit !#20 N10471 P6781 MEMBAR Loop_entry !#20 N10472 P6782 BLD 56 -1 FP BE Pri !#20 N10473 P6783 MEMBAR Loop_exit !#20 N10474 P6784 MEMBAR Loop_entry !#20 N10475 P6785 BLD 189 -1 FP BE Pri !#20 N10476 P6786 MEMBAR Loop_exit !#20 N10477 P6787 MEMBAR Loop_entry !#20 N10478 P6788 BLD 273 -1 FP BE Pri !#20 N10479 P6789 MEMBAR Loop_exit !#20 N10480 P6787 MEMBAR Loop_entry !#20 N10481 P6788 BLD 273 -1 FP BE Pri !#20 N10482 P6789 MEMBAR Loop_exit !#20 N10483 P6790 MEMBAR Loop_entry !#20 N10484 P6791 BLD 289 -1 FP BE Pri !#20 N10485 P6792 MEMBAR Loop_exit !#20 N10486 P6790 MEMBAR Loop_entry !#20 N10487 P6791 BLD 289 -1 FP BE Pri !#20 N10488 P6792 MEMBAR Loop_exit !#20 N10489 P6793 MEMBAR Loop_entry !#20 N10490 P6794 BLD 40 -1 FP BE Pri !#20 N10491 P6795 MEMBAR Loop_exit !#20 N10492 P6793 MEMBAR Loop_entry !#20 N10493 P6794 BLD 40 -1 FP BE Pri !#20 N10494 P6795 MEMBAR Loop_exit !#20 N10495 P6796 MEMBAR Loop_entry !#20 N10496 P6797 BLD 82 -1 FP BE Pri !#20 N10497 P6798 MEMBAR Loop_exit !#20 N10498 P6796 MEMBAR Loop_entry !#20 N10499 P6797 BLD 82 -1 FP BE Pri !#20 N10500 P6798 MEMBAR Loop_exit !#20 N10501 P6799 MEMBAR Loop_entry !#20 N10502 P6800 BLD 161 -1 FP BE Pri !#20 N10503 P6801 MEMBAR Loop_exit !#20 N10504 P6802 MEMBAR Loop_entry !#20 N10505 P6803 BLD 65 -1 FP BE Pri !#20 N10506 P6804 MEMBAR Loop_exit !#20 N10507 P6802 MEMBAR Loop_entry !#20 N10508 P6803 BLD 65 -1 FP BE Pri !#20 N10509 P6804 MEMBAR Loop_exit !#20 N10510 P6805 MEMBAR Loop_entry !#20 N10511 P6806 BLD 253 -1 FP BE Pri !#20 N10512 P6807 MEMBAR Loop_exit !#20 N10513 P6805 MEMBAR Loop_entry !#20 N10514 P6806 BLD 253 -1 FP BE Pri !#20 N10515 P6807 MEMBAR Loop_exit !#20 N10516 P6808 MEMBAR Loop_entry !#20 N10517 P6809 BLD 265 -1 FP BE Pri !#20 N10518 P6810 MEMBAR Loop_exit !#20 N10519 P6811 IDC_FLIP 213 Int BE Pri Loop_entry Loop_exit !#20 N10520 P6811 IDC_FLIP 213 Int BE Pri Loop_entry Loop_exit !#20 N10521 P6812 MEMBAR Loop_entry !#20 N10522 P6813 BLD 187 -1 FP BE Pri !#20 N10523 P6814 MEMBAR Loop_exit !#20 N10524 P6815 IDC_FLIP 313 Int BE Pri Loop_entry !#20 N10525 P6816 PREFETCH 292 Int BE Pri Loop_exit !#20 N10526 P6817 MEMBAR Loop_entry !#20 N10527 P6818 BLD 56 -1 FP BE Pri !#20 N10528 P6819 MEMBAR Loop_exit !#20 N10529 P6820 MEMBAR Loop_entry !#20 N10530 P6821 BLD 298 -1 FP BE Pri !#20 N10531 P6822 MEMBAR Loop_exit !#20 N10532 P6820 MEMBAR Loop_entry !#20 N10533 P6821 BLD 298 -1 FP BE Pri !#20 N10534 P6822 MEMBAR Loop_exit !#20 N10535 P6823 PREFETCH 227 Int BE Pri Loop_entry !#20 N10536 P6824 MEMBAR !#20 N10537 P6825 BLD 121 -1 FP BE Pri !#20 N10538 P6826 MEMBAR Loop_exit !#20 N10539 P6823 PREFETCH 227 Int BE Pri Loop_entry !#20 N10540 P6824 MEMBAR !#20 N10541 P6825 BLD 121 -1 FP BE Pri !#20 N10542 P6826 MEMBAR Loop_exit !#20 N10543 P6827 MEMBAR Loop_entry !#20 N10544 P6828 BLD 237 -1 FP BE Pri !#20 N10545 P6829 MEMBAR Loop_exit !#20 N10546 P6827 MEMBAR Loop_entry !#20 N10547 P6828 BLD 237 -1 FP BE Pri !#20 N10548 P6829 MEMBAR Loop_exit !#20 N10549 P6830 MEMBAR Loop_entry !#20 N10550 P6831 BLD 2 -1 FP BE Pri !#20 N10551 P6832 MEMBAR Loop_exit !#20 N10552 P6830 MEMBAR Loop_entry !#20 N10553 P6831 BLD 2 -1 FP BE Pri !#20 N10554 P6832 MEMBAR Loop_exit !#20 N10555 P6833 MEMBAR Loop_entry !#20 N10556 P6834 BLD 229 -1 FP BE Pri !#20 N10557 P6835 MEMBAR Loop_exit !#20 N10558 P6836 MEMBAR Loop_entry !#20 N10559 P6837 BLD 326 -1 FP BE Pri !#20 N10560 P6838 MEMBAR Loop_exit !#20 N10561 P6836 MEMBAR Loop_entry !#20 N10562 P6837 BLD 326 -1 FP BE Pri !#20 N10563 P6838 MEMBAR Loop_exit !#20 N10564 P6839 MEMBAR Loop_entry !#20 N10565 P6840 BLD 285 -1 FP BE Pri !#20 N10566 P6841 MEMBAR Loop_exit !#20 N10567 P6839 MEMBAR Loop_entry !#20 N10568 P6840 BLD 285 -1 FP BE Pri !#20 N10569 P6841 MEMBAR Loop_exit !#20 N10570 P6842 MEMBAR Loop_entry !#20 N10571 P6843 BLD 348 -1 FP BE Pri !#20 N10572 P6844 MEMBAR Loop_exit !#20 N10573 P6845 MEMBAR Loop_entry !#20 N10574 P6846 BLD 32 -1 FP BE Pri !#20 N10575 P6846 BLD 33 -1 FP BE Pri !#20 N10576 P6847 MEMBAR Loop_exit !#20 N10577 P6848 IDC_FLIP 152 Int BE Pri Loop_entry Loop_exit !#20 N10578 P6848 IDC_FLIP 152 Int BE Pri Loop_entry Loop_exit !#20 N10579 P6849 MEMBAR Loop_entry !#20 N10580 P6850 BLD 36 -1 FP BE Pri !#20 N10581 P6851 MEMBAR Loop_exit !#20 N10582 P6849 MEMBAR Loop_entry !#20 N10583 P6850 BLD 36 -1 FP BE Pri !#20 N10584 P6851 MEMBAR Loop_exit !#20 N10585 P6852 MEMBAR Loop_entry !#20 N10586 P6853 BLD 140 -1 FP BE Pri !#20 N10587 P6854 MEMBAR Loop_exit !#20 N10588 P6852 MEMBAR Loop_entry !#20 N10589 P6853 BLD 140 -1 FP BE Pri !#20 N10590 P6854 MEMBAR Loop_exit !#20 N10591 P6855 MEMBAR Loop_entry !#20 N10592 P6856 BLD 89 -1 FP BE Pri !#20 N10593 P6856 BLD 90 -1 FP BE Pri !#20 N10594 P6857 MEMBAR Loop_exit !#20 N10595 P6858 MEMBAR Loop_entry !#20 N10596 P6859 BLD 284 -1 FP BE Pri !#20 N10597 P6860 MEMBAR Loop_exit !#20 N10598 P6861 MEMBAR Loop_entry !#20 N10599 P6862 BLD 84 -1 FP BE Pri !#20 N10600 P6863 MEMBAR Loop_exit !#20 N10601 P6864 MEMBAR Loop_entry !#20 N10602 P6865 BLD 69 -1 FP BE Pri !#20 N10603 P6866 MEMBAR Loop_exit !#20 N10604 P6864 MEMBAR Loop_entry !#20 N10605 P6865 BLD 69 -1 FP BE Pri !#20 N10606 P6866 MEMBAR Loop_exit !#20 N10607 P6867 PREFETCH 91 Int BE Pri Loop_entry !#20 N10608 P6868 MEMBAR !#20 N10609 P6869 BLD 32 -1 FP BE Pri !#20 N10610 P6869 BLD 33 -1 FP BE Pri !#20 N10611 P6870 MEMBAR Loop_exit !#20 N10612 P6871 MEMBAR Loop_entry !#20 N10613 P6872 BLD 105 -1 FP BE Pri !#20 N10614 P6873 MEMBAR Loop_exit !#20 N10615 P6874 IDC_FLIP 198 Int BE Pri Loop_entry !#20 N10616 P6875 ST 272 0x8a000001 Int BE Pri Loop_exit !#20 N10617 P6874 IDC_FLIP 198 Int BE Pri Loop_entry !#20 N10618 P6875 ST 272 0x8a000002 Int BE Pri Loop_exit !#20 N10619 P6876 ST 222 0x8a000003 Int BE Pri Loop_entry !#20 N10620 P6877 MEMBAR !#20 N10621 P6878 BLD 30 -1 FP BE Pri !#20 N10622 P6879 MEMBAR Loop_exit !#20 N10623 P6876 ST 222 0x8a000004 Int BE Pri Loop_entry !#20 N10624 P6877 MEMBAR !#20 N10625 P6878 BLD 30 -1 FP BE Pri !#20 N10626 P6879 MEMBAR Loop_exit !#20 N10627 P6880 MEMBAR Loop_entry !#20 N10628 P6881 BLD 199 -1 FP BE Pri !#20 N10629 P6882 MEMBAR Loop_exit !#20 N10630 P6880 MEMBAR Loop_entry !#20 N10631 P6881 BLD 199 -1 FP BE Pri !#20 N10632 P6882 MEMBAR Loop_exit !#20 N10633 P6883 MEMBAR Loop_entry !#20 N10634 P6884 BLD 289 -1 FP BE Pri !#20 N10635 P6885 MEMBAR Loop_exit !#20 N10636 P6883 MEMBAR Loop_entry !#20 N10637 P6884 BLD 289 -1 FP BE Pri !#20 N10638 P6885 MEMBAR Loop_exit !#20 N10639 P6886 MEMBAR Loop_entry !#20 N10640 P6887 BLD 350 -1 FP BE Pri !#20 N10641 P6888 MEMBAR Loop_exit !#20 N10642 P6886 MEMBAR Loop_entry !#20 N10643 P6887 BLD 350 -1 FP BE Pri !#20 N10644 P6888 MEMBAR Loop_exit !#20 N10645 P6889 FLUSHI 104 Int BE Pri Loop_entry Loop_exit !#20 N10646 P6890 MEMBAR Loop_entry !#20 N10647 P6891 BLD 78 -1 FP BE Pri !#20 N10648 P6892 MEMBAR Loop_exit !#20 N10649 P6890 MEMBAR Loop_entry !#20 N10650 P6891 BLD 78 -1 FP BE Pri !#20 N10651 P6892 MEMBAR Loop_exit !#20 N10652 P6893 MEMBAR Loop_entry !#20 N10653 P6894 BLD 169 -1 FP BE Pri !#20 N10654 P6895 MEMBAR Loop_exit !#20 N10655 P6896 MEMBAR Loop_entry !#20 N10656 P6897 BLD 25 -1 FP BE Pri !#20 N10657 P6898 MEMBAR Loop_exit !#20 N10658 P6896 MEMBAR Loop_entry !#20 N10659 P6897 BLD 25 -1 FP BE Pri !#20 N10660 P6898 MEMBAR Loop_exit !#20 N10661 P6899 MEMBAR Loop_entry !#20 N10662 P6900 BLD 275 -1 FP BE Pri !#20 N10663 P6901 MEMBAR Loop_exit !#20 N10664 P6902 MEMBAR Loop_entry !#20 N10665 P6903 BLD 75 -1 FP BE Pri !#20 N10666 P6904 MEMBAR Loop_exit !#20 N10667 P6905 MEMBAR Loop_entry !#20 N10668 P6906 BLD 91 -1 FP BE Pri !#20 N10669 P6906 BLD 92 -1 FP BE Pri !#20 N10670 P6906 BLD 93 -1 FP BE Pri !#20 N10671 P6907 MEMBAR Loop_exit !#20 N10672 P6908 MEMBAR Loop_entry !#20 N10673 P6909 BLD 3 -1 FP BE Pri !#20 N10674 P6910 MEMBAR Loop_exit !#20 N10675 P6908 MEMBAR Loop_entry !#20 N10676 P6909 BLD 3 -1 FP BE Pri !#20 N10677 P6910 MEMBAR Loop_exit !#20 N10678 P6911 IDC_FLIP 326 Int BE Pri Loop_entry Loop_exit !#20 N10679 P6912 MEMBAR Loop_entry !#20 N10680 P6913 BLD 269 -1 FP BE Pri !#20 N10681 P6914 MEMBAR Loop_exit !#20 N10682 P6915 MEMBAR Loop_entry !#20 N10683 P6916 BLD 232 -1 FP BE Pri !#20 N10684 P6917 MEMBAR Loop_exit !#20 N10685 P6918 ST 140 0x8a000005 Int BE Pri Loop_entry Loop_exit !#20 N10686 P6918 ST 140 0x8a000006 Int BE Pri Loop_entry Loop_exit !#20 N10687 P6919 MEMBAR Loop_entry !#20 N10688 P6920 BLD 272 -1 FP BE Pri !#20 N10689 P6921 MEMBAR Loop_exit !#20 N10690 P6919 MEMBAR Loop_entry !#20 N10691 P6920 BLD 272 -1 FP BE Pri !#20 N10692 P6921 MEMBAR Loop_exit !#20 N10693 P6922 MEMBAR Loop_entry !#20 N10694 P6923 BLD 231 -1 FP BE Pri !#20 N10695 P6924 MEMBAR Loop_exit !#20 N10696 P6922 MEMBAR Loop_entry !#20 N10697 P6923 BLD 231 -1 FP BE Pri !#20 N10698 P6924 MEMBAR Loop_exit !#20 N10699 P6925 ST 22 0x8a000007 Int BE Pri Loop_entry Loop_exit !#20 N10700 P6925 ST 22 0x8a000008 Int BE Pri Loop_entry Loop_exit !#20 N10701 P6926 MEMBAR Loop_entry !#20 N10702 P6927 BLD 193 -1 FP BE Pri !#20 N10703 P6928 MEMBAR Loop_exit !#20 N10704 P6929 MEMBAR Loop_entry !#20 N10705 P6930 BLD 140 -1 FP BE Pri !#20 N10706 P6931 MEMBAR Loop_exit !#20 N10707 P6932 MEMBAR Loop_entry !#20 N10708 P6933 BLD 318 -1 FP BE Pri !#20 N10709 P6934 MEMBAR Loop_exit !#20 N10710 P6935 MEMBAR Loop_entry !#20 N10711 P6936 BLD 38 -1 FP BE Pri !#20 N10712 P6937 MEMBAR Loop_exit !#20 N10713 P6935 MEMBAR Loop_entry !#20 N10714 P6936 BLD 38 -1 FP BE Pri !#20 N10715 P6937 MEMBAR Loop_exit !#20 N10716 P6938 MEMBAR Loop_entry !#20 N10717 P6939 BLD 56 -1 FP BE Pri !#20 N10718 P6940 MEMBAR Loop_exit !#20 N10719 P6938 MEMBAR Loop_entry !#20 N10720 P6939 BLD 56 -1 FP BE Pri !#20 N10721 P6940 MEMBAR Loop_exit !#20 N10722 P6941 MEMBAR Loop_entry !#20 N10723 P6942 BLD 44 -1 FP BE Pri !#20 N10724 P6943 MEMBAR Loop_exit !#20 N10725 P6941 MEMBAR Loop_entry !#20 N10726 P6942 BLD 44 -1 FP BE Pri !#20 N10727 P6943 MEMBAR Loop_exit !#20 N10728 P6944 IDC_FLIP 346 Int BE Pri Loop_entry Loop_exit !#20 N10729 P6945 FLUSHI 209 Int BE Pri Loop_entry !#20 N10730 P6946 MEMBAR !#20 N10731 P6947 BLD 250 -1 FP BE Pri !#20 N10732 P6948 MEMBAR Loop_exit !#20 N10733 P6949 MEMBAR Loop_entry !#20 N10734 P6950 BLD 349 -1 FP BE Pri !#20 N10735 P6951 MEMBAR Loop_exit !#20 N10736 P6952 MEMBAR Loop_entry !#20 N10737 P6953 BLD 17 -1 FP BE Pri !#20 N10738 P6954 MEMBAR Loop_exit !#20 N10739 P6952 MEMBAR Loop_entry !#20 N10740 P6953 BLD 17 -1 FP BE Pri !#20 N10741 P6954 MEMBAR Loop_exit !#20 N10742 P6955 MEMBAR Loop_entry !#20 N10743 P6956 BLD 87 -1 FP BE Pri !#20 N10744 P6957 MEMBAR Loop_exit !#20 N10745 P6955 MEMBAR Loop_entry !#20 N10746 P6956 BLD 87 -1 FP BE Pri !#20 N10747 P6957 MEMBAR Loop_exit !#20 N10748 P6958 MEMBAR Loop_entry !#20 N10749 P6959 BLD 317 -1 FP BE Pri !#20 N10750 P6960 MEMBAR Loop_exit !#20 N10751 P6958 MEMBAR Loop_entry !#20 N10752 P6959 BLD 317 -1 FP BE Pri !#20 N10753 P6960 MEMBAR Loop_exit !#20 N10754 P6961 MEMBAR Loop_entry !#20 N10755 P6962 BLD 236 -1 FP BE Pri !#20 N10756 P6963 MEMBAR Loop_exit !#20 N10757 P6961 MEMBAR Loop_entry !#20 N10758 P6962 BLD 236 -1 FP BE Pri !#20 N10759 P6963 MEMBAR Loop_exit !#20 N10760 P6964 MEMBAR Loop_entry !#20 N10761 P6965 BLD 153 -1 FP BE Pri !#20 N10762 P6966 MEMBAR Loop_exit !#20 N10763 P6964 MEMBAR Loop_entry !#20 N10764 P6965 BLD 153 -1 FP BE Pri !#20 N10765 P6966 MEMBAR Loop_exit !#20 N10766 P6967 MEMBAR Loop_entry !#20 N10767 P6968 BLD 235 -1 FP BE Pri !#20 N10768 P6969 MEMBAR Loop_exit !#20 N10769 P6970 MEMBAR Loop_entry !#20 N10770 P6971 BLD 20 -1 FP BE Pri !#20 N10771 P6972 MEMBAR Loop_exit !#20 N10772 P6973 MEMBAR Loop_entry !#20 N10773 P6974 BLD 295 -1 FP BE Pri !#20 N10774 P6974 BLD 296 -1 FP BE Pri !#20 N10775 P6975 MEMBAR Loop_exit !#20 N10776 P6976 MEMBAR Loop_entry !#20 N10777 P6977 BLD 299 -1 FP BE Pri !#20 N10778 P6978 MEMBAR Loop_exit !#20 N10779 P6979 MEMBAR Loop_entry !#20 N10780 P6980 BLD 207 -1 FP BE Pri !#20 N10781 P6981 MEMBAR Loop_exit !#20 N10782 P6982 MEMBAR Loop_entry !#20 N10783 P6983 BLD 334 -1 FP BE Pri !#20 N10784 P6984 MEMBAR Loop_exit !#20 N10785 P6985 MEMBAR Loop_entry !#20 N10786 P6986 BLD 121 -1 FP BE Pri !#20 N10787 P6987 MEMBAR Loop_exit !#20 N10788 P6988 MEMBAR Loop_entry !#20 N10789 P6989 BLD 83 -1 FP BE Pri !#20 N10790 P6990 MEMBAR Loop_exit !#20 N10791 P6991 MEMBAR Loop_entry !#20 N10792 P6992 BLD 233 -1 FP BE Pri !#20 N10793 P6993 MEMBAR Loop_exit !#20 N10794 P6991 MEMBAR Loop_entry !#20 N10795 P6992 BLD 233 -1 FP BE Pri !#20 N10796 P6993 MEMBAR Loop_exit !#20 N10797 P6994 IDC_FLIP 258 Int BE Pri Loop_entry Loop_exit !#20 N10798 P6994 IDC_FLIP 258 Int BE Pri Loop_entry Loop_exit !#20 N10799 P6995 FLUSHI 157 Int BE Pri Loop_entry Loop_exit !#20 N10800 P6996 MEMBAR Loop_entry !#20 N10801 P6997 BLD 54 -1 FP BE Pri !#20 N10802 P6998 MEMBAR Loop_exit !#20 N10803 P6996 MEMBAR Loop_entry !#20 N10804 P6997 BLD 54 -1 FP BE Pri !#20 N10805 P6998 MEMBAR Loop_exit !#20 N10806 P6999 MEMBAR Loop_entry !#20 N10807 P7000 BLD 350 -1 FP BE Pri !#20 N10808 P7001 MEMBAR Loop_exit !#20 N10809 P6999 MEMBAR Loop_entry !#20 N10810 P7000 BLD 350 -1 FP BE Pri !#20 N10811 P7001 MEMBAR Loop_exit !#20 N10812 P7002 MEMBAR Loop_entry !#20 N10813 P7003 BLD 73 -1 FP BE Pri !#20 N10814 P7004 MEMBAR Loop_exit !#20 N10815 P7005 MEMBAR Loop_entry !#20 N10816 P7006 BLD 221 -1 FP BE Pri !#20 N10817 P7007 MEMBAR Loop_exit !#20 N10818 P7005 MEMBAR Loop_entry !#20 N10819 P7006 BLD 221 -1 FP BE Pri !#20 N10820 P7007 MEMBAR Loop_exit !#20 N10821 P7008 IDC_FLIP 288 Int BE Pri Loop_entry Loop_exit !#20 N10822 P7008 IDC_FLIP 288 Int BE Pri Loop_entry Loop_exit !#20 N10823 P7009 MEMBAR Loop_entry !#20 N10824 P7010 BLD 98 -1 FP BE Pri !#20 N10825 P7010 BLD 99 -1 FP BE Pri !#20 N10826 P7011 MEMBAR Loop_exit !#20 N10827 P7009 MEMBAR Loop_entry !#20 N10828 P7010 BLD 98 -1 FP BE Pri !#20 N10829 P7010 BLD 99 -1 FP BE Pri !#20 N10830 P7011 MEMBAR Loop_exit !#20 N10831 P7012 MEMBAR Loop_entry !#20 N10832 P7013 BLD 284 -1 FP BE Pri !#20 N10833 P7014 MEMBAR Loop_exit !#20 N10834 P7012 MEMBAR Loop_entry !#20 N10835 P7013 BLD 284 -1 FP BE Pri !#20 N10836 P7014 MEMBAR Loop_exit !#20 N10837 P7015 MEMBAR Loop_entry !#20 N10838 P7016 BLD 17 -1 FP BE Pri !#20 N10839 P7017 MEMBAR Loop_exit !#20 N10840 P7018 MEMBAR Loop_entry !#20 N10841 P7019 BLD 256 -1 FP BE Pri !#20 N10842 P7020 MEMBAR Loop_exit !#20 N10843 P7018 MEMBAR Loop_entry !#20 N10844 P7019 BLD 256 -1 FP BE Pri !#20 N10845 P7020 MEMBAR Loop_exit !#20 N10846 P7021 MEMBAR Loop_entry !#20 N10847 P7022 BLD 226 -1 FP BE Pri !#20 N10848 P7023 MEMBAR Loop_exit !#20 N10849 P7024 MEMBAR Loop_entry !#20 N10850 P7025 BLD 147 -1 FP BE Pri !#20 N10851 P7026 MEMBAR Loop_exit !#20 N10852 P7027 MEMBAR Loop_entry !#20 N10853 P7028 BLD 141 -1 FP BE Pri !#20 N10854 P7029 MEMBAR Loop_exit !#20 N10855 P7027 MEMBAR Loop_entry !#20 N10856 P7028 BLD 141 -1 FP BE Pri !#20 N10857 P7029 MEMBAR Loop_exit !#20 N10858 P7030 IDC_FLIP 33 Int BE Pri Loop_entry !#20 N10859 P7031 MEMBAR !#20 N10860 P7032 BLD 310 -1 FP BE Pri !#20 N10861 P7033 MEMBAR Loop_exit !#20 N10862 P7034 MEMBAR Loop_entry !#20 N10863 P7035 BLD 122 -1 FP BE Pri !#20 N10864 P7036 MEMBAR Loop_exit !#20 N10865 P7037 MEMBAR Loop_entry !#20 N10866 P7038 BLD 229 -1 FP BE Pri !#20 N10867 P7039 MEMBAR Loop_exit !#20 N10868 P7037 MEMBAR Loop_entry !#20 N10869 P7038 BLD 229 -1 FP BE Pri !#20 N10870 P7039 MEMBAR Loop_exit !#20 N10871 P7040 IDC_FLIP 357 Int BE Pri Loop_entry Loop_exit !#20 N10872 P7040 IDC_FLIP 357 Int BE Pri Loop_entry Loop_exit !#20 N10873 P7041 MEMBAR Loop_entry !#20 N10874 P7042 BLD 77 -1 FP BE Pri !#20 N10875 P7043 MEMBAR Loop_exit !#20 N10876 P7044 MEMBAR Loop_entry !#20 N10877 P7045 BLD 32 -1 FP BE Pri !#20 N10878 P7045 BLD 33 -1 FP BE Pri !#20 N10879 P7046 MEMBAR Loop_exit !#20 N10880 P7044 MEMBAR Loop_entry !#20 N10881 P7045 BLD 32 -1 FP BE Pri !#20 N10882 P7045 BLD 33 -1 FP BE Pri !#20 N10883 P7046 MEMBAR Loop_exit !#20 N10884 P7047 MEMBAR Loop_entry !#20 N10885 P7048 BLD 252 -1 FP BE Pri !#20 N10886 P7049 MEMBAR Loop_exit !#20 N10887 P7050 MEMBAR Loop_entry !#20 N10888 P7051 BLD 191 -1 FP BE Pri !#20 N10889 P7052 MEMBAR Loop_exit !#20 N10890 P7050 MEMBAR Loop_entry !#20 N10891 P7051 BLD 191 -1 FP BE Pri !#20 N10892 P7052 MEMBAR Loop_exit !#20 N10893 P7053 MEMBAR Loop_entry !#20 N10894 P7054 BLD 98 -1 FP BE Pri !#20 N10895 P7054 BLD 99 -1 FP BE Pri !#20 N10896 P7055 MEMBAR Loop_exit !#20 N10897 P7056 MEMBAR Loop_entry !#20 N10898 P7057 BLD 97 -1 FP BE Pri !#20 N10899 P7058 MEMBAR Loop_exit !#20 N10900 P7056 MEMBAR Loop_entry !#20 N10901 P7057 BLD 97 -1 FP BE Pri !#20 N10902 P7058 MEMBAR Loop_exit !#20 N10903 P7059 ST 92 0x8a000009 Int BE Pri Loop_entry !#20 N10904 P7060 MEMBAR !#20 N10905 P7061 BLD 152 -1 FP BE Pri !#20 N10906 P7062 MEMBAR Loop_exit !#20 N10907 P7059 ST 92 0x8a00000a Int BE Pri Loop_entry !#20 N10908 P7060 MEMBAR !#20 N10909 P7061 BLD 152 -1 FP BE Pri !#20 N10910 P7062 MEMBAR Loop_exit !#20 N10911 P7063 MEMBAR Loop_entry !#20 N10912 P7064 BLD 173 -1 FP BE Pri !#20 N10913 P7065 MEMBAR Loop_exit !#20 N10914 P7066 MEMBAR Loop_entry !#20 N10915 P7067 BLD 340 -1 FP BE Pri !#20 N10916 P7068 MEMBAR Loop_exit !#20 N10917 P7066 MEMBAR Loop_entry !#20 N10918 P7067 BLD 340 -1 FP BE Pri !#20 N10919 P7068 MEMBAR Loop_exit !#20 N10920 P7069 MEMBAR Loop_entry !#20 N10921 P7070 BLD 121 -1 FP BE Pri !#20 N10922 P7071 MEMBAR Loop_exit !#20 N10923 P7072 MEMBAR Loop_entry !#20 N10924 P7073 BLD 117 -1 FP BE Pri !#20 N10925 P7074 MEMBAR Loop_exit !#20 N10926 P7075 MEMBAR Loop_entry !#20 N10927 P7076 BLD 76 -1 FP BE Pri !#20 N10928 P7077 MEMBAR Loop_exit !#20 N10929 P7078 PREFETCH 156 Int BE Pri Loop_entry !#20 N10930 P7079 MEMBAR !#20 N10931 P7080 BLD 52 -1 FP BE Pri !#20 N10932 P7081 MEMBAR Loop_exit !#20 N10933 P7082 MEMBAR Loop_entry !#20 N10934 P7083 BLD 37 -1 FP BE Pri !#20 N10935 P7084 MEMBAR Loop_exit !#20 N10936 P7085 MEMBAR Loop_entry !#20 N10937 P7086 BLD 285 -1 FP BE Pri !#20 N10938 P7087 MEMBAR Loop_exit !#20 N10939 P7085 MEMBAR Loop_entry !#20 N10940 P7086 BLD 285 -1 FP BE Pri !#20 N10941 P7087 MEMBAR Loop_exit !#20 N10942 P7088 MEMBAR Loop_entry !#20 N10943 P7089 BLD 339 -1 FP BE Pri !#20 N10944 P7090 MEMBAR Loop_exit !#20 N10945 P7088 MEMBAR Loop_entry !#20 N10946 P7089 BLD 339 -1 FP BE Pri !#20 N10947 P7090 MEMBAR Loop_exit !#20 N10948 P7091 MEMBAR Loop_entry !#20 N10949 P7092 BLD 349 -1 FP BE Pri !#20 N10950 P7093 MEMBAR Loop_exit !#20 N10951 P7091 MEMBAR Loop_entry !#20 N10952 P7092 BLD 349 -1 FP BE Pri !#20 N10953 P7093 MEMBAR Loop_exit !#20 N10954 P7094 MEMBAR Loop_entry !#20 N10955 P7095 BLD 18 -1 FP BE Pri !#20 N10956 P7096 MEMBAR Loop_exit !#20 N10957 P7097 MEMBAR Loop_entry !#20 N10958 P7098 BLD 356 -1 FP BE Pri !#20 N10959 P7099 MEMBAR Loop_exit !#20 N10960 P7097 MEMBAR Loop_entry !#20 N10961 P7098 BLD 356 -1 FP BE Pri !#20 N10962 P7099 MEMBAR Loop_exit !#20 N10963 P7100 MEMBAR Loop_entry !#20 N10964 P7101 BLD 281 -1 FP BE Pri !#20 N10965 P7102 MEMBAR Loop_exit !#20 N10966 P7103 MEMBAR !#21 N10967 P7104 MEMBAR Loop_entry !#21 N10968 P7105 BLD 88 -1 FP BE Pri !#21 N10969 P7106 MEMBAR Loop_exit !#21 N10970 P7107 LD 0 -1 Int BE Pri Loop_entry !#21 N10971 P7108 LD 330 -1 Int BE Pri Loop_exit !#21 N10972 P7107 LD 0 -1 Int BE Pri Loop_entry !#21 N10973 P7108 LD 330 -1 Int BE Pri Loop_exit !#21 N10974 P7109 MEMBAR Loop_entry !#21 N10975 P7110 BLD 105 -1 FP BE Pri !#21 N10976 P7111 MEMBAR Loop_exit !#21 N10977 P7112 MEMBAR Loop_entry !#21 N10978 P7113 BLD 251 -1 FP BE Pri !#21 N10979 P7114 MEMBAR Loop_exit !#21 N10980 P7112 MEMBAR Loop_entry !#21 N10981 P7113 BLD 251 -1 FP BE Pri !#21 N10982 P7114 MEMBAR Loop_exit !#21 N10983 P7115 MEMBAR Loop_entry !#21 N10984 P7116 BLD 343 -1 FP BE Pri !#21 N10985 P7116 BLD 344 -1 FP BE Pri !#21 N10986 P7117 MEMBAR Loop_exit !#21 N10987 P7118 MEMBAR Loop_entry !#21 N10988 P7119 BLD 178 -1 FP BE Pri !#21 N10989 P7120 MEMBAR Loop_exit !#21 N10990 P7118 MEMBAR Loop_entry !#21 N10991 P7119 BLD 178 -1 FP BE Pri !#21 N10992 P7120 MEMBAR Loop_exit !#21 N10993 P7121 MEMBAR Loop_entry !#21 N10994 P7122 BLD 102 -1 FP BE Pri !#21 N10995 P7122 BLD 103 -1 FP BE Pri !#21 N10996 P7122 BLD 104 -1 FP BE Pri !#21 N10997 P7123 MEMBAR Loop_exit !#21 N10998 P7124 MEMBAR Loop_entry !#21 N10999 P7125 BLD 233 -1 FP BE Pri !#21 N11000 P7126 MEMBAR Loop_exit !#21 N11001 P7127 MEMBAR Loop_entry !#21 N11002 P7128 BLD 177 -1 FP BE Pri !#21 N11003 P7129 MEMBAR Loop_exit !#21 N11004 P7130 MEMBAR Loop_entry !#21 N11005 P7131 BLD 304 -1 FP BE Pri !#21 N11006 P7132 MEMBAR Loop_exit !#21 N11007 P7133 MEMBAR Loop_entry !#21 N11008 P7134 BLD 313 -1 FP BE Pri !#21 N11009 P7135 MEMBAR Loop_exit !#21 N11010 P7133 MEMBAR Loop_entry !#21 N11011 P7134 BLD 313 -1 FP BE Pri !#21 N11012 P7135 MEMBAR Loop_exit !#21 N11013 P7136 MEMBAR Loop_entry !#21 N11014 P7137 BLD 228 -1 FP BE Pri !#21 N11015 P7138 MEMBAR Loop_exit !#21 N11016 P7139 MEMBAR Loop_entry !#21 N11017 P7140 BLD 29 -1 FP BE Pri !#21 N11018 P7141 MEMBAR Loop_exit !#21 N11019 P7139 MEMBAR Loop_entry !#21 N11020 P7140 BLD 29 -1 FP BE Pri !#21 N11021 P7141 MEMBAR Loop_exit !#21 N11022 P7142 MEMBAR Loop_entry !#21 N11023 P7143 BLD 318 -1 FP BE Pri !#21 N11024 P7144 MEMBAR Loop_exit !#21 N11025 P7145 MEMBAR Loop_entry !#21 N11026 P7146 BLD 222 -1 FP BE Pri !#21 N11027 P7147 MEMBAR Loop_exit !#21 N11028 P7148 PREFETCH 166 Int BE Pri Loop_entry !#21 N11029 P7149 MEMBAR !#21 N11030 P7150 BLD 317 -1 FP BE Pri !#21 N11031 P7151 MEMBAR Loop_exit !#21 N11032 P7148 PREFETCH 166 Int BE Pri Loop_entry !#21 N11033 P7149 MEMBAR !#21 N11034 P7150 BLD 317 -1 FP BE Pri !#21 N11035 P7151 MEMBAR Loop_exit !#21 N11036 P7152 PREFETCH 274 Int BE Pri Loop_entry Loop_exit !#21 N11037 P7153 MEMBAR Loop_entry !#21 N11038 P7154 BLD 245 -1 FP BE Pri !#21 N11039 P7155 MEMBAR Loop_exit !#21 N11040 P7156 MEMBAR Loop_entry !#21 N11041 P7157 BLD 137 -1 FP BE Pri !#21 N11042 P7158 MEMBAR Loop_exit !#21 N11043 P7156 MEMBAR Loop_entry !#21 N11044 P7157 BLD 137 -1 FP BE Pri !#21 N11045 P7158 MEMBAR Loop_exit !#21 N11046 P7159 MEMBAR Loop_entry !#21 N11047 P7160 BLD 207 -1 FP BE Pri !#21 N11048 P7161 MEMBAR Loop_exit !#21 N11049 P7159 MEMBAR Loop_entry !#21 N11050 P7160 BLD 207 -1 FP BE Pri !#21 N11051 P7161 MEMBAR Loop_exit !#21 N11052 P7162 MEMBAR Loop_entry !#21 N11053 P7163 BLD 183 -1 FP BE Pri !#21 N11054 P7164 MEMBAR Loop_exit !#21 N11055 P7162 MEMBAR Loop_entry !#21 N11056 P7163 BLD 183 -1 FP BE Pri !#21 N11057 P7164 MEMBAR Loop_exit !#21 N11058 P7165 ST 131 0x8a800001 Int BE Pri Loop_entry !#21 N11059 P7166 MEMBAR !#21 N11060 P7167 BLD 206 -1 FP BE Pri !#21 N11061 P7168 MEMBAR Loop_exit !#21 N11062 P7169 MEMBAR Loop_entry !#21 N11063 P7170 BLD 309 -1 FP BE Pri !#21 N11064 P7171 MEMBAR Loop_exit !#21 N11065 P7169 MEMBAR Loop_entry !#21 N11066 P7170 BLD 309 -1 FP BE Pri !#21 N11067 P7171 MEMBAR Loop_exit !#21 N11068 P7172 MEMBAR Loop_entry !#21 N11069 P7173 BLD 246 -1 FP BE Pri !#21 N11070 P7174 MEMBAR Loop_exit !#21 N11071 P7175 MEMBAR Loop_entry !#21 N11072 P7176 BLD 31 -1 FP BE Pri !#21 N11073 P7177 MEMBAR Loop_exit !#21 N11074 P7178 PREFETCH 305 Int BE Pri Loop_entry Loop_exit !#21 N11075 P7179 MEMBAR Loop_entry !#21 N11076 P7180 BLD 308 -1 FP BE Pri !#21 N11077 P7181 MEMBAR Loop_exit !#21 N11078 P7179 MEMBAR Loop_entry !#21 N11079 P7180 BLD 308 -1 FP BE Pri !#21 N11080 P7181 MEMBAR Loop_exit !#21 N11081 P7182 MEMBAR Loop_entry !#21 N11082 P7183 BLD 346 -1 FP BE Pri !#21 N11083 P7184 MEMBAR Loop_exit !#21 N11084 P7185 MEMBAR Loop_entry !#21 N11085 P7186 BLD 241 -1 FP BE Pri !#21 N11086 P7186 BLD 242 -1 FP BE Pri !#21 N11087 P7187 MEMBAR Loop_exit !#21 N11088 P7188 IDC_FLIP 3 Int BE Pri Loop_entry Loop_exit !#21 N11089 P7188 IDC_FLIP 3 Int BE Pri Loop_entry Loop_exit !#21 N11090 P7189 MEMBAR Loop_entry !#21 N11091 P7190 BLD 246 -1 FP BE Pri !#21 N11092 P7191 MEMBAR Loop_exit !#21 N11093 P7189 MEMBAR Loop_entry !#21 N11094 P7190 BLD 246 -1 FP BE Pri !#21 N11095 P7191 MEMBAR Loop_exit !#21 N11096 P7192 IDC_FLIP 211 Int BE Pri Loop_entry Loop_exit !#21 N11097 P7193 MEMBAR Loop_entry !#21 N11098 P7194 BLD 276 -1 FP BE Pri !#21 N11099 P7195 MEMBAR Loop_exit !#21 N11100 P7196 IDC_FLIP 315 Int BE Pri Loop_entry Loop_exit !#21 N11101 P7196 IDC_FLIP 315 Int BE Pri Loop_entry Loop_exit !#21 N11102 P7197 MEMBAR Loop_entry !#21 N11103 P7198 BLD 250 -1 FP BE Pri !#21 N11104 P7199 MEMBAR Loop_exit !#21 N11105 P7200 MEMBAR Loop_entry !#21 N11106 P7201 BLD 323 -1 FP BE Pri !#21 N11107 P7202 MEMBAR Loop_exit !#21 N11108 P7200 MEMBAR Loop_entry !#21 N11109 P7201 BLD 323 -1 FP BE Pri !#21 N11110 P7202 MEMBAR Loop_exit !#21 N11111 P7203 MEMBAR Loop_entry !#21 N11112 P7204 BLD 272 -1 FP BE Pri !#21 N11113 P7205 MEMBAR Loop_exit !#21 N11114 P7203 MEMBAR Loop_entry !#21 N11115 P7204 BLD 272 -1 FP BE Pri !#21 N11116 P7205 MEMBAR Loop_exit !#21 N11117 P7206 MEMBAR Loop_entry !#21 N11118 P7207 BLD 326 -1 FP BE Pri !#21 N11119 P7208 MEMBAR Loop_exit !#21 N11120 P7206 MEMBAR Loop_entry !#21 N11121 P7207 BLD 326 -1 FP BE Pri !#21 N11122 P7208 MEMBAR Loop_exit !#21 N11123 P7209 MEMBAR Loop_entry !#21 N11124 P7210 BLD 190 -1 FP BE Pri !#21 N11125 P7211 MEMBAR Loop_exit !#21 N11126 P7212 MEMBAR Loop_entry !#21 N11127 P7213 BLD 197 -1 FP BE Pri !#21 N11128 P7214 MEMBAR Loop_exit !#21 N11129 P7215 MEMBAR Loop_entry !#21 N11130 P7216 BLD 134 -1 FP BE Pri !#21 N11131 P7217 MEMBAR Loop_exit !#21 N11132 P7215 MEMBAR Loop_entry !#21 N11133 P7216 BLD 134 -1 FP BE Pri !#21 N11134 P7217 MEMBAR Loop_exit !#21 N11135 P7218 MEMBAR Loop_entry !#21 N11136 P7219 BLD 129 -1 FP BE Pri !#21 N11137 P7220 MEMBAR Loop_exit !#21 N11138 P7221 MEMBAR Loop_entry !#21 N11139 P7222 BLD 70 -1 FP BE Pri !#21 N11140 P7223 MEMBAR Loop_exit !#21 N11141 P7221 MEMBAR Loop_entry !#21 N11142 P7222 BLD 70 -1 FP BE Pri !#21 N11143 P7223 MEMBAR Loop_exit !#21 N11144 P7224 MEMBAR Loop_entry !#21 N11145 P7225 BLD 18 -1 FP BE Pri !#21 N11146 P7226 MEMBAR Loop_exit !#21 N11147 P7224 MEMBAR Loop_entry !#21 N11148 P7225 BLD 18 -1 FP BE Pri !#21 N11149 P7226 MEMBAR Loop_exit !#21 N11150 P7227 IDC_FLIP 337 Int BE Pri Loop_entry !#21 N11151 P7228 MEMBAR !#21 N11152 P7229 BLD 75 -1 FP BE Pri !#21 N11153 P7230 MEMBAR Loop_exit !#21 N11154 P7227 IDC_FLIP 337 Int BE Pri Loop_entry !#21 N11155 P7228 MEMBAR !#21 N11156 P7229 BLD 75 -1 FP BE Pri !#21 N11157 P7230 MEMBAR Loop_exit !#21 N11158 P7231 MEMBAR Loop_entry !#21 N11159 P7232 BLD 2 -1 FP BE Pri !#21 N11160 P7233 MEMBAR Loop_exit !#21 N11161 P7231 MEMBAR Loop_entry !#21 N11162 P7232 BLD 2 -1 FP BE Pri !#21 N11163 P7233 MEMBAR Loop_exit !#21 N11164 P7234 MEMBAR Loop_entry !#21 N11165 P7235 BLD 89 -1 FP BE Pri !#21 N11166 P7235 BLD 90 -1 FP BE Pri !#21 N11167 P7236 MEMBAR Loop_exit !#21 N11168 P7234 MEMBAR Loop_entry !#21 N11169 P7235 BLD 89 -1 FP BE Pri !#21 N11170 P7235 BLD 90 -1 FP BE Pri !#21 N11171 P7236 MEMBAR Loop_exit !#21 N11172 P7237 MEMBAR Loop_entry !#21 N11173 P7238 BLD 278 -1 FP BE Pri !#21 N11174 P7239 MEMBAR Loop_exit !#21 N11175 P7240 MEMBAR Loop_entry !#21 N11176 P7241 BLD 88 -1 FP BE Pri !#21 N11177 P7242 MEMBAR Loop_exit !#21 N11178 P7243 IDC_FLIP 269 Int BE Pri Loop_entry !#21 N11179 P7244 IDC_FLIP 117 Int BE Pri Loop_exit !#21 N11180 P7243 IDC_FLIP 269 Int BE Pri Loop_entry !#21 N11181 P7244 IDC_FLIP 117 Int BE Pri Loop_exit !#21 N11182 P7245 MEMBAR Loop_entry !#21 N11183 P7246 BLD 347 -1 FP BE Pri !#21 N11184 P7247 MEMBAR Loop_exit !#21 N11185 P7248 IDC_FLIP 50 Int BE Pri Loop_entry Loop_exit !#21 N11186 P7248 IDC_FLIP 50 Int BE Pri Loop_entry Loop_exit !#21 N11187 P7249 MEMBAR Loop_entry !#21 N11188 P7250 BLD 21 -1 FP BE Pri !#21 N11189 P7251 MEMBAR Loop_exit !#21 N11190 P7249 MEMBAR Loop_entry !#21 N11191 P7250 BLD 21 -1 FP BE Pri !#21 N11192 P7251 MEMBAR Loop_exit !#21 N11193 P7252 MEMBAR Loop_entry !#21 N11194 P7253 BLD 170 -1 FP BE Pri !#21 N11195 P7254 MEMBAR Loop_exit !#21 N11196 P7252 MEMBAR Loop_entry !#21 N11197 P7253 BLD 170 -1 FP BE Pri !#21 N11198 P7254 MEMBAR Loop_exit !#21 N11199 P7255 MEMBAR Loop_entry !#21 N11200 P7256 BLD 290 -1 FP BE Pri !#21 N11201 P7257 MEMBAR Loop_exit !#21 N11202 P7255 MEMBAR Loop_entry !#21 N11203 P7256 BLD 290 -1 FP BE Pri !#21 N11204 P7257 MEMBAR Loop_exit !#21 N11205 P7258 MEMBAR Loop_entry !#21 N11206 P7259 BLD 76 -1 FP BE Pri !#21 N11207 P7260 MEMBAR Loop_exit !#21 N11208 P7261 MEMBAR Loop_entry !#21 N11209 P7262 BLD 271 -1 FP BE Pri !#21 N11210 P7263 MEMBAR Loop_exit !#21 N11211 P7261 MEMBAR Loop_entry !#21 N11212 P7262 BLD 271 -1 FP BE Pri !#21 N11213 P7263 MEMBAR Loop_exit !#21 N11214 P7264 MEMBAR Loop_entry !#21 N11215 P7265 BLD 251 -1 FP BE Pri !#21 N11216 P7266 MEMBAR Loop_exit !#21 N11217 P7264 MEMBAR Loop_entry !#21 N11218 P7265 BLD 251 -1 FP BE Pri !#21 N11219 P7266 MEMBAR Loop_exit !#21 N11220 P7267 MEMBAR Loop_entry !#21 N11221 P7268 BLD 32 -1 FP BE Pri !#21 N11222 P7268 BLD 33 -1 FP BE Pri !#21 N11223 P7269 MEMBAR Loop_exit !#21 N11224 P7267 MEMBAR Loop_entry !#21 N11225 P7268 BLD 32 -1 FP BE Pri !#21 N11226 P7268 BLD 33 -1 FP BE Pri !#21 N11227 P7269 MEMBAR Loop_exit !#21 N11228 P7270 MEMBAR Loop_entry !#21 N11229 P7271 BLD 327 -1 FP BE Pri !#21 N11230 P7272 MEMBAR Loop_exit !#21 N11231 P7270 MEMBAR Loop_entry !#21 N11232 P7271 BLD 327 -1 FP BE Pri !#21 N11233 P7272 MEMBAR Loop_exit !#21 N11234 P7273 MEMBAR Loop_entry !#21 N11235 P7274 BLD 342 -1 FP BE Pri !#21 N11236 P7275 MEMBAR Loop_exit !#21 N11237 P7273 MEMBAR Loop_entry !#21 N11238 P7274 BLD 342 -1 FP BE Pri !#21 N11239 P7275 MEMBAR Loop_exit !#21 N11240 P7276 MEMBAR Loop_entry !#21 N11241 P7277 BLD 39 -1 FP BE Pri !#21 N11242 P7278 MEMBAR Loop_exit !#21 N11243 P7279 MEMBAR Loop_entry !#21 N11244 P7280 BLD 285 -1 FP BE Pri !#21 N11245 P7281 MEMBAR Loop_exit !#21 N11246 P7279 MEMBAR Loop_entry !#21 N11247 P7280 BLD 285 -1 FP BE Pri !#21 N11248 P7281 MEMBAR Loop_exit !#21 N11249 P7282 MEMBAR Loop_entry !#21 N11250 P7283 BLD 198 -1 FP BE Pri !#21 N11251 P7284 MEMBAR Loop_exit !#21 N11252 P7282 MEMBAR Loop_entry !#21 N11253 P7283 BLD 198 -1 FP BE Pri !#21 N11254 P7284 MEMBAR Loop_exit !#21 N11255 P7285 MEMBAR Loop_entry !#21 N11256 P7286 BLD 58 -1 FP BE Pri !#21 N11257 P7287 MEMBAR Loop_exit !#21 N11258 P7288 MEMBAR Loop_entry !#21 N11259 P7289 BLD 50 -1 FP BE Pri !#21 N11260 P7290 MEMBAR Loop_exit !#21 N11261 P7288 MEMBAR Loop_entry !#21 N11262 P7289 BLD 50 -1 FP BE Pri !#21 N11263 P7290 MEMBAR Loop_exit !#21 N11264 P7291 MEMBAR Loop_entry !#21 N11265 P7292 BLD 236 -1 FP BE Pri !#21 N11266 P7293 MEMBAR Loop_exit !#21 N11267 P7291 MEMBAR Loop_entry !#21 N11268 P7292 BLD 236 -1 FP BE Pri !#21 N11269 P7293 MEMBAR Loop_exit !#21 N11270 P7294 MEMBAR Loop_entry !#21 N11271 P7295 BLD 161 -1 FP BE Pri !#21 N11272 P7296 MEMBAR Loop_exit !#21 N11273 P7297 IDC_FLIP 189 Int BE Pri Loop_entry Loop_exit !#21 N11274 P7298 MEMBAR Loop_entry !#21 N11275 P7299 BLD 174 -1 FP BE Pri !#21 N11276 P7300 MEMBAR Loop_exit !#21 N11277 P7301 MEMBAR Loop_entry !#21 N11278 P7302 BLD 105 -1 FP BE Pri !#21 N11279 P7303 MEMBAR Loop_exit !#21 N11280 P7301 MEMBAR Loop_entry !#21 N11281 P7302 BLD 105 -1 FP BE Pri !#21 N11282 P7303 MEMBAR Loop_exit !#21 N11283 P7304 MEMBAR Loop_entry !#21 N11284 P7305 BLD 283 -1 FP BE Pri !#21 N11285 P7306 MEMBAR Loop_exit !#21 N11286 P7304 MEMBAR Loop_entry !#21 N11287 P7305 BLD 283 -1 FP BE Pri !#21 N11288 P7306 MEMBAR Loop_exit !#21 N11289 P7307 MEMBAR Loop_entry !#21 N11290 P7308 BLD 244 -1 FP BE Pri !#21 N11291 P7309 MEMBAR Loop_exit !#21 N11292 P7307 MEMBAR Loop_entry !#21 N11293 P7308 BLD 244 -1 FP BE Pri !#21 N11294 P7309 MEMBAR Loop_exit !#21 N11295 P7310 MEMBAR Loop_entry !#21 N11296 P7311 BLD 257 -1 FP BE Pri !#21 N11297 P7312 MEMBAR Loop_exit !#21 N11298 P7310 MEMBAR Loop_entry !#21 N11299 P7311 BLD 257 -1 FP BE Pri !#21 N11300 P7312 MEMBAR Loop_exit !#21 N11301 P7313 MEMBAR Loop_entry !#21 N11302 P7314 BLD 263 -1 FP BE Pri !#21 N11303 P7315 MEMBAR Loop_exit !#21 N11304 P7316 MEMBAR Loop_entry !#21 N11305 P7317 BLD 135 -1 FP BE Pri !#21 N11306 P7318 MEMBAR Loop_exit !#21 N11307 P7319 PREFETCH 177 Int BE Pri Loop_entry !#21 N11308 P7320 MEMBAR !#21 N11309 P7321 BLD 301 -1 FP BE Pri !#21 N11310 P7322 MEMBAR Loop_exit !#21 N11311 P7319 PREFETCH 177 Int BE Pri Loop_entry !#21 N11312 P7320 MEMBAR !#21 N11313 P7321 BLD 301 -1 FP BE Pri !#21 N11314 P7322 MEMBAR Loop_exit !#21 N11315 P7323 MEMBAR Loop_entry !#21 N11316 P7324 BLD 116 -1 FP BE Pri !#21 N11317 P7325 MEMBAR Loop_exit !#21 N11318 P7323 MEMBAR Loop_entry !#21 N11319 P7324 BLD 116 -1 FP BE Pri !#21 N11320 P7325 MEMBAR Loop_exit !#21 N11321 P7326 MEMBAR Loop_entry !#21 N11322 P7327 BLD 212 -1 FP BE Pri !#21 N11323 P7328 MEMBAR Loop_exit !#21 N11324 P7329 MEMBAR Loop_entry !#21 N11325 P7330 BLD 188 -1 FP BE Pri !#21 N11326 P7331 MEMBAR Loop_exit !#21 N11327 P7332 MEMBAR Loop_entry !#21 N11328 P7333 BLD 276 -1 FP BE Pri !#21 N11329 P7334 MEMBAR Loop_exit !#21 N11330 P7332 MEMBAR Loop_entry !#21 N11331 P7333 BLD 276 -1 FP BE Pri !#21 N11332 P7334 MEMBAR Loop_exit !#21 N11333 P7335 MEMBAR Loop_entry !#21 N11334 P7336 BLD 176 -1 FP BE Pri !#21 N11335 P7337 MEMBAR Loop_exit !#21 N11336 P7338 MEMBAR Loop_entry !#21 N11337 P7339 BLD 261 -1 FP BE Pri !#21 N11338 P7340 MEMBAR Loop_exit !#21 N11339 P7338 MEMBAR Loop_entry !#21 N11340 P7339 BLD 261 -1 FP BE Pri !#21 N11341 P7340 MEMBAR Loop_exit !#21 N11342 P7341 MEMBAR Loop_entry !#21 N11343 P7342 BLD 148 -1 FP BE Pri !#21 N11344 P7343 MEMBAR Loop_exit !#21 N11345 P7341 MEMBAR Loop_entry !#21 N11346 P7342 BLD 148 -1 FP BE Pri !#21 N11347 P7343 MEMBAR Loop_exit !#21 N11348 P7344 MEMBAR Loop_entry !#21 N11349 P7345 BLD 191 -1 FP BE Pri !#21 N11350 P7346 MEMBAR Loop_exit !#21 N11351 P7344 MEMBAR Loop_entry !#21 N11352 P7345 BLD 191 -1 FP BE Pri !#21 N11353 P7346 MEMBAR Loop_exit !#21 N11354 P7347 MEMBAR Loop_entry !#21 N11355 P7348 BLD 215 -1 FP BE Pri !#21 N11356 P7348 BLD 216 -1 FP BE Pri !#21 N11357 P7349 MEMBAR Loop_exit !#21 N11358 P7347 MEMBAR Loop_entry !#21 N11359 P7348 BLD 215 -1 FP BE Pri !#21 N11360 P7348 BLD 216 -1 FP BE Pri !#21 N11361 P7349 MEMBAR Loop_exit !#21 N11362 P7350 MEMBAR Loop_entry !#21 N11363 P7351 BLD 107 -1 FP BE Pri !#21 N11364 P7352 MEMBAR Loop_exit !#21 N11365 P7350 MEMBAR Loop_entry !#21 N11366 P7351 BLD 107 -1 FP BE Pri !#21 N11367 P7352 MEMBAR Loop_exit !#21 N11368 P7353 MEMBAR Loop_entry !#21 N11369 P7354 BLD 354 -1 FP BE Pri !#21 N11370 P7355 MEMBAR Loop_exit !#21 N11371 P7353 MEMBAR Loop_entry !#21 N11372 P7354 BLD 354 -1 FP BE Pri !#21 N11373 P7355 MEMBAR Loop_exit !#21 N11374 P7356 IDC_FLIP 242 Int BE Pri Loop_entry Loop_exit !#21 N11375 P7357 MEMBAR Loop_entry !#21 N11376 P7358 BLD 82 -1 FP BE Pri !#21 N11377 P7359 MEMBAR Loop_exit !#21 N11378 P7357 MEMBAR Loop_entry !#21 N11379 P7358 BLD 82 -1 FP BE Pri !#21 N11380 P7359 MEMBAR Loop_exit !#21 N11381 P7360 MEMBAR Loop_entry !#21 N11382 P7361 BLD 276 -1 FP BE Pri !#21 N11383 P7362 MEMBAR Loop_exit !#21 N11384 P7360 MEMBAR Loop_entry !#21 N11385 P7361 BLD 276 -1 FP BE Pri !#21 N11386 P7362 MEMBAR Loop_exit !#21 N11387 P7363 MEMBAR Loop_entry !#21 N11388 P7364 BLD 202 -1 FP BE Pri !#21 N11389 P7365 MEMBAR Loop_exit !#21 N11390 P7366 MEMBAR Loop_entry !#21 N11391 P7367 BLD 82 -1 FP BE Pri !#21 N11392 P7368 MEMBAR Loop_exit !#21 N11393 P7366 MEMBAR Loop_entry !#21 N11394 P7367 BLD 82 -1 FP BE Pri !#21 N11395 P7368 MEMBAR Loop_exit !#21 N11396 P7369 MEMBAR Loop_entry !#21 N11397 P7370 BLD 199 -1 FP BE Pri !#21 N11398 P7371 MEMBAR Loop_exit !#21 N11399 P7372 MEMBAR Loop_entry !#21 N11400 P7373 BLD 124 -1 FP BE Pri !#21 N11401 P7373 BLD 125 -1 FP BE Pri !#21 N11402 P7373 BLD 126 -1 FP BE Pri !#21 N11403 P7374 MEMBAR Loop_exit !#21 N11404 P7372 MEMBAR Loop_entry !#21 N11405 P7373 BLD 124 -1 FP BE Pri !#21 N11406 P7373 BLD 125 -1 FP BE Pri !#21 N11407 P7373 BLD 126 -1 FP BE Pri !#21 N11408 P7374 MEMBAR Loop_exit !#21 N11409 P7375 MEMBAR Loop_entry !#21 N11410 P7376 BLD 62 -1 FP BE Pri !#21 N11411 P7376 BLD 63 -1 FP BE Pri !#21 N11412 P7377 MEMBAR Loop_exit !#21 N11413 P7378 MEMBAR Loop_entry !#21 N11414 P7379 BLD 269 -1 FP BE Pri !#21 N11415 P7380 MEMBAR Loop_exit !#21 N11416 P7378 MEMBAR Loop_entry !#21 N11417 P7379 BLD 269 -1 FP BE Pri !#21 N11418 P7380 MEMBAR Loop_exit !#21 N11419 P7381 MEMBAR Loop_entry !#21 N11420 P7382 BLD 15 -1 FP BE Pri !#21 N11421 P7383 MEMBAR Loop_exit !#21 N11422 P7381 MEMBAR Loop_entry !#21 N11423 P7382 BLD 15 -1 FP BE Pri !#21 N11424 P7383 MEMBAR Loop_exit !#21 N11425 P7384 MEMBAR Loop_entry !#21 N11426 P7385 BLD 151 -1 FP BE Pri !#21 N11427 P7386 MEMBAR Loop_exit !#21 N11428 P7387 MEMBAR Loop_entry !#21 N11429 P7388 BLD 347 -1 FP BE Pri !#21 N11430 P7389 MEMBAR Loop_exit !#21 N11431 P7390 MEMBAR Loop_entry !#21 N11432 P7391 BLD 138 -1 FP BE Pri !#21 N11433 P7392 MEMBAR Loop_exit !#21 N11434 P7393 MEMBAR Loop_entry !#21 N11435 P7394 BLD 41 -1 FP BE Pri !#21 N11436 P7395 MEMBAR Loop_exit !#21 N11437 P7393 MEMBAR Loop_entry !#21 N11438 P7394 BLD 41 -1 FP BE Pri !#21 N11439 P7395 MEMBAR Loop_exit !#21 N11440 P7396 MEMBAR Loop_entry !#21 N11441 P7397 BLD 255 -1 FP BE Pri !#21 N11442 P7398 MEMBAR Loop_exit !#21 N11443 P7399 MEMBAR Loop_entry !#21 N11444 P7400 BLD 280 -1 FP BE Pri !#21 N11445 P7401 MEMBAR Loop_exit !#21 N11446 P7402 MEMBAR Loop_entry !#21 N11447 P7403 BLD 118 -1 FP BE Pri !#21 N11448 P7404 MEMBAR Loop_exit !#21 N11449 P7402 MEMBAR Loop_entry !#21 N11450 P7403 BLD 118 -1 FP BE Pri !#21 N11451 P7404 MEMBAR Loop_exit !#21 N11452 P7405 PREFETCH 194 Int BE Pri Loop_entry !#21 N11453 P7406 MEMBAR !#21 N11454 P7407 BLD 140 -1 FP BE Pri !#21 N11455 P7408 MEMBAR Loop_exit !#21 N11456 P7409 IDC_FLIP 191 Int BE Pri Loop_entry Loop_exit !#21 N11457 P7409 IDC_FLIP 191 Int BE Pri Loop_entry Loop_exit !#21 N11458 P7410 PREFETCH 326 Int BE Pri Loop_entry !#21 N11459 P7411 PREFETCH 88 Int BE Pri Loop_exit !#21 N11460 P7410 PREFETCH 326 Int BE Pri Loop_entry !#21 N11461 P7411 PREFETCH 88 Int BE Pri Loop_exit !#21 N11462 P7412 MEMBAR Loop_entry !#21 N11463 P7413 BLD 70 -1 FP BE Pri !#21 N11464 P7414 MEMBAR Loop_exit !#21 N11465 P7412 MEMBAR Loop_entry !#21 N11466 P7413 BLD 70 -1 FP BE Pri !#21 N11467 P7414 MEMBAR Loop_exit !#21 N11468 P7415 IDC_FLIP 233 Int BE Pri Loop_entry !#21 N11469 P7416 ST 159 0x8a800002 Int BE Pri Loop_exit !#21 N11470 P7417 MEMBAR Loop_entry !#21 N11471 P7418 BLD 272 -1 FP BE Pri !#21 N11472 P7419 MEMBAR Loop_exit !#21 N11473 P7417 MEMBAR Loop_entry !#21 N11474 P7418 BLD 272 -1 FP BE Pri !#21 N11475 P7419 MEMBAR Loop_exit !#21 N11476 P7420 PREFETCH 186 Int BE Pri Loop_entry Loop_exit !#21 N11477 P7421 MEMBAR Loop_entry !#21 N11478 P7422 BLD 121 -1 FP BE Pri !#21 N11479 P7423 MEMBAR Loop_exit !#21 N11480 P7421 MEMBAR Loop_entry !#21 N11481 P7422 BLD 121 -1 FP BE Pri !#21 N11482 P7423 MEMBAR Loop_exit !#21 N11483 P7424 MEMBAR !#22 N11484 P7425 MEMBAR Loop_entry !#22 N11485 P7426 BLD 236 -1 FP BE Pri !#22 N11486 P7427 MEMBAR Loop_exit !#22 N11487 P7428 MEMBAR Loop_entry !#22 N11488 P7429 BLD 145 -1 FP BE Pri !#22 N11489 P7430 MEMBAR Loop_exit !#22 N11490 P7428 MEMBAR Loop_entry !#22 N11491 P7429 BLD 145 -1 FP BE Pri !#22 N11492 P7430 MEMBAR Loop_exit !#22 N11493 P7431 IDC_FLIP 304 Int BE Pri Loop_entry !#22 N11494 P7432 MEMBAR !#22 N11495 P7433 BLD 234 -1 FP BE Pri !#22 N11496 P7434 MEMBAR Loop_exit !#22 N11497 P7431 IDC_FLIP 304 Int BE Pri Loop_entry !#22 N11498 P7432 MEMBAR !#22 N11499 P7433 BLD 234 -1 FP BE Pri !#22 N11500 P7434 MEMBAR Loop_exit !#22 N11501 P7435 MEMBAR Loop_entry !#22 N11502 P7436 BLD 342 -1 FP BE Pri !#22 N11503 P7437 MEMBAR Loop_exit !#22 N11504 P7438 MEMBAR Loop_entry !#22 N11505 P7439 BLD 85 -1 FP BE Pri !#22 N11506 P7440 MEMBAR Loop_exit !#22 N11507 P7441 PREFETCH 217 Int BE Pri Loop_entry Loop_exit !#22 N11508 P7441 PREFETCH 217 Int BE Pri Loop_entry Loop_exit !#22 N11509 P7442 MEMBAR Loop_entry !#22 N11510 P7443 BLD 188 -1 FP BE Pri !#22 N11511 P7444 MEMBAR Loop_exit !#22 N11512 P7442 MEMBAR Loop_entry !#22 N11513 P7443 BLD 188 -1 FP BE Pri !#22 N11514 P7444 MEMBAR Loop_exit !#22 N11515 P7445 MEMBAR Loop_entry !#22 N11516 P7446 BLD 35 -1 FP BE Pri !#22 N11517 P7447 MEMBAR Loop_exit !#22 N11518 P7448 MEMBAR Loop_entry !#22 N11519 P7449 BLD 94 -1 FP BE Pri !#22 N11520 P7449 BLD 95 -1 FP BE Pri !#22 N11521 P7450 MEMBAR Loop_exit !#22 N11522 P7448 MEMBAR Loop_entry !#22 N11523 P7449 BLD 94 -1 FP BE Pri !#22 N11524 P7449 BLD 95 -1 FP BE Pri !#22 N11525 P7450 MEMBAR Loop_exit !#22 N11526 P7451 MEMBAR Loop_entry !#22 N11527 P7452 BLD 295 -1 FP BE Pri !#22 N11528 P7452 BLD 296 -1 FP BE Pri !#22 N11529 P7453 MEMBAR Loop_exit !#22 N11530 P7454 MEMBAR Loop_entry !#22 N11531 P7455 BLD 355 -1 FP BE Pri !#22 N11532 P7456 MEMBAR Loop_exit !#22 N11533 P7454 MEMBAR Loop_entry !#22 N11534 P7455 BLD 355 -1 FP BE Pri !#22 N11535 P7456 MEMBAR Loop_exit !#22 N11536 P7457 PREFETCH 35 Int BE Pri Loop_entry Loop_exit !#22 N11537 P7458 MEMBAR Loop_entry !#22 N11538 P7459 BLD 271 -1 FP BE Pri !#22 N11539 P7460 MEMBAR Loop_exit !#22 N11540 P7461 MEMBAR Loop_entry !#22 N11541 P7462 BLD 71 -1 FP BE Pri !#22 N11542 P7462 BLD 72 -1 FP BE Pri !#A N11541 N11542 !#22 N11543 P7463 MEMBAR Loop_exit !#22 N11544 P7461 MEMBAR Loop_entry !#22 N11545 P7462 BLD 71 -1 FP BE Pri !#22 N11546 P7462 BLD 72 -1 FP BE Pri !#A N11545 N11546 !#22 N11547 P7463 MEMBAR Loop_exit !#22 N11548 P7464 MEMBAR Loop_entry !#22 N11549 P7465 BLD 225 -1 FP BE Pri !#22 N11550 P7466 MEMBAR Loop_exit !#22 N11551 P7467 MEMBAR Loop_entry !#22 N11552 P7468 BLD 203 -1 FP BE Pri !#22 N11553 P7469 MEMBAR Loop_exit !#22 N11554 P7470 MEMBAR Loop_entry !#22 N11555 P7471 BLD 76 -1 FP BE Pri !#22 N11556 P7472 MEMBAR Loop_exit !#22 N11557 P7473 MEMBAR Loop_entry !#22 N11558 P7474 BLD 257 -1 FP BE Pri !#22 N11559 P7475 MEMBAR Loop_exit !#22 N11560 P7473 MEMBAR Loop_entry !#22 N11561 P7474 BLD 257 -1 FP BE Pri !#22 N11562 P7475 MEMBAR Loop_exit !#22 N11563 P7476 PREFETCH 211 Int BE Pri Loop_entry !#22 N11564 P7477 MEMBAR !#22 N11565 P7478 BLD 9 -1 FP BE Pri !#22 N11566 P7479 MEMBAR Loop_exit !#22 N11567 P7480 MEMBAR Loop_entry !#22 N11568 P7481 BLD 271 -1 FP BE Pri !#22 N11569 P7482 MEMBAR Loop_exit !#22 N11570 P7480 MEMBAR Loop_entry !#22 N11571 P7481 BLD 271 -1 FP BE Pri !#22 N11572 P7482 MEMBAR Loop_exit !#22 N11573 P7483 IDC_FLIP 47 Int BE Pri Loop_entry !#22 N11574 P7484 MEMBAR !#22 N11575 P7485 BLD 211 -1 FP BE Pri !#22 N11576 P7486 MEMBAR Loop_exit !#22 N11577 P7483 IDC_FLIP 47 Int BE Pri Loop_entry !#22 N11578 P7484 MEMBAR !#22 N11579 P7485 BLD 211 -1 FP BE Pri !#22 N11580 P7486 MEMBAR Loop_exit !#22 N11581 P7487 IDC_FLIP 335 Int BE Pri Loop_entry !#22 N11582 P7488 MEMBAR !#22 N11583 P7489 BLD 223 -1 FP BE Pri !#22 N11584 P7490 MEMBAR Loop_exit !#22 N11585 P7487 IDC_FLIP 335 Int BE Pri Loop_entry !#22 N11586 P7488 MEMBAR !#22 N11587 P7489 BLD 223 -1 FP BE Pri !#22 N11588 P7490 MEMBAR Loop_exit !#22 N11589 P7491 MEMBAR Loop_entry !#22 N11590 P7492 BLD 34 -1 FP BE Pri !#22 N11591 P7493 MEMBAR Loop_exit !#22 N11592 P7494 MEMBAR Loop_entry !#22 N11593 P7495 BLD 6 -1 FP BE Pri !#22 N11594 P7495 BLD 7 -1 FP BE Pri !#22 N11595 P7496 MEMBAR Loop_exit !#22 N11596 P7494 MEMBAR Loop_entry !#22 N11597 P7495 BLD 6 -1 FP BE Pri !#22 N11598 P7495 BLD 7 -1 FP BE Pri !#22 N11599 P7496 MEMBAR Loop_exit !#22 N11600 P7497 PREFETCH 16 Int BE Pri Loop_entry Loop_exit !#22 N11601 P7497 PREFETCH 16 Int BE Pri Loop_entry Loop_exit !#22 N11602 P7498 MEMBAR Loop_entry !#22 N11603 P7499 BLD 323 -1 FP BE Pri !#22 N11604 P7500 MEMBAR Loop_exit !#22 N11605 P7501 MEMBAR Loop_entry !#22 N11606 P7502 BLD 34 -1 FP BE Pri !#22 N11607 P7503 MEMBAR Loop_exit !#22 N11608 P7501 MEMBAR Loop_entry !#22 N11609 P7502 BLD 34 -1 FP BE Pri !#22 N11610 P7503 MEMBAR Loop_exit !#22 N11611 P7504 MEMBAR Loop_entry !#22 N11612 P7505 BLD 329 -1 FP BE Pri !#22 N11613 P7506 MEMBAR Loop_exit !#22 N11614 P7507 MEMBAR Loop_entry !#22 N11615 P7508 BLD 337 -1 FP BE Pri !#22 N11616 P7509 MEMBAR Loop_exit !#22 N11617 P7507 MEMBAR Loop_entry !#22 N11618 P7508 BLD 337 -1 FP BE Pri !#22 N11619 P7509 MEMBAR Loop_exit !#22 N11620 P7510 IDC_FLIP 167 Int BE Pri Loop_entry !#22 N11621 P7511 MEMBAR !#22 N11622 P7512 BLD 159 -1 FP BE Pri !#22 N11623 P7513 MEMBAR Loop_exit !#22 N11624 P7514 MEMBAR Loop_entry !#22 N11625 P7515 BLD 313 -1 FP BE Pri !#22 N11626 P7516 MEMBAR Loop_exit !#22 N11627 P7514 MEMBAR Loop_entry !#22 N11628 P7515 BLD 313 -1 FP BE Pri !#22 N11629 P7516 MEMBAR Loop_exit !#22 N11630 P7517 MEMBAR Loop_entry !#22 N11631 P7518 BLD 345 -1 FP BE Pri !#22 N11632 P7519 MEMBAR Loop_exit !#22 N11633 P7517 MEMBAR Loop_entry !#22 N11634 P7518 BLD 345 -1 FP BE Pri !#22 N11635 P7519 MEMBAR Loop_exit !#22 N11636 P7520 MEMBAR Loop_entry !#22 N11637 P7521 BLD 295 -1 FP BE Pri !#22 N11638 P7521 BLD 296 -1 FP BE Pri !#22 N11639 P7522 MEMBAR Loop_exit !#22 N11640 P7520 MEMBAR Loop_entry !#22 N11641 P7521 BLD 295 -1 FP BE Pri !#22 N11642 P7521 BLD 296 -1 FP BE Pri !#22 N11643 P7522 MEMBAR Loop_exit !#22 N11644 P7523 MEMBAR Loop_entry !#22 N11645 P7524 BLD 50 -1 FP BE Pri !#22 N11646 P7525 MEMBAR Loop_exit !#22 N11647 P7526 IDC_FLIP 11 Int BE Pri Loop_entry !#22 N11648 P7527 IDC_FLIP 136 Int BE Pri Loop_exit !#22 N11649 P7526 IDC_FLIP 11 Int BE Pri Loop_entry !#22 N11650 P7527 IDC_FLIP 136 Int BE Pri Loop_exit !#22 N11651 P7528 MEMBAR Loop_entry !#22 N11652 P7529 BLD 49 -1 FP BE Pri !#22 N11653 P7530 MEMBAR Loop_exit !#22 N11654 P7528 MEMBAR Loop_entry !#22 N11655 P7529 BLD 49 -1 FP BE Pri !#22 N11656 P7530 MEMBAR Loop_exit !#22 N11657 P7531 MEMBAR Loop_entry !#22 N11658 P7532 BLD 111 -1 FP BE Pri !#22 N11659 P7532 BLD 112 -1 FP BE Pri !#22 N11660 P7532 BLD 113 -1 FP BE Pri !#22 N11661 P7533 MEMBAR Loop_exit !#22 N11662 P7531 MEMBAR Loop_entry !#22 N11663 P7532 BLD 111 -1 FP BE Pri !#22 N11664 P7532 BLD 112 -1 FP BE Pri !#22 N11665 P7532 BLD 113 -1 FP BE Pri !#22 N11666 P7533 MEMBAR Loop_exit !#22 N11667 P7534 MEMBAR Loop_entry !#22 N11668 P7535 BLD 124 -1 FP BE Pri !#22 N11669 P7535 BLD 125 -1 FP BE Pri !#22 N11670 P7535 BLD 126 -1 FP BE Pri !#22 N11671 P7536 MEMBAR Loop_exit !#22 N11672 P7537 MEMBAR Loop_entry !#22 N11673 P7538 BLD 185 -1 FP BE Pri !#22 N11674 P7539 MEMBAR Loop_exit !#22 N11675 P7537 MEMBAR Loop_entry !#22 N11676 P7538 BLD 185 -1 FP BE Pri !#22 N11677 P7539 MEMBAR Loop_exit !#22 N11678 P7540 MEMBAR Loop_entry !#22 N11679 P7541 BLD 124 -1 FP BE Pri !#22 N11680 P7541 BLD 125 -1 FP BE Pri !#22 N11681 P7541 BLD 126 -1 FP BE Pri !#22 N11682 P7542 MEMBAR Loop_exit !#22 N11683 P7543 MEMBAR Loop_entry !#22 N11684 P7544 BLD 74 -1 FP BE Pri !#22 N11685 P7545 MEMBAR Loop_exit !#22 N11686 P7543 MEMBAR Loop_entry !#22 N11687 P7544 BLD 74 -1 FP BE Pri !#22 N11688 P7545 MEMBAR Loop_exit !#22 N11689 P7546 MEMBAR Loop_entry !#22 N11690 P7547 BLD 124 -1 FP BE Pri !#22 N11691 P7547 BLD 125 -1 FP BE Pri !#22 N11692 P7547 BLD 126 -1 FP BE Pri !#22 N11693 P7548 MEMBAR Loop_exit !#22 N11694 P7549 MEMBAR Loop_entry !#22 N11695 P7550 BLD 30 -1 FP BE Pri !#22 N11696 P7551 MEMBAR Loop_exit !#22 N11697 P7549 MEMBAR Loop_entry !#22 N11698 P7550 BLD 30 -1 FP BE Pri !#22 N11699 P7551 MEMBAR Loop_exit !#22 N11700 P7552 ST 318 0x8b000001 Int BE Pri Loop_entry Loop_exit !#22 N11701 P7552 ST 318 0x8b000002 Int BE Pri Loop_entry Loop_exit !#22 N11702 P7553 PREFETCH 343 Int BE Pri Loop_entry !#22 N11703 P7554 PREFETCH 200 Int BE Pri Loop_exit !#22 N11704 P7553 PREFETCH 343 Int BE Pri Loop_entry !#22 N11705 P7554 PREFETCH 200 Int BE Pri Loop_exit !#22 N11706 P7555 MEMBAR Loop_entry !#22 N11707 P7556 BLD 96 -1 FP BE Pri !#22 N11708 P7557 MEMBAR Loop_exit !#22 N11709 P7558 MEMBAR Loop_entry !#22 N11710 P7559 BLD 241 -1 FP BE Pri !#22 N11711 P7559 BLD 242 -1 FP BE Pri !#22 N11712 P7560 MEMBAR Loop_exit !#22 N11713 P7558 MEMBAR Loop_entry !#22 N11714 P7559 BLD 241 -1 FP BE Pri !#22 N11715 P7559 BLD 242 -1 FP BE Pri !#22 N11716 P7560 MEMBAR Loop_exit !#22 N11717 P7561 MEMBAR Loop_entry !#22 N11718 P7562 BLD 224 -1 FP BE Pri !#22 N11719 P7563 MEMBAR Loop_exit !#22 N11720 P7561 MEMBAR Loop_entry !#22 N11721 P7562 BLD 224 -1 FP BE Pri !#22 N11722 P7563 MEMBAR Loop_exit !#22 N11723 P7564 MEMBAR Loop_entry !#22 N11724 P7565 BLD 197 -1 FP BE Pri !#22 N11725 P7566 MEMBAR Loop_exit !#22 N11726 P7564 MEMBAR Loop_entry !#22 N11727 P7565 BLD 197 -1 FP BE Pri !#22 N11728 P7566 MEMBAR Loop_exit !#22 N11729 P7567 MEMBAR Loop_entry !#22 N11730 P7568 BLD 273 -1 FP BE Pri !#22 N11731 P7569 MEMBAR Loop_exit !#22 N11732 P7570 LD 60 -1 Int BE Pri Loop_entry !#22 N11733 P7571 LD 320 -1 Int BE Pri Loop_exit !#22 N11734 P7572 MEMBAR Loop_entry !#22 N11735 P7573 BLD 293 -1 FP BE Pri !#22 N11736 P7574 MEMBAR Loop_exit !#22 N11737 P7572 MEMBAR Loop_entry !#22 N11738 P7573 BLD 293 -1 FP BE Pri !#22 N11739 P7574 MEMBAR Loop_exit !#22 N11740 P7575 MEMBAR Loop_entry !#22 N11741 P7576 BLD 82 -1 FP BE Pri !#22 N11742 P7577 MEMBAR Loop_exit !#22 N11743 P7575 MEMBAR Loop_entry !#22 N11744 P7576 BLD 82 -1 FP BE Pri !#22 N11745 P7577 MEMBAR Loop_exit !#22 N11746 P7578 MEMBAR Loop_entry !#22 N11747 P7579 BLD 211 -1 FP BE Pri !#22 N11748 P7580 MEMBAR Loop_exit !#22 N11749 P7581 MEMBAR Loop_entry !#22 N11750 P7582 BLD 96 -1 FP BE Pri !#22 N11751 P7583 MEMBAR Loop_exit !#22 N11752 P7584 MEMBAR Loop_entry !#22 N11753 P7585 BLD 147 -1 FP BE Pri !#22 N11754 P7586 MEMBAR Loop_exit !#22 N11755 P7584 MEMBAR Loop_entry !#22 N11756 P7585 BLD 147 -1 FP BE Pri !#22 N11757 P7586 MEMBAR Loop_exit !#22 N11758 P7587 MEMBAR Loop_entry !#22 N11759 P7588 BLD 57 -1 FP BE Pri !#22 N11760 P7589 MEMBAR Loop_exit !#22 N11761 P7590 MEMBAR Loop_entry !#22 N11762 P7591 BLD 29 -1 FP BE Pri !#22 N11763 P7592 MEMBAR Loop_exit !#22 N11764 P7590 MEMBAR Loop_entry !#22 N11765 P7591 BLD 29 -1 FP BE Pri !#22 N11766 P7592 MEMBAR Loop_exit !#22 N11767 P7593 MEMBAR Loop_entry !#22 N11768 P7594 BLD 51 -1 FP BE Pri !#22 N11769 P7595 MEMBAR Loop_exit !#22 N11770 P7596 MEMBAR Loop_entry !#22 N11771 P7597 BLD 64 -1 FP BE Pri !#22 N11772 P7598 MEMBAR Loop_exit !#22 N11773 P7599 IDC_FLIP 310 Int BE Pri Loop_entry Loop_exit !#22 N11774 P7599 IDC_FLIP 310 Int BE Pri Loop_entry Loop_exit !#22 N11775 P7600 ST 303 0x8b000003 Int BE Pri Loop_entry !#22 N11776 P7601 IDC_FLIP 6 Int BE Pri Loop_exit !#22 N11777 P7600 ST 303 0x8b000004 Int BE Pri Loop_entry !#22 N11778 P7601 IDC_FLIP 6 Int BE Pri Loop_exit !#22 N11779 P7602 MEMBAR Loop_entry !#22 N11780 P7603 BLD 334 -1 FP BE Pri !#22 N11781 P7604 MEMBAR Loop_exit !#22 N11782 P7602 MEMBAR Loop_entry !#22 N11783 P7603 BLD 334 -1 FP BE Pri !#22 N11784 P7604 MEMBAR Loop_exit !#22 N11785 P7605 MEMBAR Loop_entry !#22 N11786 P7606 BLD 180 -1 FP BE Pri !#22 N11787 P7607 MEMBAR Loop_exit !#22 N11788 P7605 MEMBAR Loop_entry !#22 N11789 P7606 BLD 180 -1 FP BE Pri !#22 N11790 P7607 MEMBAR Loop_exit !#22 N11791 P7608 IDC_FLIP 47 Int BE Pri Loop_entry !#22 N11792 P7609 MEMBAR !#22 N11793 P7610 BLD 287 -1 FP BE Pri !#22 N11794 P7611 MEMBAR Loop_exit !#22 N11795 P7608 IDC_FLIP 47 Int BE Pri Loop_entry !#22 N11796 P7609 MEMBAR !#22 N11797 P7610 BLD 287 -1 FP BE Pri !#22 N11798 P7611 MEMBAR Loop_exit !#22 N11799 P7612 IDC_FLIP 231 Int BE Pri Loop_entry Loop_exit !#22 N11800 P7613 MEMBAR Loop_entry !#22 N11801 P7614 BLD 178 -1 FP BE Pri !#22 N11802 P7615 MEMBAR Loop_exit !#22 N11803 P7616 MEMBAR Loop_entry !#22 N11804 P7617 BLD 165 -1 FP BE Pri !#22 N11805 P7618 MEMBAR Loop_exit !#22 N11806 P7616 MEMBAR Loop_entry !#22 N11807 P7617 BLD 165 -1 FP BE Pri !#22 N11808 P7618 MEMBAR Loop_exit !#22 N11809 P7619 PREFETCH 199 Int BE Pri Loop_entry Loop_exit !#22 N11810 P7619 PREFETCH 199 Int BE Pri Loop_entry Loop_exit !#22 N11811 P7620 MEMBAR Loop_entry !#22 N11812 P7621 BLD 289 -1 FP BE Pri !#22 N11813 P7622 MEMBAR Loop_exit !#22 N11814 P7623 MEMBAR Loop_entry !#22 N11815 P7624 BLD 76 -1 FP BE Pri !#22 N11816 P7625 MEMBAR Loop_exit !#22 N11817 P7623 MEMBAR Loop_entry !#22 N11818 P7624 BLD 76 -1 FP BE Pri !#22 N11819 P7625 MEMBAR Loop_exit !#22 N11820 P7626 IDC_FLIP 106 Int BE Pri Loop_entry Loop_exit !#22 N11821 P7627 MEMBAR Loop_entry !#22 N11822 P7628 BLD 67 -1 FP BE Pri !#22 N11823 P7629 MEMBAR Loop_exit !#22 N11824 P7627 MEMBAR Loop_entry !#22 N11825 P7628 BLD 67 -1 FP BE Pri !#22 N11826 P7629 MEMBAR Loop_exit !#22 N11827 P7630 ST 43 0x8b000005 Int BE Pri Loop_entry Loop_exit !#22 N11828 P7631 MEMBAR Loop_entry !#22 N11829 P7632 BLD 53 -1 FP BE Pri !#22 N11830 P7633 MEMBAR Loop_exit !#22 N11831 P7631 MEMBAR Loop_entry !#22 N11832 P7632 BLD 53 -1 FP BE Pri !#22 N11833 P7633 MEMBAR Loop_exit !#22 N11834 P7634 MEMBAR Loop_entry !#22 N11835 P7635 BLD 16 -1 FP BE Pri !#22 N11836 P7636 MEMBAR Loop_exit !#22 N11837 P7637 MEMBAR Loop_entry !#22 N11838 P7638 BLD 193 -1 FP BE Pri !#22 N11839 P7639 MEMBAR Loop_exit !#22 N11840 P7637 MEMBAR Loop_entry !#22 N11841 P7638 BLD 193 -1 FP BE Pri !#22 N11842 P7639 MEMBAR Loop_exit !#22 N11843 P7640 MEMBAR Loop_entry !#22 N11844 P7641 BLD 79 -1 FP BE Pri !#22 N11845 P7642 MEMBAR Loop_exit !#22 N11846 P7643 PREFETCH 256 Int BE Pri Loop_entry Loop_exit !#22 N11847 P7644 MEMBAR Loop_entry !#22 N11848 P7645 BLD 257 -1 FP BE Pri !#22 N11849 P7646 MEMBAR Loop_exit !#22 N11850 P7647 MEMBAR Loop_entry !#22 N11851 P7648 BLD 328 -1 FP BE Pri !#22 N11852 P7649 MEMBAR Loop_exit !#22 N11853 P7647 MEMBAR Loop_entry !#22 N11854 P7648 BLD 328 -1 FP BE Pri !#22 N11855 P7649 MEMBAR Loop_exit !#22 N11856 P7650 MEMBAR Loop_entry !#22 N11857 P7651 BLD 319 -1 FP BE Pri !#22 N11858 P7652 MEMBAR Loop_exit !#22 N11859 P7650 MEMBAR Loop_entry !#22 N11860 P7651 BLD 319 -1 FP BE Pri !#22 N11861 P7652 MEMBAR Loop_exit !#22 N11862 P7653 MEMBAR Loop_entry !#22 N11863 P7654 BLD 34 -1 FP BE Pri !#22 N11864 P7655 MEMBAR Loop_exit !#22 N11865 P7656 MEMBAR Loop_entry !#22 N11866 P7657 BLD 305 -1 FP BE Pri !#22 N11867 P7658 MEMBAR Loop_exit !#22 N11868 P7656 MEMBAR Loop_entry !#22 N11869 P7657 BLD 305 -1 FP BE Pri !#22 N11870 P7658 MEMBAR Loop_exit !#22 N11871 P7659 MEMBAR Loop_entry !#22 N11872 P7660 BLD 14 -1 FP BE Pri !#22 N11873 P7661 MEMBAR Loop_exit !#22 N11874 P7659 MEMBAR Loop_entry !#22 N11875 P7660 BLD 14 -1 FP BE Pri !#22 N11876 P7661 MEMBAR Loop_exit !#22 N11877 P7662 IDC_FLIP 234 Int BE Pri Loop_entry !#22 N11878 P7663 MEMBAR !#22 N11879 P7664 BLD 116 -1 FP BE Pri !#22 N11880 P7665 MEMBAR Loop_exit !#22 N11881 P7666 MEMBAR Loop_entry !#22 N11882 P7667 BLD 175 -1 FP BE Pri !#22 N11883 P7668 MEMBAR Loop_exit !#22 N11884 P7666 MEMBAR Loop_entry !#22 N11885 P7667 BLD 175 -1 FP BE Pri !#22 N11886 P7668 MEMBAR Loop_exit !#22 N11887 P7669 MEMBAR Loop_entry !#22 N11888 P7670 BLD 82 -1 FP BE Pri !#22 N11889 P7671 MEMBAR Loop_exit !#22 N11890 P7672 MEMBAR Loop_entry !#22 N11891 P7673 BLD 210 -1 FP BE Pri !#22 N11892 P7674 MEMBAR Loop_exit !#22 N11893 P7675 MEMBAR Loop_entry !#22 N11894 P7676 BLD 179 -1 FP BE Pri !#22 N11895 P7677 MEMBAR Loop_exit !#22 N11896 P7675 MEMBAR Loop_entry !#22 N11897 P7676 BLD 179 -1 FP BE Pri !#22 N11898 P7677 MEMBAR Loop_exit !#22 N11899 P7678 MEMBAR Loop_entry !#22 N11900 P7679 BLD 74 -1 FP BE Pri !#22 N11901 P7680 MEMBAR Loop_exit !#22 N11902 P7681 MEMBAR Loop_entry !#22 N11903 P7682 BLD 299 -1 FP BE Pri !#22 N11904 P7683 MEMBAR Loop_exit !#22 N11905 P7681 MEMBAR Loop_entry !#22 N11906 P7682 BLD 299 -1 FP BE Pri !#22 N11907 P7683 MEMBAR Loop_exit !#22 N11908 P7684 MEMBAR Loop_entry !#22 N11909 P7685 BLD 203 -1 FP BE Pri !#22 N11910 P7686 MEMBAR Loop_exit !#22 N11911 P7684 MEMBAR Loop_entry !#22 N11912 P7685 BLD 203 -1 FP BE Pri !#22 N11913 P7686 MEMBAR Loop_exit !#22 N11914 P7687 IDC_FLIP 235 Int BE Pri Loop_entry !#22 N11915 P7688 PREFETCH 196 Int BE Pri Loop_exit !#22 N11916 P7689 MEMBAR Loop_entry !#22 N11917 P7690 BLD 169 -1 FP BE Pri !#22 N11918 P7691 MEMBAR Loop_exit !#22 N11919 P7689 MEMBAR Loop_entry !#22 N11920 P7690 BLD 169 -1 FP BE Pri !#22 N11921 P7691 MEMBAR Loop_exit !#22 N11922 P7692 MEMBAR Loop_entry !#22 N11923 P7693 BLD 200 -1 FP BE Pri !#22 N11924 P7694 MEMBAR Loop_exit !#22 N11925 P7695 MEMBAR Loop_entry !#22 N11926 P7696 BLD 251 -1 FP BE Pri !#22 N11927 P7697 MEMBAR Loop_exit !#22 N11928 P7698 MEMBAR Loop_entry !#22 N11929 P7699 BLD 195 -1 FP BE Pri !#22 N11930 P7700 MEMBAR Loop_exit !#22 N11931 P7701 PREFETCH 30 Int BE Pri Loop_entry Loop_exit !#22 N11932 P7702 MEMBAR Loop_entry !#22 N11933 P7703 BLD 36 -1 FP BE Pri !#22 N11934 P7704 MEMBAR Loop_exit !#22 N11935 P7705 IDC_FLIP 93 Int BE Pri Loop_entry Loop_exit !#22 N11936 P7706 MEMBAR Loop_entry !#22 N11937 P7707 BLD 142 -1 FP BE Pri !#22 N11938 P7708 MEMBAR Loop_exit !#22 N11939 P7706 MEMBAR Loop_entry !#22 N11940 P7707 BLD 142 -1 FP BE Pri !#22 N11941 P7708 MEMBAR Loop_exit !#22 N11942 P7709 MEMBAR Loop_entry !#22 N11943 P7710 BLD 333 -1 FP BE Pri !#22 N11944 P7711 MEMBAR Loop_exit !#22 N11945 P7712 IDC_FLIP 259 Int BE Pri Loop_entry Loop_exit !#22 N11946 P7712 IDC_FLIP 259 Int BE Pri Loop_entry Loop_exit !#22 N11947 P7713 MEMBAR Loop_entry !#22 N11948 P7714 BLD 218 -1 FP BE Pri !#22 N11949 P7715 MEMBAR Loop_exit !#22 N11950 P7716 MEMBAR Loop_entry !#22 N11951 P7717 BLD 179 -1 FP BE Pri !#22 N11952 P7718 MEMBAR Loop_exit !#22 N11953 P7719 MEMBAR Loop_entry !#22 N11954 P7720 BLD 43 -1 FP BE Pri !#22 N11955 P7721 MEMBAR Loop_exit !#22 N11956 P7722 MEMBAR Loop_entry !#22 N11957 P7723 BLD 58 -1 FP BE Pri !#22 N11958 P7724 MEMBAR Loop_exit !#22 N11959 P7725 MEMBAR Loop_entry !#22 N11960 P7726 BLD 285 -1 FP BE Pri !#22 N11961 P7727 MEMBAR Loop_exit !#22 N11962 P7725 MEMBAR Loop_entry !#22 N11963 P7726 BLD 285 -1 FP BE Pri !#22 N11964 P7727 MEMBAR Loop_exit !#22 N11965 P7728 MEMBAR Loop_entry !#22 N11966 P7729 BLD 286 -1 FP BE Pri !#22 N11967 P7730 MEMBAR Loop_exit !#22 N11968 P7731 MEMBAR Loop_entry !#22 N11969 P7732 BLD 177 -1 FP BE Pri !#22 N11970 P7733 MEMBAR Loop_exit !#22 N11971 P7734 MEMBAR Loop_entry !#22 N11972 P7735 BLD 197 -1 FP BE Pri !#22 N11973 P7736 MEMBAR Loop_exit !#22 N11974 P7734 MEMBAR Loop_entry !#22 N11975 P7735 BLD 197 -1 FP BE Pri !#22 N11976 P7736 MEMBAR Loop_exit !#22 N11977 P7737 MEMBAR Loop_entry !#22 N11978 P7738 BLD 303 -1 FP BE Pri !#22 N11979 P7739 MEMBAR Loop_exit !#22 N11980 P7740 MEMBAR Loop_entry !#22 N11981 P7741 BLD 334 -1 FP BE Pri !#22 N11982 P7742 MEMBAR Loop_exit !#22 N11983 P7743 MEMBAR Loop_entry !#22 N11984 P7744 BLD 117 -1 FP BE Pri !#22 N11985 P7745 MEMBAR Loop_exit !#22 N11986 P7746 MEMBAR Loop_entry !#22 N11987 P7747 BLD 0 -1 FP BE Pri !#22 N11988 P7748 MEMBAR Loop_exit !#22 N11989 P7749 MEMBAR Loop_entry !#22 N11990 P7750 BLD 14 -1 FP BE Pri !#22 N11991 P7751 MEMBAR Loop_exit !#22 N11992 P7752 MEMBAR Loop_entry !#22 N11993 P7753 BLD 297 -1 FP BE Pri !#22 N11994 P7754 MEMBAR Loop_exit !#22 N11995 P7752 MEMBAR Loop_entry !#22 N11996 P7753 BLD 297 -1 FP BE Pri !#22 N11997 P7754 MEMBAR Loop_exit !#22 N11998 P7755 MEMBAR Loop_entry !#22 N11999 P7756 BLD 177 -1 FP BE Pri !#22 N12000 P7757 MEMBAR Loop_exit !#22 N12001 P7755 MEMBAR Loop_entry !#22 N12002 P7756 BLD 177 -1 FP BE Pri !#22 N12003 P7757 MEMBAR Loop_exit !#22 N12004 P7758 IDC_FLIP 32 Int BE Pri Loop_entry Loop_exit !#22 N12005 P7759 MEMBAR !#23 N12006 P7760 MEMBAR Loop_entry !#23 N12007 P7761 BLD 164 -1 FP BE Pri !#23 N12008 P7762 MEMBAR Loop_exit !#23 N12009 P7763 IDC_FLIP 36 Int BE Pri Loop_entry Loop_exit !#23 N12010 P7763 IDC_FLIP 36 Int BE Pri Loop_entry Loop_exit !#23 N12011 P7764 IDC_FLIP 133 Int BE Pri Loop_entry Loop_exit !#23 N12012 P7764 IDC_FLIP 133 Int BE Pri Loop_entry Loop_exit !#23 N12013 P7765 MEMBAR Loop_entry !#23 N12014 P7766 BLD 4 -1 FP BE Pri !#23 N12015 P7767 MEMBAR Loop_exit !#23 N12016 P7765 MEMBAR Loop_entry !#23 N12017 P7766 BLD 4 -1 FP BE Pri !#23 N12018 P7767 MEMBAR Loop_exit !#23 N12019 P7768 MEMBAR Loop_entry !#23 N12020 P7769 BLD 124 -1 FP BE Pri !#23 N12021 P7769 BLD 125 -1 FP BE Pri !#23 N12022 P7769 BLD 126 -1 FP BE Pri !#23 N12023 P7770 MEMBAR Loop_exit !#23 N12024 P7771 MEMBAR Loop_entry !#23 N12025 P7772 BLD 312 -1 FP BE Pri !#23 N12026 P7773 MEMBAR Loop_exit !#23 N12027 P7771 MEMBAR Loop_entry !#23 N12028 P7772 BLD 312 -1 FP BE Pri !#23 N12029 P7773 MEMBAR Loop_exit !#23 N12030 P7774 MEMBAR Loop_entry !#23 N12031 P7775 BLD 208 -1 FP BE Pri !#23 N12032 P7776 MEMBAR Loop_exit !#23 N12033 P7777 MEMBAR Loop_entry !#23 N12034 P7778 BLD 185 -1 FP BE Pri !#23 N12035 P7779 MEMBAR Loop_exit !#23 N12036 P7777 MEMBAR Loop_entry !#23 N12037 P7778 BLD 185 -1 FP BE Pri !#23 N12038 P7779 MEMBAR Loop_exit !#23 N12039 P7780 MEMBAR Loop_entry !#23 N12040 P7781 BLD 352 -1 FP BE Pri !#23 N12041 P7782 MEMBAR Loop_exit !#23 N12042 P7780 MEMBAR Loop_entry !#23 N12043 P7781 BLD 352 -1 FP BE Pri !#23 N12044 P7782 MEMBAR Loop_exit !#23 N12045 P7783 MEMBAR Loop_entry !#23 N12046 P7784 BLD 15 -1 FP BE Pri !#23 N12047 P7785 MEMBAR Loop_exit !#23 N12048 P7786 MEMBAR Loop_entry !#23 N12049 P7787 BLD 330 -1 FP BE Pri !#23 N12050 P7788 MEMBAR Loop_exit !#23 N12051 P7786 MEMBAR Loop_entry !#23 N12052 P7787 BLD 330 -1 FP BE Pri !#23 N12053 P7788 MEMBAR Loop_exit !#23 N12054 P7789 MEMBAR Loop_entry !#23 N12055 P7790 BLD 259 -1 FP BE Pri !#23 N12056 P7791 MEMBAR Loop_exit !#23 N12057 P7792 IDC_FLIP 146 Int BE Pri Loop_entry Loop_exit !#23 N12058 P7792 IDC_FLIP 146 Int BE Pri Loop_entry Loop_exit !#23 N12059 P7793 MEMBAR Loop_entry !#23 N12060 P7794 BLD 217 -1 FP BE Pri !#23 N12061 P7795 MEMBAR Loop_exit !#23 N12062 P7793 MEMBAR Loop_entry !#23 N12063 P7794 BLD 217 -1 FP BE Pri !#23 N12064 P7795 MEMBAR Loop_exit !#23 N12065 P7796 MEMBAR Loop_entry !#23 N12066 P7797 BLD 5 -1 FP BE Pri !#23 N12067 P7798 MEMBAR Loop_exit !#23 N12068 P7799 ST 89 0x8b800001 Int BE Pri Loop_entry !#23 N12069 P7800 MEMBAR !#23 N12070 P7801 BLD 6 -1 FP BE Pri !#23 N12071 P7801 BLD 7 -1 FP BE Pri !#23 N12072 P7802 MEMBAR Loop_exit !#23 N12073 P7799 ST 89 0x8b800002 Int BE Pri Loop_entry !#23 N12074 P7800 MEMBAR !#23 N12075 P7801 BLD 6 -1 FP BE Pri !#23 N12076 P7801 BLD 7 -1 FP BE Pri !#23 N12077 P7802 MEMBAR Loop_exit !#23 N12078 P7803 IDC_FLIP 191 Int BE Pri Loop_entry Loop_exit !#23 N12079 P7803 IDC_FLIP 191 Int BE Pri Loop_entry Loop_exit !#23 N12080 P7804 MEMBAR Loop_entry !#23 N12081 P7805 BLD 354 -1 FP BE Pri !#23 N12082 P7806 MEMBAR Loop_exit !#23 N12083 P7807 MEMBAR Loop_entry !#23 N12084 P7808 BLD 198 -1 FP BE Pri !#23 N12085 P7809 MEMBAR Loop_exit !#23 N12086 P7810 ST 279 0x8b800003 Int BE Pri Loop_entry Loop_exit !#23 N12087 P7810 ST 279 0x8b800004 Int BE Pri Loop_entry Loop_exit !#23 N12088 P7811 MEMBAR Loop_entry !#23 N12089 P7812 BLD 306 -1 FP BE Pri !#23 N12090 P7813 MEMBAR Loop_exit !#23 N12091 P7814 MEMBAR Loop_entry !#23 N12092 P7815 BLD 108 -1 FP BE Pri !#23 N12093 P7816 MEMBAR Loop_exit !#23 N12094 P7814 MEMBAR Loop_entry !#23 N12095 P7815 BLD 108 -1 FP BE Pri !#23 N12096 P7816 MEMBAR Loop_exit !#23 N12097 P7817 MEMBAR Loop_entry !#23 N12098 P7818 BLD 28 -1 FP BE Pri !#23 N12099 P7819 MEMBAR Loop_exit !#23 N12100 P7820 MEMBAR Loop_entry !#23 N12101 P7821 BLD 155 -1 FP BE Pri !#23 N12102 P7822 MEMBAR Loop_exit !#23 N12103 P7823 MEMBAR Loop_entry !#23 N12104 P7824 BLD 195 -1 FP BE Pri !#23 N12105 P7825 MEMBAR Loop_exit !#23 N12106 P7823 MEMBAR Loop_entry !#23 N12107 P7824 BLD 195 -1 FP BE Pri !#23 N12108 P7825 MEMBAR Loop_exit !#23 N12109 P7826 MEMBAR Loop_entry !#23 N12110 P7827 BLD 131 -1 FP BE Pri !#23 N12111 P7828 MEMBAR Loop_exit !#23 N12112 P7829 LD 219 -1 Int BE Pri Loop_entry !#23 N12113 P7830 IDC_FLIP 164 Int BE Pri !#23 N12114 P7831 LD 68 -1 Int BE Pri Loop_exit !#23 N12115 P7829 LD 219 -1 Int BE Pri Loop_entry !#23 N12116 P7830 IDC_FLIP 164 Int BE Pri !#23 N12117 P7831 LD 68 -1 Int BE Pri Loop_exit !#23 N12118 P7832 MEMBAR Loop_entry !#23 N12119 P7833 BLD 333 -1 FP BE Pri !#23 N12120 P7834 MEMBAR Loop_exit !#23 N12121 P7835 MEMBAR Loop_entry !#23 N12122 P7836 BLD 358 -1 FP BE Pri !#23 N12123 P7837 MEMBAR Loop_exit !#23 N12124 P7838 MEMBAR Loop_entry !#23 N12125 P7839 BLD 119 -1 FP BE Pri !#23 N12126 P7840 MEMBAR Loop_exit !#23 N12127 P7838 MEMBAR Loop_entry !#23 N12128 P7839 BLD 119 -1 FP BE Pri !#23 N12129 P7840 MEMBAR Loop_exit !#23 N12130 P7841 MEMBAR Loop_entry !#23 N12131 P7842 BLD 315 -1 FP BE Pri !#23 N12132 P7843 MEMBAR Loop_exit !#23 N12133 P7844 MEMBAR Loop_entry !#23 N12134 P7845 BLD 83 -1 FP BE Pri !#23 N12135 P7846 MEMBAR Loop_exit !#23 N12136 P7847 MEMBAR Loop_entry !#23 N12137 P7848 BLD 156 -1 FP BE Pri !#23 N12138 P7849 MEMBAR Loop_exit !#23 N12139 P7850 MEMBAR Loop_entry !#23 N12140 P7851 BLD 78 -1 FP BE Pri !#23 N12141 P7852 MEMBAR Loop_exit !#23 N12142 P7853 MEMBAR Loop_entry !#23 N12143 P7854 BLD 212 -1 FP BE Pri !#23 N12144 P7855 MEMBAR Loop_exit !#23 N12145 P7853 MEMBAR Loop_entry !#23 N12146 P7854 BLD 212 -1 FP BE Pri !#23 N12147 P7855 MEMBAR Loop_exit !#23 N12148 P7856 MEMBAR Loop_entry !#23 N12149 P7857 BLD 128 -1 FP BE Pri !#23 N12150 P7858 MEMBAR Loop_exit !#23 N12151 P7856 MEMBAR Loop_entry !#23 N12152 P7857 BLD 128 -1 FP BE Pri !#23 N12153 P7858 MEMBAR Loop_exit !#23 N12154 P7859 MEMBAR Loop_entry !#23 N12155 P7860 BLD 26 -1 FP BE Pri !#23 N12156 P7861 MEMBAR Loop_exit !#23 N12157 P7859 MEMBAR Loop_entry !#23 N12158 P7860 BLD 26 -1 FP BE Pri !#23 N12159 P7861 MEMBAR Loop_exit !#23 N12160 P7862 MEMBAR Loop_entry !#23 N12161 P7863 BLD 53 -1 FP BE Pri !#23 N12162 P7864 MEMBAR Loop_exit !#23 N12163 P7865 MEMBAR Loop_entry !#23 N12164 P7866 BLD 123 -1 FP BE Pri !#23 N12165 P7867 MEMBAR Loop_exit !#23 N12166 P7865 MEMBAR Loop_entry !#23 N12167 P7866 BLD 123 -1 FP BE Pri !#23 N12168 P7867 MEMBAR Loop_exit !#23 N12169 P7868 MEMBAR Loop_entry !#23 N12170 P7869 BLD 139 -1 FP BE Pri !#23 N12171 P7870 MEMBAR Loop_exit !#23 N12172 P7868 MEMBAR Loop_entry !#23 N12173 P7869 BLD 139 -1 FP BE Pri !#23 N12174 P7870 MEMBAR Loop_exit !#23 N12175 P7871 MEMBAR Loop_entry !#23 N12176 P7872 BLD 345 -1 FP BE Pri !#23 N12177 P7873 MEMBAR Loop_exit !#23 N12178 P7874 MEMBAR Loop_entry !#23 N12179 P7875 BLD 329 -1 FP BE Pri !#23 N12180 P7876 MEMBAR Loop_exit !#23 N12181 P7874 MEMBAR Loop_entry !#23 N12182 P7875 BLD 329 -1 FP BE Pri !#23 N12183 P7876 MEMBAR Loop_exit !#23 N12184 P7877 IDC_FLIP 92 Int BE Pri Loop_entry Loop_exit !#23 N12185 P7877 IDC_FLIP 92 Int BE Pri Loop_entry Loop_exit !#23 N12186 P7878 MEMBAR Loop_entry !#23 N12187 P7879 BLD 114 -1 FP BE Pri !#23 N12188 P7880 MEMBAR Loop_exit !#23 N12189 P7878 MEMBAR Loop_entry !#23 N12190 P7879 BLD 114 -1 FP BE Pri !#23 N12191 P7880 MEMBAR Loop_exit !#23 N12192 P7881 MEMBAR Loop_entry !#23 N12193 P7882 BLD 17 -1 FP BE Pri !#23 N12194 P7883 MEMBAR Loop_exit !#23 N12195 P7881 MEMBAR Loop_entry !#23 N12196 P7882 BLD 17 -1 FP BE Pri !#23 N12197 P7883 MEMBAR Loop_exit !#23 N12198 P7884 MEMBAR Loop_entry !#23 N12199 P7885 BLD 192 -1 FP BE Pri !#23 N12200 P7886 MEMBAR Loop_exit !#23 N12201 P7884 MEMBAR Loop_entry !#23 N12202 P7885 BLD 192 -1 FP BE Pri !#23 N12203 P7886 MEMBAR Loop_exit !#23 N12204 P7887 MEMBAR Loop_entry !#23 N12205 P7888 BLD 170 -1 FP BE Pri !#23 N12206 P7889 MEMBAR Loop_exit !#23 N12207 P7890 MEMBAR Loop_entry !#23 N12208 P7891 BLD 343 -1 FP BE Pri !#23 N12209 P7891 BLD 344 -1 FP BE Pri !#23 N12210 P7892 MEMBAR Loop_exit !#23 N12211 P7893 MEMBAR Loop_entry !#23 N12212 P7894 BLD 307 -1 FP BE Pri !#23 N12213 P7895 MEMBAR Loop_exit !#23 N12214 P7893 MEMBAR Loop_entry !#23 N12215 P7894 BLD 307 -1 FP BE Pri !#23 N12216 P7895 MEMBAR Loop_exit !#23 N12217 P7896 MEMBAR Loop_entry !#23 N12218 P7897 BLD 170 -1 FP BE Pri !#23 N12219 P7898 MEMBAR Loop_exit !#23 N12220 P7896 MEMBAR Loop_entry !#23 N12221 P7897 BLD 170 -1 FP BE Pri !#23 N12222 P7898 MEMBAR Loop_exit !#23 N12223 P7899 MEMBAR Loop_entry !#23 N12224 P7900 BLD 143 -1 FP BE Pri !#23 N12225 P7901 MEMBAR Loop_exit !#23 N12226 P7902 MEMBAR Loop_entry !#23 N12227 P7903 BLD 278 -1 FP BE Pri !#23 N12228 P7904 MEMBAR Loop_exit !#23 N12229 P7905 MEMBAR Loop_entry !#23 N12230 P7906 BLD 131 -1 FP BE Pri !#23 N12231 P7907 MEMBAR Loop_exit !#23 N12232 P7908 MEMBAR Loop_entry !#23 N12233 P7909 BLD 311 -1 FP BE Pri !#23 N12234 P7910 MEMBAR Loop_exit !#23 N12235 P7911 MEMBAR Loop_entry !#23 N12236 P7912 BLD 294 -1 FP BE Pri !#23 N12237 P7913 MEMBAR Loop_exit !#23 N12238 P7911 MEMBAR Loop_entry !#23 N12239 P7912 BLD 294 -1 FP BE Pri !#23 N12240 P7913 MEMBAR Loop_exit !#23 N12241 P7914 MEMBAR Loop_entry !#23 N12242 P7915 BLD 31 -1 FP BE Pri !#23 N12243 P7916 MEMBAR Loop_exit !#23 N12244 P7917 MEMBAR Loop_entry !#23 N12245 P7918 BLD 0 -1 FP BE Pri !#23 N12246 P7919 MEMBAR Loop_exit !#23 N12247 P7920 MEMBAR Loop_entry !#23 N12248 P7921 BLD 342 -1 FP BE Pri !#23 N12249 P7922 MEMBAR Loop_exit !#23 N12250 P7923 MEMBAR Loop_entry !#23 N12251 P7924 BLD 109 -1 FP BE Pri !#23 N12252 P7925 MEMBAR Loop_exit !#23 N12253 P7923 MEMBAR Loop_entry !#23 N12254 P7924 BLD 109 -1 FP BE Pri !#23 N12255 P7925 MEMBAR Loop_exit !#23 N12256 P7926 MEMBAR Loop_entry !#23 N12257 P7927 BLD 299 -1 FP BE Pri !#23 N12258 P7928 MEMBAR Loop_exit !#23 N12259 P7929 MEMBAR Loop_entry !#23 N12260 P7930 BLD 16 -1 FP BE Pri !#23 N12261 P7931 MEMBAR Loop_exit !#23 N12262 P7932 MEMBAR Loop_entry !#23 N12263 P7933 BLD 223 -1 FP BE Pri !#23 N12264 P7934 MEMBAR Loop_exit !#23 N12265 P7935 MEMBAR Loop_entry !#23 N12266 P7936 BLD 319 -1 FP BE Pri !#23 N12267 P7937 MEMBAR Loop_exit !#23 N12268 P7935 MEMBAR Loop_entry !#23 N12269 P7936 BLD 319 -1 FP BE Pri !#23 N12270 P7937 MEMBAR Loop_exit !#23 N12271 P7938 MEMBAR Loop_entry !#23 N12272 P7939 BLD 84 -1 FP BE Pri !#23 N12273 P7940 MEMBAR Loop_exit !#23 N12274 P7941 ST 228 0x8b800005 Int BE Pri Loop_entry !#23 N12275 P7942 MEMBAR !#23 N12276 P7943 BLD 137 -1 FP BE Pri !#23 N12277 P7944 MEMBAR Loop_exit !#23 N12278 P7945 MEMBAR Loop_entry !#23 N12279 P7946 BLD 295 -1 FP BE Pri !#23 N12280 P7946 BLD 296 -1 FP BE Pri !#23 N12281 P7947 MEMBAR Loop_exit !#23 N12282 P7945 MEMBAR Loop_entry !#23 N12283 P7946 BLD 295 -1 FP BE Pri !#23 N12284 P7946 BLD 296 -1 FP BE Pri !#23 N12285 P7947 MEMBAR Loop_exit !#23 N12286 P7948 MEMBAR Loop_entry !#23 N12287 P7949 BLD 11 -1 FP BE Pri !#23 N12288 P7949 BLD 12 -1 FP BE Pri !#23 N12289 P7950 MEMBAR Loop_exit !#23 N12290 P7948 MEMBAR Loop_entry !#23 N12291 P7949 BLD 11 -1 FP BE Pri !#23 N12292 P7949 BLD 12 -1 FP BE Pri !#23 N12293 P7950 MEMBAR Loop_exit !#23 N12294 P7951 MEMBAR Loop_entry !#23 N12295 P7952 BLD 294 -1 FP BE Pri !#23 N12296 P7953 MEMBAR Loop_exit !#23 N12297 P7954 MEMBAR Loop_entry !#23 N12298 P7955 BLD 241 -1 FP BE Pri !#23 N12299 P7955 BLD 242 -1 FP BE Pri !#23 N12300 P7956 MEMBAR Loop_exit !#23 N12301 P7957 MEMBAR Loop_entry !#23 N12302 P7958 BLD 227 -1 FP BE Pri !#23 N12303 P7959 MEMBAR Loop_exit !#23 N12304 P7960 IDC_FLIP 163 Int BE Pri Loop_entry Loop_exit !#23 N12305 P7961 MEMBAR Loop_entry !#23 N12306 P7962 BLD 55 -1 FP BE Pri !#23 N12307 P7963 MEMBAR Loop_exit !#23 N12308 P7961 MEMBAR Loop_entry !#23 N12309 P7962 BLD 55 -1 FP BE Pri !#23 N12310 P7963 MEMBAR Loop_exit !#23 N12311 P7964 IDC_FLIP 146 Int BE Pri Loop_entry Loop_exit !#23 N12312 P7964 IDC_FLIP 146 Int BE Pri Loop_entry Loop_exit !#23 N12313 P7965 MEMBAR Loop_entry !#23 N12314 P7966 BLD 23 -1 FP BE Pri !#23 N12315 P7967 MEMBAR Loop_exit !#23 N12316 P7968 MEMBAR Loop_entry !#23 N12317 P7969 BLD 322 -1 FP BE Pri !#23 N12318 P7970 MEMBAR Loop_exit !#23 N12319 P7971 MEMBAR Loop_entry !#23 N12320 P7972 BLD 237 -1 FP BE Pri !#23 N12321 P7973 MEMBAR Loop_exit !#23 N12322 P7971 MEMBAR Loop_entry !#23 N12323 P7972 BLD 237 -1 FP BE Pri !#23 N12324 P7973 MEMBAR Loop_exit !#23 N12325 P7974 MEMBAR Loop_entry !#23 N12326 P7975 BLD 74 -1 FP BE Pri !#23 N12327 P7976 MEMBAR Loop_exit !#23 N12328 P7977 MEMBAR Loop_entry !#23 N12329 P7978 BLD 30 -1 FP BE Pri !#23 N12330 P7979 MEMBAR Loop_exit !#23 N12331 P7980 MEMBAR Loop_entry !#23 N12332 P7981 BLD 41 -1 FP BE Pri !#23 N12333 P7982 MEMBAR Loop_exit !#23 N12334 P7980 MEMBAR Loop_entry !#23 N12335 P7981 BLD 41 -1 FP BE Pri !#23 N12336 P7982 MEMBAR Loop_exit !#23 N12337 P7983 MEMBAR Loop_entry !#23 N12338 P7984 BLD 94 -1 FP BE Pri !#23 N12339 P7984 BLD 95 -1 FP BE Pri !#23 N12340 P7985 MEMBAR Loop_exit !#23 N12341 P7983 MEMBAR Loop_entry !#23 N12342 P7984 BLD 94 -1 FP BE Pri !#23 N12343 P7984 BLD 95 -1 FP BE Pri !#23 N12344 P7985 MEMBAR Loop_exit !#23 N12345 P7986 MEMBAR Loop_entry !#23 N12346 P7987 BLD 32 -1 FP BE Pri !#23 N12347 P7987 BLD 33 -1 FP BE Pri !#23 N12348 P7988 MEMBAR Loop_exit !#23 N12349 P7986 MEMBAR Loop_entry !#23 N12350 P7987 BLD 32 -1 FP BE Pri !#23 N12351 P7987 BLD 33 -1 FP BE Pri !#23 N12352 P7988 MEMBAR Loop_exit !#23 N12353 P7989 MEMBAR Loop_entry !#23 N12354 P7990 BLD 30 -1 FP BE Pri !#23 N12355 P7991 MEMBAR Loop_exit !#23 N12356 P7992 MEMBAR Loop_entry !#23 N12357 P7993 BLD 155 -1 FP BE Pri !#23 N12358 P7994 MEMBAR Loop_exit !#23 N12359 P7992 MEMBAR Loop_entry !#23 N12360 P7993 BLD 155 -1 FP BE Pri !#23 N12361 P7994 MEMBAR Loop_exit !#23 N12362 P7995 MEMBAR Loop_entry !#23 N12363 P7996 BLD 41 -1 FP BE Pri !#23 N12364 P7997 MEMBAR Loop_exit !#23 N12365 P7998 MEMBAR Loop_entry !#23 N12366 P7999 BLD 305 -1 FP BE Pri !#23 N12367 P8000 MEMBAR Loop_exit !#23 N12368 P7998 MEMBAR Loop_entry !#23 N12369 P7999 BLD 305 -1 FP BE Pri !#23 N12370 P8000 MEMBAR Loop_exit !#23 N12371 P8001 MEMBAR Loop_entry !#23 N12372 P8002 BLD 337 -1 FP BE Pri !#23 N12373 P8003 MEMBAR Loop_exit !#23 N12374 P8001 MEMBAR Loop_entry !#23 N12375 P8002 BLD 337 -1 FP BE Pri !#23 N12376 P8003 MEMBAR Loop_exit !#23 N12377 P8004 MEMBAR Loop_entry !#23 N12378 P8005 BLD 76 -1 FP BE Pri !#23 N12379 P8006 MEMBAR Loop_exit !#23 N12380 P8004 MEMBAR Loop_entry !#23 N12381 P8005 BLD 76 -1 FP BE Pri !#23 N12382 P8006 MEMBAR Loop_exit !#23 N12383 P8007 ST 154 0x8b800006 Int BE Pri Loop_entry !#23 N12384 P8008 MEMBAR !#23 N12385 P8009 BLD 211 -1 FP BE Pri !#23 N12386 P8010 MEMBAR Loop_exit !#23 N12387 P8011 IDC_FLIP 92 Int BE Pri Loop_entry !#23 N12388 P8012 MEMBAR !#23 N12389 P8013 BLD 111 -1 FP BE Pri !#23 N12390 P8013 BLD 112 -1 FP BE Pri !#23 N12391 P8013 BLD 113 -1 FP BE Pri !#23 N12392 P8014 MEMBAR Loop_exit !#23 N12393 P8011 IDC_FLIP 92 Int BE Pri Loop_entry !#23 N12394 P8012 MEMBAR !#23 N12395 P8013 BLD 111 -1 FP BE Pri !#23 N12396 P8013 BLD 112 -1 FP BE Pri !#23 N12397 P8013 BLD 113 -1 FP BE Pri !#23 N12398 P8014 MEMBAR Loop_exit !#23 N12399 P8015 MEMBAR Loop_entry !#23 N12400 P8016 BLD 0 -1 FP BE Pri !#23 N12401 P8017 MEMBAR Loop_exit !#23 N12402 P8015 MEMBAR Loop_entry !#23 N12403 P8016 BLD 0 -1 FP BE Pri !#23 N12404 P8017 MEMBAR Loop_exit !#23 N12405 P8018 MEMBAR Loop_entry !#23 N12406 P8019 BLD 23 -1 FP BE Pri !#23 N12407 P8020 MEMBAR Loop_exit !#23 N12408 P8018 MEMBAR Loop_entry !#23 N12409 P8019 BLD 23 -1 FP BE Pri !#23 N12410 P8020 MEMBAR Loop_exit !#23 N12411 P8021 MEMBAR Loop_entry !#23 N12412 P8022 BLD 162 -1 FP BE Pri !#23 N12413 P8023 MEMBAR Loop_exit !#23 N12414 P8024 MEMBAR Loop_entry !#23 N12415 P8025 BLD 115 -1 FP BE Pri !#23 N12416 P8026 MEMBAR Loop_exit !#23 N12417 P8027 IDC_FLIP 87 Int BE Pri Loop_entry !#23 N12418 P8028 MEMBAR !#23 N12419 P8029 BLD 217 -1 FP BE Pri !#23 N12420 P8030 MEMBAR Loop_exit !#23 N12421 P8027 IDC_FLIP 87 Int BE Pri Loop_entry !#23 N12422 P8028 MEMBAR !#23 N12423 P8029 BLD 217 -1 FP BE Pri !#23 N12424 P8030 MEMBAR Loop_exit !#23 N12425 P8031 MEMBAR Loop_entry !#23 N12426 P8032 BLD 275 -1 FP BE Pri !#23 N12427 P8033 MEMBAR Loop_exit !#23 N12428 P8031 MEMBAR Loop_entry !#23 N12429 P8032 BLD 275 -1 FP BE Pri !#23 N12430 P8033 MEMBAR Loop_exit !#23 N12431 P8034 MEMBAR Loop_entry !#23 N12432 P8035 BLD 129 -1 FP BE Pri !#23 N12433 P8036 MEMBAR Loop_exit !#23 N12434 P8034 MEMBAR Loop_entry !#23 N12435 P8035 BLD 129 -1 FP BE Pri !#23 N12436 P8036 MEMBAR Loop_exit !#23 N12437 P8037 MEMBAR Loop_entry Loop_exit !#23 N12438 P8037 MEMBAR Loop_entry Loop_exit !#23 N12439 P8038 MEMBAR Loop_entry !#23 N12440 P8039 BLD 20 -1 FP BE Pri !#23 N12441 P8040 MEMBAR Loop_exit !#23 N12442 P8038 MEMBAR Loop_entry !#23 N12443 P8039 BLD 20 -1 FP BE Pri !#23 N12444 P8040 MEMBAR Loop_exit !#23 N12445 P8041 MEMBAR Loop_entry !#23 N12446 P8042 BLD 254 -1 FP BE Pri !#23 N12447 P8043 MEMBAR Loop_exit !#23 N12448 P8044 MEMBAR Loop_entry !#23 N12449 P8045 BLD 237 -1 FP BE Pri !#23 N12450 P8046 MEMBAR Loop_exit !#23 N12451 P8044 MEMBAR Loop_entry !#23 N12452 P8045 BLD 237 -1 FP BE Pri !#23 N12453 P8046 MEMBAR Loop_exit !#23 N12454 P8047 MEMBAR Loop_entry !#23 N12455 P8048 BLD 254 -1 FP BE Pri !#23 N12456 P8049 MEMBAR Loop_exit !#23 N12457 P8050 MEMBAR Loop_entry !#23 N12458 P8051 BLD 263 -1 FP BE Pri !#23 N12459 P8052 MEMBAR Loop_exit !#23 N12460 P8053 MEMBAR Loop_entry !#23 N12461 P8054 BLD 149 -1 FP BE Pri !#23 N12462 P8055 MEMBAR Loop_exit !#23 N12463 P8053 MEMBAR Loop_entry !#23 N12464 P8054 BLD 149 -1 FP BE Pri !#23 N12465 P8055 MEMBAR Loop_exit !#23 N12466 P8056 MEMBAR Loop_entry !#23 N12467 P8057 BLD 52 -1 FP BE Pri !#23 N12468 P8058 MEMBAR Loop_exit !#23 N12469 P8056 MEMBAR Loop_entry !#23 N12470 P8057 BLD 52 -1 FP BE Pri !#23 N12471 P8058 MEMBAR Loop_exit !#23 N12472 P8059 MEMBAR Loop_entry !#23 N12473 P8060 BLD 44 -1 FP BE Pri !#23 N12474 P8061 MEMBAR Loop_exit !#23 N12475 P8062 MEMBAR Loop_entry !#23 N12476 P8063 BLD 356 -1 FP BE Pri !#23 N12477 P8064 MEMBAR Loop_exit !#23 N12478 P8065 MEMBAR Loop_entry !#23 N12479 P8066 BLD 222 -1 FP BE Pri !#23 N12480 P8067 MEMBAR Loop_exit !#23 N12481 P8065 MEMBAR Loop_entry !#23 N12482 P8066 BLD 222 -1 FP BE Pri !#23 N12483 P8067 MEMBAR Loop_exit !#23 N12484 P8068 MEMBAR Loop_entry !#23 N12485 P8069 BLD 310 -1 FP BE Pri !#23 N12486 P8070 MEMBAR Loop_exit !#23 N12487 P8071 MEMBAR Loop_entry !#23 N12488 P8072 BLD 236 -1 FP BE Pri !#23 N12489 P8073 MEMBAR Loop_exit !#23 N12490 P8074 MEMBAR Loop_entry !#23 N12491 P8075 BLD 111 -1 FP BE Pri !#23 N12492 P8075 BLD 112 -1 FP BE Pri !#23 N12493 P8075 BLD 113 -1 FP BE Pri !#23 N12494 P8076 MEMBAR Loop_exit !#23 N12495 P8074 MEMBAR Loop_entry !#23 N12496 P8075 BLD 111 -1 FP BE Pri !#23 N12497 P8075 BLD 112 -1 FP BE Pri !#23 N12498 P8075 BLD 113 -1 FP BE Pri !#23 N12499 P8076 MEMBAR Loop_exit !#23 N12500 P8077 MEMBAR Loop_entry !#23 N12501 P8078 BLD 46 -1 FP BE Pri !#23 N12502 P8079 MEMBAR Loop_exit !#23 N12503 P8077 MEMBAR Loop_entry !#23 N12504 P8078 BLD 46 -1 FP BE Pri !#23 N12505 P8079 MEMBAR Loop_exit !#23 N12506 P8080 MEMBAR Loop_entry !#23 N12507 P8081 BLD 256 -1 FP BE Pri !#23 N12508 P8082 MEMBAR Loop_exit !#23 N12509 P8080 MEMBAR Loop_entry !#23 N12510 P8081 BLD 256 -1 FP BE Pri !#23 N12511 P8082 MEMBAR Loop_exit !#23 N12512 P8083 MEMBAR Loop_entry !#23 N12513 P8084 BLD 295 -1 FP BE Pri !#23 N12514 P8084 BLD 296 -1 FP BE Pri !#23 N12515 P8085 MEMBAR Loop_exit !#23 N12516 P8083 MEMBAR Loop_entry !#23 N12517 P8084 BLD 295 -1 FP BE Pri !#23 N12518 P8084 BLD 296 -1 FP BE Pri !#23 N12519 P8085 MEMBAR Loop_exit !#23 N12520 P8086 MEMBAR Loop_entry !#23 N12521 P8087 BLD 255 -1 FP BE Pri !#23 N12522 P8088 MEMBAR Loop_exit !#23 N12523 P8086 MEMBAR Loop_entry !#23 N12524 P8087 BLD 255 -1 FP BE Pri !#23 N12525 P8088 MEMBAR Loop_exit !#23 N12526 P8089 MEMBAR Loop_entry !#23 N12527 P8090 BLD 350 -1 FP BE Pri !#23 N12528 P8091 MEMBAR Loop_exit !#23 N12529 P8089 MEMBAR Loop_entry !#23 N12530 P8090 BLD 350 -1 FP BE Pri !#23 N12531 P8091 MEMBAR Loop_exit !#23 N12532 P8092 MEMBAR !#24 N12533 P8093 MEMBAR Loop_entry !#24 N12534 P8094 BLD 39 -1 FP BE Pri !#24 N12535 P8095 MEMBAR Loop_exit !#24 N12536 P8093 MEMBAR Loop_entry !#24 N12537 P8094 BLD 39 -1 FP BE Pri !#24 N12538 P8095 MEMBAR Loop_exit !#24 N12539 P8096 MEMBAR Loop_entry !#24 N12540 P8097 BLD 23 -1 FP BE Pri !#24 N12541 P8098 MEMBAR Loop_exit !#24 N12542 P8096 MEMBAR Loop_entry !#24 N12543 P8097 BLD 23 -1 FP BE Pri !#24 N12544 P8098 MEMBAR Loop_exit !#24 N12545 P8099 MEMBAR Loop_entry !#24 N12546 P8100 BLD 169 -1 FP BE Pri !#24 N12547 P8101 MEMBAR Loop_exit !#24 N12548 P8099 MEMBAR Loop_entry !#24 N12549 P8100 BLD 169 -1 FP BE Pri !#24 N12550 P8101 MEMBAR Loop_exit !#24 N12551 P8102 MEMBAR Loop_entry !#24 N12552 P8103 BLD 342 -1 FP BE Pri !#24 N12553 P8104 MEMBAR Loop_exit !#24 N12554 P8102 MEMBAR Loop_entry !#24 N12555 P8103 BLD 342 -1 FP BE Pri !#24 N12556 P8104 MEMBAR Loop_exit !#24 N12557 P8105 MEMBAR Loop_entry !#24 N12558 P8106 BLD 142 -1 FP BE Pri !#24 N12559 P8107 MEMBAR Loop_exit !#24 N12560 P8108 MEMBAR Loop_entry !#24 N12561 P8109 BLD 156 -1 FP BE Pri !#24 N12562 P8110 MEMBAR Loop_exit !#24 N12563 P8111 PREFETCH 151 Int BE Pri Loop_entry !#24 N12564 P8112 MEMBAR !#24 N12565 P8113 BLD 123 -1 FP BE Pri !#24 N12566 P8114 MEMBAR Loop_exit !#24 N12567 P8115 MEMBAR Loop_entry !#24 N12568 P8116 BLD 222 -1 FP BE Pri !#24 N12569 P8117 MEMBAR Loop_exit !#24 N12570 P8118 MEMBAR Loop_entry !#24 N12571 P8119 BLD 68 -1 FP BE Pri !#24 N12572 P8120 MEMBAR Loop_exit !#24 N12573 P8118 MEMBAR Loop_entry !#24 N12574 P8119 BLD 68 -1 FP BE Pri !#24 N12575 P8120 MEMBAR Loop_exit !#24 N12576 P8121 MEMBAR Loop_entry Loop_exit !#24 N12577 P8121 MEMBAR Loop_entry Loop_exit !#24 N12578 P8122 PREFETCH 356 Int BE Pri Loop_entry Loop_exit !#24 N12579 P8122 PREFETCH 356 Int BE Pri Loop_entry Loop_exit !#24 N12580 P8123 MEMBAR Loop_entry !#24 N12581 P8124 BLD 52 -1 FP BE Pri !#24 N12582 P8125 MEMBAR Loop_exit !#24 N12583 P8126 MEMBAR Loop_entry !#24 N12584 P8127 BLD 272 -1 FP BE Pri !#24 N12585 P8128 MEMBAR Loop_exit !#24 N12586 P8126 MEMBAR Loop_entry !#24 N12587 P8127 BLD 272 -1 FP BE Pri !#24 N12588 P8128 MEMBAR Loop_exit !#24 N12589 P8129 IDC_FLIP 301 Int BE Pri Loop_entry !#24 N12590 P8130 MEMBAR !#24 N12591 P8131 BLD 145 -1 FP BE Pri !#24 N12592 P8132 MEMBAR Loop_exit !#24 N12593 P8133 MEMBAR Loop_entry !#24 N12594 P8134 BLD 91 -1 FP BE Pri !#24 N12595 P8134 BLD 92 -1 FP BE Pri !#24 N12596 P8134 BLD 93 -1 FP BE Pri !#24 N12597 P8135 MEMBAR Loop_exit !#24 N12598 P8136 MEMBAR Loop_entry !#24 N12599 P8137 BLD 60 -1 FP BE Pri !#24 N12600 P8138 MEMBAR Loop_exit !#24 N12601 P8139 MEMBAR Loop_entry !#24 N12602 P8140 BLD 53 -1 FP BE Pri !#24 N12603 P8141 MEMBAR Loop_exit !#24 N12604 P8142 MEMBAR Loop_entry !#24 N12605 P8143 BLD 284 -1 FP BE Pri !#24 N12606 P8144 MEMBAR Loop_exit !#24 N12607 P8145 MEMBAR Loop_entry !#24 N12608 P8146 BLD 84 -1 FP BE Pri !#24 N12609 P8147 MEMBAR Loop_exit !#24 N12610 P8148 MEMBAR Loop_entry !#24 N12611 P8149 BLD 317 -1 FP BE Pri !#24 N12612 P8150 MEMBAR Loop_exit !#24 N12613 P8148 MEMBAR Loop_entry !#24 N12614 P8149 BLD 317 -1 FP BE Pri !#24 N12615 P8150 MEMBAR Loop_exit !#24 N12616 P8151 MEMBAR Loop_entry !#24 N12617 P8152 BLD 111 -1 FP BE Pri !#24 N12618 P8152 BLD 112 -1 FP BE Pri !#24 N12619 P8152 BLD 113 -1 FP BE Pri !#24 N12620 P8153 MEMBAR Loop_exit !#24 N12621 P8151 MEMBAR Loop_entry !#24 N12622 P8152 BLD 111 -1 FP BE Pri !#24 N12623 P8152 BLD 112 -1 FP BE Pri !#24 N12624 P8152 BLD 113 -1 FP BE Pri !#24 N12625 P8153 MEMBAR Loop_exit !#24 N12626 P8154 MEMBAR Loop_entry !#24 N12627 P8155 BLD 106 -1 FP BE Pri !#24 N12628 P8156 MEMBAR Loop_exit !#24 N12629 P8157 MEMBAR Loop_entry !#24 N12630 P8158 BLD 143 -1 FP BE Pri !#24 N12631 P8159 MEMBAR Loop_exit !#24 N12632 P8160 MEMBAR Loop_entry !#24 N12633 P8161 BLD 165 -1 FP BE Pri !#24 N12634 P8162 MEMBAR Loop_exit !#24 N12635 P8160 MEMBAR Loop_entry !#24 N12636 P8161 BLD 165 -1 FP BE Pri !#24 N12637 P8162 MEMBAR Loop_exit !#24 N12638 P8163 MEMBAR Loop_entry !#24 N12639 P8164 BLD 232 -1 FP BE Pri !#24 N12640 P8165 MEMBAR Loop_exit !#24 N12641 P8163 MEMBAR Loop_entry !#24 N12642 P8164 BLD 232 -1 FP BE Pri !#24 N12643 P8165 MEMBAR Loop_exit !#24 N12644 P8166 MEMBAR Loop_entry !#24 N12645 P8167 BLD 187 -1 FP BE Pri !#24 N12646 P8168 MEMBAR Loop_exit !#24 N12647 P8166 MEMBAR Loop_entry !#24 N12648 P8167 BLD 187 -1 FP BE Pri !#24 N12649 P8168 MEMBAR Loop_exit !#24 N12650 P8169 ST 183 0x18000001 FP BE Pri Loop_entry Loop_exit !#24 N12651 P8170 MEMBAR Loop_entry !#24 N12652 P8171 BLD 37 -1 FP BE Pri !#24 N12653 P8172 MEMBAR Loop_exit !#24 N12654 P8173 MEMBAR Loop_entry !#24 N12655 P8174 BLD 74 -1 FP BE Pri !#24 N12656 P8175 MEMBAR Loop_exit !#24 N12657 P8176 MEMBAR Loop_entry !#24 N12658 P8177 BLD 115 -1 FP BE Pri !#24 N12659 P8178 MEMBAR Loop_exit !#24 N12660 P8179 MEMBAR Loop_entry !#24 N12661 P8180 BLD 39 -1 FP BE Pri !#24 N12662 P8181 MEMBAR Loop_exit !#24 N12663 P8182 MEMBAR Loop_entry !#24 N12664 P8183 BLD 349 -1 FP BE Pri !#24 N12665 P8184 MEMBAR Loop_exit !#24 N12666 P8182 MEMBAR Loop_entry !#24 N12667 P8183 BLD 349 -1 FP BE Pri !#24 N12668 P8184 MEMBAR Loop_exit !#24 N12669 P8185 MEMBAR Loop_entry !#24 N12670 P8186 BLD 188 -1 FP BE Pri !#24 N12671 P8187 MEMBAR Loop_exit !#24 N12672 P8185 MEMBAR Loop_entry !#24 N12673 P8186 BLD 188 -1 FP BE Pri !#24 N12674 P8187 MEMBAR Loop_exit !#24 N12675 P8188 MEMBAR Loop_entry !#24 N12676 P8189 BLD 171 -1 FP BE Pri !#24 N12677 P8190 MEMBAR Loop_exit !#24 N12678 P8191 ST 356 0x8c000001 Int BE Pri Loop_entry !#24 N12679 P8192 MEMBAR !#24 N12680 P8193 BLD 143 -1 FP BE Pri !#24 N12681 P8194 MEMBAR Loop_exit !#24 N12682 P8195 MEMBAR Loop_entry !#24 N12683 P8196 BLD 98 -1 FP BE Pri !#24 N12684 P8196 BLD 99 -1 FP BE Pri !#24 N12685 P8197 MEMBAR Loop_exit !#24 N12686 P8198 MEMBAR Loop_entry !#24 N12687 P8199 BLD 22 -1 FP BE Pri !#24 N12688 P8200 MEMBAR Loop_exit !#24 N12689 P8198 MEMBAR Loop_entry !#24 N12690 P8199 BLD 22 -1 FP BE Pri !#24 N12691 P8200 MEMBAR Loop_exit !#24 N12692 P8201 MEMBAR Loop_entry !#24 N12693 P8202 BLD 56 -1 FP BE Pri !#24 N12694 P8203 MEMBAR Loop_exit !#24 N12695 P8201 MEMBAR Loop_entry !#24 N12696 P8202 BLD 56 -1 FP BE Pri !#24 N12697 P8203 MEMBAR Loop_exit !#24 N12698 P8204 MEMBAR Loop_entry !#24 N12699 P8205 BLD 272 -1 FP BE Pri !#24 N12700 P8206 MEMBAR Loop_exit !#24 N12701 P8204 MEMBAR Loop_entry !#24 N12702 P8205 BLD 272 -1 FP BE Pri !#24 N12703 P8206 MEMBAR Loop_exit !#24 N12704 P8207 MEMBAR Loop_entry !#24 N12705 P8208 BLD 231 -1 FP BE Pri !#24 N12706 P8209 MEMBAR Loop_exit !#24 N12707 P8210 MEMBAR Loop_entry !#24 N12708 P8211 BLD 201 -1 FP BE Pri !#24 N12709 P8212 MEMBAR Loop_exit !#24 N12710 P8210 MEMBAR Loop_entry !#24 N12711 P8211 BLD 201 -1 FP BE Pri !#24 N12712 P8212 MEMBAR Loop_exit !#24 N12713 P8213 MEMBAR Loop_entry !#24 N12714 P8214 BLD 13 -1 FP BE Pri !#24 N12715 P8215 MEMBAR Loop_exit !#24 N12716 P8213 MEMBAR Loop_entry !#24 N12717 P8214 BLD 13 -1 FP BE Pri !#24 N12718 P8215 MEMBAR Loop_exit !#24 N12719 P8216 MEMBAR Loop_entry !#24 N12720 P8217 BLD 250 -1 FP BE Pri !#24 N12721 P8218 MEMBAR Loop_exit !#24 N12722 P8219 MEMBAR Loop_entry !#24 N12723 P8220 BLD 17 -1 FP BE Pri !#24 N12724 P8221 MEMBAR Loop_exit !#24 N12725 P8219 MEMBAR Loop_entry !#24 N12726 P8220 BLD 17 -1 FP BE Pri !#24 N12727 P8221 MEMBAR Loop_exit !#24 N12728 P8222 MEMBAR Loop_entry !#24 N12729 P8223 BLD 254 -1 FP BE Pri !#24 N12730 P8224 MEMBAR Loop_exit !#24 N12731 P8225 MEMBAR Loop_entry !#24 N12732 P8226 BLD 225 -1 FP BE Pri !#24 N12733 P8227 MEMBAR Loop_exit !#24 N12734 P8225 MEMBAR Loop_entry !#24 N12735 P8226 BLD 225 -1 FP BE Pri !#24 N12736 P8227 MEMBAR Loop_exit !#24 N12737 P8228 MEMBAR Loop_entry !#24 N12738 P8229 BLD 311 -1 FP BE Pri !#24 N12739 P8230 MEMBAR Loop_exit !#24 N12740 P8231 MEMBAR Loop_entry !#24 N12741 P8232 BLD 174 -1 FP BE Pri !#24 N12742 P8233 MEMBAR Loop_exit !#24 N12743 P8231 MEMBAR Loop_entry !#24 N12744 P8232 BLD 174 -1 FP BE Pri !#24 N12745 P8233 MEMBAR Loop_exit !#24 N12746 P8234 MEMBAR Loop_entry !#24 N12747 P8235 BLD 271 -1 FP BE Pri !#24 N12748 P8236 MEMBAR Loop_exit !#24 N12749 P8234 MEMBAR Loop_entry !#24 N12750 P8235 BLD 271 -1 FP BE Pri !#24 N12751 P8236 MEMBAR Loop_exit !#24 N12752 P8237 MEMBAR Loop_entry !#24 N12753 P8238 BLD 180 -1 FP BE Pri !#24 N12754 P8239 MEMBAR Loop_exit !#24 N12755 P8237 MEMBAR Loop_entry !#24 N12756 P8238 BLD 180 -1 FP BE Pri !#24 N12757 P8239 MEMBAR Loop_exit !#24 N12758 P8240 MEMBAR Loop_entry !#24 N12759 P8241 BLD 25 -1 FP BE Pri !#24 N12760 P8242 MEMBAR Loop_exit !#24 N12761 P8243 MEMBAR Loop_entry !#24 N12762 P8244 BLD 351 -1 FP BE Pri !#24 N12763 P8245 MEMBAR Loop_exit !#24 N12764 P8243 MEMBAR Loop_entry !#24 N12765 P8244 BLD 351 -1 FP BE Pri !#24 N12766 P8245 MEMBAR Loop_exit !#24 N12767 P8246 MEMBAR Loop_entry !#24 N12768 P8247 BLD 3 -1 FP BE Pri !#24 N12769 P8248 MEMBAR Loop_exit !#24 N12770 P8249 IDC_FLIP 188 Int BE Pri Loop_entry Loop_exit !#24 N12771 P8249 IDC_FLIP 188 Int BE Pri Loop_entry Loop_exit !#24 N12772 P8250 IDC_FLIP 142 Int BE Pri Loop_entry !#24 N12773 P8251 MEMBAR !#24 N12774 P8252 BLD 317 -1 FP BE Pri !#24 N12775 P8253 MEMBAR Loop_exit !#24 N12776 P8254 FLUSHI 247 Int BE Pri Loop_entry Loop_exit !#24 N12777 P8255 MEMBAR Loop_entry !#24 N12778 P8256 BLD 137 -1 FP BE Pri !#24 N12779 P8257 MEMBAR Loop_exit !#24 N12780 P8255 MEMBAR Loop_entry !#24 N12781 P8256 BLD 137 -1 FP BE Pri !#24 N12782 P8257 MEMBAR Loop_exit !#24 N12783 P8258 MEMBAR Loop_entry !#24 N12784 P8259 BLD 11 -1 FP BE Pri !#24 N12785 P8259 BLD 12 -1 FP BE Pri !#24 N12786 P8260 MEMBAR Loop_exit !#24 N12787 P8258 MEMBAR Loop_entry !#24 N12788 P8259 BLD 11 -1 FP BE Pri !#24 N12789 P8259 BLD 12 -1 FP BE Pri !#24 N12790 P8260 MEMBAR Loop_exit !#24 N12791 P8261 MEMBAR Loop_entry !#24 N12792 P8262 BLD 91 -1 FP BE Pri !#24 N12793 P8262 BLD 92 -1 FP BE Pri !#24 N12794 P8262 BLD 93 -1 FP BE Pri !#24 N12795 P8263 MEMBAR Loop_exit !#24 N12796 P8261 MEMBAR Loop_entry !#24 N12797 P8262 BLD 91 -1 FP BE Pri !#24 N12798 P8262 BLD 92 -1 FP BE Pri !#24 N12799 P8262 BLD 93 -1 FP BE Pri !#24 N12800 P8263 MEMBAR Loop_exit !#24 N12801 P8264 MEMBAR Loop_entry !#24 N12802 P8265 BLD 249 -1 FP BE Pri !#24 N12803 P8266 MEMBAR Loop_exit !#24 N12804 P8264 MEMBAR Loop_entry !#24 N12805 P8265 BLD 249 -1 FP BE Pri !#24 N12806 P8266 MEMBAR Loop_exit !#24 N12807 P8267 MEMBAR Loop_entry !#24 N12808 P8268 BLD 77 -1 FP BE Pri !#24 N12809 P8269 MEMBAR Loop_exit !#24 N12810 P8267 MEMBAR Loop_entry !#24 N12811 P8268 BLD 77 -1 FP BE Pri !#24 N12812 P8269 MEMBAR Loop_exit !#24 N12813 P8270 MEMBAR Loop_entry !#24 N12814 P8271 BLD 245 -1 FP BE Pri !#24 N12815 P8272 MEMBAR Loop_exit !#24 N12816 P8273 MEMBAR Loop_entry !#24 N12817 P8274 BLD 261 -1 FP BE Pri !#24 N12818 P8275 MEMBAR Loop_exit !#24 N12819 P8273 MEMBAR Loop_entry !#24 N12820 P8274 BLD 261 -1 FP BE Pri !#24 N12821 P8275 MEMBAR Loop_exit !#24 N12822 P8276 MEMBAR Loop_entry !#24 N12823 P8277 BLD 330 -1 FP BE Pri !#24 N12824 P8278 MEMBAR Loop_exit !#24 N12825 P8279 MEMBAR Loop_entry !#24 N12826 P8280 BLD 171 -1 FP BE Pri !#24 N12827 P8281 MEMBAR Loop_exit !#24 N12828 P8279 MEMBAR Loop_entry !#24 N12829 P8280 BLD 171 -1 FP BE Pri !#24 N12830 P8281 MEMBAR Loop_exit !#24 N12831 P8282 MEMBAR Loop_entry !#24 N12832 P8283 BLD 214 -1 FP BE Pri !#24 N12833 P8284 MEMBAR Loop_exit !#24 N12834 P8285 MEMBAR Loop_entry !#24 N12835 P8286 BLD 119 -1 FP BE Pri !#24 N12836 P8287 MEMBAR Loop_exit !#24 N12837 P8285 MEMBAR Loop_entry !#24 N12838 P8286 BLD 119 -1 FP BE Pri !#24 N12839 P8287 MEMBAR Loop_exit !#24 N12840 P8288 MEMBAR Loop_entry !#24 N12841 P8289 BLD 303 -1 FP BE Pri !#24 N12842 P8290 MEMBAR Loop_exit !#24 N12843 P8291 MEMBAR Loop_entry !#24 N12844 P8292 BLD 62 -1 FP BE Pri !#24 N12845 P8292 BLD 63 -1 FP BE Pri !#24 N12846 P8293 MEMBAR Loop_exit !#24 N12847 P8294 MEMBAR Loop_entry !#24 N12848 P8295 BLD 60 -1 FP BE Pri !#24 N12849 P8296 MEMBAR Loop_exit !#24 N12850 P8297 MEMBAR Loop_entry !#24 N12851 P8298 BLD 46 -1 FP BE Pri !#24 N12852 P8299 MEMBAR Loop_exit !#24 N12853 P8297 MEMBAR Loop_entry !#24 N12854 P8298 BLD 46 -1 FP BE Pri !#24 N12855 P8299 MEMBAR Loop_exit !#24 N12856 P8300 MEMBAR Loop_entry !#24 N12857 P8301 BLD 264 -1 FP BE Pri !#24 N12858 P8302 MEMBAR Loop_exit !#24 N12859 P8303 MEMBAR Loop_entry !#24 N12860 P8304 BLD 89 -1 FP BE Pri !#24 N12861 P8304 BLD 90 -1 FP BE Pri !#24 N12862 P8305 MEMBAR Loop_exit !#24 N12863 P8303 MEMBAR Loop_entry !#24 N12864 P8304 BLD 89 -1 FP BE Pri !#24 N12865 P8304 BLD 90 -1 FP BE Pri !#24 N12866 P8305 MEMBAR Loop_exit !#24 N12867 P8306 MEMBAR Loop_entry !#24 N12868 P8307 BLD 186 -1 FP BE Pri !#24 N12869 P8308 MEMBAR Loop_exit !#24 N12870 P8309 MEMBAR Loop_entry !#24 N12871 P8310 BLD 83 -1 FP BE Pri !#24 N12872 P8311 MEMBAR Loop_exit !#24 N12873 P8309 MEMBAR Loop_entry !#24 N12874 P8310 BLD 83 -1 FP BE Pri !#24 N12875 P8311 MEMBAR Loop_exit !#24 N12876 P8312 MEMBAR Loop_entry !#24 N12877 P8313 BLD 47 -1 FP BE Pri !#24 N12878 P8314 MEMBAR Loop_exit !#24 N12879 P8315 IDC_FLIP 326 Int BE Pri Loop_entry !#24 N12880 P8316 MEMBAR !#24 N12881 P8317 BLD 76 -1 FP BE Pri !#24 N12882 P8318 MEMBAR Loop_exit !#24 N12883 P8315 IDC_FLIP 326 Int BE Pri Loop_entry !#24 N12884 P8316 MEMBAR !#24 N12885 P8317 BLD 76 -1 FP BE Pri !#24 N12886 P8318 MEMBAR Loop_exit !#24 N12887 P8319 MEMBAR Loop_entry !#24 N12888 P8320 BLD 119 -1 FP BE Pri !#24 N12889 P8321 MEMBAR Loop_exit !#24 N12890 P8319 MEMBAR Loop_entry !#24 N12891 P8320 BLD 119 -1 FP BE Pri !#24 N12892 P8321 MEMBAR Loop_exit !#24 N12893 P8322 MEMBAR Loop_entry !#24 N12894 P8323 BLD 233 -1 FP BE Pri !#24 N12895 P8324 MEMBAR Loop_exit !#24 N12896 P8325 IDC_FLIP 18 Int BE Pri Loop_entry !#24 N12897 P8326 MEMBAR !#24 N12898 P8327 BLD 354 -1 FP BE Pri !#24 N12899 P8328 MEMBAR Loop_exit !#24 N12900 P8329 MEMBAR Loop_entry !#24 N12901 P8330 BLD 307 -1 FP BE Pri !#24 N12902 P8331 MEMBAR Loop_exit !#24 N12903 P8329 MEMBAR Loop_entry !#24 N12904 P8330 BLD 307 -1 FP BE Pri !#24 N12905 P8331 MEMBAR Loop_exit !#24 N12906 P8332 MEMBAR Loop_entry !#24 N12907 P8333 BLD 355 -1 FP BE Pri !#24 N12908 P8334 MEMBAR Loop_exit !#24 N12909 P8335 MEMBAR Loop_entry !#24 N12910 P8336 BLD 41 -1 FP BE Pri !#24 N12911 P8337 MEMBAR Loop_exit !#24 N12912 P8335 MEMBAR Loop_entry !#24 N12913 P8336 BLD 41 -1 FP BE Pri !#24 N12914 P8337 MEMBAR Loop_exit !#24 N12915 P8338 MEMBAR Loop_entry !#24 N12916 P8339 BLD 16 -1 FP BE Pri !#24 N12917 P8340 MEMBAR Loop_exit !#24 N12918 P8341 MEMBAR Loop_entry !#24 N12919 P8342 BLD 152 -1 FP BE Pri !#24 N12920 P8343 MEMBAR Loop_exit !#24 N12921 P8344 MEMBAR Loop_entry !#24 N12922 P8345 BLD 87 -1 FP BE Pri !#24 N12923 P8346 MEMBAR Loop_exit !#24 N12924 P8344 MEMBAR Loop_entry !#24 N12925 P8345 BLD 87 -1 FP BE Pri !#24 N12926 P8346 MEMBAR Loop_exit !#24 N12927 P8347 MEMBAR Loop_entry !#24 N12928 P8348 BLD 194 -1 FP BE Pri !#24 N12929 P8349 MEMBAR Loop_exit !#24 N12930 P8347 MEMBAR Loop_entry !#24 N12931 P8348 BLD 194 -1 FP BE Pri !#24 N12932 P8349 MEMBAR Loop_exit !#24 N12933 P8350 MEMBAR Loop_entry !#24 N12934 P8351 BLD 185 -1 FP BE Pri !#24 N12935 P8352 MEMBAR Loop_exit !#24 N12936 P8350 MEMBAR Loop_entry !#24 N12937 P8351 BLD 185 -1 FP BE Pri !#24 N12938 P8352 MEMBAR Loop_exit !#24 N12939 P8353 MEMBAR Loop_entry !#24 N12940 P8354 BLD 248 -1 FP BE Pri !#24 N12941 P8355 MEMBAR Loop_exit !#24 N12942 P8353 MEMBAR Loop_entry !#24 N12943 P8354 BLD 248 -1 FP BE Pri !#24 N12944 P8355 MEMBAR Loop_exit !#24 N12945 P8356 MEMBAR Loop_entry !#24 N12946 P8357 BLD 107 -1 FP BE Pri !#24 N12947 P8358 MEMBAR Loop_exit !#24 N12948 P8356 MEMBAR Loop_entry !#24 N12949 P8357 BLD 107 -1 FP BE Pri !#24 N12950 P8358 MEMBAR Loop_exit !#24 N12951 P8359 MEMBAR Loop_entry !#24 N12952 P8360 BLD 209 -1 FP BE Pri !#24 N12953 P8361 MEMBAR Loop_exit !#24 N12954 P8359 MEMBAR Loop_entry !#24 N12955 P8360 BLD 209 -1 FP BE Pri !#24 N12956 P8361 MEMBAR Loop_exit !#24 N12957 P8362 IDC_FLIP 110 Int BE Pri Loop_entry Loop_exit !#24 N12958 P8363 MEMBAR Loop_entry !#24 N12959 P8364 BLD 26 -1 FP BE Pri !#24 N12960 P8365 MEMBAR Loop_exit !#24 N12961 P8363 MEMBAR Loop_entry !#24 N12962 P8364 BLD 26 -1 FP BE Pri !#24 N12963 P8365 MEMBAR Loop_exit !#24 N12964 P8366 MEMBAR Loop_entry !#24 N12965 P8367 BLD 244 -1 FP BE Pri !#24 N12966 P8368 MEMBAR Loop_exit !#24 N12967 P8369 PREFETCH 223 Int BE Pri Loop_entry Loop_exit !#24 N12968 P8369 PREFETCH 223 Int BE Pri Loop_entry Loop_exit !#24 N12969 P8370 MEMBAR Loop_entry !#24 N12970 P8371 BLD 317 -1 FP BE Pri !#24 N12971 P8372 MEMBAR Loop_exit !#24 N12972 P8370 MEMBAR Loop_entry !#24 N12973 P8371 BLD 317 -1 FP BE Pri !#24 N12974 P8372 MEMBAR Loop_exit !#24 N12975 P8373 MEMBAR Loop_entry !#24 N12976 P8374 BLD 55 -1 FP BE Pri !#24 N12977 P8375 MEMBAR Loop_exit !#24 N12978 P8373 MEMBAR Loop_entry !#24 N12979 P8374 BLD 55 -1 FP BE Pri !#24 N12980 P8375 MEMBAR Loop_exit !#24 N12981 P8376 MEMBAR Loop_entry !#24 N12982 P8377 BLD 4 -1 FP BE Pri !#24 N12983 P8378 MEMBAR Loop_exit !#24 N12984 P8376 MEMBAR Loop_entry !#24 N12985 P8377 BLD 4 -1 FP BE Pri !#24 N12986 P8378 MEMBAR Loop_exit !#24 N12987 P8379 MEMBAR Loop_entry !#24 N12988 P8380 BLD 52 -1 FP BE Pri !#24 N12989 P8381 MEMBAR Loop_exit !#24 N12990 P8382 MEMBAR Loop_entry !#24 N12991 P8383 BLD 229 -1 FP BE Pri !#24 N12992 P8384 MEMBAR Loop_exit !#24 N12993 P8382 MEMBAR Loop_entry !#24 N12994 P8383 BLD 229 -1 FP BE Pri !#24 N12995 P8384 MEMBAR Loop_exit !#24 N12996 P8385 ST 324 0x8c000002 Int BE Pri Loop_entry !#24 N12997 P8386 MEMBAR !#24 N12998 P8387 BLD 148 -1 FP BE Pri !#24 N12999 P8388 MEMBAR Loop_exit !#24 N13000 P8385 ST 324 0x8c000003 Int BE Pri Loop_entry !#24 N13001 P8386 MEMBAR !#24 N13002 P8387 BLD 148 -1 FP BE Pri !#24 N13003 P8388 MEMBAR Loop_exit !#24 N13004 P8389 MEMBAR Loop_entry Loop_exit !#24 N13005 P8390 IDC_FLIP 103 Int BE Pri Loop_entry !#24 N13006 P8391 MEMBAR !#24 N13007 P8392 BLD 294 -1 FP BE Pri !#24 N13008 P8393 MEMBAR Loop_exit !#24 N13009 P8390 IDC_FLIP 103 Int BE Pri Loop_entry !#24 N13010 P8391 MEMBAR !#24 N13011 P8392 BLD 294 -1 FP BE Pri !#24 N13012 P8393 MEMBAR Loop_exit !#24 N13013 P8394 MEMBAR Loop_entry !#24 N13014 P8395 BLD 233 -1 FP BE Pri !#24 N13015 P8396 MEMBAR Loop_exit !#24 N13016 P8397 MEMBAR Loop_entry !#24 N13017 P8398 BLD 78 -1 FP BE Pri !#24 N13018 P8399 MEMBAR Loop_exit !#24 N13019 P8397 MEMBAR Loop_entry !#24 N13020 P8398 BLD 78 -1 FP BE Pri !#24 N13021 P8399 MEMBAR Loop_exit !#24 N13022 P8400 MEMBAR Loop_entry !#24 N13023 P8401 BLD 69 -1 FP BE Pri !#24 N13024 P8402 MEMBAR Loop_exit !#24 N13025 P8400 MEMBAR Loop_entry !#24 N13026 P8401 BLD 69 -1 FP BE Pri !#24 N13027 P8402 MEMBAR Loop_exit !#24 N13028 P8403 MEMBAR Loop_entry !#24 N13029 P8404 BLD 43 -1 FP BE Pri !#24 N13030 P8405 MEMBAR Loop_exit !#24 N13031 P8403 MEMBAR Loop_entry !#24 N13032 P8404 BLD 43 -1 FP BE Pri !#24 N13033 P8405 MEMBAR Loop_exit !#24 N13034 P8406 MEMBAR Loop_entry !#24 N13035 P8407 BLD 288 -1 FP BE Pri !#24 N13036 P8408 MEMBAR Loop_exit !#24 N13037 P8409 MEMBAR Loop_entry !#24 N13038 P8410 BLD 116 -1 FP BE Pri !#24 N13039 P8411 MEMBAR Loop_exit !#24 N13040 P8412 IDC_FLIP 352 Int BE Pri Loop_entry !#24 N13041 P8413 MEMBAR !#24 N13042 P8414 BLD 256 -1 FP BE Pri !#24 N13043 P8415 MEMBAR Loop_exit !#24 N13044 P8416 MEMBAR Loop_entry !#24 N13045 P8417 BLD 120 -1 FP BE Pri !#24 N13046 P8418 MEMBAR Loop_exit !#24 N13047 P8416 MEMBAR Loop_entry !#24 N13048 P8417 BLD 120 -1 FP BE Pri !#24 N13049 P8418 MEMBAR Loop_exit !#24 N13050 P8419 MEMBAR !#25 N13051 P8420 MEMBAR Loop_entry !#25 N13052 P8421 BLD 200 -1 FP BE Pri !#25 N13053 P8422 MEMBAR Loop_exit !#25 N13054 P8420 MEMBAR Loop_entry !#25 N13055 P8421 BLD 200 -1 FP BE Pri !#25 N13056 P8422 MEMBAR Loop_exit !#25 N13057 P8423 MEMBAR Loop_entry !#25 N13058 P8424 BLD 318 -1 FP BE Pri !#25 N13059 P8425 MEMBAR Loop_exit !#25 N13060 P8426 MEMBAR Loop_entry !#25 N13061 P8427 BLD 301 -1 FP BE Pri !#25 N13062 P8428 MEMBAR Loop_exit !#25 N13063 P8426 MEMBAR Loop_entry !#25 N13064 P8427 BLD 301 -1 FP BE Pri !#25 N13065 P8428 MEMBAR Loop_exit !#25 N13066 P8429 MEMBAR Loop_entry !#25 N13067 P8430 BLD 143 -1 FP BE Pri !#25 N13068 P8431 MEMBAR Loop_exit !#25 N13069 P8429 MEMBAR Loop_entry !#25 N13070 P8430 BLD 143 -1 FP BE Pri !#25 N13071 P8431 MEMBAR Loop_exit !#25 N13072 P8432 MEMBAR Loop_entry !#25 N13073 P8433 BLD 52 -1 FP BE Pri !#25 N13074 P8434 MEMBAR Loop_exit !#25 N13075 P8432 MEMBAR Loop_entry !#25 N13076 P8433 BLD 52 -1 FP BE Pri !#25 N13077 P8434 MEMBAR Loop_exit !#25 N13078 P8435 MEMBAR Loop_entry !#25 N13079 P8436 BLD 53 -1 FP BE Pri !#25 N13080 P8437 MEMBAR Loop_exit !#25 N13081 P8435 MEMBAR Loop_entry !#25 N13082 P8436 BLD 53 -1 FP BE Pri !#25 N13083 P8437 MEMBAR Loop_exit !#25 N13084 P8438 MEMBAR Loop_entry !#25 N13085 P8439 BLD 2 -1 FP BE Pri !#25 N13086 P8440 MEMBAR Loop_exit !#25 N13087 P8441 MEMBAR Loop_entry !#25 N13088 P8442 BLD 138 -1 FP BE Pri !#25 N13089 P8443 MEMBAR Loop_exit !#25 N13090 P8444 MEMBAR Loop_entry !#25 N13091 P8445 BLD 267 -1 FP BE Pri !#25 N13092 P8446 MEMBAR Loop_exit !#25 N13093 P8447 PREFETCH 117 Int BE Pri Loop_entry Loop_exit !#25 N13094 P8448 IDC_FLIP 274 Int BE Pri Loop_entry !#25 N13095 P8449 MEMBAR !#25 N13096 P8450 BLD 234 -1 FP BE Pri !#25 N13097 P8451 MEMBAR Loop_exit !#25 N13098 P8452 MEMBAR Loop_entry !#25 N13099 P8453 BLD 74 -1 FP BE Pri !#25 N13100 P8454 MEMBAR Loop_exit !#25 N13101 P8455 MEMBAR Loop_entry !#25 N13102 P8456 BLD 163 -1 FP BE Pri !#25 N13103 P8457 MEMBAR Loop_exit !#25 N13104 P8458 MEMBAR Loop_entry !#25 N13105 P8459 BLD 243 -1 FP BE Pri !#25 N13106 P8460 MEMBAR Loop_exit !#25 N13107 P8458 MEMBAR Loop_entry !#25 N13108 P8459 BLD 243 -1 FP BE Pri !#25 N13109 P8460 MEMBAR Loop_exit !#25 N13110 P8461 MEMBAR Loop_entry !#25 N13111 P8462 BLD 299 -1 FP BE Pri !#25 N13112 P8463 MEMBAR Loop_exit !#25 N13113 P8461 MEMBAR Loop_entry !#25 N13114 P8462 BLD 299 -1 FP BE Pri !#25 N13115 P8463 MEMBAR Loop_exit !#25 N13116 P8464 MEMBAR Loop_entry !#25 N13117 P8465 BLD 4 -1 FP BE Pri !#25 N13118 P8466 MEMBAR Loop_exit !#25 N13119 P8464 MEMBAR Loop_entry !#25 N13120 P8465 BLD 4 -1 FP BE Pri !#25 N13121 P8466 MEMBAR Loop_exit !#25 N13122 P8467 MEMBAR Loop_entry !#25 N13123 P8468 BLD 46 -1 FP BE Pri !#25 N13124 P8469 MEMBAR Loop_exit !#25 N13125 P8467 MEMBAR Loop_entry !#25 N13126 P8468 BLD 46 -1 FP BE Pri !#25 N13127 P8469 MEMBAR Loop_exit !#25 N13128 P8470 ST 219 0x8c800001 Int BE Pri Loop_entry !#25 N13129 P8471 MEMBAR !#25 N13130 P8472 BLD 282 -1 FP BE Pri !#25 N13131 P8473 MEMBAR Loop_exit !#25 N13132 P8474 ST 62 0x8c800002 Int BE Pri Loop_entry !#25 N13133 P8475 MEMBAR !#25 N13134 P8476 BLD 315 -1 FP BE Pri !#25 N13135 P8477 MEMBAR Loop_exit !#25 N13136 P8474 ST 62 0x8c800003 Int BE Pri Loop_entry !#25 N13137 P8475 MEMBAR !#25 N13138 P8476 BLD 315 -1 FP BE Pri !#25 N13139 P8477 MEMBAR Loop_exit !#25 N13140 P8478 MEMBAR Loop_entry !#25 N13141 P8479 BLD 139 -1 FP BE Pri !#25 N13142 P8480 MEMBAR Loop_exit !#25 N13143 P8478 MEMBAR Loop_entry !#25 N13144 P8479 BLD 139 -1 FP BE Pri !#25 N13145 P8480 MEMBAR Loop_exit !#25 N13146 P8481 MEMBAR Loop_entry !#25 N13147 P8482 BLD 124 -1 FP BE Pri !#25 N13148 P8482 BLD 125 -1 FP BE Pri !#25 N13149 P8482 BLD 126 -1 FP BE Pri !#25 N13150 P8483 MEMBAR Loop_exit !#25 N13151 P8484 MEMBAR Loop_entry !#25 N13152 P8485 BLD 157 -1 FP BE Pri !#25 N13153 P8486 MEMBAR Loop_exit !#25 N13154 P8487 MEMBAR Loop_entry !#25 N13155 P8488 BLD 159 -1 FP BE Pri !#25 N13156 P8489 MEMBAR Loop_exit !#25 N13157 P8487 MEMBAR Loop_entry !#25 N13158 P8488 BLD 159 -1 FP BE Pri !#25 N13159 P8489 MEMBAR Loop_exit !#25 N13160 P8490 MEMBAR Loop_entry !#25 N13161 P8491 BLD 282 -1 FP BE Pri !#25 N13162 P8492 MEMBAR Loop_exit !#25 N13163 P8490 MEMBAR Loop_entry !#25 N13164 P8491 BLD 282 -1 FP BE Pri !#25 N13165 P8492 MEMBAR Loop_exit !#25 N13166 P8493 MEMBAR Loop_entry !#25 N13167 P8494 BLD 167 -1 FP BE Pri !#25 N13168 P8495 MEMBAR Loop_exit !#25 N13169 P8493 MEMBAR Loop_entry !#25 N13170 P8494 BLD 167 -1 FP BE Pri !#25 N13171 P8495 MEMBAR Loop_exit !#25 N13172 P8496 IDC_FLIP 93 Int BE Pri Loop_entry !#25 N13173 P8497 MEMBAR !#25 N13174 P8498 BLD 31 -1 FP BE Pri !#25 N13175 P8499 MEMBAR Loop_exit !#25 N13176 P8496 IDC_FLIP 93 Int BE Pri Loop_entry !#25 N13177 P8497 MEMBAR !#25 N13178 P8498 BLD 31 -1 FP BE Pri !#25 N13179 P8499 MEMBAR Loop_exit !#25 N13180 P8500 MEMBAR Loop_entry !#25 N13181 P8501 BLD 357 -1 FP BE Pri !#25 N13182 P8502 MEMBAR Loop_exit !#25 N13183 P8500 MEMBAR Loop_entry !#25 N13184 P8501 BLD 357 -1 FP BE Pri !#25 N13185 P8502 MEMBAR Loop_exit !#25 N13186 P8503 MEMBAR Loop_entry !#25 N13187 P8504 BLD 18 -1 FP BE Pri !#25 N13188 P8505 MEMBAR Loop_exit !#25 N13189 P8506 MEMBAR Loop_entry !#25 N13190 P8507 BLD 127 -1 FP BE Pri !#25 N13191 P8508 MEMBAR Loop_exit !#25 N13192 P8509 MEMBAR Loop_entry !#25 N13193 P8510 BLD 76 -1 FP BE Pri !#25 N13194 P8511 MEMBAR Loop_exit !#25 N13195 P8509 MEMBAR Loop_entry !#25 N13196 P8510 BLD 76 -1 FP BE Pri !#25 N13197 P8511 MEMBAR Loop_exit !#25 N13198 P8512 MEMBAR Loop_entry !#25 N13199 P8513 BLD 100 -1 FP BE Pri !#25 N13200 P8514 MEMBAR Loop_exit !#25 N13201 P8512 MEMBAR Loop_entry !#25 N13202 P8513 BLD 100 -1 FP BE Pri !#25 N13203 P8514 MEMBAR Loop_exit !#25 N13204 P8515 IDC_FLIP 152 Int BE Pri Loop_entry Loop_exit !#25 N13205 P8516 MEMBAR Loop_entry !#25 N13206 P8517 BLD 350 -1 FP BE Pri !#25 N13207 P8518 MEMBAR Loop_exit !#25 N13208 P8516 MEMBAR Loop_entry !#25 N13209 P8517 BLD 350 -1 FP BE Pri !#25 N13210 P8518 MEMBAR Loop_exit !#25 N13211 P8519 MEMBAR Loop_entry !#25 N13212 P8520 BLD 229 -1 FP BE Pri !#25 N13213 P8521 MEMBAR Loop_exit !#25 N13214 P8519 MEMBAR Loop_entry !#25 N13215 P8520 BLD 229 -1 FP BE Pri !#25 N13216 P8521 MEMBAR Loop_exit !#25 N13217 P8522 MEMBAR Loop_entry !#25 N13218 P8523 BLD 251 -1 FP BE Pri !#25 N13219 P8524 MEMBAR Loop_exit !#25 N13220 P8525 MEMBAR Loop_entry !#25 N13221 P8526 BLD 165 -1 FP BE Pri !#25 N13222 P8527 MEMBAR Loop_exit !#25 N13223 P8528 MEMBAR Loop_entry !#25 N13224 P8529 BLD 80 -1 FP BE Pri !#25 N13225 P8530 MEMBAR Loop_exit !#25 N13226 P8528 MEMBAR Loop_entry !#25 N13227 P8529 BLD 80 -1 FP BE Pri !#25 N13228 P8530 MEMBAR Loop_exit !#25 N13229 P8531 MEMBAR Loop_entry !#25 N13230 P8532 BLD 124 -1 FP BE Pri !#25 N13231 P8532 BLD 125 -1 FP BE Pri !#25 N13232 P8532 BLD 126 -1 FP BE Pri !#25 N13233 P8533 MEMBAR Loop_exit !#25 N13234 P8534 MEMBAR Loop_entry !#25 N13235 P8535 BLD 267 -1 FP BE Pri !#25 N13236 P8536 MEMBAR Loop_exit !#25 N13237 P8534 MEMBAR Loop_entry !#25 N13238 P8535 BLD 267 -1 FP BE Pri !#25 N13239 P8536 MEMBAR Loop_exit !#25 N13240 P8537 IDC_FLIP 66 Int BE Pri Loop_entry Loop_exit !#25 N13241 P8538 PREFETCH 170 NF Int BE Pri Loop_entry Loop_exit !#25 N13242 P8539 MEMBAR Loop_entry !#25 N13243 P8540 BLD 206 -1 FP BE Pri !#25 N13244 P8541 MEMBAR Loop_exit !#25 N13245 P8542 MEMBAR Loop_entry !#25 N13246 P8543 BLD 65 -1 FP BE Pri !#25 N13247 P8544 MEMBAR Loop_exit !#25 N13248 P8545 MEMBAR Loop_entry !#25 N13249 P8546 BLD 155 -1 FP BE Pri !#25 N13250 P8547 MEMBAR Loop_exit !#25 N13251 P8548 ST 44 0x8c800004 Int BE Pri Loop_entry !#25 N13252 P8549 MEMBAR !#25 N13253 P8550 BLD 265 -1 FP BE Pri !#25 N13254 P8551 MEMBAR Loop_exit !#25 N13255 P8552 MEMBAR Loop_entry !#25 N13256 P8553 BLD 171 -1 FP BE Pri !#25 N13257 P8554 MEMBAR Loop_exit !#25 N13258 P8555 MEMBAR Loop_entry !#25 N13259 P8556 BLD 88 -1 FP BE Pri !#25 N13260 P8557 MEMBAR Loop_exit !#25 N13261 P8555 MEMBAR Loop_entry !#25 N13262 P8556 BLD 88 -1 FP BE Pri !#25 N13263 P8557 MEMBAR Loop_exit !#25 N13264 P8558 MEMBAR Loop_entry !#25 N13265 P8559 BLD 71 -1 FP BE Pri !#25 N13266 P8559 BLD 72 -1 FP BE Pri !#A N13265 N13266 !#25 N13267 P8560 MEMBAR Loop_exit !#25 N13268 P8561 PREFETCH 128 Int BE Pri Loop_entry Loop_exit !#25 N13269 P8562 IDC_FLIP 109 Int BE Pri Loop_entry !#25 N13270 P8563 MEMBAR !#25 N13271 P8564 BLD 252 -1 FP BE Pri !#25 N13272 P8565 MEMBAR Loop_exit !#25 N13273 P8566 MEMBAR Loop_entry !#25 N13274 P8567 BLD 175 -1 FP BE Pri !#25 N13275 P8568 MEMBAR Loop_exit !#25 N13276 P8569 MEMBAR Loop_entry !#25 N13277 P8570 BLD 65 -1 FP BE Pri !#25 N13278 P8571 MEMBAR Loop_exit !#25 N13279 P8569 MEMBAR Loop_entry !#25 N13280 P8570 BLD 65 -1 FP BE Pri !#25 N13281 P8571 MEMBAR Loop_exit !#25 N13282 P8572 MEMBAR Loop_entry !#25 N13283 P8573 BLD 295 -1 FP BE Pri !#25 N13284 P8573 BLD 296 -1 FP BE Pri !#25 N13285 P8574 MEMBAR Loop_exit !#25 N13286 P8572 MEMBAR Loop_entry !#25 N13287 P8573 BLD 295 -1 FP BE Pri !#25 N13288 P8573 BLD 296 -1 FP BE Pri !#25 N13289 P8574 MEMBAR Loop_exit !#25 N13290 P8575 MEMBAR Loop_entry !#25 N13291 P8576 BLD 348 -1 FP BE Pri !#25 N13292 P8577 MEMBAR Loop_exit !#25 N13293 P8575 MEMBAR Loop_entry !#25 N13294 P8576 BLD 348 -1 FP BE Pri !#25 N13295 P8577 MEMBAR Loop_exit !#25 N13296 P8578 MEMBAR Loop_entry !#25 N13297 P8579 BLD 53 -1 FP BE Pri !#25 N13298 P8580 MEMBAR Loop_exit !#25 N13299 P8581 MEMBAR Loop_entry !#25 N13300 P8582 BLD 91 -1 FP BE Pri !#25 N13301 P8582 BLD 92 -1 FP BE Pri !#25 N13302 P8582 BLD 93 -1 FP BE Pri !#25 N13303 P8583 MEMBAR Loop_exit !#25 N13304 P8584 IDC_FLIP 291 Int BE Pri Loop_entry Loop_exit !#25 N13305 P8585 MEMBAR Loop_entry !#25 N13306 P8586 BLD 293 -1 FP BE Pri !#25 N13307 P8587 MEMBAR Loop_exit !#25 N13308 P8588 MEMBAR Loop_entry !#25 N13309 P8589 BLD 135 -1 FP BE Pri !#25 N13310 P8590 MEMBAR Loop_exit !#25 N13311 P8591 MEMBAR Loop_entry !#25 N13312 P8592 BLD 179 -1 FP BE Pri !#25 N13313 P8593 MEMBAR Loop_exit !#25 N13314 P8594 MEMBAR Loop_entry !#25 N13315 P8595 BLD 119 -1 FP BE Pri !#25 N13316 P8596 MEMBAR Loop_exit !#25 N13317 P8597 FLUSHI 226 Int BE Pri Loop_entry !#25 N13318 P8598 MEMBAR !#25 N13319 P8599 BLD 176 -1 FP BE Pri !#25 N13320 P8600 MEMBAR Loop_exit !#25 N13321 P8597 FLUSHI 226 Int BE Pri Loop_entry !#25 N13322 P8598 MEMBAR !#25 N13323 P8599 BLD 176 -1 FP BE Pri !#25 N13324 P8600 MEMBAR Loop_exit !#25 N13325 P8601 MEMBAR Loop_entry Loop_exit !#25 N13326 P8601 MEMBAR Loop_entry Loop_exit !#25 N13327 P8602 MEMBAR Loop_entry !#25 N13328 P8603 BLD 224 -1 FP BE Pri !#25 N13329 P8604 MEMBAR Loop_exit !#25 N13330 P8602 MEMBAR Loop_entry !#25 N13331 P8603 BLD 224 -1 FP BE Pri !#25 N13332 P8604 MEMBAR Loop_exit !#25 N13333 P8605 MEMBAR Loop_entry !#25 N13334 P8606 BLD 323 -1 FP BE Pri !#25 N13335 P8607 MEMBAR Loop_exit !#25 N13336 P8608 MEMBAR Loop_entry !#25 N13337 P8609 BLD 115 -1 FP BE Pri !#25 N13338 P8610 MEMBAR Loop_exit !#25 N13339 P8611 MEMBAR Loop_entry !#25 N13340 P8612 BLD 290 -1 FP BE Pri !#25 N13341 P8613 MEMBAR Loop_exit !#25 N13342 P8614 MEMBAR Loop_entry !#25 N13343 P8615 BLD 232 -1 FP BE Pri !#25 N13344 P8616 MEMBAR Loop_exit !#25 N13345 P8614 MEMBAR Loop_entry !#25 N13346 P8615 BLD 232 -1 FP BE Pri !#25 N13347 P8616 MEMBAR Loop_exit !#25 N13348 P8617 MEMBAR Loop_entry !#25 N13349 P8618 BLD 5 -1 FP BE Pri !#25 N13350 P8619 MEMBAR Loop_exit !#25 N13351 P8620 MEMBAR Loop_entry !#25 N13352 P8621 BLD 163 -1 FP BE Pri !#25 N13353 P8622 MEMBAR Loop_exit !#25 N13354 P8620 MEMBAR Loop_entry !#25 N13355 P8621 BLD 163 -1 FP BE Pri !#25 N13356 P8622 MEMBAR Loop_exit !#25 N13357 P8623 MEMBAR Loop_entry !#25 N13358 P8624 BLD 248 -1 FP BE Pri !#25 N13359 P8625 MEMBAR Loop_exit !#25 N13360 P8626 MEMBAR Loop_entry !#25 N13361 P8627 BLD 82 -1 FP BE Pri !#25 N13362 P8628 MEMBAR Loop_exit !#25 N13363 P8626 MEMBAR Loop_entry !#25 N13364 P8627 BLD 82 -1 FP BE Pri !#25 N13365 P8628 MEMBAR Loop_exit !#25 N13366 P8629 MEMBAR Loop_entry !#25 N13367 P8630 BLD 173 -1 FP BE Pri !#25 N13368 P8631 MEMBAR Loop_exit !#25 N13369 P8629 MEMBAR Loop_entry !#25 N13370 P8630 BLD 173 -1 FP BE Pri !#25 N13371 P8631 MEMBAR Loop_exit !#25 N13372 P8632 MEMBAR Loop_entry !#25 N13373 P8633 BLD 226 -1 FP BE Pri !#25 N13374 P8634 MEMBAR Loop_exit !#25 N13375 P8632 MEMBAR Loop_entry !#25 N13376 P8633 BLD 226 -1 FP BE Pri !#25 N13377 P8634 MEMBAR Loop_exit !#25 N13378 P8635 MEMBAR Loop_entry !#25 N13379 P8636 BLD 123 -1 FP BE Pri !#25 N13380 P8637 MEMBAR Loop_exit !#25 N13381 P8635 MEMBAR Loop_entry !#25 N13382 P8636 BLD 123 -1 FP BE Pri !#25 N13383 P8637 MEMBAR Loop_exit !#25 N13384 P8638 MEMBAR Loop_entry !#25 N13385 P8639 BLD 4 -1 FP BE Pri !#25 N13386 P8640 MEMBAR Loop_exit !#25 N13387 P8641 ST 16 0x8c800005 Int BE Pri Loop_entry !#25 N13388 P8642 MEMBAR !#25 N13389 P8643 BLD 30 -1 FP BE Pri !#25 N13390 P8644 MEMBAR Loop_exit !#25 N13391 P8641 ST 16 0x8c800006 Int BE Pri Loop_entry !#25 N13392 P8642 MEMBAR !#25 N13393 P8643 BLD 30 -1 FP BE Pri !#25 N13394 P8644 MEMBAR Loop_exit !#25 N13395 P8645 MEMBAR Loop_entry !#25 N13396 P8646 BLD 251 -1 FP BE Pri !#25 N13397 P8647 MEMBAR Loop_exit !#25 N13398 P8645 MEMBAR Loop_entry !#25 N13399 P8646 BLD 251 -1 FP BE Pri !#25 N13400 P8647 MEMBAR Loop_exit !#25 N13401 P8648 MEMBAR Loop_entry !#25 N13402 P8649 BLD 279 -1 FP BE Pri !#25 N13403 P8650 MEMBAR Loop_exit !#25 N13404 P8648 MEMBAR Loop_entry !#25 N13405 P8649 BLD 279 -1 FP BE Pri !#25 N13406 P8650 MEMBAR Loop_exit !#25 N13407 P8651 MEMBAR Loop_entry !#25 N13408 P8652 BLD 297 -1 FP BE Pri !#25 N13409 P8653 MEMBAR Loop_exit !#25 N13410 P8651 MEMBAR Loop_entry !#25 N13411 P8652 BLD 297 -1 FP BE Pri !#25 N13412 P8653 MEMBAR Loop_exit !#25 N13413 P8654 IDC_FLIP 217 Int BE Pri Loop_entry !#25 N13414 P8655 MEMBAR !#25 N13415 P8656 BLD 243 -1 FP BE Pri !#25 N13416 P8657 MEMBAR Loop_exit !#25 N13417 P8658 MEMBAR Loop_entry !#25 N13418 P8659 BLD 140 -1 FP BE Pri !#25 N13419 P8660 MEMBAR Loop_exit !#25 N13420 P8661 MEMBAR Loop_entry !#25 N13421 P8662 BLD 181 -1 FP BE Pri !#25 N13422 P8663 MEMBAR Loop_exit !#25 N13423 P8664 IDC_FLIP 273 Int BE Pri Loop_entry Loop_exit !#25 N13424 P8664 IDC_FLIP 273 Int BE Pri Loop_entry Loop_exit !#25 N13425 P8665 MEMBAR Loop_entry !#25 N13426 P8666 BLD 358 -1 FP BE Pri !#25 N13427 P8667 MEMBAR Loop_exit !#25 N13428 P8668 MEMBAR Loop_entry !#25 N13429 P8669 BLD 352 -1 FP BE Pri !#25 N13430 P8670 MEMBAR Loop_exit !#25 N13431 P8668 MEMBAR Loop_entry !#25 N13432 P8669 BLD 352 -1 FP BE Pri !#25 N13433 P8670 MEMBAR Loop_exit !#25 N13434 P8671 MEMBAR Loop_entry !#25 N13435 P8672 BLD 52 -1 FP BE Pri !#25 N13436 P8673 MEMBAR Loop_exit !#25 N13437 P8671 MEMBAR Loop_entry !#25 N13438 P8672 BLD 52 -1 FP BE Pri !#25 N13439 P8673 MEMBAR Loop_exit !#25 N13440 P8674 MEMBAR Loop_entry !#25 N13441 P8675 BLD 131 -1 FP BE Pri !#25 N13442 P8676 MEMBAR Loop_exit !#25 N13443 P8677 MEMBAR Loop_entry !#25 N13444 P8678 BLD 6 -1 FP BE Pri !#25 N13445 P8678 BLD 7 -1 FP BE Pri !#25 N13446 P8679 MEMBAR Loop_exit !#25 N13447 P8680 MEMBAR Loop_entry !#25 N13448 P8681 BLD 97 -1 FP BE Pri !#25 N13449 P8682 MEMBAR Loop_exit !#25 N13450 P8683 MEMBAR Loop_entry !#25 N13451 P8684 BLD 340 -1 FP BE Pri !#25 N13452 P8685 MEMBAR Loop_exit !#25 N13453 P8686 MEMBAR Loop_entry !#25 N13454 P8687 BLD 212 -1 FP BE Pri !#25 N13455 P8688 MEMBAR Loop_exit !#25 N13456 P8686 MEMBAR Loop_entry !#25 N13457 P8687 BLD 212 -1 FP BE Pri !#25 N13458 P8688 MEMBAR Loop_exit !#25 N13459 P8689 MEMBAR Loop_entry !#25 N13460 P8690 BLD 71 -1 FP BE Pri !#25 N13461 P8690 BLD 72 -1 FP BE Pri !#A N13460 N13461 !#25 N13462 P8691 MEMBAR Loop_exit !#25 N13463 P8689 MEMBAR Loop_entry !#25 N13464 P8690 BLD 71 -1 FP BE Pri !#25 N13465 P8690 BLD 72 -1 FP BE Pri !#A N13464 N13465 !#25 N13466 P8691 MEMBAR Loop_exit !#25 N13467 P8692 MEMBAR Loop_entry !#25 N13468 P8693 BLD 37 -1 FP BE Pri !#25 N13469 P8694 MEMBAR Loop_exit !#25 N13470 P8692 MEMBAR Loop_entry !#25 N13471 P8693 BLD 37 -1 FP BE Pri !#25 N13472 P8694 MEMBAR Loop_exit !#25 N13473 P8695 MEMBAR Loop_entry !#25 N13474 P8696 BLD 233 -1 FP BE Pri !#25 N13475 P8697 MEMBAR Loop_exit !#25 N13476 P8695 MEMBAR Loop_entry !#25 N13477 P8696 BLD 233 -1 FP BE Pri !#25 N13478 P8697 MEMBAR Loop_exit !#25 N13479 P8698 MEMBAR Loop_entry !#25 N13480 P8699 BLD 281 -1 FP BE Pri !#25 N13481 P8700 MEMBAR Loop_exit !#25 N13482 P8698 MEMBAR Loop_entry !#25 N13483 P8699 BLD 281 -1 FP BE Pri !#25 N13484 P8700 MEMBAR Loop_exit !#25 N13485 P8701 ST 193 0x8c800007 Int BE Pri Loop_entry !#25 N13486 P8702 MEMBAR !#25 N13487 P8703 BLD 354 -1 FP BE Pri !#25 N13488 P8704 MEMBAR Loop_exit !#25 N13489 P8705 MEMBAR Loop_entry !#25 N13490 P8706 BLD 202 -1 FP BE Pri !#25 N13491 P8707 MEMBAR Loop_exit !#25 N13492 P8705 MEMBAR Loop_entry !#25 N13493 P8706 BLD 202 -1 FP BE Pri !#25 N13494 P8707 MEMBAR Loop_exit !#25 N13495 P8708 MEMBAR Loop_entry !#25 N13496 P8709 BLD 167 -1 FP BE Pri !#25 N13497 P8710 MEMBAR Loop_exit !#25 N13498 P8711 MEMBAR Loop_entry !#25 N13499 P8712 BLD 47 -1 FP BE Pri !#25 N13500 P8713 MEMBAR Loop_exit !#25 N13501 P8714 PREFETCH 14 Int BE Pri Loop_entry !#25 N13502 P8715 MEMBAR !#25 N13503 P8716 BLD 191 -1 FP BE Pri !#25 N13504 P8717 MEMBAR Loop_exit !#25 N13505 P8714 PREFETCH 14 Int BE Pri Loop_entry !#25 N13506 P8715 MEMBAR !#25 N13507 P8716 BLD 191 -1 FP BE Pri !#25 N13508 P8717 MEMBAR Loop_exit !#25 N13509 P8718 MEMBAR Loop_entry !#25 N13510 P8719 BLD 11 -1 FP BE Pri !#25 N13511 P8719 BLD 12 -1 FP BE Pri !#25 N13512 P8720 MEMBAR Loop_exit !#25 N13513 P8721 MEMBAR Loop_entry !#25 N13514 P8722 BLD 143 -1 FP BE Pri !#25 N13515 P8723 MEMBAR Loop_exit !#25 N13516 P8721 MEMBAR Loop_entry !#25 N13517 P8722 BLD 143 -1 FP BE Pri !#25 N13518 P8723 MEMBAR Loop_exit !#25 N13519 P8724 IDC_FLIP 248 Int BE Pri Loop_entry Loop_exit !#25 N13520 P8724 IDC_FLIP 248 Int BE Pri Loop_entry Loop_exit !#25 N13521 P8725 MEMBAR Loop_entry !#25 N13522 P8726 BLD 117 -1 FP BE Pri !#25 N13523 P8727 MEMBAR Loop_exit !#25 N13524 P8728 MEMBAR Loop_entry !#25 N13525 P8729 BLD 280 -1 FP BE Pri !#25 N13526 P8730 MEMBAR Loop_exit !#25 N13527 P8728 MEMBAR Loop_entry !#25 N13528 P8729 BLD 280 -1 FP BE Pri !#25 N13529 P8730 MEMBAR Loop_exit !#25 N13530 P8731 IDC_FLIP 276 Int BE Pri Loop_entry Loop_exit !#25 N13531 P8732 MEMBAR Loop_entry !#25 N13532 P8733 BLD 19 -1 FP BE Pri !#25 N13533 P8734 MEMBAR Loop_exit !#25 N13534 P8732 MEMBAR Loop_entry !#25 N13535 P8733 BLD 19 -1 FP BE Pri !#25 N13536 P8734 MEMBAR Loop_exit !#25 N13537 P8735 ST 356 0x8c800008 Int BE Pri Loop_entry Loop_exit !#25 N13538 P8735 ST 356 0x8c800009 Int BE Pri Loop_entry Loop_exit !#25 N13539 P8736 MEMBAR Loop_entry !#25 N13540 P8737 BLD 136 -1 FP BE Pri !#25 N13541 P8738 MEMBAR Loop_exit !#25 N13542 P8739 PREFETCH 241 Int BE Pri Loop_entry !#25 N13543 P8740 MEMBAR !#25 N13544 P8741 BLD 320 -1 FP BE Pri !#25 N13545 P8742 MEMBAR Loop_exit !#25 N13546 P8739 PREFETCH 241 Int BE Pri Loop_entry !#25 N13547 P8740 MEMBAR !#25 N13548 P8741 BLD 320 -1 FP BE Pri !#25 N13549 P8742 MEMBAR Loop_exit !#25 N13550 P8743 ST 154 0x8c80000a Int BE Pri Loop_entry !#25 N13551 P8744 MEMBAR !#25 N13552 P8745 BLD 53 -1 FP BE Pri !#25 N13553 P8746 MEMBAR Loop_exit !#25 N13554 P8747 MEMBAR Loop_entry !#25 N13555 P8748 BLD 265 -1 FP BE Pri !#25 N13556 P8749 MEMBAR Loop_exit !#25 N13557 P8750 MEMBAR Loop_entry !#25 N13558 P8751 BLD 356 -1 FP BE Pri !#25 N13559 P8752 MEMBAR Loop_exit !#25 N13560 P8750 MEMBAR Loop_entry !#25 N13561 P8751 BLD 356 -1 FP BE Pri !#25 N13562 P8752 MEMBAR Loop_exit !#25 N13563 P8753 PREFETCH 241 Int BE Pri Loop_entry Loop_exit !#25 N13564 P8754 MEMBAR !#26 N13565 P8755 MEMBAR Loop_entry !#26 N13566 P8756 BLD 246 -1 FP BE Pri !#26 N13567 P8757 MEMBAR Loop_exit !#26 N13568 P8755 MEMBAR Loop_entry !#26 N13569 P8756 BLD 246 -1 FP BE Pri !#26 N13570 P8757 MEMBAR Loop_exit !#26 N13571 P8758 MEMBAR Loop_entry !#26 N13572 P8759 BLD 111 -1 FP BE Pri !#26 N13573 P8759 BLD 112 -1 FP BE Pri !#26 N13574 P8759 BLD 113 -1 FP BE Pri !#26 N13575 P8760 MEMBAR Loop_exit !#26 N13576 P8761 MEMBAR Loop_entry !#26 N13577 P8762 BLD 50 -1 FP BE Pri !#26 N13578 P8763 MEMBAR Loop_exit !#26 N13579 P8761 MEMBAR Loop_entry !#26 N13580 P8762 BLD 50 -1 FP BE Pri !#26 N13581 P8763 MEMBAR Loop_exit !#26 N13582 P8764 MEMBAR Loop_entry !#26 N13583 P8765 BLD 80 -1 FP BE Pri !#26 N13584 P8766 MEMBAR Loop_exit !#26 N13585 P8767 MEMBAR Loop_entry !#26 N13586 P8768 BLD 287 -1 FP BE Pri !#26 N13587 P8769 MEMBAR Loop_exit !#26 N13588 P8770 PREFETCH 321 Int BE Pri Loop_entry Loop_exit !#26 N13589 P8771 MEMBAR Loop_entry !#26 N13590 P8772 BLD 116 -1 FP BE Pri !#26 N13591 P8773 MEMBAR Loop_exit !#26 N13592 P8774 MEMBAR Loop_entry !#26 N13593 P8775 BLD 124 -1 FP BE Pri !#26 N13594 P8775 BLD 125 -1 FP BE Pri !#26 N13595 P8775 BLD 126 -1 FP BE Pri !#26 N13596 P8776 MEMBAR Loop_exit !#26 N13597 P8774 MEMBAR Loop_entry !#26 N13598 P8775 BLD 124 -1 FP BE Pri !#26 N13599 P8775 BLD 125 -1 FP BE Pri !#26 N13600 P8775 BLD 126 -1 FP BE Pri !#26 N13601 P8776 MEMBAR Loop_exit !#26 N13602 P8777 MEMBAR Loop_entry !#26 N13603 P8778 BLD 202 -1 FP BE Pri !#26 N13604 P8779 MEMBAR Loop_exit !#26 N13605 P8777 MEMBAR Loop_entry !#26 N13606 P8778 BLD 202 -1 FP BE Pri !#26 N13607 P8779 MEMBAR Loop_exit !#26 N13608 P8780 IDC_FLIP 146 Int BE Pri Loop_entry Loop_exit !#26 N13609 P8780 IDC_FLIP 146 Int BE Pri Loop_entry Loop_exit !#26 N13610 P8781 PREFETCH 220 Int BE Pri Loop_entry Loop_exit !#26 N13611 P8781 PREFETCH 220 Int BE Pri Loop_entry Loop_exit !#26 N13612 P8782 PREFETCH 310 Int BE Pri Loop_entry !#26 N13613 P8783 PREFETCH 294 NF Int BE Pri Loop_exit !#26 N13614 P8782 PREFETCH 310 Int BE Pri Loop_entry !#26 N13615 P8783 PREFETCH 294 NF Int BE Pri Loop_exit !#26 N13616 P8784 MEMBAR Loop_entry !#26 N13617 P8785 BLD 24 -1 FP BE Pri !#26 N13618 P8786 MEMBAR Loop_exit !#26 N13619 P8787 MEMBAR Loop_entry !#26 N13620 P8788 BLD 97 -1 FP BE Pri !#26 N13621 P8789 MEMBAR Loop_exit !#26 N13622 P8790 IDC_FLIP 122 Int BE Pri Loop_entry !#26 N13623 P8791 PREFETCH 152 Int BE Pri Loop_exit !#26 N13624 P8790 IDC_FLIP 122 Int BE Pri Loop_entry !#26 N13625 P8791 PREFETCH 152 Int BE Pri Loop_exit !#26 N13626 P8792 MEMBAR Loop_entry !#26 N13627 P8793 BLD 270 -1 FP BE Pri !#26 N13628 P8794 MEMBAR Loop_exit !#26 N13629 P8795 IDC_FLIP 24 Int BE Pri Loop_entry Loop_exit !#26 N13630 P8796 MEMBAR Loop_entry !#26 N13631 P8797 BLD 67 -1 FP BE Pri !#26 N13632 P8798 MEMBAR Loop_exit !#26 N13633 P8799 MEMBAR Loop_entry !#26 N13634 P8800 BLD 251 -1 FP BE Pri !#26 N13635 P8801 MEMBAR Loop_exit !#26 N13636 P8799 MEMBAR Loop_entry !#26 N13637 P8800 BLD 251 -1 FP BE Pri !#26 N13638 P8801 MEMBAR Loop_exit !#26 N13639 P8802 MEMBAR Loop_entry !#26 N13640 P8803 BLD 244 -1 FP BE Pri !#26 N13641 P8804 MEMBAR Loop_exit !#26 N13642 P8802 MEMBAR Loop_entry !#26 N13643 P8803 BLD 244 -1 FP BE Pri !#26 N13644 P8804 MEMBAR Loop_exit !#26 N13645 P8805 MEMBAR Loop_entry !#26 N13646 P8806 BLD 271 -1 FP BE Pri !#26 N13647 P8807 MEMBAR Loop_exit !#26 N13648 P8805 MEMBAR Loop_entry !#26 N13649 P8806 BLD 271 -1 FP BE Pri !#26 N13650 P8807 MEMBAR Loop_exit !#26 N13651 P8808 MEMBAR Loop_entry !#26 N13652 P8809 BLD 106 -1 FP BE Pri !#26 N13653 P8810 MEMBAR Loop_exit !#26 N13654 P8811 MEMBAR Loop_entry !#26 N13655 P8812 BLD 197 -1 FP BE Pri !#26 N13656 P8813 MEMBAR Loop_exit !#26 N13657 P8811 MEMBAR Loop_entry !#26 N13658 P8812 BLD 197 -1 FP BE Pri !#26 N13659 P8813 MEMBAR Loop_exit !#26 N13660 P8814 MEMBAR Loop_entry !#26 N13661 P8815 BLD 50 -1 FP BE Pri !#26 N13662 P8816 MEMBAR Loop_exit !#26 N13663 P8817 MEMBAR Loop_entry !#26 N13664 P8818 BLD 354 -1 FP BE Pri !#26 N13665 P8819 MEMBAR Loop_exit !#26 N13666 P8820 MEMBAR Loop_entry !#26 N13667 P8821 BLD 178 -1 FP BE Pri !#26 N13668 P8822 MEMBAR Loop_exit !#26 N13669 P8820 MEMBAR Loop_entry !#26 N13670 P8821 BLD 178 -1 FP BE Pri !#26 N13671 P8822 MEMBAR Loop_exit !#26 N13672 P8823 MEMBAR Loop_entry !#26 N13673 P8824 BLD 298 -1 FP BE Pri !#26 N13674 P8825 MEMBAR Loop_exit !#26 N13675 P8826 MEMBAR Loop_entry !#26 N13676 P8827 BLD 268 -1 FP BE Pri !#26 N13677 P8828 MEMBAR Loop_exit !#26 N13678 P8826 MEMBAR Loop_entry !#26 N13679 P8827 BLD 268 -1 FP BE Pri !#26 N13680 P8828 MEMBAR Loop_exit !#26 N13681 P8829 MEMBAR Loop_entry !#26 N13682 P8830 BLD 230 -1 FP BE Pri !#26 N13683 P8831 MEMBAR Loop_exit !#26 N13684 P8832 MEMBAR Loop_entry !#26 N13685 P8833 BLD 315 -1 FP BE Pri !#26 N13686 P8834 MEMBAR Loop_exit !#26 N13687 P8832 MEMBAR Loop_entry !#26 N13688 P8833 BLD 315 -1 FP BE Pri !#26 N13689 P8834 MEMBAR Loop_exit !#26 N13690 P8835 MEMBAR Loop_entry !#26 N13691 P8836 BLD 53 -1 FP BE Pri !#26 N13692 P8837 MEMBAR Loop_exit !#26 N13693 P8838 IDC_FLIP 1 Int BE Pri Loop_entry !#26 N13694 P8839 MEMBAR !#26 N13695 P8840 BLD 73 -1 FP BE Pri !#26 N13696 P8841 MEMBAR Loop_exit !#26 N13697 P8842 MEMBAR Loop_entry !#26 N13698 P8843 BLD 45 -1 FP BE Pri !#26 N13699 P8844 MEMBAR Loop_exit !#26 N13700 P8842 MEMBAR Loop_entry !#26 N13701 P8843 BLD 45 -1 FP BE Pri !#26 N13702 P8844 MEMBAR Loop_exit !#26 N13703 P8845 MEMBAR Loop_entry !#26 N13704 P8846 BLD 146 -1 FP BE Pri !#26 N13705 P8847 MEMBAR Loop_exit !#26 N13706 P8848 MEMBAR Loop_entry !#26 N13707 P8849 BLD 226 -1 FP BE Pri !#26 N13708 P8850 MEMBAR Loop_exit !#26 N13709 P8848 MEMBAR Loop_entry !#26 N13710 P8849 BLD 226 -1 FP BE Pri !#26 N13711 P8850 MEMBAR Loop_exit !#26 N13712 P8851 MEMBAR Loop_entry !#26 N13713 P8852 BLD 21 -1 FP BE Pri !#26 N13714 P8853 MEMBAR Loop_exit !#26 N13715 P8854 MEMBAR Loop_entry !#26 N13716 P8855 BLD 343 -1 FP BE Pri !#26 N13717 P8855 BLD 344 -1 FP BE Pri !#26 N13718 P8856 MEMBAR Loop_exit !#26 N13719 P8854 MEMBAR Loop_entry !#26 N13720 P8855 BLD 343 -1 FP BE Pri !#26 N13721 P8855 BLD 344 -1 FP BE Pri !#26 N13722 P8856 MEMBAR Loop_exit !#26 N13723 P8857 MEMBAR Loop_entry !#26 N13724 P8858 BLD 258 -1 FP BE Pri !#26 N13725 P8859 MEMBAR Loop_exit !#26 N13726 P8860 MEMBAR Loop_entry !#26 N13727 P8861 BLD 208 -1 FP BE Pri !#26 N13728 P8862 MEMBAR Loop_exit !#26 N13729 P8860 MEMBAR Loop_entry !#26 N13730 P8861 BLD 208 -1 FP BE Pri !#26 N13731 P8862 MEMBAR Loop_exit !#26 N13732 P8863 MEMBAR Loop_entry !#26 N13733 P8864 BLD 207 -1 FP BE Pri !#26 N13734 P8865 MEMBAR Loop_exit !#26 N13735 P8863 MEMBAR Loop_entry !#26 N13736 P8864 BLD 207 -1 FP BE Pri !#26 N13737 P8865 MEMBAR Loop_exit !#26 N13738 P8866 IDC_FLIP 311 Int BE Pri Loop_entry !#26 N13739 P8867 MEMBAR !#26 N13740 P8868 BLD 159 -1 FP BE Pri !#26 N13741 P8869 MEMBAR Loop_exit !#26 N13742 P8866 IDC_FLIP 311 Int BE Pri Loop_entry !#26 N13743 P8867 MEMBAR !#26 N13744 P8868 BLD 159 -1 FP BE Pri !#26 N13745 P8869 MEMBAR Loop_exit !#26 N13746 P8870 IDC_FLIP 259 Int BE Pri Loop_entry Loop_exit !#26 N13747 P8871 MEMBAR Loop_entry !#26 N13748 P8872 BLD 21 -1 FP BE Pri !#26 N13749 P8873 MEMBAR Loop_exit !#26 N13750 P8874 MEMBAR Loop_entry !#26 N13751 P8875 BLD 137 -1 FP BE Pri !#26 N13752 P8876 MEMBAR Loop_exit !#26 N13753 P8874 MEMBAR Loop_entry !#26 N13754 P8875 BLD 137 -1 FP BE Pri !#26 N13755 P8876 MEMBAR Loop_exit !#26 N13756 P8877 MEMBAR Loop_entry !#26 N13757 P8878 BLD 109 -1 FP BE Pri !#26 N13758 P8879 MEMBAR Loop_exit !#26 N13759 P8877 MEMBAR Loop_entry !#26 N13760 P8878 BLD 109 -1 FP BE Pri !#26 N13761 P8879 MEMBAR Loop_exit !#26 N13762 P8880 MEMBAR Loop_entry !#26 N13763 P8881 BLD 306 -1 FP BE Pri !#26 N13764 P8882 MEMBAR Loop_exit !#26 N13765 P8883 PREFETCH 102 Int BE Pri Loop_entry Loop_exit !#26 N13766 P8884 MEMBAR Loop_entry !#26 N13767 P8885 BLD 219 -1 FP BE Pri !#26 N13768 P8885 BLD 220 -1 FP BE Pri !#26 N13769 P8886 MEMBAR Loop_exit !#26 N13770 P8887 MEMBAR Loop_entry !#26 N13771 P8888 BLD 298 -1 FP BE Pri !#26 N13772 P8889 MEMBAR Loop_exit !#26 N13773 P8890 MEMBAR Loop_entry !#26 N13774 P8891 BLD 192 -1 FP BE Pri !#26 N13775 P8892 MEMBAR Loop_exit !#26 N13776 P8890 MEMBAR Loop_entry !#26 N13777 P8891 BLD 192 -1 FP BE Pri !#26 N13778 P8892 MEMBAR Loop_exit !#26 N13779 P8893 MEMBAR Loop_entry !#26 N13780 P8894 BLD 47 -1 FP BE Pri !#26 N13781 P8895 MEMBAR Loop_exit !#26 N13782 P8896 MEMBAR Loop_entry !#26 N13783 P8897 BLD 308 -1 FP BE Pri !#26 N13784 P8898 MEMBAR Loop_exit !#26 N13785 P8896 MEMBAR Loop_entry !#26 N13786 P8897 BLD 308 -1 FP BE Pri !#26 N13787 P8898 MEMBAR Loop_exit !#26 N13788 P8899 MEMBAR Loop_entry !#26 N13789 P8900 BLD 167 -1 FP BE Pri !#26 N13790 P8901 MEMBAR Loop_exit !#26 N13791 P8899 MEMBAR Loop_entry !#26 N13792 P8900 BLD 167 -1 FP BE Pri !#26 N13793 P8901 MEMBAR Loop_exit !#26 N13794 P8902 MEMBAR Loop_entry !#26 N13795 P8903 BLD 280 -1 FP BE Pri !#26 N13796 P8904 MEMBAR Loop_exit !#26 N13797 P8905 MEMBAR Loop_entry !#26 N13798 P8906 BLD 131 -1 FP BE Pri !#26 N13799 P8907 MEMBAR Loop_exit !#26 N13800 P8908 MEMBAR Loop_entry !#26 N13801 P8909 BLD 260 -1 FP BE Pri !#26 N13802 P8910 MEMBAR Loop_exit !#26 N13803 P8908 MEMBAR Loop_entry !#26 N13804 P8909 BLD 260 -1 FP BE Pri !#26 N13805 P8910 MEMBAR Loop_exit !#26 N13806 P8911 MEMBAR Loop_entry !#26 N13807 P8912 BLD 151 -1 FP BE Pri !#26 N13808 P8913 MEMBAR Loop_exit !#26 N13809 P8914 MEMBAR Loop_entry !#26 N13810 P8915 BLD 339 -1 FP BE Pri !#26 N13811 P8916 MEMBAR Loop_exit !#26 N13812 P8914 MEMBAR Loop_entry !#26 N13813 P8915 BLD 339 -1 FP BE Pri !#26 N13814 P8916 MEMBAR Loop_exit !#26 N13815 P8917 MEMBAR Loop_entry !#26 N13816 P8918 BLD 181 -1 FP BE Pri !#26 N13817 P8919 MEMBAR Loop_exit !#26 N13818 P8917 MEMBAR Loop_entry !#26 N13819 P8918 BLD 181 -1 FP BE Pri !#26 N13820 P8919 MEMBAR Loop_exit !#26 N13821 P8920 MEMBAR Loop_entry !#26 N13822 P8921 BLD 244 -1 FP BE Pri !#26 N13823 P8922 MEMBAR Loop_exit !#26 N13824 P8923 MEMBAR Loop_entry !#26 N13825 P8924 BLD 298 -1 FP BE Pri !#26 N13826 P8925 MEMBAR Loop_exit !#26 N13827 P8923 MEMBAR Loop_entry !#26 N13828 P8924 BLD 298 -1 FP BE Pri !#26 N13829 P8925 MEMBAR Loop_exit !#26 N13830 P8926 MEMBAR Loop_entry !#26 N13831 P8927 BLD 36 -1 FP BE Pri !#26 N13832 P8928 MEMBAR Loop_exit !#26 N13833 P8926 MEMBAR Loop_entry !#26 N13834 P8927 BLD 36 -1 FP BE Pri !#26 N13835 P8928 MEMBAR Loop_exit !#26 N13836 P8929 MEMBAR Loop_entry !#26 N13837 P8930 BLD 131 -1 FP BE Pri !#26 N13838 P8931 MEMBAR Loop_exit !#26 N13839 P8929 MEMBAR Loop_entry !#26 N13840 P8930 BLD 131 -1 FP BE Pri !#26 N13841 P8931 MEMBAR Loop_exit !#26 N13842 P8932 MEMBAR Loop_entry !#26 N13843 P8933 BLD 60 -1 FP BE Pri !#26 N13844 P8934 MEMBAR Loop_exit !#26 N13845 P8932 MEMBAR Loop_entry !#26 N13846 P8933 BLD 60 -1 FP BE Pri !#26 N13847 P8934 MEMBAR Loop_exit !#26 N13848 P8935 MEMBAR Loop_entry !#26 N13849 P8936 BLD 283 -1 FP BE Pri !#26 N13850 P8937 MEMBAR Loop_exit !#26 N13851 P8935 MEMBAR Loop_entry !#26 N13852 P8936 BLD 283 -1 FP BE Pri !#26 N13853 P8937 MEMBAR Loop_exit !#26 N13854 P8938 LD 158 -1 Int BE Pri Loop_entry !#26 N13855 P8939 LD 33 -1 Int BE Pri Loop_exit !#26 N13856 P8940 FLUSHI 170 Int BE Pri Loop_entry Loop_exit !#26 N13857 P8940 FLUSHI 170 Int BE Pri Loop_entry Loop_exit !#26 N13858 P8941 MEMBAR Loop_entry !#26 N13859 P8942 BLD 357 -1 FP BE Pri !#26 N13860 P8943 MEMBAR Loop_exit !#26 N13861 P8944 MEMBAR Loop_entry !#26 N13862 P8945 BLD 204 -1 FP BE Pri !#26 N13863 P8946 MEMBAR Loop_exit !#26 N13864 P8944 MEMBAR Loop_entry !#26 N13865 P8945 BLD 204 -1 FP BE Pri !#26 N13866 P8946 MEMBAR Loop_exit !#26 N13867 P8947 MEMBAR Loop_entry Loop_exit !#26 N13868 P8948 IDC_FLIP 226 Int BE Pri Loop_entry Loop_exit !#26 N13869 P8949 MEMBAR Loop_entry !#26 N13870 P8950 BLD 169 -1 FP BE Pri !#26 N13871 P8951 MEMBAR Loop_exit !#26 N13872 P8949 MEMBAR Loop_entry !#26 N13873 P8950 BLD 169 -1 FP BE Pri !#26 N13874 P8951 MEMBAR Loop_exit !#26 N13875 P8952 MEMBAR Loop_entry !#26 N13876 P8953 BLD 285 -1 FP BE Pri !#26 N13877 P8954 MEMBAR Loop_exit !#26 N13878 P8952 MEMBAR Loop_entry !#26 N13879 P8953 BLD 285 -1 FP BE Pri !#26 N13880 P8954 MEMBAR Loop_exit !#26 N13881 P8955 MEMBAR Loop_entry !#26 N13882 P8956 BLD 172 -1 FP BE Pri !#26 N13883 P8957 MEMBAR Loop_exit !#26 N13884 P8955 MEMBAR Loop_entry !#26 N13885 P8956 BLD 172 -1 FP BE Pri !#26 N13886 P8957 MEMBAR Loop_exit !#26 N13887 P8958 MEMBAR Loop_entry !#26 N13888 P8959 BLD 110 -1 FP BE Pri !#26 N13889 P8960 MEMBAR Loop_exit !#26 N13890 P8961 MEMBAR Loop_entry !#26 N13891 P8962 BLD 9 -1 FP BE Pri !#26 N13892 P8963 MEMBAR Loop_exit !#26 N13893 P8961 MEMBAR Loop_entry !#26 N13894 P8962 BLD 9 -1 FP BE Pri !#26 N13895 P8963 MEMBAR Loop_exit !#26 N13896 P8964 MEMBAR Loop_entry !#26 N13897 P8965 BLD 317 -1 FP BE Pri !#26 N13898 P8966 MEMBAR Loop_exit !#26 N13899 P8967 MEMBAR Loop_entry !#26 N13900 P8968 BLD 338 -1 FP BE Pri !#26 N13901 P8969 MEMBAR Loop_exit !#26 N13902 P8967 MEMBAR Loop_entry !#26 N13903 P8968 BLD 338 -1 FP BE Pri !#26 N13904 P8969 MEMBAR Loop_exit !#26 N13905 P8970 ST 170 0x19000001 FP BE Pri Loop_entry !#26 N13906 P8971 MEMBAR !#26 N13907 P8972 BLD 160 -1 FP BE Pri !#26 N13908 P8973 MEMBAR Loop_exit !#26 N13909 P8974 IDC_FLIP 271 Int BE Pri Loop_entry Loop_exit !#26 N13910 P8974 IDC_FLIP 271 Int BE Pri Loop_entry Loop_exit !#26 N13911 P8975 MEMBAR Loop_entry !#26 N13912 P8976 BLD 231 -1 FP BE Pri !#26 N13913 P8977 MEMBAR Loop_exit !#26 N13914 P8978 MEMBAR Loop_entry !#26 N13915 P8979 BLD 163 -1 FP BE Pri !#26 N13916 P8980 MEMBAR Loop_exit !#26 N13917 P8981 PREFETCH 331 Int LE Pri Loop_entry !#26 N13918 P8982 MEMBAR !#26 N13919 P8983 BLD 183 -1 FP BE Pri !#26 N13920 P8984 MEMBAR Loop_exit !#26 N13921 P8985 IDC_FLIP 266 Int BE Pri Loop_entry Loop_exit !#26 N13922 P8986 MEMBAR Loop_entry !#26 N13923 P8987 BLD 82 -1 FP BE Pri !#26 N13924 P8988 MEMBAR Loop_exit !#26 N13925 P8989 MEMBAR Loop_entry !#26 N13926 P8990 BLD 188 -1 FP BE Pri !#26 N13927 P8991 MEMBAR Loop_exit !#26 N13928 P8992 MEMBAR Loop_entry !#26 N13929 P8993 BLD 74 -1 FP BE Pri !#26 N13930 P8994 MEMBAR Loop_exit !#26 N13931 P8992 MEMBAR Loop_entry !#26 N13932 P8993 BLD 74 -1 FP BE Pri !#26 N13933 P8994 MEMBAR Loop_exit !#26 N13934 P8995 MEMBAR Loop_entry !#26 N13935 P8996 BLD 195 -1 FP BE Pri !#26 N13936 P8997 MEMBAR Loop_exit !#26 N13937 P8995 MEMBAR Loop_entry !#26 N13938 P8996 BLD 195 -1 FP BE Pri !#26 N13939 P8997 MEMBAR Loop_exit !#26 N13940 P8998 MEMBAR Loop_entry !#26 N13941 P8999 BLD 114 -1 FP BE Pri !#26 N13942 P9000 MEMBAR Loop_exit !#26 N13943 P9001 MEMBAR Loop_entry !#26 N13944 P9002 BLD 243 -1 FP BE Pri !#26 N13945 P9003 MEMBAR Loop_exit !#26 N13946 P9004 MEMBAR Loop_entry !#26 N13947 P9005 BLD 281 -1 FP BE Pri !#26 N13948 P9006 MEMBAR Loop_exit !#26 N13949 P9004 MEMBAR Loop_entry !#26 N13950 P9005 BLD 281 -1 FP BE Pri !#26 N13951 P9006 MEMBAR Loop_exit !#26 N13952 P9007 MEMBAR Loop_entry !#26 N13953 P9008 BLD 234 -1 FP BE Pri !#26 N13954 P9009 MEMBAR Loop_exit !#26 N13955 P9010 MEMBAR Loop_entry !#26 N13956 P9011 BLD 106 -1 FP BE Pri !#26 N13957 P9012 MEMBAR Loop_exit !#26 N13958 P9013 ST 6 0x8d000001 Int BE Pri Loop_entry Loop_exit !#26 N13959 P9013 ST 6 0x8d000002 Int BE Pri Loop_entry Loop_exit !#26 N13960 P9014 MEMBAR Loop_entry !#26 N13961 P9015 BLD 155 -1 FP BE Pri !#26 N13962 P9016 MEMBAR Loop_exit !#26 N13963 P9014 MEMBAR Loop_entry !#26 N13964 P9015 BLD 155 -1 FP BE Pri !#26 N13965 P9016 MEMBAR Loop_exit !#26 N13966 P9017 MEMBAR Loop_entry !#26 N13967 P9018 BLD 342 -1 FP BE Pri !#26 N13968 P9019 MEMBAR Loop_exit !#26 N13969 P9020 MEMBAR Loop_entry !#26 N13970 P9021 BLD 280 -1 FP BE Pri !#26 N13971 P9022 MEMBAR Loop_exit !#26 N13972 P9023 ST 125 0x8d000003 Int BE Pri Loop_entry Loop_exit !#26 N13973 P9023 ST 125 0x8d000004 Int BE Pri Loop_entry Loop_exit !#26 N13974 P9024 MEMBAR Loop_entry !#26 N13975 P9025 BLD 262 -1 FP BE Pri !#26 N13976 P9026 MEMBAR Loop_exit !#26 N13977 P9024 MEMBAR Loop_entry !#26 N13978 P9025 BLD 262 -1 FP BE Pri !#26 N13979 P9026 MEMBAR Loop_exit !#26 N13980 P9027 MEMBAR Loop_entry !#26 N13981 P9028 BLD 294 -1 FP BE Pri !#26 N13982 P9029 MEMBAR Loop_exit !#26 N13983 P9027 MEMBAR Loop_entry !#26 N13984 P9028 BLD 294 -1 FP BE Pri !#26 N13985 P9029 MEMBAR Loop_exit !#26 N13986 P9030 MEMBAR Loop_entry !#26 N13987 P9031 BLD 71 -1 FP BE Pri !#26 N13988 P9031 BLD 72 -1 FP BE Pri !#A N13987 N13988 !#26 N13989 P9032 MEMBAR Loop_exit !#26 N13990 P9033 MEMBAR Loop_entry !#26 N13991 P9034 BLD 150 -1 FP BE Pri !#26 N13992 P9035 MEMBAR Loop_exit !#26 N13993 P9036 MEMBAR Loop_entry !#26 N13994 P9037 BLD 98 -1 FP BE Pri !#26 N13995 P9037 BLD 99 -1 FP BE Pri !#26 N13996 P9038 MEMBAR Loop_exit !#26 N13997 P9036 MEMBAR Loop_entry !#26 N13998 P9037 BLD 98 -1 FP BE Pri !#26 N13999 P9037 BLD 99 -1 FP BE Pri !#26 N14000 P9038 MEMBAR Loop_exit !#26 N14001 P9039 MEMBAR Loop_entry !#26 N14002 P9040 BLD 314 -1 FP BE Pri !#26 N14003 P9041 MEMBAR Loop_exit !#26 N14004 P9039 MEMBAR Loop_entry !#26 N14005 P9040 BLD 314 -1 FP BE Pri !#26 N14006 P9041 MEMBAR Loop_exit !#26 N14007 P9042 MEMBAR Loop_entry !#26 N14008 P9043 BLD 237 -1 FP BE Pri !#26 N14009 P9044 MEMBAR Loop_exit !#26 N14010 P9042 MEMBAR Loop_entry !#26 N14011 P9043 BLD 237 -1 FP BE Pri !#26 N14012 P9044 MEMBAR Loop_exit !#26 N14013 P9045 MEMBAR Loop_entry !#26 N14014 P9046 BLD 88 -1 FP BE Pri !#26 N14015 P9047 MEMBAR Loop_exit !#26 N14016 P9045 MEMBAR Loop_entry !#26 N14017 P9046 BLD 88 -1 FP BE Pri !#26 N14018 P9047 MEMBAR Loop_exit !#26 N14019 P9048 MEMBAR Loop_entry !#26 N14020 P9049 BLD 15 -1 FP BE Pri !#26 N14021 P9050 MEMBAR Loop_exit !#26 N14022 P9051 MEMBAR Loop_entry !#26 N14023 P9052 BLD 89 -1 FP BE Pri !#26 N14024 P9052 BLD 90 -1 FP BE Pri !#26 N14025 P9053 MEMBAR Loop_exit !#26 N14026 P9054 MEMBAR Loop_entry !#26 N14027 P9055 BLD 1 -1 FP BE Pri !#26 N14028 P9056 MEMBAR Loop_exit !#26 N14029 P9057 MEMBAR Loop_entry !#26 N14030 P9058 BLD 201 -1 FP BE Pri !#26 N14031 P9059 MEMBAR Loop_exit !#26 N14032 P9057 MEMBAR Loop_entry !#26 N14033 P9058 BLD 201 -1 FP BE Pri !#26 N14034 P9059 MEMBAR Loop_exit !#26 N14035 P9060 MEMBAR Loop_entry !#26 N14036 P9061 BLD 120 -1 FP BE Pri !#26 N14037 P9062 MEMBAR Loop_exit !#26 N14038 P9060 MEMBAR Loop_entry !#26 N14039 P9061 BLD 120 -1 FP BE Pri !#26 N14040 P9062 MEMBAR Loop_exit !#26 N14041 P9063 MEMBAR Loop_entry !#26 N14042 P9064 BLD 32 -1 FP BE Pri !#26 N14043 P9064 BLD 33 -1 FP BE Pri !#26 N14044 P9065 MEMBAR Loop_exit !#26 N14045 P9066 IDC_FLIP 274 Int BE Pri Loop_entry Loop_exit !#26 N14046 P9067 FLUSHI 304 Int BE Pri Loop_entry Loop_exit !#26 N14047 P9067 FLUSHI 304 Int BE Pri Loop_entry Loop_exit !#26 N14048 P9068 MEMBAR Loop_entry !#26 N14049 P9069 BLD 83 -1 FP BE Pri !#26 N14050 P9070 MEMBAR Loop_exit !#26 N14051 P9068 MEMBAR Loop_entry !#26 N14052 P9069 BLD 83 -1 FP BE Pri !#26 N14053 P9070 MEMBAR Loop_exit !#26 N14054 P9071 MEMBAR Loop_entry !#26 N14055 P9072 BLD 10 -1 FP BE Pri !#26 N14056 P9073 MEMBAR Loop_exit !#26 N14057 P9071 MEMBAR Loop_entry !#26 N14058 P9072 BLD 10 -1 FP BE Pri !#26 N14059 P9073 MEMBAR Loop_exit !#26 N14060 P9074 MEMBAR Loop_entry !#26 N14061 P9075 BLD 118 -1 FP BE Pri !#26 N14062 P9076 MEMBAR Loop_exit !#26 N14063 P9074 MEMBAR Loop_entry !#26 N14064 P9075 BLD 118 -1 FP BE Pri !#26 N14065 P9076 MEMBAR Loop_exit !#26 N14066 P9077 MEMBAR Loop_entry !#26 N14067 P9078 BLD 71 -1 FP BE Pri !#26 N14068 P9078 BLD 72 -1 FP BE Pri !#A N14067 N14068 !#26 N14069 P9079 MEMBAR Loop_exit !#26 N14070 P9077 MEMBAR Loop_entry !#26 N14071 P9078 BLD 71 -1 FP BE Pri !#26 N14072 P9078 BLD 72 -1 FP BE Pri !#A N14071 N14072 !#26 N14073 P9079 MEMBAR Loop_exit !#26 N14074 P9080 MEMBAR Loop_entry !#26 N14075 P9081 BLD 127 -1 FP BE Pri !#26 N14076 P9082 MEMBAR Loop_exit !#26 N14077 P9080 MEMBAR Loop_entry !#26 N14078 P9081 BLD 127 -1 FP BE Pri !#26 N14079 P9082 MEMBAR Loop_exit !#26 N14080 P9083 MEMBAR Loop_entry !#26 N14081 P9084 BLD 6 -1 FP BE Pri !#26 N14082 P9084 BLD 7 -1 FP BE Pri !#26 N14083 P9085 MEMBAR Loop_exit !#26 N14084 P9086 MEMBAR !#27 N14085 P9087 MEMBAR Loop_entry !#27 N14086 P9088 BLD 155 -1 FP BE Pri !#27 N14087 P9089 MEMBAR Loop_exit !#27 N14088 P9087 MEMBAR Loop_entry !#27 N14089 P9088 BLD 155 -1 FP BE Pri !#27 N14090 P9089 MEMBAR Loop_exit !#27 N14091 P9090 IDC_FLIP 252 Int BE Pri Loop_entry !#27 N14092 P9091 MEMBAR !#27 N14093 P9092 BLD 283 -1 FP BE Pri !#27 N14094 P9093 MEMBAR Loop_exit !#27 N14095 P9094 MEMBAR Loop_entry !#27 N14096 P9095 BLD 277 -1 FP BE Pri !#27 N14097 P9096 MEMBAR Loop_exit !#27 N14098 P9097 MEMBAR Loop_entry !#27 N14099 P9098 BLD 152 -1 FP BE Pri !#27 N14100 P9099 MEMBAR Loop_exit !#27 N14101 P9100 MEMBAR Loop_entry !#27 N14102 P9101 BLD 248 -1 FP BE Pri !#27 N14103 P9102 MEMBAR Loop_exit !#27 N14104 P9100 MEMBAR Loop_entry !#27 N14105 P9101 BLD 248 -1 FP BE Pri !#27 N14106 P9102 MEMBAR Loop_exit !#27 N14107 P9103 MEMBAR Loop_entry !#27 N14108 P9104 BLD 312 -1 FP BE Pri !#27 N14109 P9105 MEMBAR Loop_exit !#27 N14110 P9106 PREFETCH 67 NF Int BE Pri Loop_entry !#27 N14111 P9107 MEMBAR !#27 N14112 P9108 BLD 128 -1 FP BE Pri !#27 N14113 P9109 MEMBAR Loop_exit !#27 N14114 P9106 PREFETCH 67 NF Int BE Pri Loop_entry !#27 N14115 P9107 MEMBAR !#27 N14116 P9108 BLD 128 -1 FP BE Pri !#27 N14117 P9109 MEMBAR Loop_exit !#27 N14118 P9110 MEMBAR Loop_entry !#27 N14119 P9111 BLD 111 -1 FP BE Pri !#27 N14120 P9111 BLD 112 -1 FP BE Pri !#27 N14121 P9111 BLD 113 -1 FP BE Pri !#27 N14122 P9112 MEMBAR Loop_exit !#27 N14123 P9110 MEMBAR Loop_entry !#27 N14124 P9111 BLD 111 -1 FP BE Pri !#27 N14125 P9111 BLD 112 -1 FP BE Pri !#27 N14126 P9111 BLD 113 -1 FP BE Pri !#27 N14127 P9112 MEMBAR Loop_exit !#27 N14128 P9113 MEMBAR Loop_entry !#27 N14129 P9114 BLD 183 -1 FP BE Pri !#27 N14130 P9115 MEMBAR Loop_exit !#27 N14131 P9116 MEMBAR Loop_entry !#27 N14132 P9117 BLD 254 -1 FP BE Pri !#27 N14133 P9118 MEMBAR Loop_exit !#27 N14134 P9119 MEMBAR Loop_entry !#27 N14135 P9120 BLD 161 -1 FP BE Pri !#27 N14136 P9121 MEMBAR Loop_exit !#27 N14137 P9122 IDC_FLIP 352 Int BE Pri Loop_entry !#27 N14138 P9123 MEMBAR !#27 N14139 P9124 BLD 321 -1 FP BE Pri !#27 N14140 P9125 MEMBAR Loop_exit !#27 N14141 P9126 MEMBAR Loop_entry !#27 N14142 P9127 BLD 297 -1 FP BE Pri !#27 N14143 P9128 MEMBAR Loop_exit !#27 N14144 P9129 MEMBAR Loop_entry !#27 N14145 P9130 BLD 329 -1 FP BE Pri !#27 N14146 P9131 MEMBAR Loop_exit !#27 N14147 P9129 MEMBAR Loop_entry !#27 N14148 P9130 BLD 329 -1 FP BE Pri !#27 N14149 P9131 MEMBAR Loop_exit !#27 N14150 P9132 MEMBAR Loop_entry !#27 N14151 P9133 BLD 148 -1 FP BE Pri !#27 N14152 P9134 MEMBAR Loop_exit !#27 N14153 P9132 MEMBAR Loop_entry !#27 N14154 P9133 BLD 148 -1 FP BE Pri !#27 N14155 P9134 MEMBAR Loop_exit !#27 N14156 P9135 MEMBAR Loop_entry Loop_exit !#27 N14157 P9135 MEMBAR Loop_entry Loop_exit !#27 N14158 P9136 MEMBAR Loop_entry !#27 N14159 P9137 BLD 165 -1 FP BE Pri !#27 N14160 P9138 MEMBAR Loop_exit !#27 N14161 P9139 MEMBAR Loop_entry !#27 N14162 P9140 BLD 91 -1 FP BE Pri !#27 N14163 P9140 BLD 92 -1 FP BE Pri !#27 N14164 P9140 BLD 93 -1 FP BE Pri !#27 N14165 P9141 MEMBAR Loop_exit !#27 N14166 P9142 MEMBAR Loop_entry !#27 N14167 P9143 BLD 307 -1 FP BE Pri !#27 N14168 P9144 MEMBAR Loop_exit !#27 N14169 P9142 MEMBAR Loop_entry !#27 N14170 P9143 BLD 307 -1 FP BE Pri !#27 N14171 P9144 MEMBAR Loop_exit !#27 N14172 P9145 IDC_FLIP 88 Int BE Pri Loop_entry Loop_exit !#27 N14173 P9146 MEMBAR Loop_entry !#27 N14174 P9147 BLD 138 -1 FP BE Pri !#27 N14175 P9148 MEMBAR Loop_exit !#27 N14176 P9146 MEMBAR Loop_entry !#27 N14177 P9147 BLD 138 -1 FP BE Pri !#27 N14178 P9148 MEMBAR Loop_exit !#27 N14179 P9149 MEMBAR Loop_entry !#27 N14180 P9150 BLD 169 -1 FP BE Pri !#27 N14181 P9151 MEMBAR Loop_exit !#27 N14182 P9149 MEMBAR Loop_entry !#27 N14183 P9150 BLD 169 -1 FP BE Pri !#27 N14184 P9151 MEMBAR Loop_exit !#27 N14185 P9152 MEMBAR Loop_entry !#27 N14186 P9153 BLD 79 -1 FP BE Pri !#27 N14187 P9154 MEMBAR Loop_exit !#27 N14188 P9152 MEMBAR Loop_entry !#27 N14189 P9153 BLD 79 -1 FP BE Pri !#27 N14190 P9154 MEMBAR Loop_exit !#27 N14191 P9155 MEMBAR Loop_entry !#27 N14192 P9156 BLD 51 -1 FP BE Pri !#27 N14193 P9157 MEMBAR Loop_exit !#27 N14194 P9155 MEMBAR Loop_entry !#27 N14195 P9156 BLD 51 -1 FP BE Pri !#27 N14196 P9157 MEMBAR Loop_exit !#27 N14197 P9158 MEMBAR Loop_entry !#27 N14198 P9159 BLD 215 -1 FP BE Pri !#27 N14199 P9159 BLD 216 -1 FP BE Pri !#27 N14200 P9160 MEMBAR Loop_exit !#27 N14201 P9158 MEMBAR Loop_entry !#27 N14202 P9159 BLD 215 -1 FP BE Pri !#27 N14203 P9159 BLD 216 -1 FP BE Pri !#27 N14204 P9160 MEMBAR Loop_exit !#27 N14205 P9161 MEMBAR Loop_entry !#27 N14206 P9162 BLD 281 -1 FP BE Pri !#27 N14207 P9163 MEMBAR Loop_exit !#27 N14208 P9161 MEMBAR Loop_entry !#27 N14209 P9162 BLD 281 -1 FP BE Pri !#27 N14210 P9163 MEMBAR Loop_exit !#27 N14211 P9164 MEMBAR Loop_entry !#27 N14212 P9165 BLD 157 -1 FP BE Pri !#27 N14213 P9166 MEMBAR Loop_exit !#27 N14214 P9164 MEMBAR Loop_entry !#27 N14215 P9165 BLD 157 -1 FP BE Pri !#27 N14216 P9166 MEMBAR Loop_exit !#27 N14217 P9167 MEMBAR Loop_entry !#27 N14218 P9168 BLD 318 -1 FP BE Pri !#27 N14219 P9169 MEMBAR Loop_exit !#27 N14220 P9167 MEMBAR Loop_entry !#27 N14221 P9168 BLD 318 -1 FP BE Pri !#27 N14222 P9169 MEMBAR Loop_exit !#27 N14223 P9170 IDC_FLIP 270 Int BE Pri Loop_entry Loop_exit !#27 N14224 P9171 MEMBAR Loop_entry !#27 N14225 P9172 BLD 272 -1 FP BE Pri !#27 N14226 P9173 MEMBAR Loop_exit !#27 N14227 P9174 MEMBAR Loop_entry !#27 N14228 P9175 BLD 22 -1 FP BE Pri !#27 N14229 P9176 MEMBAR Loop_exit !#27 N14230 P9177 MEMBAR Loop_entry !#27 N14231 P9178 BLD 149 -1 FP BE Pri !#27 N14232 P9179 MEMBAR Loop_exit !#27 N14233 P9180 MEMBAR Loop_entry !#27 N14234 P9181 BLD 245 -1 FP BE Pri !#27 N14235 P9182 MEMBAR Loop_exit !#27 N14236 P9180 MEMBAR Loop_entry !#27 N14237 P9181 BLD 245 -1 FP BE Pri !#27 N14238 P9182 MEMBAR Loop_exit !#27 N14239 P9183 MEMBAR Loop_entry !#27 N14240 P9184 BLD 159 -1 FP BE Pri !#27 N14241 P9185 MEMBAR Loop_exit !#27 N14242 P9186 MEMBAR Loop_entry !#27 N14243 P9187 BLD 201 -1 FP BE Pri !#27 N14244 P9188 MEMBAR Loop_exit !#27 N14245 P9189 MEMBAR Loop_entry !#27 N14246 P9190 BLD 37 -1 FP BE Pri !#27 N14247 P9191 MEMBAR Loop_exit !#27 N14248 P9192 MEMBAR Loop_entry !#27 N14249 P9193 BLD 254 -1 FP BE Pri !#27 N14250 P9194 MEMBAR Loop_exit !#27 N14251 P9192 MEMBAR Loop_entry !#27 N14252 P9193 BLD 254 -1 FP BE Pri !#27 N14253 P9194 MEMBAR Loop_exit !#27 N14254 P9195 IDC_FLIP 131 Int BE Pri Loop_entry !#27 N14255 P9196 MEMBAR !#27 N14256 P9197 BLD 304 -1 FP BE Pri !#27 N14257 P9198 MEMBAR Loop_exit !#27 N14258 P9199 MEMBAR Loop_entry !#27 N14259 P9200 BLD 153 -1 FP BE Pri !#27 N14260 P9201 MEMBAR Loop_exit !#27 N14261 P9202 MEMBAR Loop_entry !#27 N14262 P9203 BLD 20 -1 FP BE Pri !#27 N14263 P9204 MEMBAR Loop_exit !#27 N14264 P9202 MEMBAR Loop_entry !#27 N14265 P9203 BLD 20 -1 FP BE Pri !#27 N14266 P9204 MEMBAR Loop_exit !#27 N14267 P9205 MEMBAR Loop_entry !#27 N14268 P9206 BLD 209 -1 FP BE Pri !#27 N14269 P9207 MEMBAR Loop_exit !#27 N14270 P9205 MEMBAR Loop_entry !#27 N14271 P9206 BLD 209 -1 FP BE Pri !#27 N14272 P9207 MEMBAR Loop_exit !#27 N14273 P9208 MEMBAR Loop_entry !#27 N14274 P9209 BLD 335 -1 FP BE Pri !#27 N14275 P9210 MEMBAR Loop_exit !#27 N14276 P9208 MEMBAR Loop_entry !#27 N14277 P9209 BLD 335 -1 FP BE Pri !#27 N14278 P9210 MEMBAR Loop_exit !#27 N14279 P9211 MEMBAR Loop_entry !#27 N14280 P9212 BLD 301 -1 FP BE Pri !#27 N14281 P9213 MEMBAR Loop_exit !#27 N14282 P9214 MEMBAR Loop_entry !#27 N14283 P9215 BLD 25 -1 FP BE Pri !#27 N14284 P9216 MEMBAR Loop_exit !#27 N14285 P9214 MEMBAR Loop_entry !#27 N14286 P9215 BLD 25 -1 FP BE Pri !#27 N14287 P9216 MEMBAR Loop_exit !#27 N14288 P9217 MEMBAR Loop_entry !#27 N14289 P9218 BLD 175 -1 FP BE Pri !#27 N14290 P9219 MEMBAR Loop_exit !#27 N14291 P9220 MEMBAR Loop_entry !#27 N14292 P9221 BLD 6 -1 FP BE Pri !#27 N14293 P9221 BLD 7 -1 FP BE Pri !#27 N14294 P9222 MEMBAR Loop_exit !#27 N14295 P9220 MEMBAR Loop_entry !#27 N14296 P9221 BLD 6 -1 FP BE Pri !#27 N14297 P9221 BLD 7 -1 FP BE Pri !#27 N14298 P9222 MEMBAR Loop_exit !#27 N14299 P9223 MEMBAR Loop_entry !#27 N14300 P9224 BLD 264 -1 FP BE Pri !#27 N14301 P9225 MEMBAR Loop_exit !#27 N14302 P9226 MEMBAR Loop_entry !#27 N14303 P9227 BLD 212 -1 FP BE Pri !#27 N14304 P9228 MEMBAR Loop_exit !#27 N14305 P9226 MEMBAR Loop_entry !#27 N14306 P9227 BLD 212 -1 FP BE Pri !#27 N14307 P9228 MEMBAR Loop_exit !#27 N14308 P9229 MEMBAR Loop_entry !#27 N14309 P9230 BLD 134 -1 FP BE Pri !#27 N14310 P9231 MEMBAR Loop_exit !#27 N14311 P9232 PREFETCH 216 Int BE Pri Loop_entry !#27 N14312 P9233 MEMBAR !#27 N14313 P9234 BLD 233 -1 FP BE Pri !#27 N14314 P9235 MEMBAR Loop_exit !#27 N14315 P9232 PREFETCH 216 Int BE Pri Loop_entry !#27 N14316 P9233 MEMBAR !#27 N14317 P9234 BLD 233 -1 FP BE Pri !#27 N14318 P9235 MEMBAR Loop_exit !#27 N14319 P9236 MEMBAR Loop_entry !#27 N14320 P9237 BLD 289 -1 FP BE Pri !#27 N14321 P9238 MEMBAR Loop_exit !#27 N14322 P9239 MEMBAR Loop_entry !#27 N14323 P9240 BLD 327 -1 FP BE Pri !#27 N14324 P9241 MEMBAR Loop_exit !#27 N14325 P9239 MEMBAR Loop_entry !#27 N14326 P9240 BLD 327 -1 FP BE Pri !#27 N14327 P9241 MEMBAR Loop_exit !#27 N14328 P9242 MEMBAR Loop_entry !#27 N14329 P9243 BLD 57 -1 FP BE Pri !#27 N14330 P9244 MEMBAR Loop_exit !#27 N14331 P9245 ST 320 0x8d800001 Int BE Pri Loop_entry Loop_exit !#27 N14332 P9245 ST 320 0x8d800002 Int BE Pri Loop_entry Loop_exit !#27 N14333 P9246 MEMBAR Loop_entry !#27 N14334 P9247 BLD 98 -1 FP BE Pri !#27 N14335 P9247 BLD 99 -1 FP BE Pri !#27 N14336 P9248 MEMBAR Loop_exit !#27 N14337 P9246 MEMBAR Loop_entry !#27 N14338 P9247 BLD 98 -1 FP BE Pri !#27 N14339 P9247 BLD 99 -1 FP BE Pri !#27 N14340 P9248 MEMBAR Loop_exit !#27 N14341 P9249 MEMBAR Loop_entry !#27 N14342 P9250 BLD 176 -1 FP BE Pri !#27 N14343 P9251 MEMBAR Loop_exit !#27 N14344 P9252 MEMBAR Loop_entry !#27 N14345 P9253 BLD 168 -1 FP BE Pri !#27 N14346 P9254 MEMBAR Loop_exit !#27 N14347 P9252 MEMBAR Loop_entry !#27 N14348 P9253 BLD 168 -1 FP BE Pri !#27 N14349 P9254 MEMBAR Loop_exit !#27 N14350 P9255 MEMBAR Loop_entry !#27 N14351 P9256 BLD 111 -1 FP BE Pri !#27 N14352 P9256 BLD 112 -1 FP BE Pri !#27 N14353 P9256 BLD 113 -1 FP BE Pri !#27 N14354 P9257 MEMBAR Loop_exit !#27 N14355 P9255 MEMBAR Loop_entry !#27 N14356 P9256 BLD 111 -1 FP BE Pri !#27 N14357 P9256 BLD 112 -1 FP BE Pri !#27 N14358 P9256 BLD 113 -1 FP BE Pri !#27 N14359 P9257 MEMBAR Loop_exit !#27 N14360 P9258 MEMBAR Loop_entry !#27 N14361 P9259 BLD 77 -1 FP BE Pri !#27 N14362 P9260 MEMBAR Loop_exit !#27 N14363 P9258 MEMBAR Loop_entry !#27 N14364 P9259 BLD 77 -1 FP BE Pri !#27 N14365 P9260 MEMBAR Loop_exit !#27 N14366 P9261 MEMBAR Loop_entry !#27 N14367 P9262 BLD 44 -1 FP BE Pri !#27 N14368 P9263 MEMBAR Loop_exit !#27 N14369 P9261 MEMBAR Loop_entry !#27 N14370 P9262 BLD 44 -1 FP BE Pri !#27 N14371 P9263 MEMBAR Loop_exit !#27 N14372 P9264 MEMBAR Loop_entry !#27 N14373 P9265 BLD 86 -1 FP BE Pri !#27 N14374 P9266 MEMBAR Loop_exit !#27 N14375 P9267 FLUSHI 303 Int BE Pri Loop_entry Loop_exit !#27 N14376 P9267 FLUSHI 303 Int BE Pri Loop_entry Loop_exit !#27 N14377 P9268 MEMBAR Loop_entry !#27 N14378 P9269 BLD 328 -1 FP BE Pri !#27 N14379 P9270 MEMBAR Loop_exit !#27 N14380 P9271 MEMBAR Loop_entry !#27 N14381 P9272 BLD 316 -1 FP BE Pri !#27 N14382 P9273 MEMBAR Loop_exit !#27 N14383 P9274 MEMBAR Loop_entry !#27 N14384 P9275 BLD 87 -1 FP BE Pri !#27 N14385 P9276 MEMBAR Loop_exit !#27 N14386 P9277 MEMBAR Loop_entry !#27 N14387 P9278 BLD 256 -1 FP BE Pri !#27 N14388 P9279 MEMBAR Loop_exit !#27 N14389 P9280 LD 93 -1 FP BE Pri Loop_entry !#27 N14390 P9281 MEMBAR !#27 N14391 P9282 BLD 323 -1 FP BE Pri !#27 N14392 P9283 MEMBAR Loop_exit !#27 N14393 P9280 LD 93 -1 FP BE Pri Loop_entry !#27 N14394 P9281 MEMBAR !#27 N14395 P9282 BLD 323 -1 FP BE Pri !#27 N14396 P9283 MEMBAR Loop_exit !#27 N14397 P9284 MEMBAR Loop_entry !#27 N14398 P9285 BLD 308 -1 FP BE Pri !#27 N14399 P9286 MEMBAR Loop_exit !#27 N14400 P9287 MEMBAR Loop_entry !#27 N14401 P9288 BLD 210 -1 FP BE Pri !#27 N14402 P9289 MEMBAR Loop_exit !#27 N14403 P9287 MEMBAR Loop_entry !#27 N14404 P9288 BLD 210 -1 FP BE Pri !#27 N14405 P9289 MEMBAR Loop_exit !#27 N14406 P9290 MEMBAR Loop_entry !#27 N14407 P9291 BLD 157 -1 FP BE Pri !#27 N14408 P9292 MEMBAR Loop_exit !#27 N14409 P9290 MEMBAR Loop_entry !#27 N14410 P9291 BLD 157 -1 FP BE Pri !#27 N14411 P9292 MEMBAR Loop_exit !#27 N14412 P9293 MEMBAR Loop_entry !#27 N14413 P9294 BLD 16 -1 FP BE Pri !#27 N14414 P9295 MEMBAR Loop_exit !#27 N14415 P9293 MEMBAR Loop_entry !#27 N14416 P9294 BLD 16 -1 FP BE Pri !#27 N14417 P9295 MEMBAR Loop_exit !#27 N14418 P9296 MEMBAR Loop_entry !#27 N14419 P9297 BLD 172 -1 FP BE Pri !#27 N14420 P9298 MEMBAR Loop_exit !#27 N14421 P9299 MEMBAR Loop_entry !#27 N14422 P9300 BLD 27 -1 FP BE Pri !#27 N14423 P9301 MEMBAR Loop_exit !#27 N14424 P9299 MEMBAR Loop_entry !#27 N14425 P9300 BLD 27 -1 FP BE Pri !#27 N14426 P9301 MEMBAR Loop_exit !#27 N14427 P9302 MEMBAR Loop_entry !#27 N14428 P9303 BLD 15 -1 FP BE Pri !#27 N14429 P9304 MEMBAR Loop_exit !#27 N14430 P9302 MEMBAR Loop_entry !#27 N14431 P9303 BLD 15 -1 FP BE Pri !#27 N14432 P9304 MEMBAR Loop_exit !#27 N14433 P9305 ST 249 0x8d800003 Int BE Pri Loop_entry Loop_exit !#27 N14434 P9306 MEMBAR Loop_entry !#27 N14435 P9307 BLD 83 -1 FP BE Pri !#27 N14436 P9308 MEMBAR Loop_exit !#27 N14437 P9309 MEMBAR Loop_entry !#27 N14438 P9310 BLD 311 -1 FP BE Pri !#27 N14439 P9311 MEMBAR Loop_exit !#27 N14440 P9309 MEMBAR Loop_entry !#27 N14441 P9310 BLD 311 -1 FP BE Pri !#27 N14442 P9311 MEMBAR Loop_exit !#27 N14443 P9312 MEMBAR Loop_entry !#27 N14444 P9313 BLD 202 -1 FP BE Pri !#27 N14445 P9314 MEMBAR Loop_exit !#27 N14446 P9312 MEMBAR Loop_entry !#27 N14447 P9313 BLD 202 -1 FP BE Pri !#27 N14448 P9314 MEMBAR Loop_exit !#27 N14449 P9315 MEMBAR Loop_entry !#27 N14450 P9316 BLD 52 -1 FP BE Pri !#27 N14451 P9317 MEMBAR Loop_exit !#27 N14452 P9318 MEMBAR Loop_entry !#27 N14453 P9319 BLD 52 -1 FP BE Pri !#27 N14454 P9320 MEMBAR Loop_exit !#27 N14455 P9318 MEMBAR Loop_entry !#27 N14456 P9319 BLD 52 -1 FP BE Pri !#27 N14457 P9320 MEMBAR Loop_exit !#27 N14458 P9321 MEMBAR Loop_entry !#27 N14459 P9322 BLD 313 -1 FP BE Pri !#27 N14460 P9323 MEMBAR Loop_exit !#27 N14461 P9324 MEMBAR Loop_entry !#27 N14462 P9325 BLD 89 -1 FP BE Pri !#27 N14463 P9325 BLD 90 -1 FP BE Pri !#27 N14464 P9326 MEMBAR Loop_exit !#27 N14465 P9327 MEMBAR Loop_entry !#27 N14466 P9328 BLD 241 -1 FP BE Pri !#27 N14467 P9328 BLD 242 -1 FP BE Pri !#27 N14468 P9329 MEMBAR Loop_exit !#27 N14469 P9330 MEMBAR Loop_entry !#27 N14470 P9331 BLD 203 -1 FP BE Pri !#27 N14471 P9332 MEMBAR Loop_exit !#27 N14472 P9330 MEMBAR Loop_entry !#27 N14473 P9331 BLD 203 -1 FP BE Pri !#27 N14474 P9332 MEMBAR Loop_exit !#27 N14475 P9333 MEMBAR Loop_entry !#27 N14476 P9334 BLD 164 -1 FP BE Pri !#27 N14477 P9335 MEMBAR Loop_exit !#27 N14478 P9333 MEMBAR Loop_entry !#27 N14479 P9334 BLD 164 -1 FP BE Pri !#27 N14480 P9335 MEMBAR Loop_exit !#27 N14481 P9336 MEMBAR Loop_entry !#27 N14482 P9337 BLD 58 -1 FP BE Pri !#27 N14483 P9338 MEMBAR Loop_exit !#27 N14484 P9339 MEMBAR Loop_entry !#27 N14485 P9340 BLD 36 -1 FP BE Pri !#27 N14486 P9341 MEMBAR Loop_exit !#27 N14487 P9339 MEMBAR Loop_entry !#27 N14488 P9340 BLD 36 -1 FP BE Pri !#27 N14489 P9341 MEMBAR Loop_exit !#27 N14490 P9342 MEMBAR Loop_entry !#27 N14491 P9343 BLD 98 -1 FP BE Pri !#27 N14492 P9343 BLD 99 -1 FP BE Pri !#27 N14493 P9344 MEMBAR Loop_exit !#27 N14494 P9345 MEMBAR Loop_entry !#27 N14495 P9346 BLD 77 -1 FP BE Pri !#27 N14496 P9347 MEMBAR Loop_exit !#27 N14497 P9348 MEMBAR Loop_entry !#27 N14498 P9349 BLD 320 -1 FP BE Pri !#27 N14499 P9350 MEMBAR Loop_exit !#27 N14500 P9348 MEMBAR Loop_entry !#27 N14501 P9349 BLD 320 -1 FP BE Pri !#27 N14502 P9350 MEMBAR Loop_exit !#27 N14503 P9351 MEMBAR Loop_entry !#27 N14504 P9352 BLD 74 -1 FP BE Pri !#27 N14505 P9353 MEMBAR Loop_exit !#27 N14506 P9354 MEMBAR Loop_entry !#27 N14507 P9355 BLD 321 -1 FP BE Pri !#27 N14508 P9356 MEMBAR Loop_exit !#27 N14509 P9357 MEMBAR Loop_entry !#27 N14510 P9358 BLD 343 -1 FP BE Pri !#27 N14511 P9358 BLD 344 -1 FP BE Pri !#27 N14512 P9359 MEMBAR Loop_exit !#27 N14513 P9360 MEMBAR Loop_entry !#27 N14514 P9361 BLD 354 -1 FP BE Pri !#27 N14515 P9362 MEMBAR Loop_exit !#27 N14516 P9363 MEMBAR Loop_entry !#27 N14517 P9364 BLD 264 -1 FP BE Pri !#27 N14518 P9365 MEMBAR Loop_exit !#27 N14519 P9366 MEMBAR Loop_entry !#27 N14520 P9367 BLD 230 -1 FP BE Pri !#27 N14521 P9368 MEMBAR Loop_exit !#27 N14522 P9369 PREFETCH 268 Int BE Pri Loop_entry !#27 N14523 P9370 MEMBAR !#27 N14524 P9371 BLD 127 -1 FP BE Pri !#27 N14525 P9372 MEMBAR Loop_exit !#27 N14526 P9369 PREFETCH 268 Int BE Pri Loop_entry !#27 N14527 P9370 MEMBAR !#27 N14528 P9371 BLD 127 -1 FP BE Pri !#27 N14529 P9372 MEMBAR Loop_exit !#27 N14530 P9373 MEMBAR Loop_entry !#27 N14531 P9374 BLD 89 -1 FP BE Pri !#27 N14532 P9374 BLD 90 -1 FP BE Pri !#27 N14533 P9375 MEMBAR Loop_exit !#27 N14534 P9376 MEMBAR Loop_entry !#27 N14535 P9377 BLD 288 -1 FP BE Pri !#27 N14536 P9378 MEMBAR Loop_exit !#27 N14537 P9376 MEMBAR Loop_entry !#27 N14538 P9377 BLD 288 -1 FP BE Pri !#27 N14539 P9378 MEMBAR Loop_exit !#27 N14540 P9379 ST 28 0x19800001 FP BE Pri Loop_entry Loop_exit !#27 N14541 P9379 ST 28 0x19800002 FP BE Pri Loop_entry Loop_exit !#27 N14542 P9380 MEMBAR Loop_entry !#27 N14543 P9381 BLD 305 -1 FP BE Pri !#27 N14544 P9382 MEMBAR Loop_exit !#27 N14545 P9380 MEMBAR Loop_entry !#27 N14546 P9381 BLD 305 -1 FP BE Pri !#27 N14547 P9382 MEMBAR Loop_exit !#27 N14548 P9383 MEMBAR Loop_entry !#27 N14549 P9384 BLD 175 -1 FP BE Pri !#27 N14550 P9385 MEMBAR Loop_exit !#27 N14551 P9386 IDC_FLIP 323 Int BE Pri Loop_entry Loop_exit !#27 N14552 P9386 IDC_FLIP 323 Int BE Pri Loop_entry Loop_exit !#27 N14553 P9387 ST 177 0x8d800004 Int BE Pri Loop_entry !#27 N14554 P9388 IDC_FLIP 343 Int BE Pri Loop_exit !#27 N14555 P9389 MEMBAR Loop_entry !#27 N14556 P9390 BLD 101 -1 FP BE Pri !#27 N14557 P9391 MEMBAR Loop_exit !#27 N14558 P9392 ST 31 0x19800003 FP BE Pri Loop_entry !#27 N14559 P9393 IDC_FLIP 13 Int BE Pri Loop_exit !#27 N14560 P9392 ST 31 0x19800004 FP BE Pri Loop_entry !#27 N14561 P9393 IDC_FLIP 13 Int BE Pri Loop_exit !#27 N14562 P9394 IDC_FLIP 51 Int BE Pri Loop_entry Loop_exit !#27 N14563 P9394 IDC_FLIP 51 Int BE Pri Loop_entry Loop_exit !#27 N14564 P9395 MEMBAR Loop_entry !#27 N14565 P9396 BLD 78 -1 FP BE Pri !#27 N14566 P9397 MEMBAR Loop_exit !#27 N14567 P9395 MEMBAR Loop_entry !#27 N14568 P9396 BLD 78 -1 FP BE Pri !#27 N14569 P9397 MEMBAR Loop_exit !#27 N14570 P9398 MEMBAR Loop_entry !#27 N14571 P9399 BLD 305 -1 FP BE Pri !#27 N14572 P9400 MEMBAR Loop_exit !#27 N14573 P9401 MEMBAR Loop_entry !#27 N14574 P9402 BLD 32 -1 FP BE Pri !#27 N14575 P9402 BLD 33 -1 FP BE Pri !#27 N14576 P9403 MEMBAR Loop_exit !#27 N14577 P9401 MEMBAR Loop_entry !#27 N14578 P9402 BLD 32 -1 FP BE Pri !#27 N14579 P9402 BLD 33 -1 FP BE Pri !#27 N14580 P9403 MEMBAR Loop_exit !#27 N14581 P9404 MEMBAR Loop_entry !#27 N14582 P9405 BLD 193 -1 FP BE Pri !#27 N14583 P9406 MEMBAR Loop_exit !#27 N14584 P9404 MEMBAR Loop_entry !#27 N14585 P9405 BLD 193 -1 FP BE Pri !#27 N14586 P9406 MEMBAR Loop_exit !#27 N14587 P9407 MEMBAR Loop_entry !#27 N14588 P9408 BLD 209 -1 FP BE Pri !#27 N14589 P9409 MEMBAR Loop_exit !#27 N14590 P9407 MEMBAR Loop_entry !#27 N14591 P9408 BLD 209 -1 FP BE Pri !#27 N14592 P9409 MEMBAR Loop_exit !#27 N14593 P9410 MEMBAR Loop_entry !#27 N14594 P9411 BLD 269 -1 FP BE Pri !#27 N14595 P9412 MEMBAR Loop_exit !#27 N14596 P9413 ST 7 0x8d800005 Int BE Pri Loop_entry Loop_exit !#27 N14597 P9413 ST 7 0x8d800006 Int BE Pri Loop_entry Loop_exit !#27 N14598 P9414 MEMBAR Loop_entry !#27 N14599 P9415 BLD 319 -1 FP BE Pri !#27 N14600 P9416 MEMBAR Loop_exit !#27 N14601 P9414 MEMBAR Loop_entry !#27 N14602 P9415 BLD 319 -1 FP BE Pri !#27 N14603 P9416 MEMBAR Loop_exit !#27 N14604 P9417 IDC_FLIP 39 Int BE Pri Loop_entry !#27 N14605 P9418 MEMBAR !#27 N14606 P9419 BLD 55 -1 FP BE Pri !#27 N14607 P9420 MEMBAR Loop_exit !#27 N14608 P9421 MEMBAR !#28 N14609 P9422 IDC_FLIP 145 Int BE Pri Loop_entry Loop_exit !#28 N14610 P9422 IDC_FLIP 145 Int BE Pri Loop_entry Loop_exit !#28 N14611 P9423 MEMBAR Loop_entry !#28 N14612 P9424 BLD 319 -1 FP BE Pri !#28 N14613 P9425 MEMBAR Loop_exit !#28 N14614 P9426 MEMBAR Loop_entry !#28 N14615 P9427 BLD 341 -1 FP BE Pri !#28 N14616 P9428 MEMBAR Loop_exit !#28 N14617 P9429 MEMBAR Loop_entry !#28 N14618 P9430 BLD 162 -1 FP BE Pri !#28 N14619 P9431 MEMBAR Loop_exit !#28 N14620 P9432 MEMBAR Loop_entry !#28 N14621 P9433 BLD 110 -1 FP BE Pri !#28 N14622 P9434 MEMBAR Loop_exit !#28 N14623 P9435 MEMBAR Loop_entry !#28 N14624 P9436 BLD 217 -1 FP BE Pri !#28 N14625 P9437 MEMBAR Loop_exit !#28 N14626 P9435 MEMBAR Loop_entry !#28 N14627 P9436 BLD 217 -1 FP BE Pri !#28 N14628 P9437 MEMBAR Loop_exit !#28 N14629 P9438 MEMBAR Loop_entry !#28 N14630 P9439 BLD 78 -1 FP BE Pri !#28 N14631 P9440 MEMBAR Loop_exit !#28 N14632 P9441 IDC_FLIP 136 Int BE Pri Loop_entry Loop_exit !#28 N14633 P9441 IDC_FLIP 136 Int BE Pri Loop_entry Loop_exit !#28 N14634 P9442 MEMBAR Loop_entry !#28 N14635 P9443 BLD 73 -1 FP BE Pri !#28 N14636 P9444 MEMBAR Loop_exit !#28 N14637 P9442 MEMBAR Loop_entry !#28 N14638 P9443 BLD 73 -1 FP BE Pri !#28 N14639 P9444 MEMBAR Loop_exit !#28 N14640 P9445 MEMBAR Loop_entry !#28 N14641 P9446 BLD 102 -1 FP BE Pri !#28 N14642 P9446 BLD 103 -1 FP BE Pri !#28 N14643 P9446 BLD 104 -1 FP BE Pri !#28 N14644 P9447 MEMBAR Loop_exit !#28 N14645 P9445 MEMBAR Loop_entry !#28 N14646 P9446 BLD 102 -1 FP BE Pri !#28 N14647 P9446 BLD 103 -1 FP BE Pri !#28 N14648 P9446 BLD 104 -1 FP BE Pri !#28 N14649 P9447 MEMBAR Loop_exit !#28 N14650 P9448 MEMBAR Loop_entry !#28 N14651 P9449 BLD 305 -1 FP BE Pri !#28 N14652 P9450 MEMBAR Loop_exit !#28 N14653 P9451 MEMBAR Loop_entry !#28 N14654 P9452 BLD 36 -1 FP BE Pri !#28 N14655 P9453 MEMBAR Loop_exit !#28 N14656 P9454 MEMBAR Loop_entry !#28 N14657 P9455 BLD 240 -1 FP BE Pri !#28 N14658 P9456 MEMBAR Loop_exit !#28 N14659 P9457 MEMBAR Loop_entry !#28 N14660 P9458 BLD 186 -1 FP BE Pri !#28 N14661 P9459 MEMBAR Loop_exit !#28 N14662 P9460 MEMBAR Loop_entry !#28 N14663 P9461 BLD 185 -1 FP BE Pri !#28 N14664 P9462 MEMBAR Loop_exit !#28 N14665 P9463 IDC_FLIP 328 Int BE Pri Loop_entry Loop_exit !#28 N14666 P9464 MEMBAR Loop_entry !#28 N14667 P9465 BLD 299 -1 FP BE Pri !#28 N14668 P9466 MEMBAR Loop_exit !#28 N14669 P9467 MEMBAR Loop_entry !#28 N14670 P9468 BLD 219 -1 FP BE Pri !#28 N14671 P9468 BLD 220 -1 FP BE Pri !#28 N14672 P9469 MEMBAR Loop_exit !#28 N14673 P9470 MEMBAR Loop_entry !#28 N14674 P9471 BLD 38 -1 FP BE Pri !#28 N14675 P9472 MEMBAR Loop_exit !#28 N14676 P9473 MEMBAR Loop_entry !#28 N14677 P9474 BLD 287 -1 FP BE Pri !#28 N14678 P9475 MEMBAR Loop_exit !#28 N14679 P9476 MEMBAR Loop_entry !#28 N14680 P9477 BLD 71 -1 FP BE Pri !#28 N14681 P9477 BLD 72 -1 FP BE Pri !#A N14680 N14681 !#28 N14682 P9478 MEMBAR Loop_exit !#28 N14683 P9476 MEMBAR Loop_entry !#28 N14684 P9477 BLD 71 -1 FP BE Pri !#28 N14685 P9477 BLD 72 -1 FP BE Pri !#A N14684 N14685 !#28 N14686 P9478 MEMBAR Loop_exit !#28 N14687 P9479 MEMBAR Loop_entry !#28 N14688 P9480 BLD 183 -1 FP BE Pri !#28 N14689 P9481 MEMBAR Loop_exit !#28 N14690 P9482 MEMBAR Loop_entry !#28 N14691 P9483 BLD 25 -1 FP BE Pri !#28 N14692 P9484 MEMBAR Loop_exit !#28 N14693 P9485 MEMBAR Loop_entry !#28 N14694 P9486 BLD 194 -1 FP BE Pri !#28 N14695 P9487 MEMBAR Loop_exit !#28 N14696 P9488 MEMBAR Loop_entry !#28 N14697 P9489 BLD 58 -1 FP BE Pri !#28 N14698 P9490 MEMBAR Loop_exit !#28 N14699 P9491 MEMBAR Loop_entry !#28 N14700 P9492 BLD 115 -1 FP BE Pri !#28 N14701 P9493 MEMBAR Loop_exit !#28 N14702 P9491 MEMBAR Loop_entry !#28 N14703 P9492 BLD 115 -1 FP BE Pri !#28 N14704 P9493 MEMBAR Loop_exit !#28 N14705 P9494 MEMBAR Loop_entry !#28 N14706 P9495 BLD 213 -1 FP BE Pri !#28 N14707 P9496 MEMBAR Loop_exit !#28 N14708 P9494 MEMBAR Loop_entry !#28 N14709 P9495 BLD 213 -1 FP BE Pri !#28 N14710 P9496 MEMBAR Loop_exit !#28 N14711 P9497 MEMBAR Loop_entry !#28 N14712 P9498 BLD 111 -1 FP BE Pri !#28 N14713 P9498 BLD 112 -1 FP BE Pri !#28 N14714 P9498 BLD 113 -1 FP BE Pri !#28 N14715 P9499 MEMBAR Loop_exit !#28 N14716 P9500 MEMBAR Loop_entry !#28 N14717 P9501 BLD 284 -1 FP BE Pri !#28 N14718 P9502 MEMBAR Loop_exit !#28 N14719 P9500 MEMBAR Loop_entry !#28 N14720 P9501 BLD 284 -1 FP BE Pri !#28 N14721 P9502 MEMBAR Loop_exit !#28 N14722 P9503 MEMBAR Loop_entry !#28 N14723 P9504 BLD 208 -1 FP BE Pri !#28 N14724 P9505 MEMBAR Loop_exit !#28 N14725 P9506 MEMBAR Loop_entry !#28 N14726 P9507 BLD 352 -1 FP BE Pri !#28 N14727 P9508 MEMBAR Loop_exit !#28 N14728 P9506 MEMBAR Loop_entry !#28 N14729 P9507 BLD 352 -1 FP BE Pri !#28 N14730 P9508 MEMBAR Loop_exit !#28 N14731 P9509 MEMBAR Loop_entry !#28 N14732 P9510 BLD 276 -1 FP BE Pri !#28 N14733 P9511 MEMBAR Loop_exit !#28 N14734 P9512 MEMBAR Loop_entry !#28 N14735 P9513 BLD 270 -1 FP BE Pri !#28 N14736 P9514 MEMBAR Loop_exit !#28 N14737 P9515 MEMBAR Loop_entry !#28 N14738 P9516 BLD 249 -1 FP BE Pri !#28 N14739 P9517 MEMBAR Loop_exit !#28 N14740 P9515 MEMBAR Loop_entry !#28 N14741 P9516 BLD 249 -1 FP BE Pri !#28 N14742 P9517 MEMBAR Loop_exit !#28 N14743 P9518 MEMBAR Loop_entry !#28 N14744 P9519 BLD 293 -1 FP BE Pri !#28 N14745 P9520 MEMBAR Loop_exit !#28 N14746 P9521 MEMBAR Loop_entry !#28 N14747 P9522 BLD 119 -1 FP BE Pri !#28 N14748 P9523 MEMBAR Loop_exit !#28 N14749 P9521 MEMBAR Loop_entry !#28 N14750 P9522 BLD 119 -1 FP BE Pri !#28 N14751 P9523 MEMBAR Loop_exit !#28 N14752 P9524 MEMBAR Loop_entry !#28 N14753 P9525 BLD 45 -1 FP BE Pri !#28 N14754 P9526 MEMBAR Loop_exit !#28 N14755 P9524 MEMBAR Loop_entry !#28 N14756 P9525 BLD 45 -1 FP BE Pri !#28 N14757 P9526 MEMBAR Loop_exit !#28 N14758 P9527 MEMBAR Loop_entry !#28 N14759 P9528 BLD 10 -1 FP BE Pri !#28 N14760 P9529 MEMBAR Loop_exit !#28 N14761 P9527 MEMBAR Loop_entry !#28 N14762 P9528 BLD 10 -1 FP BE Pri !#28 N14763 P9529 MEMBAR Loop_exit !#28 N14764 P9530 MEMBAR Loop_entry !#28 N14765 P9531 BLD 114 -1 FP BE Pri !#28 N14766 P9532 MEMBAR Loop_exit !#28 N14767 P9530 MEMBAR Loop_entry !#28 N14768 P9531 BLD 114 -1 FP BE Pri !#28 N14769 P9532 MEMBAR Loop_exit !#28 N14770 P9533 MEMBAR Loop_entry !#28 N14771 P9534 BLD 268 -1 FP BE Pri !#28 N14772 P9535 MEMBAR Loop_exit !#28 N14773 P9536 MEMBAR Loop_entry !#28 N14774 P9537 BLD 66 -1 FP BE Pri !#28 N14775 P9538 MEMBAR Loop_exit !#28 N14776 P9536 MEMBAR Loop_entry !#28 N14777 P9537 BLD 66 -1 FP BE Pri !#28 N14778 P9538 MEMBAR Loop_exit !#28 N14779 P9539 MEMBAR Loop_entry !#28 N14780 P9540 BLD 29 -1 FP BE Pri !#28 N14781 P9541 MEMBAR Loop_exit !#28 N14782 P9539 MEMBAR Loop_entry !#28 N14783 P9540 BLD 29 -1 FP BE Pri !#28 N14784 P9541 MEMBAR Loop_exit !#28 N14785 P9542 MEMBAR Loop_entry !#28 N14786 P9543 BLD 45 -1 FP BE Pri !#28 N14787 P9544 MEMBAR Loop_exit !#28 N14788 P9545 ST 209 0x8e000001 Int BE Pri Loop_entry Loop_exit !#28 N14789 P9546 MEMBAR Loop_entry !#28 N14790 P9547 BLD 188 -1 FP BE Pri !#28 N14791 P9548 MEMBAR Loop_exit !#28 N14792 P9549 MEMBAR Loop_entry !#28 N14793 P9550 BLD 293 -1 FP BE Pri !#28 N14794 P9551 MEMBAR Loop_exit !#28 N14795 P9552 MEMBAR Loop_entry !#28 N14796 P9553 BLD 109 -1 FP BE Pri !#28 N14797 P9554 MEMBAR Loop_exit !#28 N14798 P9552 MEMBAR Loop_entry !#28 N14799 P9553 BLD 109 -1 FP BE Pri !#28 N14800 P9554 MEMBAR Loop_exit !#28 N14801 P9555 PREFETCH 156 Int BE Pri Loop_entry Loop_exit !#28 N14802 P9556 IDC_FLIP 92 Int BE Pri Loop_entry !#28 N14803 P9557 IDC_FLIP 65 Int BE Pri Loop_exit !#28 N14804 P9556 IDC_FLIP 92 Int BE Pri Loop_entry !#28 N14805 P9557 IDC_FLIP 65 Int BE Pri Loop_exit !#28 N14806 P9558 MEMBAR Loop_entry !#28 N14807 P9559 BLD 128 -1 FP BE Pri !#28 N14808 P9560 MEMBAR Loop_exit !#28 N14809 P9561 MEMBAR Loop_entry !#28 N14810 P9562 BLD 228 -1 FP BE Pri !#28 N14811 P9563 MEMBAR Loop_exit !#28 N14812 P9564 MEMBAR Loop_entry !#28 N14813 P9565 BLD 212 -1 FP BE Pri !#28 N14814 P9566 MEMBAR Loop_exit !#28 N14815 P9567 MEMBAR Loop_entry !#28 N14816 P9568 BLD 237 -1 FP BE Pri !#28 N14817 P9569 MEMBAR Loop_exit !#28 N14818 P9570 MEMBAR Loop_entry !#28 N14819 P9571 BLD 16 -1 FP BE Pri !#28 N14820 P9572 MEMBAR Loop_exit !#28 N14821 P9573 MEMBAR Loop_entry !#28 N14822 P9574 BLD 123 -1 FP BE Pri !#28 N14823 P9575 MEMBAR Loop_exit !#28 N14824 P9573 MEMBAR Loop_entry !#28 N14825 P9574 BLD 123 -1 FP BE Pri !#28 N14826 P9575 MEMBAR Loop_exit !#28 N14827 P9576 ST 220 0x8e000002 Int BE Pri Loop_entry Loop_exit !#28 N14828 P9577 MEMBAR Loop_entry !#28 N14829 P9578 BLD 60 -1 FP BE Pri !#28 N14830 P9579 MEMBAR Loop_exit !#28 N14831 P9580 MEMBAR Loop_entry !#28 N14832 P9581 BLD 137 -1 FP BE Pri !#28 N14833 P9582 MEMBAR Loop_exit !#28 N14834 P9583 MEMBAR Loop_entry !#28 N14835 P9584 BLD 355 -1 FP BE Pri !#28 N14836 P9585 MEMBAR Loop_exit !#28 N14837 P9586 MEMBAR Loop_entry !#28 N14838 P9587 BLD 249 -1 FP BE Pri !#28 N14839 P9588 MEMBAR Loop_exit !#28 N14840 P9586 MEMBAR Loop_entry !#28 N14841 P9587 BLD 249 -1 FP BE Pri !#28 N14842 P9588 MEMBAR Loop_exit !#28 N14843 P9589 MEMBAR Loop_entry !#28 N14844 P9590 BLD 141 -1 FP BE Pri !#28 N14845 P9591 MEMBAR Loop_exit !#28 N14846 P9589 MEMBAR Loop_entry !#28 N14847 P9590 BLD 141 -1 FP BE Pri !#28 N14848 P9591 MEMBAR Loop_exit !#28 N14849 P9592 MEMBAR Loop_entry !#28 N14850 P9593 BLD 213 -1 FP BE Pri !#28 N14851 P9594 MEMBAR Loop_exit !#28 N14852 P9592 MEMBAR Loop_entry !#28 N14853 P9593 BLD 213 -1 FP BE Pri !#28 N14854 P9594 MEMBAR Loop_exit !#28 N14855 P9595 MEMBAR Loop_entry !#28 N14856 P9596 BLD 98 -1 FP BE Pri !#28 N14857 P9596 BLD 99 -1 FP BE Pri !#28 N14858 P9597 MEMBAR Loop_exit !#28 N14859 P9595 MEMBAR Loop_entry !#28 N14860 P9596 BLD 98 -1 FP BE Pri !#28 N14861 P9596 BLD 99 -1 FP BE Pri !#28 N14862 P9597 MEMBAR Loop_exit !#28 N14863 P9598 PREFETCH 308 Int BE Pri Loop_entry Loop_exit !#28 N14864 P9598 PREFETCH 308 Int BE Pri Loop_entry Loop_exit !#28 N14865 P9599 MEMBAR Loop_entry !#28 N14866 P9600 BLD 19 -1 FP BE Pri !#28 N14867 P9601 MEMBAR Loop_exit !#28 N14868 P9602 MEMBAR Loop_entry !#28 N14869 P9603 BLD 80 -1 FP BE Pri !#28 N14870 P9604 MEMBAR Loop_exit !#28 N14871 P9602 MEMBAR Loop_entry !#28 N14872 P9603 BLD 80 -1 FP BE Pri !#28 N14873 P9604 MEMBAR Loop_exit !#28 N14874 P9605 MEMBAR Loop_entry !#28 N14875 P9606 BLD 118 -1 FP BE Pri !#28 N14876 P9607 MEMBAR Loop_exit !#28 N14877 P9605 MEMBAR Loop_entry !#28 N14878 P9606 BLD 118 -1 FP BE Pri !#28 N14879 P9607 MEMBAR Loop_exit !#28 N14880 P9608 MEMBAR Loop_entry !#28 N14881 P9609 BLD 336 -1 FP BE Pri !#28 N14882 P9610 MEMBAR Loop_exit !#28 N14883 P9608 MEMBAR Loop_entry !#28 N14884 P9609 BLD 336 -1 FP BE Pri !#28 N14885 P9610 MEMBAR Loop_exit !#28 N14886 P9611 MEMBAR Loop_entry !#28 N14887 P9612 BLD 51 -1 FP BE Pri !#28 N14888 P9613 MEMBAR Loop_exit !#28 N14889 P9611 MEMBAR Loop_entry !#28 N14890 P9612 BLD 51 -1 FP BE Pri !#28 N14891 P9613 MEMBAR Loop_exit !#28 N14892 P9614 MEMBAR Loop_entry !#28 N14893 P9615 BLD 164 -1 FP BE Pri !#28 N14894 P9616 MEMBAR Loop_exit !#28 N14895 P9617 MEMBAR Loop_entry !#28 N14896 P9618 BLD 182 -1 FP BE Pri !#28 N14897 P9619 MEMBAR Loop_exit !#28 N14898 P9617 MEMBAR Loop_entry !#28 N14899 P9618 BLD 182 -1 FP BE Pri !#28 N14900 P9619 MEMBAR Loop_exit !#28 N14901 P9620 MEMBAR Loop_entry !#28 N14902 P9621 BLD 137 -1 FP BE Pri !#28 N14903 P9622 MEMBAR Loop_exit !#28 N14904 P9620 MEMBAR Loop_entry !#28 N14905 P9621 BLD 137 -1 FP BE Pri !#28 N14906 P9622 MEMBAR Loop_exit !#28 N14907 P9623 MEMBAR Loop_entry !#28 N14908 P9624 BLD 22 -1 FP BE Pri !#28 N14909 P9625 MEMBAR Loop_exit !#28 N14910 P9623 MEMBAR Loop_entry !#28 N14911 P9624 BLD 22 -1 FP BE Pri !#28 N14912 P9625 MEMBAR Loop_exit !#28 N14913 P9626 ST 285 0x8e000003 Int BE Pri Loop_entry Loop_exit !#28 N14914 P9626 ST 285 0x8e000004 Int BE Pri Loop_entry Loop_exit !#28 N14915 P9627 MEMBAR Loop_entry !#28 N14916 P9628 BLD 173 -1 FP BE Pri !#28 N14917 P9629 MEMBAR Loop_exit !#28 N14918 P9627 MEMBAR Loop_entry !#28 N14919 P9628 BLD 173 -1 FP BE Pri !#28 N14920 P9629 MEMBAR Loop_exit !#28 N14921 P9630 MEMBAR Loop_entry !#28 N14922 P9631 BLD 176 -1 FP BE Pri !#28 N14923 P9632 MEMBAR Loop_exit !#28 N14924 P9633 MEMBAR Loop_entry !#28 N14925 P9634 BLD 276 -1 FP BE Pri !#28 N14926 P9635 MEMBAR Loop_exit !#28 N14927 P9633 MEMBAR Loop_entry !#28 N14928 P9634 BLD 276 -1 FP BE Pri !#28 N14929 P9635 MEMBAR Loop_exit !#28 N14930 P9636 MEMBAR Loop_entry !#28 N14931 P9637 BLD 31 -1 FP BE Pri !#28 N14932 P9638 MEMBAR Loop_exit !#28 N14933 P9639 MEMBAR Loop_entry !#28 N14934 P9640 BLD 321 -1 FP BE Pri !#28 N14935 P9641 MEMBAR Loop_exit !#28 N14936 P9642 MEMBAR Loop_entry !#28 N14937 P9643 BLD 250 -1 FP BE Pri !#28 N14938 P9644 MEMBAR Loop_exit !#28 N14939 P9642 MEMBAR Loop_entry !#28 N14940 P9643 BLD 250 -1 FP BE Pri !#28 N14941 P9644 MEMBAR Loop_exit !#28 N14942 P9645 MEMBAR Loop_entry !#28 N14943 P9646 BLD 208 -1 FP BE Pri !#28 N14944 P9647 MEMBAR Loop_exit !#28 N14945 P9645 MEMBAR Loop_entry !#28 N14946 P9646 BLD 208 -1 FP BE Pri !#28 N14947 P9647 MEMBAR Loop_exit !#28 N14948 P9648 MEMBAR Loop_entry !#28 N14949 P9649 BLD 27 -1 FP BE Pri !#28 N14950 P9650 MEMBAR Loop_exit !#28 N14951 P9651 PREFETCH 201 Int BE Pri Loop_entry !#28 N14952 P9652 PREFETCH 42 NF Int BE Pri Loop_exit !#28 N14953 P9651 PREFETCH 201 Int BE Pri Loop_entry !#28 N14954 P9652 PREFETCH 42 NF Int BE Pri Loop_exit !#28 N14955 P9653 MEMBAR Loop_entry Loop_exit !#28 N14956 P9653 MEMBAR Loop_entry Loop_exit !#28 N14957 P9654 MEMBAR Loop_entry !#28 N14958 P9655 BLD 45 -1 FP BE Pri !#28 N14959 P9656 MEMBAR Loop_exit !#28 N14960 P9657 MEMBAR Loop_entry !#28 N14961 P9658 BLD 94 -1 FP BE Pri !#28 N14962 P9658 BLD 95 -1 FP BE Pri !#28 N14963 P9659 MEMBAR Loop_exit !#28 N14964 P9657 MEMBAR Loop_entry !#28 N14965 P9658 BLD 94 -1 FP BE Pri !#28 N14966 P9658 BLD 95 -1 FP BE Pri !#28 N14967 P9659 MEMBAR Loop_exit !#28 N14968 P9660 IDC_FLIP 344 Int BE Pri Loop_entry !#28 N14969 P9661 MEMBAR !#28 N14970 P9662 BLD 312 -1 FP BE Pri !#28 N14971 P9663 MEMBAR Loop_exit !#28 N14972 P9664 IDC_FLIP 28 Int BE Pri Loop_entry !#28 N14973 P9665 MEMBAR !#28 N14974 P9666 BLD 310 -1 FP BE Pri !#28 N14975 P9667 MEMBAR Loop_exit !#28 N14976 P9664 IDC_FLIP 28 Int BE Pri Loop_entry !#28 N14977 P9665 MEMBAR !#28 N14978 P9666 BLD 310 -1 FP BE Pri !#28 N14979 P9667 MEMBAR Loop_exit !#28 N14980 P9668 PREFETCH 167 Int BE Pri Loop_entry Loop_exit !#28 N14981 P9669 MEMBAR Loop_entry !#28 N14982 P9670 BLD 260 -1 FP BE Pri !#28 N14983 P9671 MEMBAR Loop_exit !#28 N14984 P9669 MEMBAR Loop_entry !#28 N14985 P9670 BLD 260 -1 FP BE Pri !#28 N14986 P9671 MEMBAR Loop_exit !#28 N14987 P9672 MEMBAR Loop_entry !#28 N14988 P9673 BLD 73 -1 FP BE Pri !#28 N14989 P9674 MEMBAR Loop_exit !#28 N14990 P9672 MEMBAR Loop_entry !#28 N14991 P9673 BLD 73 -1 FP BE Pri !#28 N14992 P9674 MEMBAR Loop_exit !#28 N14993 P9675 IDC_FLIP 270 Int BE Pri Loop_entry !#28 N14994 P9676 ST 319 0x8e000005 Int BE Pri Loop_exit !#28 N14995 P9675 IDC_FLIP 270 Int BE Pri Loop_entry !#28 N14996 P9676 ST 319 0x8e000006 Int BE Pri Loop_exit !#28 N14997 P9677 MEMBAR Loop_entry !#28 N14998 P9678 BLD 245 -1 FP BE Pri !#28 N14999 P9679 MEMBAR Loop_exit !#28 N15000 P9680 MEMBAR Loop_entry !#28 N15001 P9681 BLD 323 -1 FP BE Pri !#28 N15002 P9682 MEMBAR Loop_exit !#28 N15003 P9683 PREFETCH 85 Int LE Pri Loop_entry !#28 N15004 P9684 PREFETCH 168 Int BE Pri Loop_exit !#28 N15005 P9683 PREFETCH 85 Int LE Pri Loop_entry !#28 N15006 P9684 PREFETCH 168 Int BE Pri Loop_exit !#28 N15007 P9685 PREFETCH 117 Int BE Pri Loop_entry Loop_exit !#28 N15008 P9686 MEMBAR Loop_entry !#28 N15009 P9687 BLD 281 -1 FP BE Pri !#28 N15010 P9688 MEMBAR Loop_exit !#28 N15011 P9689 MEMBAR Loop_entry !#28 N15012 P9690 BLD 122 -1 FP BE Pri !#28 N15013 P9691 MEMBAR Loop_exit !#28 N15014 P9689 MEMBAR Loop_entry !#28 N15015 P9690 BLD 122 -1 FP BE Pri !#28 N15016 P9691 MEMBAR Loop_exit !#28 N15017 P9692 IDC_FLIP 165 Int BE Pri Loop_entry !#28 N15018 P9693 MEMBAR !#28 N15019 P9694 BLD 288 -1 FP BE Pri !#28 N15020 P9695 MEMBAR Loop_exit !#28 N15021 P9696 MEMBAR Loop_entry !#28 N15022 P9697 BLD 189 -1 FP BE Pri !#28 N15023 P9698 MEMBAR Loop_exit !#28 N15024 P9696 MEMBAR Loop_entry !#28 N15025 P9697 BLD 189 -1 FP BE Pri !#28 N15026 P9698 MEMBAR Loop_exit !#28 N15027 P9699 MEMBAR Loop_entry !#28 N15028 P9700 BLD 281 -1 FP BE Pri !#28 N15029 P9701 MEMBAR Loop_exit !#28 N15030 P9702 MEMBAR Loop_entry !#28 N15031 P9703 BLD 32 -1 FP BE Pri !#28 N15032 P9703 BLD 33 -1 FP BE Pri !#28 N15033 P9704 MEMBAR Loop_exit !#28 N15034 P9705 MEMBAR Loop_entry !#28 N15035 P9706 BLD 214 -1 FP BE Pri !#28 N15036 P9707 MEMBAR Loop_exit !#28 N15037 P9708 MEMBAR Loop_entry !#28 N15038 P9709 BLD 228 -1 FP BE Pri !#28 N15039 P9710 MEMBAR Loop_exit !#28 N15040 P9708 MEMBAR Loop_entry !#28 N15041 P9709 BLD 228 -1 FP BE Pri !#28 N15042 P9710 MEMBAR Loop_exit !#28 N15043 P9711 MEMBAR Loop_entry !#28 N15044 P9712 BLD 91 -1 FP BE Pri !#28 N15045 P9712 BLD 92 -1 FP BE Pri !#28 N15046 P9712 BLD 93 -1 FP BE Pri !#28 N15047 P9713 MEMBAR Loop_exit !#28 N15048 P9711 MEMBAR Loop_entry !#28 N15049 P9712 BLD 91 -1 FP BE Pri !#28 N15050 P9712 BLD 92 -1 FP BE Pri !#28 N15051 P9712 BLD 93 -1 FP BE Pri !#28 N15052 P9713 MEMBAR Loop_exit !#28 N15053 P9714 MEMBAR Loop_entry !#28 N15054 P9715 BLD 301 -1 FP BE Pri !#28 N15055 P9716 MEMBAR Loop_exit !#28 N15056 P9717 MEMBAR Loop_entry !#28 N15057 P9718 BLD 211 -1 FP BE Pri !#28 N15058 P9719 MEMBAR Loop_exit !#28 N15059 P9720 MEMBAR Loop_entry !#28 N15060 P9721 BLD 102 -1 FP BE Pri !#28 N15061 P9721 BLD 103 -1 FP BE Pri !#28 N15062 P9721 BLD 104 -1 FP BE Pri !#28 N15063 P9722 MEMBAR Loop_exit !#28 N15064 P9723 MEMBAR Loop_entry !#28 N15065 P9724 BLD 278 -1 FP BE Pri !#28 N15066 P9725 MEMBAR Loop_exit !#28 N15067 P9723 MEMBAR Loop_entry !#28 N15068 P9724 BLD 278 -1 FP BE Pri !#28 N15069 P9725 MEMBAR Loop_exit !#28 N15070 P9726 MEMBAR Loop_entry !#28 N15071 P9727 BLD 88 -1 FP BE Pri !#28 N15072 P9728 MEMBAR Loop_exit !#28 N15073 P9726 MEMBAR Loop_entry !#28 N15074 P9727 BLD 88 -1 FP BE Pri !#28 N15075 P9728 MEMBAR Loop_exit !#28 N15076 P9729 MEMBAR Loop_entry !#28 N15077 P9730 BLD 36 -1 FP BE Pri !#28 N15078 P9731 MEMBAR Loop_exit !#28 N15079 P9729 MEMBAR Loop_entry !#28 N15080 P9730 BLD 36 -1 FP BE Pri !#28 N15081 P9731 MEMBAR Loop_exit !#28 N15082 P9732 PREFETCH 242 Int BE Pri Loop_entry Loop_exit !#28 N15083 P9733 ST 44 0x8e000007 Int BE Pri Loop_entry !#28 N15084 P9734 MEMBAR !#28 N15085 P9735 BLD 149 -1 FP BE Pri !#28 N15086 P9736 MEMBAR Loop_exit !#28 N15087 P9737 MEMBAR Loop_entry !#28 N15088 P9738 BLD 289 -1 FP BE Pri !#28 N15089 P9739 MEMBAR Loop_exit !#28 N15090 P9737 MEMBAR Loop_entry !#28 N15091 P9738 BLD 289 -1 FP BE Pri !#28 N15092 P9739 MEMBAR Loop_exit !#28 N15093 P9740 MEMBAR Loop_entry !#28 N15094 P9741 BLD 166 -1 FP BE Pri !#28 N15095 P9742 MEMBAR Loop_exit !#28 N15096 P9743 MEMBAR Loop_entry !#28 N15097 P9744 BLD 285 -1 FP BE Pri !#28 N15098 P9745 MEMBAR Loop_exit !#28 N15099 P9746 MEMBAR Loop_entry !#28 N15100 P9747 BLD 251 -1 FP BE Pri !#28 N15101 P9748 MEMBAR Loop_exit !#28 N15102 P9749 MEMBAR Loop_entry !#28 N15103 P9750 BLD 294 -1 FP BE Pri !#28 N15104 P9751 MEMBAR Loop_exit !#28 N15105 P9749 MEMBAR Loop_entry !#28 N15106 P9750 BLD 294 -1 FP BE Pri !#28 N15107 P9751 MEMBAR Loop_exit !#28 N15108 P9752 MEMBAR Loop_entry !#28 N15109 P9753 BLD 240 -1 FP BE Pri !#28 N15110 P9754 MEMBAR Loop_exit !#28 N15111 P9755 MEMBAR Loop_entry !#28 N15112 P9756 BLD 135 -1 FP BE Pri !#28 N15113 P9757 MEMBAR Loop_exit !#28 N15114 P9758 MEMBAR Loop_entry !#28 N15115 P9759 BLD 155 -1 FP BE Pri !#28 N15116 P9760 MEMBAR Loop_exit !#28 N15117 P9758 MEMBAR Loop_entry !#28 N15118 P9759 BLD 155 -1 FP BE Pri !#28 N15119 P9760 MEMBAR Loop_exit !#28 N15120 P9761 MEMBAR Loop_entry !#28 N15121 P9762 BLD 27 -1 FP BE Pri !#28 N15122 P9763 MEMBAR Loop_exit !#28 N15123 P9761 MEMBAR Loop_entry !#28 N15124 P9762 BLD 27 -1 FP BE Pri !#28 N15125 P9763 MEMBAR Loop_exit !#28 N15126 P9764 MEMBAR Loop_entry !#28 N15127 P9765 BLD 197 -1 FP BE Pri !#28 N15128 P9766 MEMBAR Loop_exit !#28 N15129 P9767 MEMBAR !#29 N15130 P9768 ST 331 0x8e800001 Int BE Pri Loop_entry !#29 N15131 P9769 MEMBAR !#29 N15132 P9770 BLD 143 -1 FP BE Pri !#29 N15133 P9771 MEMBAR Loop_exit !#29 N15134 P9772 FLUSHI 168 Int BE Pri Loop_entry !#29 N15135 P9773 MEMBAR !#29 N15136 P9774 BLD 212 -1 FP BE Pri !#29 N15137 P9775 MEMBAR Loop_exit !#29 N15138 P9772 FLUSHI 168 Int BE Pri Loop_entry !#29 N15139 P9773 MEMBAR !#29 N15140 P9774 BLD 212 -1 FP BE Pri !#29 N15141 P9775 MEMBAR Loop_exit !#29 N15142 P9776 MEMBAR Loop_entry !#29 N15143 P9777 BLD 284 -1 FP BE Pri !#29 N15144 P9778 MEMBAR Loop_exit !#29 N15145 P9779 MEMBAR Loop_entry !#29 N15146 P9780 BLD 322 -1 FP BE Pri !#29 N15147 P9781 MEMBAR Loop_exit !#29 N15148 P9782 MEMBAR Loop_entry !#29 N15149 P9783 BLD 53 -1 FP BE Pri !#29 N15150 P9784 MEMBAR Loop_exit !#29 N15151 P9782 MEMBAR Loop_entry !#29 N15152 P9783 BLD 53 -1 FP BE Pri !#29 N15153 P9784 MEMBAR Loop_exit !#29 N15154 P9785 MEMBAR Loop_entry !#29 N15155 P9786 BLD 76 -1 FP BE Pri !#29 N15156 P9787 MEMBAR Loop_exit !#29 N15157 P9785 MEMBAR Loop_entry !#29 N15158 P9786 BLD 76 -1 FP BE Pri !#29 N15159 P9787 MEMBAR Loop_exit !#29 N15160 P9788 ST 304 0x8e800002 Int BE Pri Loop_entry !#29 N15161 P9789 MEMBAR !#29 N15162 P9790 BLD 281 -1 FP BE Pri !#29 N15163 P9791 MEMBAR Loop_exit !#29 N15164 P9788 ST 304 0x8e800003 Int BE Pri Loop_entry !#29 N15165 P9789 MEMBAR !#29 N15166 P9790 BLD 281 -1 FP BE Pri !#29 N15167 P9791 MEMBAR Loop_exit !#29 N15168 P9792 MEMBAR Loop_entry !#29 N15169 P9793 BLD 207 -1 FP BE Pri !#29 N15170 P9794 MEMBAR Loop_exit !#29 N15171 P9795 MEMBAR Loop_entry !#29 N15172 P9796 BLD 340 -1 FP BE Pri !#29 N15173 P9797 MEMBAR Loop_exit !#29 N15174 P9795 MEMBAR Loop_entry !#29 N15175 P9796 BLD 340 -1 FP BE Pri !#29 N15176 P9797 MEMBAR Loop_exit !#29 N15177 P9798 MEMBAR Loop_entry !#29 N15178 P9799 BLD 177 -1 FP BE Pri !#29 N15179 P9800 MEMBAR Loop_exit !#29 N15180 P9801 MEMBAR Loop_entry !#29 N15181 P9802 BLD 189 -1 FP BE Pri !#29 N15182 P9803 MEMBAR Loop_exit !#29 N15183 P9801 MEMBAR Loop_entry !#29 N15184 P9802 BLD 189 -1 FP BE Pri !#29 N15185 P9803 MEMBAR Loop_exit !#29 N15186 P9804 MEMBAR Loop_entry !#29 N15187 P9805 BLD 61 -1 FP BE Pri !#29 N15188 P9806 MEMBAR Loop_exit !#29 N15189 P9807 IDC_FLIP 309 Int BE Pri Loop_entry Loop_exit !#29 N15190 P9808 MEMBAR Loop_entry !#29 N15191 P9809 BLD 39 -1 FP BE Pri !#29 N15192 P9810 MEMBAR Loop_exit !#29 N15193 P9808 MEMBAR Loop_entry !#29 N15194 P9809 BLD 39 -1 FP BE Pri !#29 N15195 P9810 MEMBAR Loop_exit !#29 N15196 P9811 MEMBAR Loop_entry !#29 N15197 P9812 BLD 307 -1 FP BE Pri !#29 N15198 P9813 MEMBAR Loop_exit !#29 N15199 P9814 MEMBAR Loop_entry !#29 N15200 P9815 BLD 82 -1 FP BE Pri !#29 N15201 P9816 MEMBAR Loop_exit !#29 N15202 P9814 MEMBAR Loop_entry !#29 N15203 P9815 BLD 82 -1 FP BE Pri !#29 N15204 P9816 MEMBAR Loop_exit !#29 N15205 P9817 MEMBAR Loop_entry !#29 N15206 P9818 BLD 325 -1 FP BE Pri !#29 N15207 P9819 MEMBAR Loop_exit !#29 N15208 P9820 IDC_FLIP 90 Int BE Pri Loop_entry !#29 N15209 P9821 MEMBAR !#29 N15210 P9822 BLD 286 -1 FP BE Pri !#29 N15211 P9823 MEMBAR Loop_exit !#29 N15212 P9820 IDC_FLIP 90 Int BE Pri Loop_entry !#29 N15213 P9821 MEMBAR !#29 N15214 P9822 BLD 286 -1 FP BE Pri !#29 N15215 P9823 MEMBAR Loop_exit !#29 N15216 P9824 MEMBAR Loop_entry !#29 N15217 P9825 BLD 334 -1 FP BE Pri !#29 N15218 P9826 MEMBAR Loop_exit !#29 N15219 P9824 MEMBAR Loop_entry !#29 N15220 P9825 BLD 334 -1 FP BE Pri !#29 N15221 P9826 MEMBAR Loop_exit !#29 N15222 P9827 IDC_FLIP 295 Int BE Pri Loop_entry Loop_exit !#29 N15223 P9828 IDC_FLIP 67 Int BE Pri Loop_entry Loop_exit !#29 N15224 P9828 IDC_FLIP 67 Int BE Pri Loop_entry Loop_exit !#29 N15225 P9829 MEMBAR Loop_entry !#29 N15226 P9830 BLD 295 -1 FP BE Pri !#29 N15227 P9830 BLD 296 -1 FP BE Pri !#29 N15228 P9831 MEMBAR Loop_exit !#29 N15229 P9829 MEMBAR Loop_entry !#29 N15230 P9830 BLD 295 -1 FP BE Pri !#29 N15231 P9830 BLD 296 -1 FP BE Pri !#29 N15232 P9831 MEMBAR Loop_exit !#29 N15233 P9832 MEMBAR Loop_entry !#29 N15234 P9833 BLD 122 -1 FP BE Pri !#29 N15235 P9834 MEMBAR Loop_exit !#29 N15236 P9832 MEMBAR Loop_entry !#29 N15237 P9833 BLD 122 -1 FP BE Pri !#29 N15238 P9834 MEMBAR Loop_exit !#29 N15239 P9835 MEMBAR Loop_entry !#29 N15240 P9836 BLD 139 -1 FP BE Pri !#29 N15241 P9837 MEMBAR Loop_exit !#29 N15242 P9838 MEMBAR Loop_entry !#29 N15243 P9839 BLD 4 -1 FP BE Pri !#29 N15244 P9840 MEMBAR Loop_exit !#29 N15245 P9841 MEMBAR Loop_entry !#29 N15246 P9842 BLD 309 -1 FP BE Pri !#29 N15247 P9843 MEMBAR Loop_exit !#29 N15248 P9844 ST 184 0x8e800004 Int BE Pri Loop_entry !#29 N15249 P9845 MEMBAR !#29 N15250 P9846 BLD 252 -1 FP BE Pri !#29 N15251 P9847 MEMBAR Loop_exit !#29 N15252 P9848 MEMBAR Loop_entry !#29 N15253 P9849 BLD 325 -1 FP BE Pri !#29 N15254 P9850 MEMBAR Loop_exit !#29 N15255 P9851 PREFETCH 23 Int BE Pri Loop_entry Loop_exit !#29 N15256 P9852 MEMBAR Loop_entry !#29 N15257 P9853 BLD 289 -1 FP BE Pri !#29 N15258 P9854 MEMBAR Loop_exit !#29 N15259 P9855 MEMBAR Loop_entry !#29 N15260 P9856 BLD 32 -1 FP BE Pri !#29 N15261 P9856 BLD 33 -1 FP BE Pri !#29 N15262 P9857 MEMBAR Loop_exit !#29 N15263 P9858 MEMBAR Loop_entry !#29 N15264 P9859 BLD 204 -1 FP BE Pri !#29 N15265 P9860 MEMBAR Loop_exit !#29 N15266 P9858 MEMBAR Loop_entry !#29 N15267 P9859 BLD 204 -1 FP BE Pri !#29 N15268 P9860 MEMBAR Loop_exit !#29 N15269 P9861 IDC_FLIP 162 Int BE Pri Loop_entry Loop_exit !#29 N15270 P9862 MEMBAR Loop_entry !#29 N15271 P9863 BLD 230 -1 FP BE Pri !#29 N15272 P9864 MEMBAR Loop_exit !#29 N15273 P9862 MEMBAR Loop_entry !#29 N15274 P9863 BLD 230 -1 FP BE Pri !#29 N15275 P9864 MEMBAR Loop_exit !#29 N15276 P9865 MEMBAR Loop_entry !#29 N15277 P9866 BLD 312 -1 FP BE Pri !#29 N15278 P9867 MEMBAR Loop_exit !#29 N15279 P9868 MEMBAR Loop_entry !#29 N15280 P9869 BLD 247 -1 FP BE Pri !#29 N15281 P9870 MEMBAR Loop_exit !#29 N15282 P9868 MEMBAR Loop_entry !#29 N15283 P9869 BLD 247 -1 FP BE Pri !#29 N15284 P9870 MEMBAR Loop_exit !#29 N15285 P9871 MEMBAR Loop_entry !#29 N15286 P9872 BLD 161 -1 FP BE Pri !#29 N15287 P9873 MEMBAR Loop_exit !#29 N15288 P9874 MEMBAR Loop_entry !#29 N15289 P9875 BLD 238 -1 FP BE Pri !#29 N15290 P9876 MEMBAR Loop_exit !#29 N15291 P9874 MEMBAR Loop_entry !#29 N15292 P9875 BLD 238 -1 FP BE Pri !#29 N15293 P9876 MEMBAR Loop_exit !#29 N15294 P9877 MEMBAR Loop_entry !#29 N15295 P9878 BLD 29 -1 FP BE Pri !#29 N15296 P9879 MEMBAR Loop_exit !#29 N15297 P9877 MEMBAR Loop_entry !#29 N15298 P9878 BLD 29 -1 FP BE Pri !#29 N15299 P9879 MEMBAR Loop_exit !#29 N15300 P9880 IDC_FLIP 96 Int BE Pri Loop_entry Loop_exit !#29 N15301 P9881 MEMBAR Loop_entry !#29 N15302 P9882 BLD 299 -1 FP BE Pri !#29 N15303 P9883 MEMBAR Loop_exit !#29 N15304 P9884 IDC_FLIP 113 Int BE Pri Loop_entry Loop_exit !#29 N15305 P9884 IDC_FLIP 113 Int BE Pri Loop_entry Loop_exit !#29 N15306 P9885 MEMBAR Loop_entry !#29 N15307 P9886 BLD 357 -1 FP BE Pri !#29 N15308 P9887 MEMBAR Loop_exit !#29 N15309 P9888 MEMBAR Loop_entry !#29 N15310 P9889 BLD 15 -1 FP BE Pri !#29 N15311 P9890 MEMBAR Loop_exit !#29 N15312 P9891 MEMBAR Loop_entry !#29 N15313 P9892 BLD 146 -1 FP BE Pri !#29 N15314 P9893 MEMBAR Loop_exit !#29 N15315 P9891 MEMBAR Loop_entry !#29 N15316 P9892 BLD 146 -1 FP BE Pri !#29 N15317 P9893 MEMBAR Loop_exit !#29 N15318 P9894 MEMBAR Loop_entry !#29 N15319 P9895 BLD 335 -1 FP BE Pri !#29 N15320 P9896 MEMBAR Loop_exit !#29 N15321 P9894 MEMBAR Loop_entry !#29 N15322 P9895 BLD 335 -1 FP BE Pri !#29 N15323 P9896 MEMBAR Loop_exit !#29 N15324 P9897 MEMBAR Loop_entry !#29 N15325 P9898 BLD 335 -1 FP BE Pri !#29 N15326 P9899 MEMBAR Loop_exit !#29 N15327 P9897 MEMBAR Loop_entry !#29 N15328 P9898 BLD 335 -1 FP BE Pri !#29 N15329 P9899 MEMBAR Loop_exit !#29 N15330 P9900 MEMBAR Loop_entry !#29 N15331 P9901 BLD 98 -1 FP BE Pri !#29 N15332 P9901 BLD 99 -1 FP BE Pri !#29 N15333 P9902 MEMBAR Loop_exit !#29 N15334 P9900 MEMBAR Loop_entry !#29 N15335 P9901 BLD 98 -1 FP BE Pri !#29 N15336 P9901 BLD 99 -1 FP BE Pri !#29 N15337 P9902 MEMBAR Loop_exit !#29 N15338 P9903 MEMBAR Loop_entry !#29 N15339 P9904 BLD 40 -1 FP BE Pri !#29 N15340 P9905 MEMBAR Loop_exit !#29 N15341 P9903 MEMBAR Loop_entry !#29 N15342 P9904 BLD 40 -1 FP BE Pri !#29 N15343 P9905 MEMBAR Loop_exit !#29 N15344 P9906 MEMBAR Loop_entry !#29 N15345 P9907 BLD 23 -1 FP BE Pri !#29 N15346 P9908 MEMBAR Loop_exit !#29 N15347 P9906 MEMBAR Loop_entry !#29 N15348 P9907 BLD 23 -1 FP BE Pri !#29 N15349 P9908 MEMBAR Loop_exit !#29 N15350 P9909 MEMBAR Loop_entry !#29 N15351 P9910 BLD 224 -1 FP BE Pri !#29 N15352 P9911 MEMBAR Loop_exit !#29 N15353 P9912 MEMBAR Loop_entry !#29 N15354 P9913 BLD 91 -1 FP BE Pri !#29 N15355 P9913 BLD 92 -1 FP BE Pri !#29 N15356 P9913 BLD 93 -1 FP BE Pri !#29 N15357 P9914 MEMBAR Loop_exit !#29 N15358 P9912 MEMBAR Loop_entry !#29 N15359 P9913 BLD 91 -1 FP BE Pri !#29 N15360 P9913 BLD 92 -1 FP BE Pri !#29 N15361 P9913 BLD 93 -1 FP BE Pri !#29 N15362 P9914 MEMBAR Loop_exit !#29 N15363 P9915 MEMBAR Loop_entry !#29 N15364 P9916 BLD 11 -1 FP BE Pri !#29 N15365 P9916 BLD 12 -1 FP BE Pri !#29 N15366 P9917 MEMBAR Loop_exit !#29 N15367 P9915 MEMBAR Loop_entry !#29 N15368 P9916 BLD 11 -1 FP BE Pri !#29 N15369 P9916 BLD 12 -1 FP BE Pri !#29 N15370 P9917 MEMBAR Loop_exit !#29 N15371 P9918 IDC_FLIP 301 Int BE Pri Loop_entry !#29 N15372 P9919 MEMBAR !#29 N15373 P9920 BLD 219 -1 FP BE Pri !#29 N15374 P9920 BLD 220 -1 FP BE Pri !#29 N15375 P9921 MEMBAR Loop_exit !#29 N15376 P9918 IDC_FLIP 301 Int BE Pri Loop_entry !#29 N15377 P9919 MEMBAR !#29 N15378 P9920 BLD 219 -1 FP BE Pri !#29 N15379 P9920 BLD 220 -1 FP BE Pri !#29 N15380 P9921 MEMBAR Loop_exit !#29 N15381 P9922 MEMBAR Loop_entry !#29 N15382 P9923 BLD 83 -1 FP BE Pri !#29 N15383 P9924 MEMBAR Loop_exit !#29 N15384 P9922 MEMBAR Loop_entry !#29 N15385 P9923 BLD 83 -1 FP BE Pri !#29 N15386 P9924 MEMBAR Loop_exit !#29 N15387 P9925 MEMBAR Loop_entry !#29 N15388 P9926 BLD 182 -1 FP BE Pri !#29 N15389 P9927 MEMBAR Loop_exit !#29 N15390 P9925 MEMBAR Loop_entry !#29 N15391 P9926 BLD 182 -1 FP BE Pri !#29 N15392 P9927 MEMBAR Loop_exit !#29 N15393 P9928 IDC_FLIP 263 Int BE Pri Loop_entry !#29 N15394 P9929 ST 333 0x1a800001 FP BE Pri Loop_exit !#29 N15395 P9930 MEMBAR Loop_entry !#29 N15396 P9931 BLD 96 -1 FP BE Pri !#29 N15397 P9932 MEMBAR Loop_exit !#29 N15398 P9930 MEMBAR Loop_entry !#29 N15399 P9931 BLD 96 -1 FP BE Pri !#29 N15400 P9932 MEMBAR Loop_exit !#29 N15401 P9933 IDC_FLIP 220 Int BE Pri Loop_entry !#29 N15402 P9934 MEMBAR !#29 N15403 P9935 BLD 102 -1 FP BE Pri !#29 N15404 P9935 BLD 103 -1 FP BE Pri !#29 N15405 P9935 BLD 104 -1 FP BE Pri !#29 N15406 P9936 MEMBAR Loop_exit !#29 N15407 P9937 MEMBAR Loop_entry !#29 N15408 P9938 BLD 184 -1 FP BE Pri !#29 N15409 P9939 MEMBAR Loop_exit !#29 N15410 P9940 MEMBAR Loop_entry !#29 N15411 P9941 BLD 158 -1 FP BE Pri !#29 N15412 P9942 MEMBAR Loop_exit !#29 N15413 P9940 MEMBAR Loop_entry !#29 N15414 P9941 BLD 158 -1 FP BE Pri !#29 N15415 P9942 MEMBAR Loop_exit !#29 N15416 P9943 MEMBAR Loop_entry !#29 N15417 P9944 BLD 331 -1 FP BE Pri !#29 N15418 P9944 BLD 332 -1 FP BE Pri !#29 N15419 P9945 MEMBAR Loop_exit !#29 N15420 P9946 MEMBAR Loop_entry !#29 N15421 P9947 BLD 124 -1 FP BE Pri !#29 N15422 P9947 BLD 125 -1 FP BE Pri !#29 N15423 P9947 BLD 126 -1 FP BE Pri !#29 N15424 P9948 MEMBAR Loop_exit !#29 N15425 P9946 MEMBAR Loop_entry !#29 N15426 P9947 BLD 124 -1 FP BE Pri !#29 N15427 P9947 BLD 125 -1 FP BE Pri !#29 N15428 P9947 BLD 126 -1 FP BE Pri !#29 N15429 P9948 MEMBAR Loop_exit !#29 N15430 P9949 MEMBAR Loop_entry !#29 N15431 P9950 BLD 165 -1 FP BE Pri !#29 N15432 P9951 MEMBAR Loop_exit !#29 N15433 P9949 MEMBAR Loop_entry !#29 N15434 P9950 BLD 165 -1 FP BE Pri !#29 N15435 P9951 MEMBAR Loop_exit !#29 N15436 P9952 MEMBAR Loop_entry !#29 N15437 P9953 BLD 1 -1 FP BE Pri !#29 N15438 P9954 MEMBAR Loop_exit !#29 N15439 P9952 MEMBAR Loop_entry !#29 N15440 P9953 BLD 1 -1 FP BE Pri !#29 N15441 P9954 MEMBAR Loop_exit !#29 N15442 P9955 MEMBAR Loop_entry !#29 N15443 P9956 BLD 8 -1 FP BE Pri !#29 N15444 P9957 MEMBAR Loop_exit !#29 N15445 P9955 MEMBAR Loop_entry !#29 N15446 P9956 BLD 8 -1 FP BE Pri !#29 N15447 P9957 MEMBAR Loop_exit !#29 N15448 P9958 MEMBAR Loop_entry !#29 N15449 P9959 BLD 314 -1 FP BE Pri !#29 N15450 P9960 MEMBAR Loop_exit !#29 N15451 P9961 ST 164 0x8e800005 Int BE Pri Loop_entry Loop_exit !#29 N15452 P9961 ST 164 0x8e800006 Int BE Pri Loop_entry Loop_exit !#29 N15453 P9962 MEMBAR Loop_entry !#29 N15454 P9963 BLD 4 -1 FP BE Pri !#29 N15455 P9964 MEMBAR Loop_exit !#29 N15456 P9965 MEMBAR Loop_entry !#29 N15457 P9966 BLD 274 -1 FP BE Pri !#29 N15458 P9967 MEMBAR Loop_exit !#29 N15459 P9968 MEMBAR Loop_entry !#29 N15460 P9969 BLD 247 -1 FP BE Pri !#29 N15461 P9970 MEMBAR Loop_exit !#29 N15462 P9968 MEMBAR Loop_entry !#29 N15463 P9969 BLD 247 -1 FP BE Pri !#29 N15464 P9970 MEMBAR Loop_exit !#29 N15465 P9971 MEMBAR Loop_entry !#29 N15466 P9972 BLD 165 -1 FP BE Pri !#29 N15467 P9973 MEMBAR Loop_exit !#29 N15468 P9971 MEMBAR Loop_entry !#29 N15469 P9972 BLD 165 -1 FP BE Pri !#29 N15470 P9973 MEMBAR Loop_exit !#29 N15471 P9974 MEMBAR Loop_entry !#29 N15472 P9975 BLD 151 -1 FP BE Pri !#29 N15473 P9976 MEMBAR Loop_exit !#29 N15474 P9977 MEMBAR Loop_entry !#29 N15475 P9978 BLD 44 -1 FP BE Pri !#29 N15476 P9979 MEMBAR Loop_exit !#29 N15477 P9980 MEMBAR Loop_entry !#29 N15478 P9981 BLD 183 -1 FP BE Pri !#29 N15479 P9982 MEMBAR Loop_exit !#29 N15480 P9983 MEMBAR Loop_entry !#29 N15481 P9984 BLD 155 -1 FP BE Pri !#29 N15482 P9985 MEMBAR Loop_exit !#29 N15483 P9986 MEMBAR Loop_entry !#29 N15484 P9987 BLD 59 -1 FP BE Pri !#29 N15485 P9988 MEMBAR Loop_exit !#29 N15486 P9986 MEMBAR Loop_entry !#29 N15487 P9987 BLD 59 -1 FP BE Pri !#29 N15488 P9988 MEMBAR Loop_exit !#29 N15489 P9989 MEMBAR Loop_entry !#29 N15490 P9990 BLD 230 -1 FP BE Pri !#29 N15491 P9991 MEMBAR Loop_exit !#29 N15492 P9992 MEMBAR Loop_entry !#29 N15493 P9993 BLD 54 -1 FP BE Pri !#29 N15494 P9994 MEMBAR Loop_exit !#29 N15495 P9995 MEMBAR Loop_entry !#29 N15496 P9996 BLD 48 -1 FP BE Pri !#29 N15497 P9997 MEMBAR Loop_exit !#29 N15498 P9998 MEMBAR Loop_entry !#29 N15499 P9999 BLD 320 -1 FP BE Pri !#29 N15500 P10000 MEMBAR Loop_exit !#29 N15501 P10001 MEMBAR Loop_entry !#29 N15502 P10002 BLD 329 -1 FP BE Pri !#29 N15503 P10003 MEMBAR Loop_exit !#29 N15504 P10001 MEMBAR Loop_entry !#29 N15505 P10002 BLD 329 -1 FP BE Pri !#29 N15506 P10003 MEMBAR Loop_exit !#29 N15507 P10004 MEMBAR Loop_entry !#29 N15508 P10005 BLD 232 -1 FP BE Pri !#29 N15509 P10006 MEMBAR Loop_exit !#29 N15510 P10004 MEMBAR Loop_entry !#29 N15511 P10005 BLD 232 -1 FP BE Pri !#29 N15512 P10006 MEMBAR Loop_exit !#29 N15513 P10007 IDC_FLIP 22 Int BE Pri Loop_entry Loop_exit !#29 N15514 P10008 MEMBAR Loop_entry !#29 N15515 P10009 BLD 111 -1 FP BE Pri !#29 N15516 P10009 BLD 112 -1 FP BE Pri !#29 N15517 P10009 BLD 113 -1 FP BE Pri !#29 N15518 P10010 MEMBAR Loop_exit !#29 N15519 P10008 MEMBAR Loop_entry !#29 N15520 P10009 BLD 111 -1 FP BE Pri !#29 N15521 P10009 BLD 112 -1 FP BE Pri !#29 N15522 P10009 BLD 113 -1 FP BE Pri !#29 N15523 P10010 MEMBAR Loop_exit !#29 N15524 P10011 IDC_FLIP 292 Int BE Pri Loop_entry !#29 N15525 P10012 IDC_FLIP 4 Int BE Pri Loop_exit !#29 N15526 P10013 ST 295 0x8e800007 Int BE Pri Loop_entry !#29 N15527 P10014 MEMBAR !#29 N15528 P10015 BLD 286 -1 FP BE Pri !#29 N15529 P10016 MEMBAR Loop_exit !#29 N15530 P10013 ST 295 0x8e800008 Int BE Pri Loop_entry !#29 N15531 P10014 MEMBAR !#29 N15532 P10015 BLD 286 -1 FP BE Pri !#29 N15533 P10016 MEMBAR Loop_exit !#29 N15534 P10017 MEMBAR Loop_entry !#29 N15535 P10018 BLD 213 -1 FP BE Pri !#29 N15536 P10019 MEMBAR Loop_exit !#29 N15537 P10020 IDC_FLIP 292 Int BE Pri Loop_entry Loop_exit !#29 N15538 P10020 IDC_FLIP 292 Int BE Pri Loop_entry Loop_exit !#29 N15539 P10021 MEMBAR Loop_entry !#29 N15540 P10022 BLD 272 -1 FP BE Pri !#29 N15541 P10023 MEMBAR Loop_exit !#29 N15542 P10021 MEMBAR Loop_entry !#29 N15543 P10022 BLD 272 -1 FP BE Pri !#29 N15544 P10023 MEMBAR Loop_exit !#29 N15545 P10024 MEMBAR Loop_entry !#29 N15546 P10025 BLD 234 -1 FP BE Pri !#29 N15547 P10026 MEMBAR Loop_exit !#29 N15548 P10024 MEMBAR Loop_entry !#29 N15549 P10025 BLD 234 -1 FP BE Pri !#29 N15550 P10026 MEMBAR Loop_exit !#29 N15551 P10027 ST 284 0x8e800009 Int BE Pri Loop_entry !#29 N15552 P10028 ST 347 0x8e80000a Int BE Pri Loop_exit !#29 N15553 P10029 MEMBAR Loop_entry !#29 N15554 P10030 BLD 311 -1 FP BE Pri !#29 N15555 P10031 MEMBAR Loop_exit !#29 N15556 P10032 PREFETCH 311 Int BE Pri Loop_entry Loop_exit !#29 N15557 P10032 PREFETCH 311 Int BE Pri Loop_entry Loop_exit !#29 N15558 P10033 MEMBAR Loop_entry !#29 N15559 P10034 BLD 277 -1 FP BE Pri !#29 N15560 P10035 MEMBAR Loop_exit !#29 N15561 P10036 MEMBAR Loop_entry !#29 N15562 P10037 BLD 219 -1 FP BE Pri !#29 N15563 P10037 BLD 220 -1 FP BE Pri !#29 N15564 P10038 MEMBAR Loop_exit !#29 N15565 P10039 MEMBAR Loop_entry !#29 N15566 P10040 BLD 204 -1 FP BE Pri !#29 N15567 P10041 MEMBAR Loop_exit !#29 N15568 P10039 MEMBAR Loop_entry !#29 N15569 P10040 BLD 204 -1 FP BE Pri !#29 N15570 P10041 MEMBAR Loop_exit !#29 N15571 P10042 PREFETCH 9 Int BE Pri Loop_entry Loop_exit !#29 N15572 P10043 MEMBAR Loop_entry !#29 N15573 P10044 BLD 186 -1 FP BE Pri !#29 N15574 P10045 MEMBAR Loop_exit !#29 N15575 P10043 MEMBAR Loop_entry !#29 N15576 P10044 BLD 186 -1 FP BE Pri !#29 N15577 P10045 MEMBAR Loop_exit !#29 N15578 P10046 MEMBAR Loop_entry !#29 N15579 P10047 BLD 139 -1 FP BE Pri !#29 N15580 P10048 MEMBAR Loop_exit !#29 N15581 P10046 MEMBAR Loop_entry !#29 N15582 P10047 BLD 139 -1 FP BE Pri !#29 N15583 P10048 MEMBAR Loop_exit !#29 N15584 P10049 MEMBAR Loop_entry !#29 N15585 P10050 BLD 38 -1 FP BE Pri !#29 N15586 P10051 MEMBAR Loop_exit !#29 N15587 P10049 MEMBAR Loop_entry !#29 N15588 P10050 BLD 38 -1 FP BE Pri !#29 N15589 P10051 MEMBAR Loop_exit !#29 N15590 P10052 MEMBAR Loop_entry !#29 N15591 P10053 BLD 35 -1 FP BE Pri !#29 N15592 P10054 MEMBAR Loop_exit !#29 N15593 P10055 IDC_FLIP 183 Int BE Pri Loop_entry !#29 N15594 P10056 MEMBAR !#29 N15595 P10057 BLD 239 -1 FP BE Pri !#29 N15596 P10058 MEMBAR Loop_exit !#29 N15597 P10059 MEMBAR Loop_entry !#29 N15598 P10060 BLD 145 -1 FP BE Pri !#29 N15599 P10061 MEMBAR Loop_exit !#29 N15600 P10059 MEMBAR Loop_entry !#29 N15601 P10060 BLD 145 -1 FP BE Pri !#29 N15602 P10061 MEMBAR Loop_exit !#29 N15603 P10062 MEMBAR Loop_entry !#29 N15604 P10063 BLD 341 -1 FP BE Pri !#29 N15605 P10064 MEMBAR Loop_exit !#29 N15606 P10065 MEMBAR Loop_entry !#29 N15607 P10066 BLD 233 -1 FP BE Pri !#29 N15608 P10067 MEMBAR Loop_exit !#29 N15609 P10065 MEMBAR Loop_entry !#29 N15610 P10066 BLD 233 -1 FP BE Pri !#29 N15611 P10067 MEMBAR Loop_exit !#29 N15612 P10068 MEMBAR Loop_entry !#29 N15613 P10069 BLD 41 -1 FP BE Pri !#29 N15614 P10070 MEMBAR Loop_exit !#29 N15615 P10071 MEMBAR Loop_entry !#29 N15616 P10072 BLD 217 -1 FP BE Pri !#29 N15617 P10073 MEMBAR Loop_exit !#29 N15618 P10071 MEMBAR Loop_entry !#29 N15619 P10072 BLD 217 -1 FP BE Pri !#29 N15620 P10073 MEMBAR Loop_exit !#29 N15621 P10074 MEMBAR Loop_entry !#29 N15622 P10075 BLD 336 -1 FP BE Pri !#29 N15623 P10076 MEMBAR Loop_exit !#29 N15624 P10077 MEMBAR Loop_entry !#29 N15625 P10078 BLD 207 -1 FP BE Pri !#29 N15626 P10079 MEMBAR Loop_exit !#29 N15627 P10077 MEMBAR Loop_entry !#29 N15628 P10078 BLD 207 -1 FP BE Pri !#29 N15629 P10079 MEMBAR Loop_exit !#29 N15630 P10080 MEMBAR Loop_entry !#29 N15631 P10081 BLD 202 -1 FP BE Pri !#29 N15632 P10082 MEMBAR Loop_exit !#29 N15633 P10083 MEMBAR Loop_entry !#29 N15634 P10084 BLD 213 -1 FP BE Pri !#29 N15635 P10085 MEMBAR Loop_exit !#29 N15636 P10086 MEMBAR Loop_entry !#29 N15637 P10087 BLD 130 -1 FP BE Pri !#29 N15638 P10088 MEMBAR Loop_exit !#29 N15639 P10086 MEMBAR Loop_entry !#29 N15640 P10087 BLD 130 -1 FP BE Pri !#29 N15641 P10088 MEMBAR Loop_exit !#29 N15642 P10089 MEMBAR Loop_entry !#29 N15643 P10090 BLD 356 -1 FP BE Pri !#29 N15644 P10091 MEMBAR Loop_exit !#29 N15645 P10092 MEMBAR Loop_entry !#29 N15646 P10093 BLD 329 -1 FP BE Pri !#29 N15647 P10094 MEMBAR Loop_exit !#29 N15648 P10092 MEMBAR Loop_entry !#29 N15649 P10093 BLD 329 -1 FP BE Pri !#29 N15650 P10094 MEMBAR Loop_exit !#29 N15651 P10095 MEMBAR Loop_entry !#29 N15652 P10096 BLD 141 -1 FP BE Pri !#29 N15653 P10097 MEMBAR Loop_exit !#29 N15654 P10095 MEMBAR Loop_entry !#29 N15655 P10096 BLD 141 -1 FP BE Pri !#29 N15656 P10097 MEMBAR Loop_exit !#29 N15657 P10098 MEMBAR !#30 N15658 P10099 MEMBAR Loop_entry !#30 N15659 P10100 BLD 145 -1 FP BE Pri !#30 N15660 P10101 MEMBAR Loop_exit !#30 N15661 P10102 IDC_FLIP 298 Int BE Pri Loop_entry !#30 N15662 P10103 MEMBAR !#30 N15663 P10104 BLD 154 -1 FP BE Pri !#30 N15664 P10105 MEMBAR Loop_exit !#30 N15665 P10102 IDC_FLIP 298 Int BE Pri Loop_entry !#30 N15666 P10103 MEMBAR !#30 N15667 P10104 BLD 154 -1 FP BE Pri !#30 N15668 P10105 MEMBAR Loop_exit !#30 N15669 P10106 MEMBAR Loop_entry !#30 N15670 P10107 BLD 181 -1 FP BE Pri !#30 N15671 P10108 MEMBAR Loop_exit !#30 N15672 P10106 MEMBAR Loop_entry !#30 N15673 P10107 BLD 181 -1 FP BE Pri !#30 N15674 P10108 MEMBAR Loop_exit !#30 N15675 P10109 MEMBAR Loop_entry !#30 N15676 P10110 BLD 58 -1 FP BE Pri !#30 N15677 P10111 MEMBAR Loop_exit !#30 N15678 P10112 MEMBAR Loop_entry !#30 N15679 P10113 BLD 39 -1 FP BE Pri !#30 N15680 P10114 MEMBAR Loop_exit !#30 N15681 P10112 MEMBAR Loop_entry !#30 N15682 P10113 BLD 39 -1 FP BE Pri !#30 N15683 P10114 MEMBAR Loop_exit !#30 N15684 P10115 MEMBAR Loop_entry !#30 N15685 P10116 BLD 257 -1 FP BE Pri !#30 N15686 P10117 MEMBAR Loop_exit !#30 N15687 P10118 MEMBAR Loop_entry !#30 N15688 P10119 BLD 160 -1 FP BE Pri !#30 N15689 P10120 MEMBAR Loop_exit !#30 N15690 P10118 MEMBAR Loop_entry !#30 N15691 P10119 BLD 160 -1 FP BE Pri !#30 N15692 P10120 MEMBAR Loop_exit !#30 N15693 P10121 MEMBAR Loop_entry !#30 N15694 P10122 BLD 260 -1 FP BE Pri !#30 N15695 P10123 MEMBAR Loop_exit !#30 N15696 P10121 MEMBAR Loop_entry !#30 N15697 P10122 BLD 260 -1 FP BE Pri !#30 N15698 P10123 MEMBAR Loop_exit !#30 N15699 P10124 PREFETCH 266 Int BE Pri Loop_entry Loop_exit !#30 N15700 P10125 MEMBAR Loop_entry !#30 N15701 P10126 BLD 328 -1 FP BE Pri !#30 N15702 P10127 MEMBAR Loop_exit !#30 N15703 P10128 MEMBAR Loop_entry !#30 N15704 P10129 BLD 147 -1 FP BE Pri !#30 N15705 P10130 MEMBAR Loop_exit !#30 N15706 P10131 IDC_FLIP 198 Int BE Pri Loop_entry !#30 N15707 P10132 MEMBAR !#30 N15708 P10133 BLD 115 -1 FP BE Pri !#30 N15709 P10134 MEMBAR Loop_exit !#30 N15710 P10131 IDC_FLIP 198 Int BE Pri Loop_entry !#30 N15711 P10132 MEMBAR !#30 N15712 P10133 BLD 115 -1 FP BE Pri !#30 N15713 P10134 MEMBAR Loop_exit !#30 N15714 P10135 MEMBAR Loop_entry !#30 N15715 P10136 BLD 343 -1 FP BE Pri !#30 N15716 P10136 BLD 344 -1 FP BE Pri !#30 N15717 P10137 MEMBAR Loop_exit !#30 N15718 P10138 MEMBAR Loop_entry !#30 N15719 P10139 BLD 78 -1 FP BE Pri !#30 N15720 P10140 MEMBAR Loop_exit !#30 N15721 P10141 MEMBAR Loop_entry !#30 N15722 P10142 BLD 43 -1 FP BE Pri !#30 N15723 P10143 MEMBAR Loop_exit !#30 N15724 P10141 MEMBAR Loop_entry !#30 N15725 P10142 BLD 43 -1 FP BE Pri !#30 N15726 P10143 MEMBAR Loop_exit !#30 N15727 P10144 MEMBAR Loop_entry !#30 N15728 P10145 BLD 51 -1 FP BE Pri !#30 N15729 P10146 MEMBAR Loop_exit !#30 N15730 P10144 MEMBAR Loop_entry !#30 N15731 P10145 BLD 51 -1 FP BE Pri !#30 N15732 P10146 MEMBAR Loop_exit !#30 N15733 P10147 MEMBAR Loop_entry !#30 N15734 P10148 BLD 140 -1 FP BE Pri !#30 N15735 P10149 MEMBAR Loop_exit !#30 N15736 P10150 ST 338 0x8f000001 Int BE Pri Loop_entry !#30 N15737 P10151 MEMBAR !#30 N15738 P10152 BLD 166 -1 FP BE Pri !#30 N15739 P10153 MEMBAR Loop_exit !#30 N15740 P10150 ST 338 0x8f000002 Int BE Pri Loop_entry !#30 N15741 P10151 MEMBAR !#30 N15742 P10152 BLD 166 -1 FP BE Pri !#30 N15743 P10153 MEMBAR Loop_exit !#30 N15744 P10154 MEMBAR Loop_entry !#30 N15745 P10155 BLD 278 -1 FP BE Pri !#30 N15746 P10156 MEMBAR Loop_exit !#30 N15747 P10157 MEMBAR Loop_entry !#30 N15748 P10158 BLD 350 -1 FP BE Pri !#30 N15749 P10159 MEMBAR Loop_exit !#30 N15750 P10157 MEMBAR Loop_entry !#30 N15751 P10158 BLD 350 -1 FP BE Pri !#30 N15752 P10159 MEMBAR Loop_exit !#30 N15753 P10160 MEMBAR Loop_entry !#30 N15754 P10161 BLD 214 -1 FP BE Pri !#30 N15755 P10162 MEMBAR Loop_exit !#30 N15756 P10163 MEMBAR Loop_entry !#30 N15757 P10164 BLD 115 -1 FP BE Pri !#30 N15758 P10165 MEMBAR Loop_exit !#30 N15759 P10163 MEMBAR Loop_entry !#30 N15760 P10164 BLD 115 -1 FP BE Pri !#30 N15761 P10165 MEMBAR Loop_exit !#30 N15762 P10166 MEMBAR Loop_entry !#30 N15763 P10167 BLD 314 -1 FP BE Pri !#30 N15764 P10168 MEMBAR Loop_exit !#30 N15765 P10169 MEMBAR Loop_entry !#30 N15766 P10170 BLD 206 -1 FP BE Pri !#30 N15767 P10171 MEMBAR Loop_exit !#30 N15768 P10169 MEMBAR Loop_entry !#30 N15769 P10170 BLD 206 -1 FP BE Pri !#30 N15770 P10171 MEMBAR Loop_exit !#30 N15771 P10172 MEMBAR Loop_entry !#30 N15772 P10173 BLD 278 -1 FP BE Pri !#30 N15773 P10174 MEMBAR Loop_exit !#30 N15774 P10172 MEMBAR Loop_entry !#30 N15775 P10173 BLD 278 -1 FP BE Pri !#30 N15776 P10174 MEMBAR Loop_exit !#30 N15777 P10175 MEMBAR Loop_entry !#30 N15778 P10176 BLD 282 -1 FP BE Pri !#30 N15779 P10177 MEMBAR Loop_exit !#30 N15780 P10178 MEMBAR Loop_entry !#30 N15781 P10179 BLD 255 -1 FP BE Pri !#30 N15782 P10180 MEMBAR Loop_exit !#30 N15783 P10181 LD 11 -1 Int LE Pri Loop_entry !#30 N15784 P10182 MEMBAR !#30 N15785 P10183 BLD 159 -1 FP BE Pri !#30 N15786 P10184 MEMBAR !#30 N15787 P10185 LD 11 -1 Int BE Pri Loop_exit !#30 N15788 P10181 LD 11 -1 Int LE Pri Loop_entry !#30 N15789 P10182 MEMBAR !#30 N15790 P10183 BLD 159 -1 FP BE Pri !#30 N15791 P10184 MEMBAR !#30 N15792 P10185 LD 11 -1 Int BE Pri Loop_exit !#30 N15793 P10186 MEMBAR Loop_entry !#30 N15794 P10187 BLD 56 -1 FP BE Pri !#30 N15795 P10188 MEMBAR Loop_exit !#30 N15796 P10189 MEMBAR Loop_entry !#30 N15797 P10190 BLD 236 -1 FP BE Pri !#30 N15798 P10191 MEMBAR Loop_exit !#30 N15799 P10189 MEMBAR Loop_entry !#30 N15800 P10190 BLD 236 -1 FP BE Pri !#30 N15801 P10191 MEMBAR Loop_exit !#30 N15802 P10192 MEMBAR Loop_entry !#30 N15803 P10193 BLD 77 -1 FP BE Pri !#30 N15804 P10194 MEMBAR Loop_exit !#30 N15805 P10195 MEMBAR Loop_entry !#30 N15806 P10196 BLD 79 -1 FP BE Pri !#30 N15807 P10197 MEMBAR Loop_exit !#30 N15808 P10195 MEMBAR Loop_entry !#30 N15809 P10196 BLD 79 -1 FP BE Pri !#30 N15810 P10197 MEMBAR Loop_exit !#30 N15811 P10198 MEMBAR Loop_entry !#30 N15812 P10199 BLD 137 -1 FP BE Pri !#30 N15813 P10200 MEMBAR Loop_exit !#30 N15814 P10201 MEMBAR Loop_entry !#30 N15815 P10202 BLD 292 -1 FP BE Pri !#30 N15816 P10203 MEMBAR Loop_exit !#30 N15817 P10201 MEMBAR Loop_entry !#30 N15818 P10202 BLD 292 -1 FP BE Pri !#30 N15819 P10203 MEMBAR Loop_exit !#30 N15820 P10204 MEMBAR Loop_entry !#30 N15821 P10205 BLD 255 -1 FP BE Pri !#30 N15822 P10206 MEMBAR Loop_exit !#30 N15823 P10207 MEMBAR Loop_entry !#30 N15824 P10208 BLD 75 -1 FP BE Pri !#30 N15825 P10209 MEMBAR Loop_exit !#30 N15826 P10210 MEMBAR Loop_entry !#30 N15827 P10211 BLD 277 -1 FP BE Pri !#30 N15828 P10212 MEMBAR Loop_exit !#30 N15829 P10213 MEMBAR Loop_entry !#30 N15830 P10214 BLD 334 -1 FP BE Pri !#30 N15831 P10215 MEMBAR Loop_exit !#30 N15832 P10213 MEMBAR Loop_entry !#30 N15833 P10214 BLD 334 -1 FP BE Pri !#30 N15834 P10215 MEMBAR Loop_exit !#30 N15835 P10216 MEMBAR Loop_entry !#30 N15836 P10217 BLD 186 -1 FP BE Pri !#30 N15837 P10218 MEMBAR Loop_exit !#30 N15838 P10216 MEMBAR Loop_entry !#30 N15839 P10217 BLD 186 -1 FP BE Pri !#30 N15840 P10218 MEMBAR Loop_exit !#30 N15841 P10219 MEMBAR Loop_entry !#30 N15842 P10220 BLD 237 -1 FP BE Pri !#30 N15843 P10221 MEMBAR Loop_exit !#30 N15844 P10222 MEMBAR Loop_entry !#30 N15845 P10223 BLD 6 -1 FP BE Pri !#30 N15846 P10223 BLD 7 -1 FP BE Pri !#30 N15847 P10224 MEMBAR Loop_exit !#30 N15848 P10225 ST 329 0x8f000003 Int BE Pri Loop_entry !#30 N15849 P10226 MEMBAR !#30 N15850 P10227 BLD 272 -1 FP BE Pri !#30 N15851 P10228 MEMBAR Loop_exit !#30 N15852 P10225 ST 329 0x8f000004 Int BE Pri Loop_entry !#30 N15853 P10226 MEMBAR !#30 N15854 P10227 BLD 272 -1 FP BE Pri !#30 N15855 P10228 MEMBAR Loop_exit !#30 N15856 P10229 MEMBAR Loop_entry !#30 N15857 P10230 BLD 233 -1 FP BE Pri !#30 N15858 P10231 MEMBAR Loop_exit !#30 N15859 P10232 MEMBAR Loop_entry !#30 N15860 P10233 BLD 307 -1 FP BE Pri !#30 N15861 P10234 MEMBAR Loop_exit !#30 N15862 P10232 MEMBAR Loop_entry !#30 N15863 P10233 BLD 307 -1 FP BE Pri !#30 N15864 P10234 MEMBAR Loop_exit !#30 N15865 P10235 MEMBAR Loop_entry !#30 N15866 P10236 BLD 355 -1 FP BE Pri !#30 N15867 P10237 MEMBAR Loop_exit !#30 N15868 P10238 MEMBAR Loop_entry !#30 N15869 P10239 BLD 179 -1 FP BE Pri !#30 N15870 P10240 MEMBAR Loop_exit !#30 N15871 P10241 MEMBAR Loop_entry !#30 N15872 P10242 BLD 114 -1 FP BE Pri !#30 N15873 P10243 MEMBAR Loop_exit !#30 N15874 P10241 MEMBAR Loop_entry !#30 N15875 P10242 BLD 114 -1 FP BE Pri !#30 N15876 P10243 MEMBAR Loop_exit !#30 N15877 P10244 PREFETCH 58 Int BE Pri Loop_entry Loop_exit !#30 N15878 P10244 PREFETCH 58 Int BE Pri Loop_entry Loop_exit !#30 N15879 P10245 MEMBAR Loop_entry !#30 N15880 P10246 BLD 74 -1 FP BE Pri !#30 N15881 P10247 MEMBAR Loop_exit !#30 N15882 P10245 MEMBAR Loop_entry !#30 N15883 P10246 BLD 74 -1 FP BE Pri !#30 N15884 P10247 MEMBAR Loop_exit !#30 N15885 P10248 MEMBAR Loop_entry !#30 N15886 P10249 BLD 231 -1 FP BE Pri !#30 N15887 P10250 MEMBAR Loop_exit !#30 N15888 P10251 MEMBAR Loop_entry !#30 N15889 P10252 BLD 60 -1 FP BE Pri !#30 N15890 P10253 MEMBAR Loop_exit !#30 N15891 P10251 MEMBAR Loop_entry !#30 N15892 P10252 BLD 60 -1 FP BE Pri !#30 N15893 P10253 MEMBAR Loop_exit !#30 N15894 P10254 MEMBAR Loop_entry !#30 N15895 P10255 BLD 342 -1 FP BE Pri !#30 N15896 P10256 MEMBAR Loop_exit !#30 N15897 P10257 MEMBAR Loop_entry !#30 N15898 P10258 BLD 304 -1 FP BE Pri !#30 N15899 P10259 MEMBAR Loop_exit !#30 N15900 P10257 MEMBAR Loop_entry !#30 N15901 P10258 BLD 304 -1 FP BE Pri !#30 N15902 P10259 MEMBAR Loop_exit !#30 N15903 P10260 MEMBAR Loop_entry !#30 N15904 P10261 BLD 239 -1 FP BE Pri !#30 N15905 P10262 MEMBAR Loop_exit !#30 N15906 P10260 MEMBAR Loop_entry !#30 N15907 P10261 BLD 239 -1 FP BE Pri !#30 N15908 P10262 MEMBAR Loop_exit !#30 N15909 P10263 MEMBAR Loop_entry !#30 N15910 P10264 BLD 111 -1 FP BE Pri !#30 N15911 P10264 BLD 112 -1 FP BE Pri !#30 N15912 P10264 BLD 113 -1 FP BE Pri !#30 N15913 P10265 MEMBAR Loop_exit !#30 N15914 P10266 MEMBAR Loop_entry !#30 N15915 P10267 BLD 254 -1 FP BE Pri !#30 N15916 P10268 MEMBAR Loop_exit !#30 N15917 P10266 MEMBAR Loop_entry !#30 N15918 P10267 BLD 254 -1 FP BE Pri !#30 N15919 P10268 MEMBAR Loop_exit !#30 N15920 P10269 MEMBAR Loop_entry !#30 N15921 P10270 BLD 190 -1 FP BE Pri !#30 N15922 P10271 MEMBAR Loop_exit !#30 N15923 P10269 MEMBAR Loop_entry !#30 N15924 P10270 BLD 190 -1 FP BE Pri !#30 N15925 P10271 MEMBAR Loop_exit !#30 N15926 P10272 MEMBAR Loop_entry !#30 N15927 P10273 BLD 37 -1 FP BE Pri !#30 N15928 P10274 MEMBAR Loop_exit !#30 N15929 P10275 MEMBAR Loop_entry !#30 N15930 P10276 BLD 331 -1 FP BE Pri !#30 N15931 P10276 BLD 332 -1 FP BE Pri !#30 N15932 P10277 MEMBAR Loop_exit !#30 N15933 P10275 MEMBAR Loop_entry !#30 N15934 P10276 BLD 331 -1 FP BE Pri !#30 N15935 P10276 BLD 332 -1 FP BE Pri !#30 N15936 P10277 MEMBAR Loop_exit !#30 N15937 P10278 IDC_FLIP 12 Int BE Pri Loop_entry Loop_exit !#30 N15938 P10279 MEMBAR Loop_entry !#30 N15939 P10280 BLD 325 -1 FP BE Pri !#30 N15940 P10281 MEMBAR Loop_exit !#30 N15941 P10282 MEMBAR Loop_entry !#30 N15942 P10283 BLD 214 -1 FP BE Pri !#30 N15943 P10284 MEMBAR Loop_exit !#30 N15944 P10285 MEMBAR Loop_entry !#30 N15945 P10286 BLD 251 -1 FP BE Pri !#30 N15946 P10287 MEMBAR Loop_exit !#30 N15947 P10285 MEMBAR Loop_entry !#30 N15948 P10286 BLD 251 -1 FP BE Pri !#30 N15949 P10287 MEMBAR Loop_exit !#30 N15950 P10288 IDC_FLIP 0 Int BE Pri Loop_entry Loop_exit !#30 N15951 P10289 MEMBAR Loop_entry !#30 N15952 P10290 BLD 163 -1 FP BE Pri !#30 N15953 P10291 MEMBAR Loop_exit !#30 N15954 P10289 MEMBAR Loop_entry !#30 N15955 P10290 BLD 163 -1 FP BE Pri !#30 N15956 P10291 MEMBAR Loop_exit !#30 N15957 P10292 IDC_FLIP 121 Int BE Pri Loop_entry Loop_exit !#30 N15958 P10292 IDC_FLIP 121 Int BE Pri Loop_entry Loop_exit !#30 N15959 P10293 MEMBAR Loop_entry !#30 N15960 P10294 BLD 147 -1 FP BE Pri !#30 N15961 P10295 MEMBAR Loop_exit !#30 N15962 P10293 MEMBAR Loop_entry !#30 N15963 P10294 BLD 147 -1 FP BE Pri !#30 N15964 P10295 MEMBAR Loop_exit !#30 N15965 P10296 MEMBAR Loop_entry !#30 N15966 P10297 BLD 42 -1 FP BE Pri !#30 N15967 P10298 MEMBAR Loop_exit !#30 N15968 P10296 MEMBAR Loop_entry !#30 N15969 P10297 BLD 42 -1 FP BE Pri !#30 N15970 P10298 MEMBAR Loop_exit !#30 N15971 P10299 MEMBAR Loop_entry !#30 N15972 P10300 BLD 150 -1 FP BE Pri !#30 N15973 P10301 MEMBAR Loop_exit !#30 N15974 P10302 MEMBAR Loop_entry !#30 N15975 P10303 BLD 210 -1 FP BE Pri !#30 N15976 P10304 MEMBAR Loop_exit !#30 N15977 P10305 MEMBAR Loop_entry !#30 N15978 P10306 BLD 211 -1 FP BE Pri !#30 N15979 P10307 MEMBAR Loop_exit !#30 N15980 P10308 MEMBAR Loop_entry !#30 N15981 P10309 BLD 81 -1 FP BE Pri !#30 N15982 P10310 MEMBAR Loop_exit !#30 N15983 P10311 MEMBAR Loop_entry !#30 N15984 P10312 BLD 269 -1 FP BE Pri !#30 N15985 P10313 MEMBAR Loop_exit !#30 N15986 P10314 MEMBAR Loop_entry !#30 N15987 P10315 BLD 285 -1 FP BE Pri !#30 N15988 P10316 MEMBAR Loop_exit !#30 N15989 P10317 MEMBAR Loop_entry !#30 N15990 P10318 BLD 102 -1 FP BE Pri !#30 N15991 P10318 BLD 103 -1 FP BE Pri !#30 N15992 P10318 BLD 104 -1 FP BE Pri !#30 N15993 P10319 MEMBAR Loop_exit !#30 N15994 P10317 MEMBAR Loop_entry !#30 N15995 P10318 BLD 102 -1 FP BE Pri !#30 N15996 P10318 BLD 103 -1 FP BE Pri !#30 N15997 P10318 BLD 104 -1 FP BE Pri !#30 N15998 P10319 MEMBAR Loop_exit !#30 N15999 P10320 MEMBAR Loop_entry !#30 N16000 P10321 BLD 358 -1 FP BE Pri !#30 N16001 P10322 MEMBAR Loop_exit !#30 N16002 P10320 MEMBAR Loop_entry !#30 N16003 P10321 BLD 358 -1 FP BE Pri !#30 N16004 P10322 MEMBAR Loop_exit !#30 N16005 P10323 MEMBAR Loop_entry !#30 N16006 P10324 BLD 82 -1 FP BE Pri !#30 N16007 P10325 MEMBAR Loop_exit !#30 N16008 P10323 MEMBAR Loop_entry !#30 N16009 P10324 BLD 82 -1 FP BE Pri !#30 N16010 P10325 MEMBAR Loop_exit !#30 N16011 P10326 MEMBAR Loop_entry !#30 N16012 P10327 BLD 129 -1 FP BE Pri !#30 N16013 P10328 MEMBAR Loop_exit !#30 N16014 P10326 MEMBAR Loop_entry !#30 N16015 P10327 BLD 129 -1 FP BE Pri !#30 N16016 P10328 MEMBAR Loop_exit !#30 N16017 P10329 MEMBAR Loop_entry !#30 N16018 P10330 BLD 319 -1 FP BE Pri !#30 N16019 P10331 MEMBAR Loop_exit !#30 N16020 P10332 MEMBAR Loop_entry !#30 N16021 P10333 BLD 124 -1 FP BE Pri !#30 N16022 P10333 BLD 125 -1 FP BE Pri !#30 N16023 P10333 BLD 126 -1 FP BE Pri !#30 N16024 P10334 MEMBAR Loop_exit !#30 N16025 P10335 MEMBAR Loop_entry !#30 N16026 P10336 BLD 137 -1 FP BE Pri !#30 N16027 P10337 MEMBAR Loop_exit !#30 N16028 P10338 MEMBAR Loop_entry !#30 N16029 P10339 BLD 71 -1 FP BE Pri !#30 N16030 P10339 BLD 72 -1 FP BE Pri !#A N16029 N16030 !#30 N16031 P10340 MEMBAR Loop_exit !#30 N16032 P10338 MEMBAR Loop_entry !#30 N16033 P10339 BLD 71 -1 FP BE Pri !#30 N16034 P10339 BLD 72 -1 FP BE Pri !#A N16033 N16034 !#30 N16035 P10340 MEMBAR Loop_exit !#30 N16036 P10341 MEMBAR Loop_entry !#30 N16037 P10342 BLD 337 -1 FP BE Pri !#30 N16038 P10343 MEMBAR Loop_exit !#30 N16039 P10344 IDC_FLIP 162 Int BE Pri Loop_entry !#30 N16040 P10345 MEMBAR !#30 N16041 P10346 BLD 110 -1 FP BE Pri !#30 N16042 P10347 MEMBAR Loop_exit !#30 N16043 P10344 IDC_FLIP 162 Int BE Pri Loop_entry !#30 N16044 P10345 MEMBAR !#30 N16045 P10346 BLD 110 -1 FP BE Pri !#30 N16046 P10347 MEMBAR Loop_exit !#30 N16047 P10348 MEMBAR Loop_entry !#30 N16048 P10349 BLD 73 -1 FP BE Pri !#30 N16049 P10350 MEMBAR Loop_exit !#30 N16050 P10351 MEMBAR Loop_entry !#30 N16051 P10352 BLD 227 -1 FP BE Pri !#30 N16052 P10353 MEMBAR Loop_exit !#30 N16053 P10354 MEMBAR Loop_entry !#30 N16054 P10355 BLD 185 -1 FP BE Pri !#30 N16055 P10356 MEMBAR Loop_exit !#30 N16056 P10357 PREFETCH 285 Int BE Pri Loop_entry !#30 N16057 P10358 MEMBAR !#30 N16058 P10359 BLD 339 -1 FP BE Pri !#30 N16059 P10360 MEMBAR Loop_exit !#30 N16060 P10361 MEMBAR Loop_entry !#30 N16061 P10362 BLD 25 -1 FP BE Pri !#30 N16062 P10363 MEMBAR Loop_exit !#30 N16063 P10364 IDC_FLIP 4 Int BE Pri Loop_entry !#30 N16064 P10365 MEMBAR !#30 N16065 P10366 BLD 201 -1 FP BE Pri !#30 N16066 P10367 MEMBAR Loop_exit !#30 N16067 P10364 IDC_FLIP 4 Int BE Pri Loop_entry !#30 N16068 P10365 MEMBAR !#30 N16069 P10366 BLD 201 -1 FP BE Pri !#30 N16070 P10367 MEMBAR Loop_exit !#30 N16071 P10368 MEMBAR Loop_entry !#30 N16072 P10369 BLD 190 -1 FP BE Pri !#30 N16073 P10370 MEMBAR Loop_exit !#30 N16074 P10368 MEMBAR Loop_entry !#30 N16075 P10369 BLD 190 -1 FP BE Pri !#30 N16076 P10370 MEMBAR Loop_exit !#30 N16077 P10371 MEMBAR Loop_entry !#30 N16078 P10372 BLD 81 -1 FP BE Pri !#30 N16079 P10373 MEMBAR Loop_exit !#30 N16080 P10371 MEMBAR Loop_entry !#30 N16081 P10372 BLD 81 -1 FP BE Pri !#30 N16082 P10373 MEMBAR Loop_exit !#30 N16083 P10374 MEMBAR Loop_entry !#30 N16084 P10375 BLD 289 -1 FP BE Pri !#30 N16085 P10376 MEMBAR Loop_exit !#30 N16086 P10374 MEMBAR Loop_entry !#30 N16087 P10375 BLD 289 -1 FP BE Pri !#30 N16088 P10376 MEMBAR Loop_exit !#30 N16089 P10377 MEMBAR Loop_entry !#30 N16090 P10378 BLD 8 -1 FP BE Pri !#30 N16091 P10379 MEMBAR Loop_exit !#30 N16092 P10377 MEMBAR Loop_entry !#30 N16093 P10378 BLD 8 -1 FP BE Pri !#30 N16094 P10379 MEMBAR Loop_exit !#30 N16095 P10380 MEMBAR Loop_entry !#30 N16096 P10381 BLD 101 -1 FP BE Pri !#30 N16097 P10382 MEMBAR Loop_exit !#30 N16098 P10380 MEMBAR Loop_entry !#30 N16099 P10381 BLD 101 -1 FP BE Pri !#30 N16100 P10382 MEMBAR Loop_exit !#30 N16101 P10383 MEMBAR Loop_entry !#30 N16102 P10384 BLD 139 -1 FP BE Pri !#30 N16103 P10385 MEMBAR Loop_exit !#30 N16104 P10383 MEMBAR Loop_entry !#30 N16105 P10384 BLD 139 -1 FP BE Pri !#30 N16106 P10385 MEMBAR Loop_exit !#30 N16107 P10386 MEMBAR Loop_entry !#30 N16108 P10387 BLD 295 -1 FP BE Pri !#30 N16109 P10387 BLD 296 -1 FP BE Pri !#30 N16110 P10388 MEMBAR Loop_exit !#30 N16111 P10386 MEMBAR Loop_entry !#30 N16112 P10387 BLD 295 -1 FP BE Pri !#30 N16113 P10387 BLD 296 -1 FP BE Pri !#30 N16114 P10388 MEMBAR Loop_exit !#30 N16115 P10389 MEMBAR Loop_entry !#30 N16116 P10390 BLD 194 -1 FP BE Pri !#30 N16117 P10391 MEMBAR Loop_exit !#30 N16118 P10389 MEMBAR Loop_entry !#30 N16119 P10390 BLD 194 -1 FP BE Pri !#30 N16120 P10391 MEMBAR Loop_exit !#30 N16121 P10392 MEMBAR Loop_entry !#30 N16122 P10393 BLD 46 -1 FP BE Pri !#30 N16123 P10394 MEMBAR Loop_exit !#30 N16124 P10395 MEMBAR Loop_entry !#30 N16125 P10396 BLD 191 -1 FP BE Pri !#30 N16126 P10397 MEMBAR Loop_exit !#30 N16127 P10398 LD 27 -1 Int LE Pri Loop_entry !#30 N16128 P10399 LD 338 -1 NF Int BE Pri Loop_exit !#30 N16129 P10400 ST 56 0x8f000005 Int BE Pri Loop_entry Loop_exit !#30 N16130 P10400 ST 56 0x8f000006 Int BE Pri Loop_entry Loop_exit !#30 N16131 P10401 MEMBAR Loop_entry !#30 N16132 P10402 BLD 257 -1 FP BE Pri !#30 N16133 P10403 MEMBAR Loop_exit !#30 N16134 P10404 MEMBAR Loop_entry !#30 N16135 P10405 BLD 336 -1 FP BE Pri !#30 N16136 P10406 MEMBAR Loop_exit !#30 N16137 P10407 MEMBAR Loop_entry !#30 N16138 P10408 BLD 161 -1 FP BE Pri !#30 N16139 P10409 MEMBAR Loop_exit !#30 N16140 P10407 MEMBAR Loop_entry !#30 N16141 P10408 BLD 161 -1 FP BE Pri !#30 N16142 P10409 MEMBAR Loop_exit !#30 N16143 P10410 MEMBAR Loop_entry !#30 N16144 P10411 BLD 306 -1 FP BE Pri !#30 N16145 P10412 MEMBAR Loop_exit !#30 N16146 P10413 FLUSHI 296 Int BE Pri Loop_entry !#30 N16147 P10414 IDC_FLIP 265 Int BE Pri Loop_exit !#30 N16148 P10413 FLUSHI 296 Int BE Pri Loop_entry !#30 N16149 P10414 IDC_FLIP 265 Int BE Pri Loop_exit !#30 N16150 P10415 MEMBAR Loop_entry !#30 N16151 P10416 BLD 60 -1 FP BE Pri !#30 N16152 P10417 MEMBAR Loop_exit !#30 N16153 P10418 MEMBAR Loop_entry !#30 N16154 P10419 BLD 9 -1 FP BE Pri !#30 N16155 P10420 MEMBAR Loop_exit !#30 N16156 P10421 MEMBAR Loop_entry !#30 N16157 P10422 BLD 238 -1 FP BE Pri !#30 N16158 P10423 MEMBAR Loop_exit !#30 N16159 P10421 MEMBAR Loop_entry !#30 N16160 P10422 BLD 238 -1 FP BE Pri !#30 N16161 P10423 MEMBAR Loop_exit !#30 N16162 P10424 MEMBAR Loop_entry !#30 N16163 P10425 BLD 302 -1 FP BE Pri !#30 N16164 P10426 MEMBAR Loop_exit !#30 N16165 P10424 MEMBAR Loop_entry !#30 N16166 P10425 BLD 302 -1 FP BE Pri !#30 N16167 P10426 MEMBAR Loop_exit !#30 N16168 P10427 MEMBAR Loop_entry !#30 N16169 P10428 BLD 191 -1 FP BE Pri !#30 N16170 P10429 MEMBAR Loop_exit !#30 N16171 P10427 MEMBAR Loop_entry !#30 N16172 P10428 BLD 191 -1 FP BE Pri !#30 N16173 P10429 MEMBAR Loop_exit !#30 N16174 P10430 MEMBAR !#31 N16175 P10431 MEMBAR Loop_entry !#31 N16176 P10432 BLD 261 -1 FP BE Pri !#31 N16177 P10433 MEMBAR Loop_exit !#31 N16178 P10431 MEMBAR Loop_entry !#31 N16179 P10432 BLD 261 -1 FP BE Pri !#31 N16180 P10433 MEMBAR Loop_exit !#31 N16181 P10434 MEMBAR Loop_entry !#31 N16182 P10435 BLD 214 -1 FP BE Pri !#31 N16183 P10436 MEMBAR Loop_exit !#31 N16184 P10434 MEMBAR Loop_entry !#31 N16185 P10435 BLD 214 -1 FP BE Pri !#31 N16186 P10436 MEMBAR Loop_exit !#31 N16187 P10437 MEMBAR Loop_entry !#31 N16188 P10438 BLD 167 -1 FP BE Pri !#31 N16189 P10439 MEMBAR Loop_exit !#31 N16190 P10440 MEMBAR Loop_entry !#31 N16191 P10441 BLD 337 -1 FP BE Pri !#31 N16192 P10442 MEMBAR Loop_exit !#31 N16193 P10443 MEMBAR Loop_entry !#31 N16194 P10444 BLD 53 -1 FP BE Pri !#31 N16195 P10445 MEMBAR Loop_exit !#31 N16196 P10446 MEMBAR Loop_entry !#31 N16197 P10447 BLD 327 -1 FP BE Pri !#31 N16198 P10448 MEMBAR Loop_exit !#31 N16199 P10446 MEMBAR Loop_entry !#31 N16200 P10447 BLD 327 -1 FP BE Pri !#31 N16201 P10448 MEMBAR Loop_exit !#31 N16202 P10449 MEMBAR Loop_entry !#31 N16203 P10450 BLD 10 -1 FP BE Pri !#31 N16204 P10451 MEMBAR Loop_exit !#31 N16205 P10452 MEMBAR Loop_entry !#31 N16206 P10453 BLD 205 -1 FP BE Pri !#31 N16207 P10454 MEMBAR Loop_exit !#31 N16208 P10452 MEMBAR Loop_entry !#31 N16209 P10453 BLD 205 -1 FP BE Pri !#31 N16210 P10454 MEMBAR Loop_exit !#31 N16211 P10455 MEMBAR Loop_entry !#31 N16212 P10456 BLD 71 -1 FP BE Pri !#31 N16213 P10456 BLD 72 -1 FP BE Pri !#A N16212 N16213 !#31 N16214 P10457 MEMBAR Loop_exit !#31 N16215 P10458 ST 193 0x8f800001 Int BE Pri Loop_entry !#31 N16216 P10459 MEMBAR !#31 N16217 P10460 BLD 284 -1 FP BE Pri !#31 N16218 P10461 MEMBAR Loop_exit !#31 N16219 P10458 ST 193 0x8f800002 Int BE Pri Loop_entry !#31 N16220 P10459 MEMBAR !#31 N16221 P10460 BLD 284 -1 FP BE Pri !#31 N16222 P10461 MEMBAR Loop_exit !#31 N16223 P10462 MEMBAR Loop_entry !#31 N16224 P10463 BLD 276 -1 FP BE Pri !#31 N16225 P10464 MEMBAR Loop_exit !#31 N16226 P10462 MEMBAR Loop_entry !#31 N16227 P10463 BLD 276 -1 FP BE Pri !#31 N16228 P10464 MEMBAR Loop_exit !#31 N16229 P10465 IDC_FLIP 10 Int BE Pri Loop_entry !#31 N16230 P10466 MEMBAR !#31 N16231 P10467 BLD 218 -1 FP BE Pri !#31 N16232 P10468 MEMBAR Loop_exit !#31 N16233 P10469 MEMBAR Loop_entry !#31 N16234 P10470 BLD 290 -1 FP BE Pri !#31 N16235 P10471 MEMBAR Loop_exit !#31 N16236 P10472 MEMBAR Loop_entry !#31 N16237 P10473 BLD 213 -1 FP BE Pri !#31 N16238 P10474 MEMBAR Loop_exit !#31 N16239 P10472 MEMBAR Loop_entry !#31 N16240 P10473 BLD 213 -1 FP BE Pri !#31 N16241 P10474 MEMBAR Loop_exit !#31 N16242 P10475 MEMBAR Loop_entry !#31 N16243 P10476 BLD 327 -1 FP BE Pri !#31 N16244 P10477 MEMBAR Loop_exit !#31 N16245 P10478 MEMBAR Loop_entry !#31 N16246 P10479 BLD 243 -1 FP BE Pri !#31 N16247 P10480 MEMBAR Loop_exit !#31 N16248 P10481 MEMBAR Loop_entry !#31 N16249 P10482 BLD 321 -1 FP BE Pri !#31 N16250 P10483 MEMBAR Loop_exit !#31 N16251 P10484 MEMBAR Loop_entry !#31 N16252 P10485 BLD 200 -1 FP BE Pri !#31 N16253 P10486 MEMBAR Loop_exit !#31 N16254 P10484 MEMBAR Loop_entry !#31 N16255 P10485 BLD 200 -1 FP BE Pri !#31 N16256 P10486 MEMBAR Loop_exit !#31 N16257 P10487 MEMBAR Loop_entry !#31 N16258 P10488 BLD 189 -1 FP BE Pri !#31 N16259 P10489 MEMBAR Loop_exit !#31 N16260 P10487 MEMBAR Loop_entry !#31 N16261 P10488 BLD 189 -1 FP BE Pri !#31 N16262 P10489 MEMBAR Loop_exit !#31 N16263 P10490 MEMBAR Loop_entry !#31 N16264 P10491 BLD 155 -1 FP BE Pri !#31 N16265 P10492 MEMBAR Loop_exit !#31 N16266 P10490 MEMBAR Loop_entry !#31 N16267 P10491 BLD 155 -1 FP BE Pri !#31 N16268 P10492 MEMBAR Loop_exit !#31 N16269 P10493 MEMBAR Loop_entry !#31 N16270 P10494 BLD 25 -1 FP BE Pri !#31 N16271 P10495 MEMBAR Loop_exit !#31 N16272 P10496 MEMBAR Loop_entry !#31 N16273 P10497 BLD 196 -1 FP BE Pri !#31 N16274 P10498 MEMBAR Loop_exit !#31 N16275 P10499 MEMBAR Loop_entry !#31 N16276 P10500 BLD 191 -1 FP BE Pri !#31 N16277 P10501 MEMBAR Loop_exit !#31 N16278 P10502 MEMBAR Loop_entry !#31 N16279 P10503 BLD 71 -1 FP BE Pri !#31 N16280 P10503 BLD 72 -1 FP BE Pri !#A N16279 N16280 !#31 N16281 P10504 MEMBAR Loop_exit !#31 N16282 P10502 MEMBAR Loop_entry !#31 N16283 P10503 BLD 71 -1 FP BE Pri !#31 N16284 P10503 BLD 72 -1 FP BE Pri !#A N16283 N16284 !#31 N16285 P10504 MEMBAR Loop_exit !#31 N16286 P10505 ST 339 0x8f800003 Int BE Pri Loop_entry !#31 N16287 P10506 MEMBAR !#31 N16288 P10507 BLD 111 -1 FP BE Pri !#31 N16289 P10507 BLD 112 -1 FP BE Pri !#31 N16290 P10507 BLD 113 -1 FP BE Pri !#31 N16291 P10508 MEMBAR Loop_exit !#31 N16292 P10505 ST 339 0x8f800004 Int BE Pri Loop_entry !#31 N16293 P10506 MEMBAR !#31 N16294 P10507 BLD 111 -1 FP BE Pri !#31 N16295 P10507 BLD 112 -1 FP BE Pri !#31 N16296 P10507 BLD 113 -1 FP BE Pri !#31 N16297 P10508 MEMBAR Loop_exit !#31 N16298 P10509 MEMBAR Loop_entry !#31 N16299 P10510 BLD 262 -1 FP BE Pri !#31 N16300 P10511 MEMBAR Loop_exit !#31 N16301 P10512 MEMBAR Loop_entry !#31 N16302 P10513 BLD 328 -1 FP BE Pri !#31 N16303 P10514 MEMBAR Loop_exit !#31 N16304 P10512 MEMBAR Loop_entry !#31 N16305 P10513 BLD 328 -1 FP BE Pri !#31 N16306 P10514 MEMBAR Loop_exit !#31 N16307 P10515 IDC_FLIP 214 Int BE Pri Loop_entry Loop_exit !#31 N16308 P10515 IDC_FLIP 214 Int BE Pri Loop_entry Loop_exit !#31 N16309 P10516 IDC_FLIP 90 Int BE Pri Loop_entry !#31 N16310 P10517 IDC_FLIP 327 Int BE Pri Loop_exit !#31 N16311 P10516 IDC_FLIP 90 Int BE Pri Loop_entry !#31 N16312 P10517 IDC_FLIP 327 Int BE Pri Loop_exit !#31 N16313 P10518 MEMBAR Loop_entry !#31 N16314 P10519 BLD 52 -1 FP BE Pri !#31 N16315 P10520 MEMBAR Loop_exit !#31 N16316 P10518 MEMBAR Loop_entry !#31 N16317 P10519 BLD 52 -1 FP BE Pri !#31 N16318 P10520 MEMBAR Loop_exit !#31 N16319 P10521 LD 291 -1 Int BE Pri Loop_entry !#31 N16320 P10522 IDC_FLIP 200 Int BE Pri !#31 N16321 P10523 LD 164 -1 Int BE Pri Loop_exit !#31 N16322 P10524 MEMBAR Loop_entry !#31 N16323 P10525 BLD 163 -1 FP BE Pri !#31 N16324 P10526 MEMBAR Loop_exit !#31 N16325 P10524 MEMBAR Loop_entry !#31 N16326 P10525 BLD 163 -1 FP BE Pri !#31 N16327 P10526 MEMBAR Loop_exit !#31 N16328 P10527 IDC_FLIP 292 Int BE Pri Loop_entry Loop_exit !#31 N16329 P10528 IDC_FLIP 216 Int BE Pri Loop_entry !#31 N16330 P10529 MEMBAR !#31 N16331 P10530 BLD 214 -1 FP BE Pri !#31 N16332 P10531 MEMBAR Loop_exit !#31 N16333 P10532 MEMBAR Loop_entry !#31 N16334 P10533 BLD 298 -1 FP BE Pri !#31 N16335 P10534 MEMBAR Loop_exit !#31 N16336 P10532 MEMBAR Loop_entry !#31 N16337 P10533 BLD 298 -1 FP BE Pri !#31 N16338 P10534 MEMBAR Loop_exit !#31 N16339 P10535 MEMBAR Loop_entry !#31 N16340 P10536 BLD 264 -1 FP BE Pri !#31 N16341 P10537 MEMBAR Loop_exit !#31 N16342 P10535 MEMBAR Loop_entry !#31 N16343 P10536 BLD 264 -1 FP BE Pri !#31 N16344 P10537 MEMBAR Loop_exit !#31 N16345 P10538 MEMBAR Loop_entry !#31 N16346 P10539 BLD 272 -1 FP BE Pri !#31 N16347 P10540 MEMBAR Loop_exit !#31 N16348 P10541 MEMBAR Loop_entry !#31 N16349 P10542 BLD 331 -1 FP BE Pri !#31 N16350 P10542 BLD 332 -1 FP BE Pri !#31 N16351 P10543 MEMBAR Loop_exit !#31 N16352 P10544 MEMBAR Loop_entry !#31 N16353 P10545 BLD 67 -1 FP BE Pri !#31 N16354 P10546 MEMBAR Loop_exit !#31 N16355 P10547 MEMBAR Loop_entry !#31 N16356 P10548 BLD 276 -1 FP BE Pri !#31 N16357 P10549 MEMBAR Loop_exit !#31 N16358 P10547 MEMBAR Loop_entry !#31 N16359 P10548 BLD 276 -1 FP BE Pri !#31 N16360 P10549 MEMBAR Loop_exit !#31 N16361 P10550 IDC_FLIP 288 Int BE Pri Loop_entry Loop_exit !#31 N16362 P10551 IDC_FLIP 181 Int BE Pri Loop_entry !#31 N16363 P10552 MEMBAR !#31 N16364 P10553 BLD 11 -1 FP BE Pri !#31 N16365 P10553 BLD 12 -1 FP BE Pri !#31 N16366 P10554 MEMBAR Loop_exit !#31 N16367 P10551 IDC_FLIP 181 Int BE Pri Loop_entry !#31 N16368 P10552 MEMBAR !#31 N16369 P10553 BLD 11 -1 FP BE Pri !#31 N16370 P10553 BLD 12 -1 FP BE Pri !#31 N16371 P10554 MEMBAR Loop_exit !#31 N16372 P10555 MEMBAR Loop_entry !#31 N16373 P10556 BLD 117 -1 FP BE Pri !#31 N16374 P10557 MEMBAR Loop_exit !#31 N16375 P10555 MEMBAR Loop_entry !#31 N16376 P10556 BLD 117 -1 FP BE Pri !#31 N16377 P10557 MEMBAR Loop_exit !#31 N16378 P10558 MEMBAR Loop_entry !#31 N16379 P10559 BLD 291 -1 FP BE Pri !#31 N16380 P10560 MEMBAR Loop_exit !#31 N16381 P10558 MEMBAR Loop_entry !#31 N16382 P10559 BLD 291 -1 FP BE Pri !#31 N16383 P10560 MEMBAR Loop_exit !#31 N16384 P10561 PREFETCH 285 Int BE Pri Loop_entry Loop_exit !#31 N16385 P10562 MEMBAR Loop_entry !#31 N16386 P10563 BLD 198 -1 FP BE Pri !#31 N16387 P10564 MEMBAR Loop_exit !#31 N16388 P10565 MEMBAR Loop_entry !#31 N16389 P10566 BLD 320 -1 FP BE Pri !#31 N16390 P10567 MEMBAR Loop_exit !#31 N16391 P10565 MEMBAR Loop_entry !#31 N16392 P10566 BLD 320 -1 FP BE Pri !#31 N16393 P10567 MEMBAR Loop_exit !#31 N16394 P10568 MEMBAR Loop_entry !#31 N16395 P10569 BLD 186 -1 FP BE Pri !#31 N16396 P10570 MEMBAR Loop_exit !#31 N16397 P10571 MEMBAR Loop_entry !#31 N16398 P10572 BLD 239 -1 FP BE Pri !#31 N16399 P10573 MEMBAR Loop_exit !#31 N16400 P10571 MEMBAR Loop_entry !#31 N16401 P10572 BLD 239 -1 FP BE Pri !#31 N16402 P10573 MEMBAR Loop_exit !#31 N16403 P10574 MEMBAR Loop_entry !#31 N16404 P10575 BLD 59 -1 FP BE Pri !#31 N16405 P10576 MEMBAR Loop_exit !#31 N16406 P10574 MEMBAR Loop_entry !#31 N16407 P10575 BLD 59 -1 FP BE Pri !#31 N16408 P10576 MEMBAR Loop_exit !#31 N16409 P10577 MEMBAR Loop_entry !#31 N16410 P10578 BLD 150 -1 FP BE Pri !#31 N16411 P10579 MEMBAR Loop_exit !#31 N16412 P10577 MEMBAR Loop_entry !#31 N16413 P10578 BLD 150 -1 FP BE Pri !#31 N16414 P10579 MEMBAR Loop_exit !#31 N16415 P10580 MEMBAR Loop_entry !#31 N16416 P10581 BLD 137 -1 FP BE Pri !#31 N16417 P10582 MEMBAR Loop_exit !#31 N16418 P10583 MEMBAR Loop_entry !#31 N16419 P10584 BLD 102 -1 FP BE Pri !#31 N16420 P10584 BLD 103 -1 FP BE Pri !#31 N16421 P10584 BLD 104 -1 FP BE Pri !#31 N16422 P10585 MEMBAR Loop_exit !#31 N16423 P10586 MEMBAR Loop_entry !#31 N16424 P10587 BLD 129 -1 FP BE Pri !#31 N16425 P10588 MEMBAR Loop_exit !#31 N16426 P10589 MEMBAR Loop_entry !#31 N16427 P10590 BLD 67 -1 FP BE Pri !#31 N16428 P10591 MEMBAR Loop_exit !#31 N16429 P10592 MEMBAR Loop_entry !#31 N16430 P10593 BLD 348 -1 FP BE Pri !#31 N16431 P10594 MEMBAR Loop_exit !#31 N16432 P10592 MEMBAR Loop_entry !#31 N16433 P10593 BLD 348 -1 FP BE Pri !#31 N16434 P10594 MEMBAR Loop_exit !#31 N16435 P10595 MEMBAR Loop_entry !#31 N16436 P10596 BLD 260 -1 FP BE Pri !#31 N16437 P10597 MEMBAR Loop_exit !#31 N16438 P10598 IDC_FLIP 129 Int BE Pri Loop_entry Loop_exit !#31 N16439 P10598 IDC_FLIP 129 Int BE Pri Loop_entry Loop_exit !#31 N16440 P10599 MEMBAR Loop_entry !#31 N16441 P10600 BLD 36 -1 FP BE Pri !#31 N16442 P10601 MEMBAR Loop_exit !#31 N16443 P10599 MEMBAR Loop_entry !#31 N16444 P10600 BLD 36 -1 FP BE Pri !#31 N16445 P10601 MEMBAR Loop_exit !#31 N16446 P10602 MEMBAR Loop_entry !#31 N16447 P10603 BLD 310 -1 FP BE Pri !#31 N16448 P10604 MEMBAR Loop_exit !#31 N16449 P10602 MEMBAR Loop_entry !#31 N16450 P10603 BLD 310 -1 FP BE Pri !#31 N16451 P10604 MEMBAR Loop_exit !#31 N16452 P10605 MEMBAR Loop_entry !#31 N16453 P10606 BLD 193 -1 FP BE Pri !#31 N16454 P10607 MEMBAR Loop_exit !#31 N16455 P10605 MEMBAR Loop_entry !#31 N16456 P10606 BLD 193 -1 FP BE Pri !#31 N16457 P10607 MEMBAR Loop_exit !#31 N16458 P10608 MEMBAR Loop_entry !#31 N16459 P10609 BLD 34 -1 FP BE Pri !#31 N16460 P10610 MEMBAR Loop_exit !#31 N16461 P10611 MEMBAR Loop_entry !#31 N16462 P10612 BLD 121 -1 FP BE Pri !#31 N16463 P10613 MEMBAR Loop_exit !#31 N16464 P10614 MEMBAR Loop_entry !#31 N16465 P10615 BLD 166 -1 FP BE Pri !#31 N16466 P10616 MEMBAR Loop_exit !#31 N16467 P10614 MEMBAR Loop_entry !#31 N16468 P10615 BLD 166 -1 FP BE Pri !#31 N16469 P10616 MEMBAR Loop_exit !#31 N16470 P10617 MEMBAR Loop_entry !#31 N16471 P10618 BLD 210 -1 FP BE Pri !#31 N16472 P10619 MEMBAR Loop_exit !#31 N16473 P10617 MEMBAR Loop_entry !#31 N16474 P10618 BLD 210 -1 FP BE Pri !#31 N16475 P10619 MEMBAR Loop_exit !#31 N16476 P10620 MEMBAR Loop_entry !#31 N16477 P10621 BLD 244 -1 FP BE Pri !#31 N16478 P10622 MEMBAR Loop_exit !#31 N16479 P10623 MEMBAR Loop_entry !#31 N16480 P10624 BLD 280 -1 FP BE Pri !#31 N16481 P10625 MEMBAR Loop_exit !#31 N16482 P10626 IDC_FLIP 2 Int BE Pri Loop_entry !#31 N16483 P10627 MEMBAR !#31 N16484 P10628 BLD 289 -1 FP BE Pri !#31 N16485 P10629 MEMBAR Loop_exit !#31 N16486 P10630 MEMBAR Loop_entry !#31 N16487 P10631 BLD 326 -1 FP BE Pri !#31 N16488 P10632 MEMBAR Loop_exit !#31 N16489 P10633 MEMBAR Loop_entry !#31 N16490 P10634 BLD 337 -1 FP BE Pri !#31 N16491 P10635 MEMBAR Loop_exit !#31 N16492 P10633 MEMBAR Loop_entry !#31 N16493 P10634 BLD 337 -1 FP BE Pri !#31 N16494 P10635 MEMBAR Loop_exit !#31 N16495 P10636 IDC_FLIP 65 Int BE Pri Loop_entry Loop_exit !#31 N16496 P10637 MEMBAR Loop_entry !#31 N16497 P10638 BLD 257 -1 FP BE Pri !#31 N16498 P10639 MEMBAR Loop_exit !#31 N16499 P10640 MEMBAR Loop_entry !#31 N16500 P10641 BLD 286 -1 FP BE Pri !#31 N16501 P10642 MEMBAR Loop_exit !#31 N16502 P10640 MEMBAR Loop_entry !#31 N16503 P10641 BLD 286 -1 FP BE Pri !#31 N16504 P10642 MEMBAR Loop_exit !#31 N16505 P10643 MEMBAR Loop_entry !#31 N16506 P10644 BLD 37 -1 FP BE Pri !#31 N16507 P10645 MEMBAR Loop_exit !#31 N16508 P10643 MEMBAR Loop_entry !#31 N16509 P10644 BLD 37 -1 FP BE Pri !#31 N16510 P10645 MEMBAR Loop_exit !#31 N16511 P10646 MEMBAR Loop_entry !#31 N16512 P10647 BLD 88 -1 FP BE Pri !#31 N16513 P10648 MEMBAR Loop_exit !#31 N16514 P10649 MEMBAR Loop_entry !#31 N16515 P10650 BLD 3 -1 FP BE Pri !#31 N16516 P10651 MEMBAR Loop_exit !#31 N16517 P10649 MEMBAR Loop_entry !#31 N16518 P10650 BLD 3 -1 FP BE Pri !#31 N16519 P10651 MEMBAR Loop_exit !#31 N16520 P10652 MEMBAR Loop_entry !#31 N16521 P10653 BLD 206 -1 FP BE Pri !#31 N16522 P10654 MEMBAR Loop_exit !#31 N16523 P10655 MEMBAR Loop_entry !#31 N16524 P10656 BLD 290 -1 FP BE Pri !#31 N16525 P10657 MEMBAR Loop_exit !#31 N16526 P10658 MEMBAR Loop_entry !#31 N16527 P10659 BLD 1 -1 FP BE Pri !#31 N16528 P10660 MEMBAR Loop_exit !#31 N16529 P10661 MEMBAR Loop_entry !#31 N16530 P10662 BLD 246 -1 FP BE Pri !#31 N16531 P10663 MEMBAR Loop_exit !#31 N16532 P10664 IDC_FLIP 276 Int BE Pri Loop_entry Loop_exit !#31 N16533 P10664 IDC_FLIP 276 Int BE Pri Loop_entry Loop_exit !#31 N16534 P10665 MEMBAR Loop_entry !#31 N16535 P10666 BLD 286 -1 FP BE Pri !#31 N16536 P10667 MEMBAR Loop_exit !#31 N16537 P10668 MEMBAR Loop_entry !#31 N16538 P10669 BLD 295 -1 FP BE Pri !#31 N16539 P10669 BLD 296 -1 FP BE Pri !#31 N16540 P10670 MEMBAR Loop_exit !#31 N16541 P10671 MEMBAR Loop_entry !#31 N16542 P10672 BLD 286 -1 FP BE Pri !#31 N16543 P10673 MEMBAR Loop_exit !#31 N16544 P10671 MEMBAR Loop_entry !#31 N16545 P10672 BLD 286 -1 FP BE Pri !#31 N16546 P10673 MEMBAR Loop_exit !#31 N16547 P10674 MEMBAR Loop_entry !#31 N16548 P10675 BLD 267 -1 FP BE Pri !#31 N16549 P10676 MEMBAR Loop_exit !#31 N16550 P10674 MEMBAR Loop_entry !#31 N16551 P10675 BLD 267 -1 FP BE Pri !#31 N16552 P10676 MEMBAR Loop_exit !#31 N16553 P10677 MEMBAR Loop_entry !#31 N16554 P10678 BLD 179 -1 FP BE Pri !#31 N16555 P10679 MEMBAR Loop_exit !#31 N16556 P10677 MEMBAR Loop_entry !#31 N16557 P10678 BLD 179 -1 FP BE Pri !#31 N16558 P10679 MEMBAR Loop_exit !#31 N16559 P10680 MEMBAR Loop_entry !#31 N16560 P10681 BLD 231 -1 FP BE Pri !#31 N16561 P10682 MEMBAR Loop_exit !#31 N16562 P10683 MEMBAR Loop_entry !#31 N16563 P10684 BLD 294 -1 FP BE Pri !#31 N16564 P10685 MEMBAR Loop_exit !#31 N16565 P10683 MEMBAR Loop_entry !#31 N16566 P10684 BLD 294 -1 FP BE Pri !#31 N16567 P10685 MEMBAR Loop_exit !#31 N16568 P10686 MEMBAR Loop_entry !#31 N16569 P10687 BLD 246 -1 FP BE Pri !#31 N16570 P10688 MEMBAR Loop_exit !#31 N16571 P10689 MEMBAR Loop_entry !#31 N16572 P10690 BLD 327 -1 FP BE Pri !#31 N16573 P10691 MEMBAR Loop_exit !#31 N16574 P10692 MEMBAR Loop_entry !#31 N16575 P10693 BLD 8 -1 FP BE Pri !#31 N16576 P10694 MEMBAR Loop_exit !#31 N16577 P10692 MEMBAR Loop_entry !#31 N16578 P10693 BLD 8 -1 FP BE Pri !#31 N16579 P10694 MEMBAR Loop_exit !#31 N16580 P10695 ST 48 0x8f800005 Int BE Pri Loop_entry !#31 N16581 P10696 MEMBAR !#31 N16582 P10697 BLD 22 -1 FP BE Pri !#31 N16583 P10698 MEMBAR Loop_exit !#31 N16584 P10699 MEMBAR Loop_entry !#31 N16585 P10700 BLD 213 -1 FP BE Pri !#31 N16586 P10701 MEMBAR Loop_exit !#31 N16587 P10702 MEMBAR Loop_entry !#31 N16588 P10703 BLD 110 -1 FP BE Pri !#31 N16589 P10704 MEMBAR Loop_exit !#31 N16590 P10705 MEMBAR Loop_entry !#31 N16591 P10706 BLD 102 -1 FP BE Pri !#31 N16592 P10706 BLD 103 -1 FP BE Pri !#31 N16593 P10706 BLD 104 -1 FP BE Pri !#31 N16594 P10707 MEMBAR Loop_exit !#31 N16595 P10705 MEMBAR Loop_entry !#31 N16596 P10706 BLD 102 -1 FP BE Pri !#31 N16597 P10706 BLD 103 -1 FP BE Pri !#31 N16598 P10706 BLD 104 -1 FP BE Pri !#31 N16599 P10707 MEMBAR Loop_exit !#31 N16600 P10708 MEMBAR Loop_entry !#31 N16601 P10709 BLD 111 -1 FP BE Pri !#31 N16602 P10709 BLD 112 -1 FP BE Pri !#31 N16603 P10709 BLD 113 -1 FP BE Pri !#31 N16604 P10710 MEMBAR Loop_exit !#31 N16605 P10708 MEMBAR Loop_entry !#31 N16606 P10709 BLD 111 -1 FP BE Pri !#31 N16607 P10709 BLD 112 -1 FP BE Pri !#31 N16608 P10709 BLD 113 -1 FP BE Pri !#31 N16609 P10710 MEMBAR Loop_exit !#31 N16610 P10711 PREFETCH 130 Int BE Pri Loop_entry !#31 N16611 P10712 PREFETCH 99 Int BE Pri Loop_exit !#31 N16612 P10711 PREFETCH 130 Int BE Pri Loop_entry !#31 N16613 P10712 PREFETCH 99 Int BE Pri Loop_exit !#31 N16614 P10713 MEMBAR Loop_entry !#31 N16615 P10714 BLD 70 -1 FP BE Pri !#31 N16616 P10715 MEMBAR Loop_exit !#31 N16617 P10713 MEMBAR Loop_entry !#31 N16618 P10714 BLD 70 -1 FP BE Pri !#31 N16619 P10715 MEMBAR Loop_exit !#31 N16620 P10716 MEMBAR Loop_entry !#31 N16621 P10717 BLD 266 -1 FP BE Pri !#31 N16622 P10718 MEMBAR Loop_exit !#31 N16623 P10716 MEMBAR Loop_entry !#31 N16624 P10717 BLD 266 -1 FP BE Pri !#31 N16625 P10718 MEMBAR Loop_exit !#31 N16626 P10719 MEMBAR Loop_entry !#31 N16627 P10720 BLD 139 -1 FP BE Pri !#31 N16628 P10721 MEMBAR Loop_exit !#31 N16629 P10719 MEMBAR Loop_entry !#31 N16630 P10720 BLD 139 -1 FP BE Pri !#31 N16631 P10721 MEMBAR Loop_exit !#31 N16632 P10722 MEMBAR Loop_entry !#31 N16633 P10723 BLD 286 -1 FP BE Pri !#31 N16634 P10724 MEMBAR Loop_exit !#31 N16635 P10722 MEMBAR Loop_entry !#31 N16636 P10723 BLD 286 -1 FP BE Pri !#31 N16637 P10724 MEMBAR Loop_exit !#31 N16638 P10725 MEMBAR Loop_entry !#31 N16639 P10726 BLD 62 -1 FP BE Pri !#31 N16640 P10726 BLD 63 -1 FP BE Pri !#31 N16641 P10727 MEMBAR Loop_exit !#31 N16642 P10725 MEMBAR Loop_entry !#31 N16643 P10726 BLD 62 -1 FP BE Pri !#31 N16644 P10726 BLD 63 -1 FP BE Pri !#31 N16645 P10727 MEMBAR Loop_exit !#31 N16646 P10728 MEMBAR Loop_entry !#31 N16647 P10729 BLD 62 -1 FP BE Pri !#31 N16648 P10729 BLD 63 -1 FP BE Pri !#31 N16649 P10730 MEMBAR Loop_exit !#31 N16650 P10731 PREFETCH 123 Int BE Pri Loop_entry Loop_exit !#31 N16651 P10732 MEMBAR Loop_entry !#31 N16652 P10733 BLD 192 -1 FP BE Pri !#31 N16653 P10734 MEMBAR Loop_exit !#31 N16654 P10732 MEMBAR Loop_entry !#31 N16655 P10733 BLD 192 -1 FP BE Pri !#31 N16656 P10734 MEMBAR Loop_exit !#31 N16657 P10735 MEMBAR Loop_entry !#31 N16658 P10736 BLD 297 -1 FP BE Pri !#31 N16659 P10737 MEMBAR Loop_exit !#31 N16660 P10738 MEMBAR Loop_entry !#31 N16661 P10739 BLD 166 -1 FP BE Pri !#31 N16662 P10740 MEMBAR Loop_exit !#31 N16663 P10738 MEMBAR Loop_entry !#31 N16664 P10739 BLD 166 -1 FP BE Pri !#31 N16665 P10740 MEMBAR Loop_exit !#31 N16666 P10741 MEMBAR Loop_entry !#31 N16667 P10742 BLD 57 -1 FP BE Pri !#31 N16668 P10743 MEMBAR Loop_exit !#31 N16669 P10744 MEMBAR Loop_entry !#31 N16670 P10745 BLD 66 -1 FP BE Pri !#31 N16671 P10746 MEMBAR Loop_exit !#31 N16672 P10747 MEMBAR Loop_entry !#31 N16673 P10748 BLD 339 -1 FP BE Pri !#31 N16674 P10749 MEMBAR Loop_exit !#31 N16675 P10750 MEMBAR Loop_entry !#31 N16676 P10751 BLD 10 -1 FP BE Pri !#31 N16677 P10752 MEMBAR Loop_exit !#31 N16678 P10753 MEMBAR Loop_entry !#31 N16679 P10754 BLD 0 -1 FP BE Pri !#31 N16680 P10755 MEMBAR Loop_exit !#31 N16681 P10756 PREFETCH 244 NF Fault Int BE Pri Loop_entry !#31 N16682 P10757 MEMBAR !#31 N16683 P10758 BLD 27 -1 FP BE Pri !#31 N16684 P10759 MEMBAR Loop_exit !#31 N16685 P10756 PREFETCH 244 NF Fault Int BE Pri Loop_entry !#31 N16686 P10757 MEMBAR !#31 N16687 P10758 BLD 27 -1 FP BE Pri !#31 N16688 P10759 MEMBAR Loop_exit !#31 N16689 P10760 MEMBAR Loop_entry !#31 N16690 P10761 BLD 46 -1 FP BE Pri !#31 N16691 P10762 MEMBAR Loop_exit !#31 N16692 P10760 MEMBAR Loop_entry !#31 N16693 P10761 BLD 46 -1 FP BE Pri !#31 N16694 P10762 MEMBAR Loop_exit !#31 N16695 P10763 MEMBAR Loop_entry !#31 N16696 P10764 BLD 167 -1 FP BE Pri !#31 N16697 P10765 MEMBAR Loop_exit !#31 N16698 P10763 MEMBAR Loop_entry !#31 N16699 P10764 BLD 167 -1 FP BE Pri !#31 N16700 P10765 MEMBAR Loop_exit !#31 N16701 P10766 MEMBAR !#32 N16702 P10767 MEMBAR Loop_entry !#32 N16703 P10768 BLD 214 -1 FP BE Pri !#32 N16704 P10769 MEMBAR Loop_exit !#32 N16705 P10770 LD 176 -1 Int BE Pri Loop_entry !#32 N16706 P10771 LD 250 -1 Int BE Pri Loop_exit !#32 N16707 P10772 MEMBAR Loop_entry !#32 N16708 P10773 BLD 124 -1 FP BE Pri !#32 N16709 P10773 BLD 125 -1 FP BE Pri !#32 N16710 P10773 BLD 126 -1 FP BE Pri !#32 N16711 P10774 MEMBAR Loop_exit !#32 N16712 P10772 MEMBAR Loop_entry !#32 N16713 P10773 BLD 124 -1 FP BE Pri !#32 N16714 P10773 BLD 125 -1 FP BE Pri !#32 N16715 P10773 BLD 126 -1 FP BE Pri !#32 N16716 P10774 MEMBAR Loop_exit !#32 N16717 P10775 MEMBAR Loop_entry !#32 N16718 P10776 BLD 338 -1 FP BE Pri !#32 N16719 P10777 MEMBAR Loop_exit !#32 N16720 P10778 MEMBAR Loop_entry !#32 N16721 P10779 BLD 243 -1 FP BE Pri !#32 N16722 P10780 MEMBAR Loop_exit !#32 N16723 P10778 MEMBAR Loop_entry !#32 N16724 P10779 BLD 243 -1 FP BE Pri !#32 N16725 P10780 MEMBAR Loop_exit !#32 N16726 P10781 MEMBAR Loop_entry !#32 N16727 P10782 BLD 192 -1 FP BE Pri !#32 N16728 P10783 MEMBAR Loop_exit !#32 N16729 P10784 IDC_FLIP 222 Int BE Pri Loop_entry Loop_exit !#32 N16730 P10785 MEMBAR Loop_entry !#32 N16731 P10786 BLD 324 -1 FP BE Pri !#32 N16732 P10787 MEMBAR Loop_exit !#32 N16733 P10788 MEMBAR Loop_entry !#32 N16734 P10789 BLD 237 -1 FP BE Pri !#32 N16735 P10790 MEMBAR Loop_exit !#32 N16736 P10791 MEMBAR Loop_entry !#32 N16737 P10792 BLD 124 -1 FP BE Pri !#32 N16738 P10792 BLD 125 -1 FP BE Pri !#32 N16739 P10792 BLD 126 -1 FP BE Pri !#32 N16740 P10793 MEMBAR Loop_exit !#32 N16741 P10791 MEMBAR Loop_entry !#32 N16742 P10792 BLD 124 -1 FP BE Pri !#32 N16743 P10792 BLD 125 -1 FP BE Pri !#32 N16744 P10792 BLD 126 -1 FP BE Pri !#32 N16745 P10793 MEMBAR Loop_exit !#32 N16746 P10794 MEMBAR Loop_entry !#32 N16747 P10795 BLD 261 -1 FP BE Pri !#32 N16748 P10796 MEMBAR Loop_exit !#32 N16749 P10797 IDC_FLIP 190 Int BE Pri Loop_entry Loop_exit !#32 N16750 P10798 MEMBAR Loop_entry !#32 N16751 P10799 BLD 101 -1 FP BE Pri !#32 N16752 P10800 MEMBAR Loop_exit !#32 N16753 P10798 MEMBAR Loop_entry !#32 N16754 P10799 BLD 101 -1 FP BE Pri !#32 N16755 P10800 MEMBAR Loop_exit !#32 N16756 P10801 MEMBAR Loop_entry !#32 N16757 P10802 BLD 86 -1 FP BE Pri !#32 N16758 P10803 MEMBAR Loop_exit !#32 N16759 P10804 MEMBAR Loop_entry !#32 N16760 P10805 BLD 24 -1 FP BE Pri !#32 N16761 P10806 MEMBAR Loop_exit !#32 N16762 P10804 MEMBAR Loop_entry !#32 N16763 P10805 BLD 24 -1 FP BE Pri !#32 N16764 P10806 MEMBAR Loop_exit !#32 N16765 P10807 ST 187 0x90000001 Int BE Pri Loop_entry Loop_exit !#32 N16766 P10808 MEMBAR Loop_entry !#32 N16767 P10809 BLD 325 -1 FP BE Pri !#32 N16768 P10810 MEMBAR Loop_exit !#32 N16769 P10811 PREFETCH 156 Int BE Pri Loop_entry Loop_exit !#32 N16770 P10812 IDC_FLIP 167 Int BE Pri Loop_entry Loop_exit !#32 N16771 P10813 MEMBAR Loop_entry !#32 N16772 P10814 BLD 298 -1 FP BE Pri !#32 N16773 P10815 MEMBAR Loop_exit !#32 N16774 P10813 MEMBAR Loop_entry !#32 N16775 P10814 BLD 298 -1 FP BE Pri !#32 N16776 P10815 MEMBAR Loop_exit !#32 N16777 P10816 MEMBAR Loop_entry !#32 N16778 P10817 BLD 235 -1 FP BE Pri !#32 N16779 P10818 MEMBAR Loop_exit !#32 N16780 P10816 MEMBAR Loop_entry !#32 N16781 P10817 BLD 235 -1 FP BE Pri !#32 N16782 P10818 MEMBAR Loop_exit !#32 N16783 P10819 MEMBAR Loop_entry !#32 N16784 P10820 BLD 85 -1 FP BE Pri !#32 N16785 P10821 MEMBAR Loop_exit !#32 N16786 P10819 MEMBAR Loop_entry !#32 N16787 P10820 BLD 85 -1 FP BE Pri !#32 N16788 P10821 MEMBAR Loop_exit !#32 N16789 P10822 MEMBAR Loop_entry !#32 N16790 P10823 BLD 238 -1 FP BE Pri !#32 N16791 P10824 MEMBAR Loop_exit !#32 N16792 P10825 FLUSHI 9 Int BE Pri Loop_entry Loop_exit !#32 N16793 P10826 ST 204 0x90000002 Int LE Pri Loop_entry !#32 N16794 P10827 IDC_FLIP 301 Int BE Pri Loop_exit !#32 N16795 P10828 MEMBAR Loop_entry !#32 N16796 P10829 BLD 9 -1 FP BE Pri !#32 N16797 P10830 MEMBAR Loop_exit !#32 N16798 P10831 MEMBAR Loop_entry !#32 N16799 P10832 BLD 309 -1 FP BE Pri !#32 N16800 P10833 MEMBAR Loop_exit !#32 N16801 P10831 MEMBAR Loop_entry !#32 N16802 P10832 BLD 309 -1 FP BE Pri !#32 N16803 P10833 MEMBAR Loop_exit !#32 N16804 P10834 MEMBAR Loop_entry !#32 N16805 P10835 BLD 142 -1 FP BE Pri !#32 N16806 P10836 MEMBAR Loop_exit !#32 N16807 P10837 MEMBAR Loop_entry !#32 N16808 P10838 BLD 200 -1 FP BE Pri !#32 N16809 P10839 MEMBAR Loop_exit !#32 N16810 P10837 MEMBAR Loop_entry !#32 N16811 P10838 BLD 200 -1 FP BE Pri !#32 N16812 P10839 MEMBAR Loop_exit !#32 N16813 P10840 MEMBAR Loop_entry !#32 N16814 P10841 BLD 100 -1 FP BE Pri !#32 N16815 P10842 MEMBAR Loop_exit !#32 N16816 P10843 MEMBAR Loop_entry !#32 N16817 P10844 BLD 279 -1 FP BE Pri !#32 N16818 P10845 MEMBAR Loop_exit !#32 N16819 P10843 MEMBAR Loop_entry !#32 N16820 P10844 BLD 279 -1 FP BE Pri !#32 N16821 P10845 MEMBAR Loop_exit !#32 N16822 P10846 MEMBAR Loop_entry !#32 N16823 P10847 BLD 293 -1 FP BE Pri !#32 N16824 P10848 MEMBAR Loop_exit !#32 N16825 P10846 MEMBAR Loop_entry !#32 N16826 P10847 BLD 293 -1 FP BE Pri !#32 N16827 P10848 MEMBAR Loop_exit !#32 N16828 P10849 ST 84 0x90000003 Int BE Pri Loop_entry !#32 N16829 P10850 MEMBAR !#32 N16830 P10851 BLD 35 -1 FP BE Pri !#32 N16831 P10852 MEMBAR Loop_exit !#32 N16832 P10853 ST 199 0x90000004 Int BE Pri Loop_entry Loop_exit !#32 N16833 P10854 MEMBAR Loop_entry !#32 N16834 P10855 BLD 160 -1 FP BE Pri !#32 N16835 P10856 MEMBAR Loop_exit !#32 N16836 P10857 MEMBAR Loop_entry !#32 N16837 P10858 BLD 57 -1 FP BE Pri !#32 N16838 P10859 MEMBAR Loop_exit !#32 N16839 P10857 MEMBAR Loop_entry !#32 N16840 P10858 BLD 57 -1 FP BE Pri !#32 N16841 P10859 MEMBAR Loop_exit !#32 N16842 P10860 MEMBAR Loop_entry !#32 N16843 P10861 BLD 302 -1 FP BE Pri !#32 N16844 P10862 MEMBAR Loop_exit !#32 N16845 P10863 MEMBAR Loop_entry !#32 N16846 P10864 BLD 239 -1 FP BE Pri !#32 N16847 P10865 MEMBAR Loop_exit !#32 N16848 P10866 MEMBAR Loop_entry !#32 N16849 P10867 BLD 272 -1 FP BE Pri !#32 N16850 P10868 MEMBAR Loop_exit !#32 N16851 P10869 MEMBAR Loop_entry !#32 N16852 P10870 BLD 28 -1 FP BE Pri !#32 N16853 P10871 MEMBAR Loop_exit !#32 N16854 P10872 MEMBAR Loop_entry !#32 N16855 P10873 BLD 151 -1 FP BE Pri !#32 N16856 P10874 MEMBAR Loop_exit !#32 N16857 P10875 IDC_FLIP 30 Int BE Pri Loop_entry Loop_exit !#32 N16858 P10876 MEMBAR Loop_entry !#32 N16859 P10877 BLD 175 -1 FP BE Pri !#32 N16860 P10878 MEMBAR Loop_exit !#32 N16861 P10879 MEMBAR Loop_entry !#32 N16862 P10880 BLD 203 -1 FP BE Pri !#32 N16863 P10881 MEMBAR Loop_exit !#32 N16864 P10882 MEMBAR Loop_entry !#32 N16865 P10883 BLD 231 -1 FP BE Pri !#32 N16866 P10884 MEMBAR Loop_exit !#32 N16867 P10885 MEMBAR Loop_entry !#32 N16868 P10886 BLD 342 -1 FP BE Pri !#32 N16869 P10887 MEMBAR Loop_exit !#32 N16870 P10885 MEMBAR Loop_entry !#32 N16871 P10886 BLD 342 -1 FP BE Pri !#32 N16872 P10887 MEMBAR Loop_exit !#32 N16873 P10888 MEMBAR Loop_entry !#32 N16874 P10889 BLD 39 -1 FP BE Pri !#32 N16875 P10890 MEMBAR Loop_exit !#32 N16876 P10888 MEMBAR Loop_entry !#32 N16877 P10889 BLD 39 -1 FP BE Pri !#32 N16878 P10890 MEMBAR Loop_exit !#32 N16879 P10891 IDC_FLIP 192 Int BE Pri Loop_entry !#32 N16880 P10892 MEMBAR !#32 N16881 P10893 BLD 123 -1 FP BE Pri !#32 N16882 P10894 MEMBAR Loop_exit !#32 N16883 P10891 IDC_FLIP 192 Int BE Pri Loop_entry !#32 N16884 P10892 MEMBAR !#32 N16885 P10893 BLD 123 -1 FP BE Pri !#32 N16886 P10894 MEMBAR Loop_exit !#32 N16887 P10895 ST 270 0x90000005 Int BE Pri Loop_entry !#32 N16888 P10896 MEMBAR !#32 N16889 P10897 BLD 149 -1 FP BE Pri !#32 N16890 P10898 MEMBAR Loop_exit !#32 N16891 P10899 IDC_FLIP 105 Int BE Pri Loop_entry !#32 N16892 P10900 MEMBAR !#32 N16893 P10901 BLD 110 -1 FP BE Pri !#32 N16894 P10902 MEMBAR Loop_exit !#32 N16895 P10903 IDC_FLIP 216 Int BE Pri Loop_entry !#32 N16896 P10904 MEMBAR !#32 N16897 P10905 BLD 315 -1 FP BE Pri !#32 N16898 P10906 MEMBAR Loop_exit !#32 N16899 P10903 IDC_FLIP 216 Int BE Pri Loop_entry !#32 N16900 P10904 MEMBAR !#32 N16901 P10905 BLD 315 -1 FP BE Pri !#32 N16902 P10906 MEMBAR Loop_exit !#32 N16903 P10907 MEMBAR Loop_entry !#32 N16904 P10908 BLD 290 -1 FP BE Pri !#32 N16905 P10909 MEMBAR Loop_exit !#32 N16906 P10907 MEMBAR Loop_entry !#32 N16907 P10908 BLD 290 -1 FP BE Pri !#32 N16908 P10909 MEMBAR Loop_exit !#32 N16909 P10910 MEMBAR Loop_entry !#32 N16910 P10911 BLD 167 -1 FP BE Pri !#32 N16911 P10912 MEMBAR Loop_exit !#32 N16912 P10910 MEMBAR Loop_entry !#32 N16913 P10911 BLD 167 -1 FP BE Pri !#32 N16914 P10912 MEMBAR Loop_exit !#32 N16915 P10913 ST 224 0x90000006 Int BE Pri Loop_entry !#32 N16916 P10914 MEMBAR !#32 N16917 P10915 BLD 224 -1 FP BE Pri !#32 N16918 P10916 MEMBAR Loop_exit !#32 N16919 P10913 ST 224 0x90000007 Int BE Pri Loop_entry !#32 N16920 P10914 MEMBAR !#32 N16921 P10915 BLD 224 -1 FP BE Pri !#32 N16922 P10916 MEMBAR Loop_exit !#32 N16923 P10917 MEMBAR Loop_entry !#32 N16924 P10918 BLD 65 -1 FP BE Pri !#32 N16925 P10919 MEMBAR Loop_exit !#32 N16926 P10917 MEMBAR Loop_entry !#32 N16927 P10918 BLD 65 -1 FP BE Pri !#32 N16928 P10919 MEMBAR Loop_exit !#32 N16929 P10920 MEMBAR Loop_entry !#32 N16930 P10921 BLD 124 -1 FP BE Pri !#32 N16931 P10921 BLD 125 -1 FP BE Pri !#32 N16932 P10921 BLD 126 -1 FP BE Pri !#32 N16933 P10922 MEMBAR Loop_exit !#32 N16934 P10920 MEMBAR Loop_entry !#32 N16935 P10921 BLD 124 -1 FP BE Pri !#32 N16936 P10921 BLD 125 -1 FP BE Pri !#32 N16937 P10921 BLD 126 -1 FP BE Pri !#32 N16938 P10922 MEMBAR Loop_exit !#32 N16939 P10923 MEMBAR Loop_entry !#32 N16940 P10924 BLD 330 -1 FP BE Pri !#32 N16941 P10925 MEMBAR Loop_exit !#32 N16942 P10926 MEMBAR Loop_entry !#32 N16943 P10927 BLD 288 -1 FP BE Pri !#32 N16944 P10928 MEMBAR Loop_exit !#32 N16945 P10926 MEMBAR Loop_entry !#32 N16946 P10927 BLD 288 -1 FP BE Pri !#32 N16947 P10928 MEMBAR Loop_exit !#32 N16948 P10929 MEMBAR Loop_entry !#32 N16949 P10930 BLD 65 -1 FP BE Pri !#32 N16950 P10931 MEMBAR Loop_exit !#32 N16951 P10932 IDC_FLIP 210 Int BE Pri Loop_entry Loop_exit !#32 N16952 P10932 IDC_FLIP 210 Int BE Pri Loop_entry Loop_exit !#32 N16953 P10933 MEMBAR Loop_entry !#32 N16954 P10934 BLD 152 -1 FP BE Pri !#32 N16955 P10935 MEMBAR Loop_exit !#32 N16956 P10936 MEMBAR Loop_entry !#32 N16957 P10937 BLD 193 -1 FP BE Pri !#32 N16958 P10938 MEMBAR Loop_exit !#32 N16959 P10936 MEMBAR Loop_entry !#32 N16960 P10937 BLD 193 -1 FP BE Pri !#32 N16961 P10938 MEMBAR Loop_exit !#32 N16962 P10939 MEMBAR Loop_entry !#32 N16963 P10940 BLD 214 -1 FP BE Pri !#32 N16964 P10941 MEMBAR Loop_exit !#32 N16965 P10939 MEMBAR Loop_entry !#32 N16966 P10940 BLD 214 -1 FP BE Pri !#32 N16967 P10941 MEMBAR Loop_exit !#32 N16968 P10942 MEMBAR Loop_entry !#32 N16969 P10943 BLD 234 -1 FP BE Pri !#32 N16970 P10944 MEMBAR Loop_exit !#32 N16971 P10942 MEMBAR Loop_entry !#32 N16972 P10943 BLD 234 -1 FP BE Pri !#32 N16973 P10944 MEMBAR Loop_exit !#32 N16974 P10945 MEMBAR Loop_entry !#32 N16975 P10946 BLD 110 -1 FP BE Pri !#32 N16976 P10947 MEMBAR Loop_exit !#32 N16977 P10945 MEMBAR Loop_entry !#32 N16978 P10946 BLD 110 -1 FP BE Pri !#32 N16979 P10947 MEMBAR Loop_exit !#32 N16980 P10948 MEMBAR Loop_entry !#32 N16981 P10949 BLD 343 -1 FP BE Pri !#32 N16982 P10949 BLD 344 -1 FP BE Pri !#32 N16983 P10950 MEMBAR Loop_exit !#32 N16984 P10951 MEMBAR Loop_entry !#32 N16985 P10952 BLD 221 -1 FP BE Pri !#32 N16986 P10953 MEMBAR Loop_exit !#32 N16987 P10951 MEMBAR Loop_entry !#32 N16988 P10952 BLD 221 -1 FP BE Pri !#32 N16989 P10953 MEMBAR Loop_exit !#32 N16990 P10954 MEMBAR Loop_entry !#32 N16991 P10955 BLD 353 -1 FP BE Pri !#32 N16992 P10956 MEMBAR Loop_exit !#32 N16993 P10957 MEMBAR Loop_entry !#32 N16994 P10958 BLD 162 -1 FP BE Pri !#32 N16995 P10959 MEMBAR Loop_exit !#32 N16996 P10960 MEMBAR Loop_entry !#32 N16997 P10961 BLD 178 -1 FP BE Pri !#32 N16998 P10962 MEMBAR Loop_exit !#32 N16999 P10963 MEMBAR Loop_entry !#32 N17000 P10964 BLD 166 -1 FP BE Pri !#32 N17001 P10965 MEMBAR Loop_exit !#32 N17002 P10966 MEMBAR Loop_entry !#32 N17003 P10967 BLD 21 -1 FP BE Pri !#32 N17004 P10968 MEMBAR Loop_exit !#32 N17005 P10966 MEMBAR Loop_entry !#32 N17006 P10967 BLD 21 -1 FP BE Pri !#32 N17007 P10968 MEMBAR Loop_exit !#32 N17008 P10969 MEMBAR Loop_entry !#32 N17009 P10970 BLD 256 -1 FP BE Pri !#32 N17010 P10971 MEMBAR Loop_exit !#32 N17011 P10969 MEMBAR Loop_entry !#32 N17012 P10970 BLD 256 -1 FP BE Pri !#32 N17013 P10971 MEMBAR Loop_exit !#32 N17014 P10972 MEMBAR Loop_entry !#32 N17015 P10973 BLD 279 -1 FP BE Pri !#32 N17016 P10974 MEMBAR Loop_exit !#32 N17017 P10975 MEMBAR Loop_entry !#32 N17018 P10976 BLD 61 -1 FP BE Pri !#32 N17019 P10977 MEMBAR Loop_exit !#32 N17020 P10975 MEMBAR Loop_entry !#32 N17021 P10976 BLD 61 -1 FP BE Pri !#32 N17022 P10977 MEMBAR Loop_exit !#32 N17023 P10978 MEMBAR Loop_entry !#32 N17024 P10979 BLD 221 -1 FP BE Pri !#32 N17025 P10980 MEMBAR Loop_exit !#32 N17026 P10981 PREFETCH 63 Int BE Pri Loop_entry !#32 N17027 P10982 ST 153 0x90000008 Int BE Pri Loop_exit !#32 N17028 P10983 MEMBAR Loop_entry !#32 N17029 P10984 BLD 316 -1 FP BE Pri !#32 N17030 P10985 MEMBAR Loop_exit !#32 N17031 P10986 MEMBAR Loop_entry !#32 N17032 P10987 BLD 149 -1 FP BE Pri !#32 N17033 P10988 MEMBAR Loop_exit !#32 N17034 P10986 MEMBAR Loop_entry !#32 N17035 P10987 BLD 149 -1 FP BE Pri !#32 N17036 P10988 MEMBAR Loop_exit !#32 N17037 P10989 MEMBAR Loop_entry !#32 N17038 P10990 BLD 51 -1 FP BE Pri !#32 N17039 P10991 MEMBAR Loop_exit !#32 N17040 P10992 MEMBAR Loop_entry !#32 N17041 P10993 BLD 339 -1 FP BE Pri !#32 N17042 P10994 MEMBAR Loop_exit !#32 N17043 P10995 PREFETCH 344 Int BE Pri Loop_entry Loop_exit !#32 N17044 P10996 MEMBAR Loop_entry !#32 N17045 P10997 BLD 40 -1 FP BE Pri !#32 N17046 P10998 MEMBAR Loop_exit !#32 N17047 P10999 PREFETCH 116 Int BE Pri Loop_entry !#32 N17048 P11000 MEMBAR !#32 N17049 P11001 BLD 245 -1 FP BE Pri !#32 N17050 P11002 MEMBAR Loop_exit !#32 N17051 P10999 PREFETCH 116 Int BE Pri Loop_entry !#32 N17052 P11000 MEMBAR !#32 N17053 P11001 BLD 245 -1 FP BE Pri !#32 N17054 P11002 MEMBAR Loop_exit !#32 N17055 P11003 MEMBAR Loop_entry !#32 N17056 P11004 BLD 271 -1 FP BE Pri !#32 N17057 P11005 MEMBAR Loop_exit !#32 N17058 P11006 MEMBAR Loop_entry !#32 N17059 P11007 BLD 50 -1 FP BE Pri !#32 N17060 P11008 MEMBAR Loop_exit !#32 N17061 P11006 MEMBAR Loop_entry !#32 N17062 P11007 BLD 50 -1 FP BE Pri !#32 N17063 P11008 MEMBAR Loop_exit !#32 N17064 P11009 MEMBAR Loop_entry !#32 N17065 P11010 BLD 277 -1 FP BE Pri !#32 N17066 P11011 MEMBAR Loop_exit !#32 N17067 P11009 MEMBAR Loop_entry !#32 N17068 P11010 BLD 277 -1 FP BE Pri !#32 N17069 P11011 MEMBAR Loop_exit !#32 N17070 P11012 ST 143 0x90000009 Int BE Pri Loop_entry !#32 N17071 P11013 MEMBAR !#32 N17072 P11014 BLD 136 -1 FP BE Pri !#32 N17073 P11015 MEMBAR Loop_exit !#32 N17074 P11016 MEMBAR Loop_entry !#32 N17075 P11017 BLD 358 -1 FP BE Pri !#32 N17076 P11018 MEMBAR Loop_exit !#32 N17077 P11016 MEMBAR Loop_entry !#32 N17078 P11017 BLD 358 -1 FP BE Pri !#32 N17079 P11018 MEMBAR Loop_exit !#32 N17080 P11019 MEMBAR Loop_entry !#32 N17081 P11020 BLD 192 -1 FP BE Pri !#32 N17082 P11021 MEMBAR Loop_exit !#32 N17083 P11022 MEMBAR Loop_entry !#32 N17084 P11023 BLD 251 -1 FP BE Pri !#32 N17085 P11024 MEMBAR Loop_exit !#32 N17086 P11025 MEMBAR Loop_entry !#32 N17087 P11026 BLD 62 -1 FP BE Pri !#32 N17088 P11026 BLD 63 -1 FP BE Pri !#32 N17089 P11027 MEMBAR Loop_exit !#32 N17090 P11025 MEMBAR Loop_entry !#32 N17091 P11026 BLD 62 -1 FP BE Pri !#32 N17092 P11026 BLD 63 -1 FP BE Pri !#32 N17093 P11027 MEMBAR Loop_exit !#32 N17094 P11028 MEMBAR Loop_entry !#32 N17095 P11029 BLD 355 -1 FP BE Pri !#32 N17096 P11030 MEMBAR Loop_exit !#32 N17097 P11031 MEMBAR Loop_entry !#32 N17098 P11032 BLD 353 -1 FP BE Pri !#32 N17099 P11033 MEMBAR Loop_exit !#32 N17100 P11031 MEMBAR Loop_entry !#32 N17101 P11032 BLD 353 -1 FP BE Pri !#32 N17102 P11033 MEMBAR Loop_exit !#32 N17103 P11034 LD 200 -1 NF Int BE Pri Loop_entry !#32 N17104 P11035 MEMBAR !#32 N17105 P11036 BLD 203 -1 FP BE Pri !#32 N17106 P11037 MEMBAR !#32 N17107 P11038 LD 62 -1 Int BE Pri Loop_exit !#32 N17108 P11039 MEMBAR Loop_entry !#32 N17109 P11040 BLD 353 -1 FP BE Pri !#32 N17110 P11041 MEMBAR Loop_exit !#32 N17111 P11042 IDC_FLIP 242 Int BE Pri Loop_entry !#32 N17112 P11043 MEMBAR !#32 N17113 P11044 BLD 267 -1 FP BE Pri !#32 N17114 P11045 MEMBAR Loop_exit !#32 N17115 P11046 MEMBAR Loop_entry !#32 N17116 P11047 BLD 322 -1 FP BE Pri !#32 N17117 P11048 MEMBAR Loop_exit !#32 N17118 P11046 MEMBAR Loop_entry !#32 N17119 P11047 BLD 322 -1 FP BE Pri !#32 N17120 P11048 MEMBAR Loop_exit !#32 N17121 P11049 MEMBAR Loop_entry !#32 N17122 P11050 BLD 203 -1 FP BE Pri !#32 N17123 P11051 MEMBAR Loop_exit !#32 N17124 P11049 MEMBAR Loop_entry !#32 N17125 P11050 BLD 203 -1 FP BE Pri !#32 N17126 P11051 MEMBAR Loop_exit !#32 N17127 P11052 MEMBAR Loop_entry !#32 N17128 P11053 BLD 239 -1 FP BE Pri !#32 N17129 P11054 MEMBAR Loop_exit !#32 N17130 P11055 MEMBAR Loop_entry !#32 N17131 P11056 BLD 169 -1 FP BE Pri !#32 N17132 P11057 MEMBAR Loop_exit !#32 N17133 P11055 MEMBAR Loop_entry !#32 N17134 P11056 BLD 169 -1 FP BE Pri !#32 N17135 P11057 MEMBAR Loop_exit !#32 N17136 P11058 PREFETCH 314 Int BE Pri Loop_entry Loop_exit !#32 N17137 P11058 PREFETCH 314 Int BE Pri Loop_entry Loop_exit !#32 N17138 P11059 MEMBAR Loop_entry !#32 N17139 P11060 BLD 286 -1 FP BE Pri !#32 N17140 P11061 MEMBAR Loop_exit !#32 N17141 P11059 MEMBAR Loop_entry !#32 N17142 P11060 BLD 286 -1 FP BE Pri !#32 N17143 P11061 MEMBAR Loop_exit !#32 N17144 P11062 ST 253 0x9000000a Int BE Pri Loop_entry Loop_exit !#32 N17145 P11062 ST 253 0x9000000b Int BE Pri Loop_entry Loop_exit !#32 N17146 P11063 MEMBAR Loop_entry !#32 N17147 P11064 BLD 6 -1 FP BE Pri !#32 N17148 P11064 BLD 7 -1 FP BE Pri !#32 N17149 P11065 MEMBAR Loop_exit !#32 N17150 P11063 MEMBAR Loop_entry !#32 N17151 P11064 BLD 6 -1 FP BE Pri !#32 N17152 P11064 BLD 7 -1 FP BE Pri !#32 N17153 P11065 MEMBAR Loop_exit !#32 N17154 P11066 MEMBAR Loop_entry !#32 N17155 P11067 BLD 69 -1 FP BE Pri !#32 N17156 P11068 MEMBAR Loop_exit !#32 N17157 P11069 MEMBAR Loop_entry !#32 N17158 P11070 BLD 135 -1 FP BE Pri !#32 N17159 P11071 MEMBAR Loop_exit !#32 N17160 P11072 MEMBAR Loop_entry !#32 N17161 P11073 BLD 239 -1 FP BE Pri !#32 N17162 P11074 MEMBAR Loop_exit !#32 N17163 P11075 PREFETCH 338 Int BE Pri Loop_entry !#32 N17164 P11076 IDC_FLIP 256 Int BE Pri Loop_exit !#32 N17165 P11075 PREFETCH 338 Int BE Pri Loop_entry !#32 N17166 P11076 IDC_FLIP 256 Int BE Pri Loop_exit !#32 N17167 P11077 MEMBAR Loop_entry !#32 N17168 P11078 BLD 269 -1 FP BE Pri !#32 N17169 P11079 MEMBAR Loop_exit !#32 N17170 P11077 MEMBAR Loop_entry !#32 N17171 P11078 BLD 269 -1 FP BE Pri !#32 N17172 P11079 MEMBAR Loop_exit !#32 N17173 P11080 MEMBAR Loop_entry !#32 N17174 P11081 BLD 62 -1 FP BE Pri !#32 N17175 P11081 BLD 63 -1 FP BE Pri !#32 N17176 P11082 MEMBAR Loop_exit !#32 N17177 P11083 FLUSHI 213 Int BE Pri Loop_entry Loop_exit !#32 N17178 P11084 MEMBAR Loop_entry !#32 N17179 P11085 BLD 178 -1 FP BE Pri !#32 N17180 P11086 MEMBAR Loop_exit !#32 N17181 P11084 MEMBAR Loop_entry !#32 N17182 P11085 BLD 178 -1 FP BE Pri !#32 N17183 P11086 MEMBAR Loop_exit !#32 N17184 P11087 MEMBAR Loop_entry !#32 N17185 P11088 BLD 338 -1 FP BE Pri !#32 N17186 P11089 MEMBAR Loop_exit !#32 N17187 P11090 MEMBAR Loop_entry !#32 N17188 P11091 BLD 196 -1 FP BE Pri !#32 N17189 P11092 MEMBAR Loop_exit !#32 N17190 P11090 MEMBAR Loop_entry !#32 N17191 P11091 BLD 196 -1 FP BE Pri !#32 N17192 P11092 MEMBAR Loop_exit !#32 N17193 P11093 MEMBAR Loop_entry !#32 N17194 P11094 BLD 124 -1 FP BE Pri !#32 N17195 P11094 BLD 125 -1 FP BE Pri !#32 N17196 P11094 BLD 126 -1 FP BE Pri !#32 N17197 P11095 MEMBAR Loop_exit !#32 N17198 P11093 MEMBAR Loop_entry !#32 N17199 P11094 BLD 124 -1 FP BE Pri !#32 N17200 P11094 BLD 125 -1 FP BE Pri !#32 N17201 P11094 BLD 126 -1 FP BE Pri !#32 N17202 P11095 MEMBAR Loop_exit !#32 N17203 P11096 MEMBAR Loop_entry !#32 N17204 P11097 BLD 288 -1 FP BE Pri !#32 N17205 P11098 MEMBAR Loop_exit !#32 N17206 P11099 MEMBAR Loop_entry !#32 N17207 P11100 BLD 230 -1 FP BE Pri !#32 N17208 P11101 MEMBAR Loop_exit !#32 N17209 P11102 MEMBAR Loop_entry !#32 N17210 P11103 BLD 36 -1 FP BE Pri !#32 N17211 P11104 MEMBAR Loop_exit !#32 N17212 P11102 MEMBAR Loop_entry !#32 N17213 P11103 BLD 36 -1 FP BE Pri !#32 N17214 P11104 MEMBAR Loop_exit !#32 N17215 P11105 MEMBAR Loop_entry !#32 N17216 P11106 BLD 294 -1 FP BE Pri !#32 N17217 P11107 MEMBAR Loop_exit !#32 N17218 P11105 MEMBAR Loop_entry !#32 N17219 P11106 BLD 294 -1 FP BE Pri !#32 N17220 P11107 MEMBAR Loop_exit !#32 N17221 P11108 MEMBAR Loop_entry !#32 N17222 P11109 BLD 94 -1 FP BE Pri !#32 N17223 P11109 BLD 95 -1 FP BE Pri !#32 N17224 P11110 MEMBAR Loop_exit !#32 N17225 P11111 MEMBAR !#33 N17226 P11112 MEMBAR Loop_entry Loop_exit !#33 N17227 P11112 MEMBAR Loop_entry Loop_exit !#33 N17228 P11113 MEMBAR Loop_entry !#33 N17229 P11114 BLD 327 -1 FP BE Pri !#33 N17230 P11115 MEMBAR Loop_exit !#33 N17231 P11113 MEMBAR Loop_entry !#33 N17232 P11114 BLD 327 -1 FP BE Pri !#33 N17233 P11115 MEMBAR Loop_exit !#33 N17234 P11116 MEMBAR Loop_entry !#33 N17235 P11117 BLD 9 -1 FP BE Pri !#33 N17236 P11118 MEMBAR Loop_exit !#33 N17237 P11119 LD 158 -1 Int BE Pri Loop_entry !#33 N17238 P11120 MEMBAR !#33 N17239 P11121 BLD 284 -1 FP BE Pri !#33 N17240 P11122 MEMBAR !#33 N17241 P11123 LD 168 -1 Int BE Pri Loop_exit !#33 N17242 P11124 MEMBAR Loop_entry !#33 N17243 P11125 BLD 193 -1 FP BE Pri !#33 N17244 P11126 MEMBAR Loop_exit !#33 N17245 P11124 MEMBAR Loop_entry !#33 N17246 P11125 BLD 193 -1 FP BE Pri !#33 N17247 P11126 MEMBAR Loop_exit !#33 N17248 P11127 MEMBAR Loop_entry !#33 N17249 P11128 BLD 52 -1 FP BE Pri !#33 N17250 P11129 MEMBAR Loop_exit !#33 N17251 P11130 MEMBAR Loop_entry !#33 N17252 P11131 BLD 36 -1 FP BE Pri !#33 N17253 P11132 MEMBAR Loop_exit !#33 N17254 P11130 MEMBAR Loop_entry !#33 N17255 P11131 BLD 36 -1 FP BE Pri !#33 N17256 P11132 MEMBAR Loop_exit !#33 N17257 P11133 MEMBAR Loop_entry !#33 N17258 P11134 BLD 351 -1 FP BE Pri !#33 N17259 P11135 MEMBAR Loop_exit !#33 N17260 P11133 MEMBAR Loop_entry !#33 N17261 P11134 BLD 351 -1 FP BE Pri !#33 N17262 P11135 MEMBAR Loop_exit !#33 N17263 P11136 MEMBAR Loop_entry !#33 N17264 P11137 BLD 314 -1 FP BE Pri !#33 N17265 P11138 MEMBAR Loop_exit !#33 N17266 P11136 MEMBAR Loop_entry !#33 N17267 P11137 BLD 314 -1 FP BE Pri !#33 N17268 P11138 MEMBAR Loop_exit !#33 N17269 P11139 MEMBAR Loop_entry !#33 N17270 P11140 BLD 164 -1 FP BE Pri !#33 N17271 P11141 MEMBAR Loop_exit !#33 N17272 P11142 MEMBAR Loop_entry !#33 N17273 P11143 BLD 234 -1 FP BE Pri !#33 N17274 P11144 MEMBAR Loop_exit !#33 N17275 P11142 MEMBAR Loop_entry !#33 N17276 P11143 BLD 234 -1 FP BE Pri !#33 N17277 P11144 MEMBAR Loop_exit !#33 N17278 P11145 MEMBAR Loop_entry !#33 N17279 P11146 BLD 49 -1 FP BE Pri !#33 N17280 P11147 MEMBAR Loop_exit !#33 N17281 P11145 MEMBAR Loop_entry !#33 N17282 P11146 BLD 49 -1 FP BE Pri !#33 N17283 P11147 MEMBAR Loop_exit !#33 N17284 P11148 MEMBAR Loop_entry !#33 N17285 P11149 BLD 158 -1 FP BE Pri !#33 N17286 P11150 MEMBAR Loop_exit !#33 N17287 P11148 MEMBAR Loop_entry !#33 N17288 P11149 BLD 158 -1 FP BE Pri !#33 N17289 P11150 MEMBAR Loop_exit !#33 N17290 P11151 MEMBAR Loop_entry !#33 N17291 P11152 BLD 314 -1 FP BE Pri !#33 N17292 P11153 MEMBAR Loop_exit !#33 N17293 P11151 MEMBAR Loop_entry !#33 N17294 P11152 BLD 314 -1 FP BE Pri !#33 N17295 P11153 MEMBAR Loop_exit !#33 N17296 P11154 MEMBAR Loop_entry !#33 N17297 P11155 BLD 29 -1 FP BE Pri !#33 N17298 P11156 MEMBAR Loop_exit !#33 N17299 P11157 MEMBAR Loop_entry !#33 N17300 P11158 BLD 32 -1 FP BE Pri !#33 N17301 P11158 BLD 33 -1 FP BE Pri !#33 N17302 P11159 MEMBAR Loop_exit !#33 N17303 P11160 MEMBAR Loop_entry !#33 N17304 P11161 BLD 41 -1 FP BE Pri !#33 N17305 P11162 MEMBAR Loop_exit !#33 N17306 P11160 MEMBAR Loop_entry !#33 N17307 P11161 BLD 41 -1 FP BE Pri !#33 N17308 P11162 MEMBAR Loop_exit !#33 N17309 P11163 MEMBAR Loop_entry !#33 N17310 P11164 BLD 246 -1 FP BE Pri !#33 N17311 P11165 MEMBAR Loop_exit !#33 N17312 P11166 MEMBAR Loop_entry !#33 N17313 P11167 BLD 353 -1 FP BE Pri !#33 N17314 P11168 MEMBAR Loop_exit !#33 N17315 P11166 MEMBAR Loop_entry !#33 N17316 P11167 BLD 353 -1 FP BE Pri !#33 N17317 P11168 MEMBAR Loop_exit !#33 N17318 P11169 MEMBAR Loop_entry !#33 N17319 P11170 BLD 269 -1 FP BE Pri !#33 N17320 P11171 MEMBAR Loop_exit !#33 N17321 P11169 MEMBAR Loop_entry !#33 N17322 P11170 BLD 269 -1 FP BE Pri !#33 N17323 P11171 MEMBAR Loop_exit !#33 N17324 P11172 MEMBAR Loop_entry !#33 N17325 P11173 BLD 234 -1 FP BE Pri !#33 N17326 P11174 MEMBAR Loop_exit !#33 N17327 P11172 MEMBAR Loop_entry !#33 N17328 P11173 BLD 234 -1 FP BE Pri !#33 N17329 P11174 MEMBAR Loop_exit !#33 N17330 P11175 MEMBAR Loop_entry !#33 N17331 P11176 BLD 192 -1 FP BE Pri !#33 N17332 P11177 MEMBAR Loop_exit !#33 N17333 P11175 MEMBAR Loop_entry !#33 N17334 P11176 BLD 192 -1 FP BE Pri !#33 N17335 P11177 MEMBAR Loop_exit !#33 N17336 P11178 MEMBAR Loop_entry !#33 N17337 P11179 BLD 288 -1 FP BE Pri !#33 N17338 P11180 MEMBAR Loop_exit !#33 N17339 P11181 MEMBAR Loop_entry !#33 N17340 P11182 BLD 194 -1 FP BE Pri !#33 N17341 P11183 MEMBAR Loop_exit !#33 N17342 P11181 MEMBAR Loop_entry !#33 N17343 P11182 BLD 194 -1 FP BE Pri !#33 N17344 P11183 MEMBAR Loop_exit !#33 N17345 P11184 MEMBAR Loop_entry !#33 N17346 P11185 BLD 50 -1 FP BE Pri !#33 N17347 P11186 MEMBAR Loop_exit !#33 N17348 P11187 MEMBAR Loop_entry !#33 N17349 P11188 BLD 59 -1 FP BE Pri !#33 N17350 P11189 MEMBAR Loop_exit !#33 N17351 P11190 MEMBAR Loop_entry !#33 N17352 P11191 BLD 263 -1 FP BE Pri !#33 N17353 P11192 MEMBAR Loop_exit !#33 N17354 P11193 MEMBAR Loop_entry !#33 N17355 P11194 BLD 186 -1 FP BE Pri !#33 N17356 P11195 MEMBAR Loop_exit !#33 N17357 P11196 MEMBAR Loop_entry !#33 N17358 P11197 BLD 135 -1 FP BE Pri !#33 N17359 P11198 MEMBAR Loop_exit !#33 N17360 P11199 IDC_FLIP 344 Int BE Pri Loop_entry !#33 N17361 P11200 MEMBAR !#33 N17362 P11201 BLD 156 -1 FP BE Pri !#33 N17363 P11202 MEMBAR Loop_exit !#33 N17364 P11203 MEMBAR Loop_entry !#33 N17365 P11204 BLD 311 -1 FP BE Pri !#33 N17366 P11205 MEMBAR Loop_exit !#33 N17367 P11203 MEMBAR Loop_entry !#33 N17368 P11204 BLD 311 -1 FP BE Pri !#33 N17369 P11205 MEMBAR Loop_exit !#33 N17370 P11206 MEMBAR Loop_entry !#33 N17371 P11207 BLD 302 -1 FP BE Pri !#33 N17372 P11208 MEMBAR Loop_exit !#33 N17373 P11209 MEMBAR Loop_entry !#33 N17374 P11210 BLD 302 -1 FP BE Pri !#33 N17375 P11211 MEMBAR Loop_exit !#33 N17376 P11209 MEMBAR Loop_entry !#33 N17377 P11210 BLD 302 -1 FP BE Pri !#33 N17378 P11211 MEMBAR Loop_exit !#33 N17379 P11212 IDC_FLIP 148 Int BE Pri Loop_entry Loop_exit !#33 N17380 P11213 MEMBAR Loop_entry !#33 N17381 P11214 BLD 167 -1 FP BE Pri !#33 N17382 P11215 MEMBAR Loop_exit !#33 N17383 P11216 IDC_FLIP 129 Int BE Pri Loop_entry Loop_exit !#33 N17384 P11217 MEMBAR Loop_entry !#33 N17385 P11218 BLD 270 -1 FP BE Pri !#33 N17386 P11219 MEMBAR Loop_exit !#33 N17387 P11220 IDC_FLIP 299 Int BE Pri Loop_entry !#33 N17388 P11221 MEMBAR !#33 N17389 P11222 BLD 251 -1 FP BE Pri !#33 N17390 P11223 MEMBAR Loop_exit !#33 N17391 P11224 MEMBAR Loop_entry !#33 N17392 P11225 BLD 141 -1 FP BE Pri !#33 N17393 P11226 MEMBAR Loop_exit !#33 N17394 P11227 PREFETCH 260 Int LE Pri Loop_entry Loop_exit !#33 N17395 P11227 PREFETCH 260 Int LE Pri Loop_entry Loop_exit !#33 N17396 P11228 MEMBAR Loop_entry !#33 N17397 P11229 BLD 172 -1 FP BE Pri !#33 N17398 P11230 MEMBAR Loop_exit !#33 N17399 P11228 MEMBAR Loop_entry !#33 N17400 P11229 BLD 172 -1 FP BE Pri !#33 N17401 P11230 MEMBAR Loop_exit !#33 N17402 P11231 MEMBAR Loop_entry !#33 N17403 P11232 BLD 184 -1 FP BE Pri !#33 N17404 P11233 MEMBAR Loop_exit !#33 N17405 P11234 ST 194 0x90800001 Int BE Pri Loop_entry Loop_exit !#33 N17406 P11234 ST 194 0x90800002 Int BE Pri Loop_entry Loop_exit !#33 N17407 P11235 MEMBAR Loop_entry !#33 N17408 P11236 BLD 108 -1 FP BE Pri !#33 N17409 P11237 MEMBAR Loop_exit !#33 N17410 P11238 MEMBAR Loop_entry !#33 N17411 P11239 BLD 192 -1 FP BE Pri !#33 N17412 P11240 MEMBAR Loop_exit !#33 N17413 P11241 MEMBAR Loop_entry !#33 N17414 P11242 BLD 308 -1 FP BE Pri !#33 N17415 P11243 MEMBAR Loop_exit !#33 N17416 P11244 MEMBAR Loop_entry !#33 N17417 P11245 BLD 272 -1 FP BE Pri !#33 N17418 P11246 MEMBAR Loop_exit !#33 N17419 P11244 MEMBAR Loop_entry !#33 N17420 P11245 BLD 272 -1 FP BE Pri !#33 N17421 P11246 MEMBAR Loop_exit !#33 N17422 P11247 MEMBAR Loop_entry !#33 N17423 P11248 BLD 221 -1 FP BE Pri !#33 N17424 P11249 MEMBAR Loop_exit !#33 N17425 P11247 MEMBAR Loop_entry !#33 N17426 P11248 BLD 221 -1 FP BE Pri !#33 N17427 P11249 MEMBAR Loop_exit !#33 N17428 P11250 MEMBAR Loop_entry !#33 N17429 P11251 BLD 223 -1 FP BE Pri !#33 N17430 P11252 MEMBAR Loop_exit !#33 N17431 P11253 LD 190 -1 Int BE Pri Loop_entry !#33 N17432 P11254 MEMBAR !#33 N17433 P11255 BLD 316 -1 FP BE Pri !#33 N17434 P11256 MEMBAR !#33 N17435 P11257 LD 291 -1 Int BE Pri Loop_exit !#33 N17436 P11253 LD 190 -1 Int BE Pri Loop_entry !#33 N17437 P11254 MEMBAR !#33 N17438 P11255 BLD 316 -1 FP BE Pri !#33 N17439 P11256 MEMBAR !#33 N17440 P11257 LD 291 -1 Int BE Pri Loop_exit !#33 N17441 P11258 MEMBAR Loop_entry !#33 N17442 P11259 BLD 289 -1 FP BE Pri !#33 N17443 P11260 MEMBAR Loop_exit !#33 N17444 P11261 MEMBAR Loop_entry !#33 N17445 P11262 BLD 351 -1 FP BE Pri !#33 N17446 P11263 MEMBAR Loop_exit !#33 N17447 P11261 MEMBAR Loop_entry !#33 N17448 P11262 BLD 351 -1 FP BE Pri !#33 N17449 P11263 MEMBAR Loop_exit !#33 N17450 P11264 MEMBAR Loop_entry !#33 N17451 P11265 BLD 222 -1 FP BE Pri !#33 N17452 P11266 MEMBAR Loop_exit !#33 N17453 P11267 MEMBAR Loop_entry !#33 N17454 P11268 BLD 152 -1 FP BE Pri !#33 N17455 P11269 MEMBAR Loop_exit !#33 N17456 P11270 MEMBAR Loop_entry !#33 N17457 P11271 BLD 225 -1 FP BE Pri !#33 N17458 P11272 MEMBAR Loop_exit !#33 N17459 P11270 MEMBAR Loop_entry !#33 N17460 P11271 BLD 225 -1 FP BE Pri !#33 N17461 P11272 MEMBAR Loop_exit !#33 N17462 P11273 MEMBAR Loop_entry !#33 N17463 P11274 BLD 278 -1 FP BE Pri !#33 N17464 P11275 MEMBAR Loop_exit !#33 N17465 P11273 MEMBAR Loop_entry !#33 N17466 P11274 BLD 278 -1 FP BE Pri !#33 N17467 P11275 MEMBAR Loop_exit !#33 N17468 P11276 MEMBAR Loop_entry !#33 N17469 P11277 BLD 6 -1 FP BE Pri !#33 N17470 P11277 BLD 7 -1 FP BE Pri !#33 N17471 P11278 MEMBAR Loop_exit !#33 N17472 P11276 MEMBAR Loop_entry !#33 N17473 P11277 BLD 6 -1 FP BE Pri !#33 N17474 P11277 BLD 7 -1 FP BE Pri !#33 N17475 P11278 MEMBAR Loop_exit !#33 N17476 P11279 MEMBAR Loop_entry !#33 N17477 P11280 BLD 158 -1 FP BE Pri !#33 N17478 P11281 MEMBAR Loop_exit !#33 N17479 P11279 MEMBAR Loop_entry !#33 N17480 P11280 BLD 158 -1 FP BE Pri !#33 N17481 P11281 MEMBAR Loop_exit !#33 N17482 P11282 MEMBAR Loop_entry !#33 N17483 P11283 BLD 219 -1 FP BE Pri !#33 N17484 P11283 BLD 220 -1 FP BE Pri !#33 N17485 P11284 MEMBAR Loop_exit !#33 N17486 P11285 MEMBAR Loop_entry !#33 N17487 P11286 BLD 27 -1 FP BE Pri !#33 N17488 P11287 MEMBAR Loop_exit !#33 N17489 P11285 MEMBAR Loop_entry !#33 N17490 P11286 BLD 27 -1 FP BE Pri !#33 N17491 P11287 MEMBAR Loop_exit !#33 N17492 P11288 MEMBAR Loop_entry !#33 N17493 P11289 BLD 136 -1 FP BE Pri !#33 N17494 P11290 MEMBAR Loop_exit !#33 N17495 P11291 MEMBAR Loop_entry !#33 N17496 P11292 BLD 91 -1 FP BE Pri !#33 N17497 P11292 BLD 92 -1 FP BE Pri !#33 N17498 P11292 BLD 93 -1 FP BE Pri !#33 N17499 P11293 MEMBAR Loop_exit !#33 N17500 P11294 MEMBAR Loop_entry !#33 N17501 P11295 BLD 28 -1 FP BE Pri !#33 N17502 P11296 MEMBAR Loop_exit !#33 N17503 P11294 MEMBAR Loop_entry !#33 N17504 P11295 BLD 28 -1 FP BE Pri !#33 N17505 P11296 MEMBAR Loop_exit !#33 N17506 P11297 MEMBAR Loop_entry !#33 N17507 P11298 BLD 304 -1 FP BE Pri !#33 N17508 P11299 MEMBAR Loop_exit !#33 N17509 P11297 MEMBAR Loop_entry !#33 N17510 P11298 BLD 304 -1 FP BE Pri !#33 N17511 P11299 MEMBAR Loop_exit !#33 N17512 P11300 MEMBAR Loop_entry !#33 N17513 P11301 BLD 5 -1 FP BE Pri !#33 N17514 P11302 MEMBAR Loop_exit !#33 N17515 P11303 MEMBAR Loop_entry !#33 N17516 P11304 BLD 8 -1 FP BE Pri !#33 N17517 P11305 MEMBAR Loop_exit !#33 N17518 P11303 MEMBAR Loop_entry !#33 N17519 P11304 BLD 8 -1 FP BE Pri !#33 N17520 P11305 MEMBAR Loop_exit !#33 N17521 P11306 MEMBAR Loop_entry !#33 N17522 P11307 BLD 17 -1 FP BE Pri !#33 N17523 P11308 MEMBAR Loop_exit !#33 N17524 P11309 MEMBAR Loop_entry !#33 N17525 P11310 BLD 4 -1 FP BE Pri !#33 N17526 P11311 MEMBAR Loop_exit !#33 N17527 P11312 MEMBAR Loop_entry !#33 N17528 P11313 BLD 160 -1 FP BE Pri !#33 N17529 P11314 MEMBAR Loop_exit !#33 N17530 P11315 MEMBAR Loop_entry !#33 N17531 P11316 BLD 329 -1 FP BE Pri !#33 N17532 P11317 MEMBAR Loop_exit !#33 N17533 P11315 MEMBAR Loop_entry !#33 N17534 P11316 BLD 329 -1 FP BE Pri !#33 N17535 P11317 MEMBAR Loop_exit !#33 N17536 P11318 MEMBAR Loop_entry !#33 N17537 P11319 BLD 21 -1 FP BE Pri !#33 N17538 P11320 MEMBAR Loop_exit !#33 N17539 P11318 MEMBAR Loop_entry !#33 N17540 P11319 BLD 21 -1 FP BE Pri !#33 N17541 P11320 MEMBAR Loop_exit !#33 N17542 P11321 MEMBAR Loop_entry !#33 N17543 P11322 BLD 155 -1 FP BE Pri !#33 N17544 P11323 MEMBAR Loop_exit !#33 N17545 P11321 MEMBAR Loop_entry !#33 N17546 P11322 BLD 155 -1 FP BE Pri !#33 N17547 P11323 MEMBAR Loop_exit !#33 N17548 P11324 MEMBAR Loop_entry !#33 N17549 P11325 BLD 231 -1 FP BE Pri !#33 N17550 P11326 MEMBAR Loop_exit !#33 N17551 P11327 MEMBAR Loop_entry !#33 N17552 P11328 BLD 289 -1 FP BE Pri !#33 N17553 P11329 MEMBAR Loop_exit !#33 N17554 P11327 MEMBAR Loop_entry !#33 N17555 P11328 BLD 289 -1 FP BE Pri !#33 N17556 P11329 MEMBAR Loop_exit !#33 N17557 P11330 MEMBAR Loop_entry !#33 N17558 P11331 BLD 129 -1 FP BE Pri !#33 N17559 P11332 MEMBAR Loop_exit !#33 N17560 P11330 MEMBAR Loop_entry !#33 N17561 P11331 BLD 129 -1 FP BE Pri !#33 N17562 P11332 MEMBAR Loop_exit !#33 N17563 P11333 MEMBAR Loop_entry !#33 N17564 P11334 BLD 94 -1 FP BE Pri !#33 N17565 P11334 BLD 95 -1 FP BE Pri !#33 N17566 P11335 MEMBAR Loop_exit !#33 N17567 P11333 MEMBAR Loop_entry !#33 N17568 P11334 BLD 94 -1 FP BE Pri !#33 N17569 P11334 BLD 95 -1 FP BE Pri !#33 N17570 P11335 MEMBAR Loop_exit !#33 N17571 P11336 IDC_FLIP 151 Int BE Pri Loop_entry !#33 N17572 P11337 MEMBAR !#33 N17573 P11338 BLD 318 -1 FP BE Pri !#33 N17574 P11339 MEMBAR Loop_exit !#33 N17575 P11336 IDC_FLIP 151 Int BE Pri Loop_entry !#33 N17576 P11337 MEMBAR !#33 N17577 P11338 BLD 318 -1 FP BE Pri !#33 N17578 P11339 MEMBAR Loop_exit !#33 N17579 P11340 MEMBAR Loop_entry !#33 N17580 P11341 BLD 42 -1 FP BE Pri !#33 N17581 P11342 MEMBAR Loop_exit !#33 N17582 P11343 MEMBAR Loop_entry !#33 N17583 P11344 BLD 319 -1 FP BE Pri !#33 N17584 P11345 MEMBAR Loop_exit !#33 N17585 P11343 MEMBAR Loop_entry !#33 N17586 P11344 BLD 319 -1 FP BE Pri !#33 N17587 P11345 MEMBAR Loop_exit !#33 N17588 P11346 MEMBAR Loop_entry !#33 N17589 P11347 BLD 148 -1 FP BE Pri !#33 N17590 P11348 MEMBAR Loop_exit !#33 N17591 P11346 MEMBAR Loop_entry !#33 N17592 P11347 BLD 148 -1 FP BE Pri !#33 N17593 P11348 MEMBAR Loop_exit !#33 N17594 P11349 MEMBAR Loop_entry !#33 N17595 P11350 BLD 323 -1 FP BE Pri !#33 N17596 P11351 MEMBAR Loop_exit !#33 N17597 P11352 MEMBAR Loop_entry !#33 N17598 P11353 BLD 230 -1 FP BE Pri !#33 N17599 P11354 MEMBAR Loop_exit !#33 N17600 P11352 MEMBAR Loop_entry !#33 N17601 P11353 BLD 230 -1 FP BE Pri !#33 N17602 P11354 MEMBAR Loop_exit !#33 N17603 P11355 MEMBAR Loop_entry !#33 N17604 P11356 BLD 129 -1 FP BE Pri !#33 N17605 P11357 MEMBAR Loop_exit !#33 N17606 P11355 MEMBAR Loop_entry !#33 N17607 P11356 BLD 129 -1 FP BE Pri !#33 N17608 P11357 MEMBAR Loop_exit !#33 N17609 P11358 LD 18 -1 Int BE Pri Loop_entry !#33 N17610 P11359 LD 11 -1 Int BE Pri Loop_exit !#33 N17611 P11360 ST 320 0x90800003 Int BE Pri Loop_entry !#33 N17612 P11361 MEMBAR !#33 N17613 P11362 BLD 274 -1 FP BE Pri !#33 N17614 P11363 MEMBAR Loop_exit !#33 N17615 P11360 ST 320 0x90800004 Int BE Pri Loop_entry !#33 N17616 P11361 MEMBAR !#33 N17617 P11362 BLD 274 -1 FP BE Pri !#33 N17618 P11363 MEMBAR Loop_exit !#33 N17619 P11364 MEMBAR Loop_entry !#33 N17620 P11365 BLD 97 -1 FP BE Pri !#33 N17621 P11366 MEMBAR Loop_exit !#33 N17622 P11367 MEMBAR Loop_entry !#33 N17623 P11368 BLD 303 -1 FP BE Pri !#33 N17624 P11369 MEMBAR Loop_exit !#33 N17625 P11370 MEMBAR Loop_entry !#33 N17626 P11371 BLD 193 -1 FP BE Pri !#33 N17627 P11372 MEMBAR Loop_exit !#33 N17628 P11370 MEMBAR Loop_entry !#33 N17629 P11371 BLD 193 -1 FP BE Pri !#33 N17630 P11372 MEMBAR Loop_exit !#33 N17631 P11373 MEMBAR Loop_entry !#33 N17632 P11374 BLD 243 -1 FP BE Pri !#33 N17633 P11375 MEMBAR Loop_exit !#33 N17634 P11373 MEMBAR Loop_entry !#33 N17635 P11374 BLD 243 -1 FP BE Pri !#33 N17636 P11375 MEMBAR Loop_exit !#33 N17637 P11376 MEMBAR Loop_entry !#33 N17638 P11377 BLD 129 -1 FP BE Pri !#33 N17639 P11378 MEMBAR Loop_exit !#33 N17640 P11376 MEMBAR Loop_entry !#33 N17641 P11377 BLD 129 -1 FP BE Pri !#33 N17642 P11378 MEMBAR Loop_exit !#33 N17643 P11379 MEMBAR Loop_entry !#33 N17644 P11380 BLD 197 -1 FP BE Pri !#33 N17645 P11381 MEMBAR Loop_exit !#33 N17646 P11379 MEMBAR Loop_entry !#33 N17647 P11380 BLD 197 -1 FP BE Pri !#33 N17648 P11381 MEMBAR Loop_exit !#33 N17649 P11382 MEMBAR Loop_entry !#33 N17650 P11383 BLD 196 -1 FP BE Pri !#33 N17651 P11384 MEMBAR Loop_exit !#33 N17652 P11382 MEMBAR Loop_entry !#33 N17653 P11383 BLD 196 -1 FP BE Pri !#33 N17654 P11384 MEMBAR Loop_exit !#33 N17655 P11385 MEMBAR Loop_entry !#33 N17656 P11386 BLD 269 -1 FP BE Pri !#33 N17657 P11387 MEMBAR Loop_exit !#33 N17658 P11385 MEMBAR Loop_entry !#33 N17659 P11386 BLD 269 -1 FP BE Pri !#33 N17660 P11387 MEMBAR Loop_exit !#33 N17661 P11388 MEMBAR Loop_entry !#33 N17662 P11389 BLD 117 -1 FP BE Pri !#33 N17663 P11390 MEMBAR Loop_exit !#33 N17664 P11391 MEMBAR Loop_entry !#33 N17665 P11392 BLD 43 -1 FP BE Pri !#33 N17666 P11393 MEMBAR Loop_exit !#33 N17667 P11391 MEMBAR Loop_entry !#33 N17668 P11392 BLD 43 -1 FP BE Pri !#33 N17669 P11393 MEMBAR Loop_exit !#33 N17670 P11394 MEMBAR Loop_entry !#33 N17671 P11395 BLD 69 -1 FP BE Pri !#33 N17672 P11396 MEMBAR Loop_exit !#33 N17673 P11397 MEMBAR Loop_entry !#33 N17674 P11398 BLD 239 -1 FP BE Pri !#33 N17675 P11399 MEMBAR Loop_exit !#33 N17676 P11400 MEMBAR Loop_entry !#33 N17677 P11401 BLD 279 -1 FP BE Pri !#33 N17678 P11402 MEMBAR Loop_exit !#33 N17679 P11400 MEMBAR Loop_entry !#33 N17680 P11401 BLD 279 -1 FP BE Pri !#33 N17681 P11402 MEMBAR Loop_exit !#33 N17682 P11403 MEMBAR Loop_entry !#33 N17683 P11404 BLD 248 -1 FP BE Pri !#33 N17684 P11405 MEMBAR Loop_exit !#33 N17685 P11406 MEMBAR Loop_entry !#33 N17686 P11407 BLD 207 -1 FP BE Pri !#33 N17687 P11408 MEMBAR Loop_exit !#33 N17688 P11409 MEMBAR Loop_entry !#33 N17689 P11410 BLD 45 -1 FP BE Pri !#33 N17690 P11411 MEMBAR Loop_exit !#33 N17691 P11412 MEMBAR Loop_entry !#33 N17692 P11413 BLD 315 -1 FP BE Pri !#33 N17693 P11414 MEMBAR Loop_exit !#33 N17694 P11415 MEMBAR Loop_entry !#33 N17695 P11416 BLD 204 -1 FP BE Pri !#33 N17696 P11417 MEMBAR Loop_exit !#33 N17697 P11415 MEMBAR Loop_entry !#33 N17698 P11416 BLD 204 -1 FP BE Pri !#33 N17699 P11417 MEMBAR Loop_exit !#33 N17700 P11418 MEMBAR Loop_entry !#33 N17701 P11419 BLD 298 -1 FP BE Pri !#33 N17702 P11420 MEMBAR Loop_exit !#33 N17703 P11418 MEMBAR Loop_entry !#33 N17704 P11419 BLD 298 -1 FP BE Pri !#33 N17705 P11420 MEMBAR Loop_exit !#33 N17706 P11421 MEMBAR Loop_entry !#33 N17707 P11422 BLD 32 -1 FP BE Pri !#33 N17708 P11422 BLD 33 -1 FP BE Pri !#33 N17709 P11423 MEMBAR Loop_exit !#33 N17710 P11421 MEMBAR Loop_entry !#33 N17711 P11422 BLD 32 -1 FP BE Pri !#33 N17712 P11422 BLD 33 -1 FP BE Pri !#33 N17713 P11423 MEMBAR Loop_exit !#33 N17714 P11424 IDC_FLIP 34 Int BE Pri Loop_entry !#33 N17715 P11425 MEMBAR !#33 N17716 P11426 BLD 337 -1 FP BE Pri !#33 N17717 P11427 MEMBAR Loop_exit !#33 N17718 P11428 MEMBAR Loop_entry !#33 N17719 P11429 BLD 71 -1 FP BE Pri !#33 N17720 P11429 BLD 72 -1 FP BE Pri !#A N17719 N17720 !#33 N17721 P11430 MEMBAR Loop_exit !#33 N17722 P11428 MEMBAR Loop_entry !#33 N17723 P11429 BLD 71 -1 FP BE Pri !#33 N17724 P11429 BLD 72 -1 FP BE Pri !#A N17723 N17724 !#33 N17725 P11430 MEMBAR Loop_exit !#33 N17726 P11431 MEMBAR Loop_entry !#33 N17727 P11432 BLD 151 -1 FP BE Pri !#33 N17728 P11433 MEMBAR Loop_exit !#33 N17729 P11431 MEMBAR Loop_entry !#33 N17730 P11432 BLD 151 -1 FP BE Pri !#33 N17731 P11433 MEMBAR Loop_exit !#33 N17732 P11434 IDC_FLIP 287 Int BE Pri Loop_entry Loop_exit !#33 N17733 P11435 MEMBAR Loop_entry !#33 N17734 P11436 BLD 262 -1 FP BE Pri !#33 N17735 P11437 MEMBAR Loop_exit !#33 N17736 P11435 MEMBAR Loop_entry !#33 N17737 P11436 BLD 262 -1 FP BE Pri !#33 N17738 P11437 MEMBAR Loop_exit !#33 N17739 P11438 MEMBAR !#34 N17740 P11439 MEMBAR Loop_entry !#34 N17741 P11440 BLD 85 -1 FP BE Pri !#34 N17742 P11441 MEMBAR Loop_exit !#34 N17743 P11442 MEMBAR Loop_entry !#34 N17744 P11443 BLD 111 -1 FP BE Pri !#34 N17745 P11443 BLD 112 -1 FP BE Pri !#34 N17746 P11443 BLD 113 -1 FP BE Pri !#34 N17747 P11444 MEMBAR Loop_exit !#34 N17748 P11445 MEMBAR Loop_entry !#34 N17749 P11446 BLD 205 -1 FP BE Pri !#34 N17750 P11447 MEMBAR Loop_exit !#34 N17751 P11448 MEMBAR Loop_entry !#34 N17752 P11449 BLD 54 -1 FP BE Pri !#34 N17753 P11450 MEMBAR Loop_exit !#34 N17754 P11448 MEMBAR Loop_entry !#34 N17755 P11449 BLD 54 -1 FP BE Pri !#34 N17756 P11450 MEMBAR Loop_exit !#34 N17757 P11451 MEMBAR Loop_entry !#34 N17758 P11452 BLD 74 -1 FP BE Pri !#34 N17759 P11453 MEMBAR Loop_exit !#34 N17760 P11451 MEMBAR Loop_entry !#34 N17761 P11452 BLD 74 -1 FP BE Pri !#34 N17762 P11453 MEMBAR Loop_exit !#34 N17763 P11454 MEMBAR Loop_entry !#34 N17764 P11455 BLD 97 -1 FP BE Pri !#34 N17765 P11456 MEMBAR Loop_exit !#34 N17766 P11457 MEMBAR Loop_entry !#34 N17767 P11458 BLD 11 -1 FP BE Pri !#34 N17768 P11458 BLD 12 -1 FP BE Pri !#34 N17769 P11459 MEMBAR Loop_exit !#34 N17770 P11460 MEMBAR Loop_entry !#34 N17771 P11461 BLD 325 -1 FP BE Pri !#34 N17772 P11462 MEMBAR Loop_exit !#34 N17773 P11460 MEMBAR Loop_entry !#34 N17774 P11461 BLD 325 -1 FP BE Pri !#34 N17775 P11462 MEMBAR Loop_exit !#34 N17776 P11463 MEMBAR Loop_entry !#34 N17777 P11464 BLD 206 -1 FP BE Pri !#34 N17778 P11465 MEMBAR Loop_exit !#34 N17779 P11463 MEMBAR Loop_entry !#34 N17780 P11464 BLD 206 -1 FP BE Pri !#34 N17781 P11465 MEMBAR Loop_exit !#34 N17782 P11466 MEMBAR Loop_entry !#34 N17783 P11467 BLD 213 -1 FP BE Pri !#34 N17784 P11468 MEMBAR Loop_exit !#34 N17785 P11469 MEMBAR Loop_entry !#34 N17786 P11470 BLD 251 -1 FP BE Pri !#34 N17787 P11471 MEMBAR Loop_exit !#34 N17788 P11472 IDC_FLIP 279 Int BE Pri Loop_entry !#34 N17789 P11473 MEMBAR !#34 N17790 P11474 BLD 111 -1 FP BE Pri !#34 N17791 P11474 BLD 112 -1 FP BE Pri !#34 N17792 P11474 BLD 113 -1 FP BE Pri !#34 N17793 P11475 MEMBAR Loop_exit !#34 N17794 P11476 MEMBAR Loop_entry !#34 N17795 P11477 BLD 221 -1 FP BE Pri !#34 N17796 P11478 MEMBAR Loop_exit !#34 N17797 P11479 MEMBAR Loop_entry !#34 N17798 P11480 BLD 105 -1 FP BE Pri !#34 N17799 P11481 MEMBAR Loop_exit !#34 N17800 P11482 MEMBAR Loop_entry !#34 N17801 P11483 BLD 301 -1 FP BE Pri !#34 N17802 P11484 MEMBAR Loop_exit !#34 N17803 P11485 MEMBAR Loop_entry !#34 N17804 P11486 BLD 10 -1 FP BE Pri !#34 N17805 P11487 MEMBAR Loop_exit !#34 N17806 P11488 MEMBAR Loop_entry !#34 N17807 P11489 BLD 279 -1 FP BE Pri !#34 N17808 P11490 MEMBAR Loop_exit !#34 N17809 P11488 MEMBAR Loop_entry !#34 N17810 P11489 BLD 279 -1 FP BE Pri !#34 N17811 P11490 MEMBAR Loop_exit !#34 N17812 P11491 MEMBAR Loop_entry !#34 N17813 P11492 BLD 169 -1 FP BE Pri !#34 N17814 P11493 MEMBAR Loop_exit !#34 N17815 P11491 MEMBAR Loop_entry !#34 N17816 P11492 BLD 169 -1 FP BE Pri !#34 N17817 P11493 MEMBAR Loop_exit !#34 N17818 P11494 MEMBAR Loop_entry !#34 N17819 P11495 BLD 168 -1 FP BE Pri !#34 N17820 P11496 MEMBAR Loop_exit !#34 N17821 P11494 MEMBAR Loop_entry !#34 N17822 P11495 BLD 168 -1 FP BE Pri !#34 N17823 P11496 MEMBAR Loop_exit !#34 N17824 P11497 MEMBAR Loop_entry !#34 N17825 P11498 BLD 124 -1 FP BE Pri !#34 N17826 P11498 BLD 125 -1 FP BE Pri !#34 N17827 P11498 BLD 126 -1 FP BE Pri !#34 N17828 P11499 MEMBAR Loop_exit !#34 N17829 P11500 MEMBAR Loop_entry !#34 N17830 P11501 BLD 195 -1 FP BE Pri !#34 N17831 P11502 MEMBAR Loop_exit !#34 N17832 P11500 MEMBAR Loop_entry !#34 N17833 P11501 BLD 195 -1 FP BE Pri !#34 N17834 P11502 MEMBAR Loop_exit !#34 N17835 P11503 MEMBAR Loop_entry !#34 N17836 P11504 BLD 105 -1 FP BE Pri !#34 N17837 P11505 MEMBAR Loop_exit !#34 N17838 P11503 MEMBAR Loop_entry !#34 N17839 P11504 BLD 105 -1 FP BE Pri !#34 N17840 P11505 MEMBAR Loop_exit !#34 N17841 P11506 MEMBAR Loop_entry !#34 N17842 P11507 BLD 263 -1 FP BE Pri !#34 N17843 P11508 MEMBAR Loop_exit !#34 N17844 P11509 MEMBAR Loop_entry !#34 N17845 P11510 BLD 222 -1 FP BE Pri !#34 N17846 P11511 MEMBAR Loop_exit !#34 N17847 P11512 LD 32 -1 Int BE Pri Loop_entry !#34 N17848 P11513 LD 161 -1 Int BE Pri Loop_exit !#34 N17849 P11514 MEMBAR Loop_entry !#34 N17850 P11515 BLD 144 -1 FP BE Pri !#34 N17851 P11516 MEMBAR Loop_exit !#34 N17852 P11514 MEMBAR Loop_entry !#34 N17853 P11515 BLD 144 -1 FP BE Pri !#34 N17854 P11516 MEMBAR Loop_exit !#34 N17855 P11517 MEMBAR Loop_entry !#34 N17856 P11518 BLD 124 -1 FP BE Pri !#34 N17857 P11518 BLD 125 -1 FP BE Pri !#34 N17858 P11518 BLD 126 -1 FP BE Pri !#34 N17859 P11519 MEMBAR Loop_exit !#34 N17860 P11517 MEMBAR Loop_entry !#34 N17861 P11518 BLD 124 -1 FP BE Pri !#34 N17862 P11518 BLD 125 -1 FP BE Pri !#34 N17863 P11518 BLD 126 -1 FP BE Pri !#34 N17864 P11519 MEMBAR Loop_exit !#34 N17865 P11520 IDC_FLIP 185 Int BE Pri Loop_entry Loop_exit !#34 N17866 P11520 IDC_FLIP 185 Int BE Pri Loop_entry Loop_exit !#34 N17867 P11521 MEMBAR Loop_entry !#34 N17868 P11522 BLD 219 -1 FP BE Pri !#34 N17869 P11522 BLD 220 -1 FP BE Pri !#34 N17870 P11523 MEMBAR Loop_exit !#34 N17871 P11521 MEMBAR Loop_entry !#34 N17872 P11522 BLD 219 -1 FP BE Pri !#34 N17873 P11522 BLD 220 -1 FP BE Pri !#34 N17874 P11523 MEMBAR Loop_exit !#34 N17875 P11524 MEMBAR Loop_entry !#34 N17876 P11525 BLD 268 -1 FP BE Pri !#34 N17877 P11526 MEMBAR Loop_exit !#34 N17878 P11527 MEMBAR Loop_entry !#34 N17879 P11528 BLD 330 -1 FP BE Pri !#34 N17880 P11529 MEMBAR Loop_exit !#34 N17881 P11527 MEMBAR Loop_entry !#34 N17882 P11528 BLD 330 -1 FP BE Pri !#34 N17883 P11529 MEMBAR Loop_exit !#34 N17884 P11530 MEMBAR Loop_entry !#34 N17885 P11531 BLD 342 -1 FP BE Pri !#34 N17886 P11532 MEMBAR Loop_exit !#34 N17887 P11530 MEMBAR Loop_entry !#34 N17888 P11531 BLD 342 -1 FP BE Pri !#34 N17889 P11532 MEMBAR Loop_exit !#34 N17890 P11533 MEMBAR Loop_entry !#34 N17891 P11534 BLD 190 -1 FP BE Pri !#34 N17892 P11535 MEMBAR Loop_exit !#34 N17893 P11533 MEMBAR Loop_entry !#34 N17894 P11534 BLD 190 -1 FP BE Pri !#34 N17895 P11535 MEMBAR Loop_exit !#34 N17896 P11536 IDC_FLIP 290 Int BE Pri Loop_entry !#34 N17897 P11537 IDC_FLIP 209 Int BE Pri Loop_exit !#34 N17898 P11538 MEMBAR Loop_entry !#34 N17899 P11539 BLD 314 -1 FP BE Pri !#34 N17900 P11540 MEMBAR Loop_exit !#34 N17901 P11541 MEMBAR Loop_entry !#34 N17902 P11542 BLD 89 -1 FP BE Pri !#34 N17903 P11542 BLD 90 -1 FP BE Pri !#34 N17904 P11543 MEMBAR Loop_exit !#34 N17905 P11544 MEMBAR Loop_entry !#34 N17906 P11545 BLD 138 -1 FP BE Pri !#34 N17907 P11546 MEMBAR Loop_exit !#34 N17908 P11547 MEMBAR Loop_entry !#34 N17909 P11548 BLD 170 -1 FP BE Pri !#34 N17910 P11549 MEMBAR Loop_exit !#34 N17911 P11547 MEMBAR Loop_entry !#34 N17912 P11548 BLD 170 -1 FP BE Pri !#34 N17913 P11549 MEMBAR Loop_exit !#34 N17914 P11550 ST 119 0x91000001 Int BE Pri Loop_entry !#34 N17915 P11551 MEMBAR !#34 N17916 P11552 BLD 247 -1 FP BE Pri !#34 N17917 P11553 MEMBAR Loop_exit !#34 N17918 P11550 ST 119 0x91000002 Int BE Pri Loop_entry !#34 N17919 P11551 MEMBAR !#34 N17920 P11552 BLD 247 -1 FP BE Pri !#34 N17921 P11553 MEMBAR Loop_exit !#34 N17922 P11554 MEMBAR Loop_entry !#34 N17923 P11555 BLD 255 -1 FP BE Pri !#34 N17924 P11556 MEMBAR Loop_exit !#34 N17925 P11554 MEMBAR Loop_entry !#34 N17926 P11555 BLD 255 -1 FP BE Pri !#34 N17927 P11556 MEMBAR Loop_exit !#34 N17928 P11557 MEMBAR Loop_entry !#34 N17929 P11558 BLD 173 -1 FP BE Pri !#34 N17930 P11559 MEMBAR Loop_exit !#34 N17931 P11560 MEMBAR Loop_entry !#34 N17932 P11561 BLD 295 -1 FP BE Pri !#34 N17933 P11561 BLD 296 -1 FP BE Pri !#34 N17934 P11562 MEMBAR Loop_exit !#34 N17935 P11560 MEMBAR Loop_entry !#34 N17936 P11561 BLD 295 -1 FP BE Pri !#34 N17937 P11561 BLD 296 -1 FP BE Pri !#34 N17938 P11562 MEMBAR Loop_exit !#34 N17939 P11563 MEMBAR Loop_entry !#34 N17940 P11564 BLD 116 -1 FP BE Pri !#34 N17941 P11565 MEMBAR Loop_exit !#34 N17942 P11563 MEMBAR Loop_entry !#34 N17943 P11564 BLD 116 -1 FP BE Pri !#34 N17944 P11565 MEMBAR Loop_exit !#34 N17945 P11566 MEMBAR Loop_entry !#34 N17946 P11567 BLD 315 -1 FP BE Pri !#34 N17947 P11568 MEMBAR Loop_exit !#34 N17948 P11566 MEMBAR Loop_entry !#34 N17949 P11567 BLD 315 -1 FP BE Pri !#34 N17950 P11568 MEMBAR Loop_exit !#34 N17951 P11569 MEMBAR Loop_entry !#34 N17952 P11570 BLD 241 -1 FP BE Pri !#34 N17953 P11570 BLD 242 -1 FP BE Pri !#34 N17954 P11571 MEMBAR Loop_exit !#34 N17955 P11572 MEMBAR Loop_entry !#34 N17956 P11573 BLD 273 -1 FP BE Pri !#34 N17957 P11574 MEMBAR Loop_exit !#34 N17958 P11572 MEMBAR Loop_entry !#34 N17959 P11573 BLD 273 -1 FP BE Pri !#34 N17960 P11574 MEMBAR Loop_exit !#34 N17961 P11575 MEMBAR Loop_entry !#34 N17962 P11576 BLD 158 -1 FP BE Pri !#34 N17963 P11577 MEMBAR Loop_exit !#34 N17964 P11578 IDC_FLIP 140 Int BE Pri Loop_entry Loop_exit !#34 N17965 P11579 MEMBAR Loop_entry !#34 N17966 P11580 BLD 175 -1 FP BE Pri !#34 N17967 P11581 MEMBAR Loop_exit !#34 N17968 P11582 MEMBAR Loop_entry !#34 N17969 P11583 BLD 232 -1 FP BE Pri !#34 N17970 P11584 MEMBAR Loop_exit !#34 N17971 P11585 MEMBAR Loop_entry !#34 N17972 P11586 BLD 347 -1 FP BE Pri !#34 N17973 P11587 MEMBAR Loop_exit !#34 N17974 P11588 MEMBAR Loop_entry !#34 N17975 P11589 BLD 70 -1 FP BE Pri !#34 N17976 P11590 MEMBAR Loop_exit !#34 N17977 P11591 MEMBAR Loop_entry !#34 N17978 P11592 BLD 98 -1 FP BE Pri !#34 N17979 P11592 BLD 99 -1 FP BE Pri !#34 N17980 P11593 MEMBAR Loop_exit !#34 N17981 P11594 MEMBAR Loop_entry !#34 N17982 P11595 BLD 356 -1 FP BE Pri !#34 N17983 P11596 MEMBAR Loop_exit !#34 N17984 P11594 MEMBAR Loop_entry !#34 N17985 P11595 BLD 356 -1 FP BE Pri !#34 N17986 P11596 MEMBAR Loop_exit !#34 N17987 P11597 MEMBAR Loop_entry !#34 N17988 P11598 BLD 166 -1 FP BE Pri !#34 N17989 P11599 MEMBAR Loop_exit !#34 N17990 P11600 IDC_FLIP 163 Int BE Pri Loop_entry Loop_exit !#34 N17991 P11600 IDC_FLIP 163 Int BE Pri Loop_entry Loop_exit !#34 N17992 P11601 MEMBAR Loop_entry !#34 N17993 P11602 BLD 42 -1 FP BE Pri !#34 N17994 P11603 MEMBAR Loop_exit !#34 N17995 P11604 MEMBAR Loop_entry !#34 N17996 P11605 BLD 230 -1 FP BE Pri !#34 N17997 P11606 MEMBAR Loop_exit !#34 N17998 P11604 MEMBAR Loop_entry !#34 N17999 P11605 BLD 230 -1 FP BE Pri !#34 N18000 P11606 MEMBAR Loop_exit !#34 N18001 P11607 MEMBAR Loop_entry !#34 N18002 P11608 BLD 107 -1 FP BE Pri !#34 N18003 P11609 MEMBAR Loop_exit !#34 N18004 P11610 MEMBAR Loop_entry !#34 N18005 P11611 BLD 285 -1 FP BE Pri !#34 N18006 P11612 MEMBAR Loop_exit !#34 N18007 P11613 PREFETCH 185 Int BE Pri Loop_entry !#34 N18008 P11614 MEMBAR !#34 N18009 P11615 BLD 346 -1 FP BE Pri !#34 N18010 P11616 MEMBAR Loop_exit !#34 N18011 P11617 MEMBAR Loop_entry !#34 N18012 P11618 BLD 156 -1 FP BE Pri !#34 N18013 P11619 MEMBAR Loop_exit !#34 N18014 P11617 MEMBAR Loop_entry !#34 N18015 P11618 BLD 156 -1 FP BE Pri !#34 N18016 P11619 MEMBAR Loop_exit !#34 N18017 P11620 IDC_FLIP 291 Int BE Pri Loop_entry Loop_exit !#34 N18018 P11620 IDC_FLIP 291 Int BE Pri Loop_entry Loop_exit !#34 N18019 P11621 PREFETCH 200 Int LE Pri Loop_entry !#34 N18020 P11622 MEMBAR Loop_exit !#34 N18021 P11623 MEMBAR Loop_entry !#34 N18022 P11624 BLD 173 -1 FP BE Pri !#34 N18023 P11625 MEMBAR Loop_exit !#34 N18024 P11626 IDC_FLIP 175 Int BE Pri Loop_entry !#34 N18025 P11627 MEMBAR !#34 N18026 P11628 BLD 260 -1 FP BE Pri !#34 N18027 P11629 MEMBAR Loop_exit !#34 N18028 P11626 IDC_FLIP 175 Int BE Pri Loop_entry !#34 N18029 P11627 MEMBAR !#34 N18030 P11628 BLD 260 -1 FP BE Pri !#34 N18031 P11629 MEMBAR Loop_exit !#34 N18032 P11630 PREFETCH 36 Int BE Pri Loop_entry Loop_exit !#34 N18033 P11630 PREFETCH 36 Int BE Pri Loop_entry Loop_exit !#34 N18034 P11631 PREFETCH 266 Int BE Pri Loop_entry !#34 N18035 P11632 MEMBAR !#34 N18036 P11633 BLD 32 -1 FP BE Pri !#34 N18037 P11633 BLD 33 -1 FP BE Pri !#34 N18038 P11634 MEMBAR Loop_exit !#34 N18039 P11631 PREFETCH 266 Int BE Pri Loop_entry !#34 N18040 P11632 MEMBAR !#34 N18041 P11633 BLD 32 -1 FP BE Pri !#34 N18042 P11633 BLD 33 -1 FP BE Pri !#34 N18043 P11634 MEMBAR Loop_exit !#34 N18044 P11635 MEMBAR Loop_entry !#34 N18045 P11636 BLD 295 -1 FP BE Pri !#34 N18046 P11636 BLD 296 -1 FP BE Pri !#34 N18047 P11637 MEMBAR Loop_exit !#34 N18048 P11635 MEMBAR Loop_entry !#34 N18049 P11636 BLD 295 -1 FP BE Pri !#34 N18050 P11636 BLD 296 -1 FP BE Pri !#34 N18051 P11637 MEMBAR Loop_exit !#34 N18052 P11638 MEMBAR Loop_entry !#34 N18053 P11639 BLD 98 -1 FP BE Pri !#34 N18054 P11639 BLD 99 -1 FP BE Pri !#34 N18055 P11640 MEMBAR Loop_exit !#34 N18056 P11641 MEMBAR Loop_entry !#34 N18057 P11642 BLD 267 -1 FP BE Pri !#34 N18058 P11643 MEMBAR Loop_exit !#34 N18059 P11644 ST 13 0x91000003 Int BE Pri Loop_entry Loop_exit !#34 N18060 P11645 MEMBAR Loop_entry !#34 N18061 P11646 BLD 211 -1 FP BE Pri !#34 N18062 P11647 MEMBAR Loop_exit !#34 N18063 P11648 MEMBAR Loop_entry !#34 N18064 P11649 BLD 314 -1 FP BE Pri !#34 N18065 P11650 MEMBAR Loop_exit !#34 N18066 P11648 MEMBAR Loop_entry !#34 N18067 P11649 BLD 314 -1 FP BE Pri !#34 N18068 P11650 MEMBAR Loop_exit !#34 N18069 P11651 MEMBAR Loop_entry !#34 N18070 P11652 BLD 321 -1 FP BE Pri !#34 N18071 P11653 MEMBAR Loop_exit !#34 N18072 P11651 MEMBAR Loop_entry !#34 N18073 P11652 BLD 321 -1 FP BE Pri !#34 N18074 P11653 MEMBAR Loop_exit !#34 N18075 P11654 MEMBAR Loop_entry !#34 N18076 P11655 BLD 271 -1 FP BE Pri !#34 N18077 P11656 MEMBAR Loop_exit !#34 N18078 P11657 MEMBAR Loop_entry !#34 N18079 P11658 BLD 239 -1 FP BE Pri !#34 N18080 P11659 MEMBAR Loop_exit !#34 N18081 P11660 MEMBAR Loop_entry Loop_exit !#34 N18082 P11660 MEMBAR Loop_entry Loop_exit !#34 N18083 P11661 MEMBAR Loop_entry !#34 N18084 P11662 BLD 236 -1 FP BE Pri !#34 N18085 P11663 MEMBAR Loop_exit !#34 N18086 P11664 MEMBAR Loop_entry !#34 N18087 P11665 BLD 341 -1 FP BE Pri !#34 N18088 P11666 MEMBAR Loop_exit !#34 N18089 P11664 MEMBAR Loop_entry !#34 N18090 P11665 BLD 341 -1 FP BE Pri !#34 N18091 P11666 MEMBAR Loop_exit !#34 N18092 P11667 MEMBAR Loop_entry !#34 N18093 P11668 BLD 98 -1 FP BE Pri !#34 N18094 P11668 BLD 99 -1 FP BE Pri !#34 N18095 P11669 MEMBAR Loop_exit !#34 N18096 P11667 MEMBAR Loop_entry !#34 N18097 P11668 BLD 98 -1 FP BE Pri !#34 N18098 P11668 BLD 99 -1 FP BE Pri !#34 N18099 P11669 MEMBAR Loop_exit !#34 N18100 P11670 MEMBAR Loop_entry !#34 N18101 P11671 BLD 141 -1 FP BE Pri !#34 N18102 P11672 MEMBAR Loop_exit !#34 N18103 P11673 MEMBAR Loop_entry !#34 N18104 P11674 BLD 51 -1 FP BE Pri !#34 N18105 P11675 MEMBAR Loop_exit !#34 N18106 P11676 MEMBAR Loop_entry !#34 N18107 P11677 BLD 197 -1 FP BE Pri !#34 N18108 P11678 MEMBAR Loop_exit !#34 N18109 P11679 MEMBAR Loop_entry !#34 N18110 P11680 BLD 355 -1 FP BE Pri !#34 N18111 P11681 MEMBAR Loop_exit !#34 N18112 P11679 MEMBAR Loop_entry !#34 N18113 P11680 BLD 355 -1 FP BE Pri !#34 N18114 P11681 MEMBAR Loop_exit !#34 N18115 P11682 MEMBAR Loop_entry !#34 N18116 P11683 BLD 141 -1 FP BE Pri !#34 N18117 P11684 MEMBAR Loop_exit !#34 N18118 P11682 MEMBAR Loop_entry !#34 N18119 P11683 BLD 141 -1 FP BE Pri !#34 N18120 P11684 MEMBAR Loop_exit !#34 N18121 P11685 MEMBAR Loop_entry !#34 N18122 P11686 BLD 114 -1 FP BE Pri !#34 N18123 P11687 MEMBAR Loop_exit !#34 N18124 P11685 MEMBAR Loop_entry !#34 N18125 P11686 BLD 114 -1 FP BE Pri !#34 N18126 P11687 MEMBAR Loop_exit !#34 N18127 P11688 MEMBAR Loop_entry !#34 N18128 P11689 BLD 131 -1 FP BE Pri !#34 N18129 P11690 MEMBAR Loop_exit !#34 N18130 P11688 MEMBAR Loop_entry !#34 N18131 P11689 BLD 131 -1 FP BE Pri !#34 N18132 P11690 MEMBAR Loop_exit !#34 N18133 P11691 MEMBAR Loop_entry !#34 N18134 P11692 BLD 275 -1 FP BE Pri !#34 N18135 P11693 MEMBAR Loop_exit !#34 N18136 P11691 MEMBAR Loop_entry !#34 N18137 P11692 BLD 275 -1 FP BE Pri !#34 N18138 P11693 MEMBAR Loop_exit !#34 N18139 P11694 IDC_FLIP 194 Int BE Pri Loop_entry !#34 N18140 P11695 MEMBAR !#34 N18141 P11696 BLD 94 -1 FP BE Pri !#34 N18142 P11696 BLD 95 -1 FP BE Pri !#34 N18143 P11697 MEMBAR Loop_exit !#34 N18144 P11694 IDC_FLIP 194 Int BE Pri Loop_entry !#34 N18145 P11695 MEMBAR !#34 N18146 P11696 BLD 94 -1 FP BE Pri !#34 N18147 P11696 BLD 95 -1 FP BE Pri !#34 N18148 P11697 MEMBAR Loop_exit !#34 N18149 P11698 MEMBAR Loop_entry !#34 N18150 P11699 BLD 328 -1 FP BE Pri !#34 N18151 P11700 MEMBAR Loop_exit !#34 N18152 P11698 MEMBAR Loop_entry !#34 N18153 P11699 BLD 328 -1 FP BE Pri !#34 N18154 P11700 MEMBAR Loop_exit !#34 N18155 P11701 MEMBAR Loop_entry !#34 N18156 P11702 BLD 201 -1 FP BE Pri !#34 N18157 P11703 MEMBAR Loop_exit !#34 N18158 P11701 MEMBAR Loop_entry !#34 N18159 P11702 BLD 201 -1 FP BE Pri !#34 N18160 P11703 MEMBAR Loop_exit !#34 N18161 P11704 MEMBAR Loop_entry !#34 N18162 P11705 BLD 221 -1 FP BE Pri !#34 N18163 P11706 MEMBAR Loop_exit !#34 N18164 P11707 MEMBAR Loop_entry !#34 N18165 P11708 BLD 168 -1 FP BE Pri !#34 N18166 P11709 MEMBAR Loop_exit !#34 N18167 P11710 PREFETCH 317 Int BE Pri Loop_entry !#34 N18168 P11711 MEMBAR !#34 N18169 P11712 BLD 28 -1 FP BE Pri !#34 N18170 P11713 MEMBAR Loop_exit !#34 N18171 P11714 MEMBAR Loop_entry !#34 N18172 P11715 BLD 100 -1 FP BE Pri !#34 N18173 P11716 MEMBAR Loop_exit !#34 N18174 P11714 MEMBAR Loop_entry !#34 N18175 P11715 BLD 100 -1 FP BE Pri !#34 N18176 P11716 MEMBAR Loop_exit !#34 N18177 P11717 PREFETCH 313 Int BE Pri Loop_entry !#34 N18178 P11718 IDC_FLIP 35 Int BE Pri Loop_exit !#34 N18179 P11717 PREFETCH 313 Int BE Pri Loop_entry !#34 N18180 P11718 IDC_FLIP 35 Int BE Pri Loop_exit !#34 N18181 P11719 MEMBAR Loop_entry !#34 N18182 P11720 BLD 29 -1 FP BE Pri !#34 N18183 P11721 MEMBAR Loop_exit !#34 N18184 P11722 MEMBAR Loop_entry !#34 N18185 P11723 BLD 138 -1 FP BE Pri !#34 N18186 P11724 MEMBAR Loop_exit !#34 N18187 P11725 MEMBAR Loop_entry !#34 N18188 P11726 BLD 340 -1 FP BE Pri !#34 N18189 P11727 MEMBAR Loop_exit !#34 N18190 P11728 MEMBAR Loop_entry !#34 N18191 P11729 BLD 192 -1 FP BE Pri !#34 N18192 P11730 MEMBAR Loop_exit !#34 N18193 P11728 MEMBAR Loop_entry !#34 N18194 P11729 BLD 192 -1 FP BE Pri !#34 N18195 P11730 MEMBAR Loop_exit !#34 N18196 P11731 IDC_FLIP 40 Int BE Pri Loop_entry !#34 N18197 P11732 MEMBAR !#34 N18198 P11733 BLD 29 -1 FP BE Pri !#34 N18199 P11734 MEMBAR Loop_exit !#34 N18200 P11735 MEMBAR Loop_entry Loop_exit !#34 N18201 P11735 MEMBAR Loop_entry Loop_exit !#34 N18202 P11736 MEMBAR Loop_entry !#34 N18203 P11737 BLD 341 -1 FP BE Pri !#34 N18204 P11738 MEMBAR Loop_exit !#34 N18205 P11736 MEMBAR Loop_entry !#34 N18206 P11737 BLD 341 -1 FP BE Pri !#34 N18207 P11738 MEMBAR Loop_exit !#34 N18208 P11739 MEMBAR Loop_entry !#34 N18209 P11740 BLD 65 -1 FP BE Pri !#34 N18210 P11741 MEMBAR Loop_exit !#34 N18211 P11742 MEMBAR Loop_entry !#34 N18212 P11743 BLD 130 -1 FP BE Pri !#34 N18213 P11744 MEMBAR Loop_exit !#34 N18214 P11742 MEMBAR Loop_entry !#34 N18215 P11743 BLD 130 -1 FP BE Pri !#34 N18216 P11744 MEMBAR Loop_exit !#34 N18217 P11745 MEMBAR Loop_entry !#34 N18218 P11746 BLD 270 -1 FP BE Pri !#34 N18219 P11747 MEMBAR Loop_exit !#34 N18220 P11745 MEMBAR Loop_entry !#34 N18221 P11746 BLD 270 -1 FP BE Pri !#34 N18222 P11747 MEMBAR Loop_exit !#34 N18223 P11748 MEMBAR Loop_entry !#34 N18224 P11749 BLD 279 -1 FP BE Pri !#34 N18225 P11750 MEMBAR Loop_exit !#34 N18226 P11751 ST 143 0x91000004 Int BE Pri Loop_entry !#34 N18227 P11752 IDC_FLIP 155 Int BE Pri Loop_exit !#34 N18228 P11753 MEMBAR Loop_entry !#34 N18229 P11754 BLD 275 -1 FP BE Pri !#34 N18230 P11755 MEMBAR Loop_exit !#34 N18231 P11753 MEMBAR Loop_entry !#34 N18232 P11754 BLD 275 -1 FP BE Pri !#34 N18233 P11755 MEMBAR Loop_exit !#34 N18234 P11756 MEMBAR Loop_entry !#34 N18235 P11757 BLD 317 -1 FP BE Pri !#34 N18236 P11758 MEMBAR Loop_exit !#34 N18237 P11759 MEMBAR Loop_entry !#34 N18238 P11760 BLD 30 -1 FP BE Pri !#34 N18239 P11761 MEMBAR Loop_exit !#34 N18240 P11762 MEMBAR Loop_entry !#34 N18241 P11763 BLD 36 -1 FP BE Pri !#34 N18242 P11764 MEMBAR Loop_exit !#34 N18243 P11762 MEMBAR Loop_entry !#34 N18244 P11763 BLD 36 -1 FP BE Pri !#34 N18245 P11764 MEMBAR Loop_exit !#34 N18246 P11765 PREFETCH 72 Int BE Pri Loop_entry !#34 N18247 P11766 MEMBAR !#34 N18248 P11767 BLD 36 -1 FP BE Pri !#34 N18249 P11768 MEMBAR Loop_exit !#34 N18250 P11769 MEMBAR Loop_entry !#34 N18251 P11770 BLD 310 -1 FP BE Pri !#34 N18252 P11771 MEMBAR Loop_exit !#34 N18253 P11769 MEMBAR Loop_entry !#34 N18254 P11770 BLD 310 -1 FP BE Pri !#34 N18255 P11771 MEMBAR Loop_exit !#34 N18256 P11772 MEMBAR Loop_entry !#34 N18257 P11773 BLD 229 -1 FP BE Pri !#34 N18258 P11774 MEMBAR Loop_exit !#34 N18259 P11775 MEMBAR Loop_entry !#34 N18260 P11776 BLD 304 -1 FP BE Pri !#34 N18261 P11777 MEMBAR Loop_exit !#34 N18262 P11778 MEMBAR Loop_entry !#34 N18263 P11779 BLD 349 -1 FP BE Pri !#34 N18264 P11780 MEMBAR Loop_exit !#34 N18265 P11778 MEMBAR Loop_entry !#34 N18266 P11779 BLD 349 -1 FP BE Pri !#34 N18267 P11780 MEMBAR Loop_exit !#34 N18268 P11781 MEMBAR !#35 N18269 P11782 MEMBAR Loop_entry !#35 N18270 P11783 BLD 243 -1 FP BE Pri !#35 N18271 P11784 MEMBAR Loop_exit !#35 N18272 P11782 MEMBAR Loop_entry !#35 N18273 P11783 BLD 243 -1 FP BE Pri !#35 N18274 P11784 MEMBAR Loop_exit !#35 N18275 P11785 PREFETCH 197 Int BE Pri Loop_entry Loop_exit !#35 N18276 P11785 PREFETCH 197 Int BE Pri Loop_entry Loop_exit !#35 N18277 P11786 MEMBAR Loop_entry !#35 N18278 P11787 BLD 230 -1 FP BE Pri !#35 N18279 P11788 MEMBAR Loop_exit !#35 N18280 P11789 MEMBAR Loop_entry !#35 N18281 P11790 BLD 304 -1 FP BE Pri !#35 N18282 P11791 MEMBAR Loop_exit !#35 N18283 P11789 MEMBAR Loop_entry !#35 N18284 P11790 BLD 304 -1 FP BE Pri !#35 N18285 P11791 MEMBAR Loop_exit !#35 N18286 P11792 MEMBAR Loop_entry !#35 N18287 P11793 BLD 304 -1 FP BE Pri !#35 N18288 P11794 MEMBAR Loop_exit !#35 N18289 P11795 MEMBAR Loop_entry !#35 N18290 P11796 BLD 79 -1 FP BE Pri !#35 N18291 P11797 MEMBAR Loop_exit !#35 N18292 P11795 MEMBAR Loop_entry !#35 N18293 P11796 BLD 79 -1 FP BE Pri !#35 N18294 P11797 MEMBAR Loop_exit !#35 N18295 P11798 MEMBAR Loop_entry !#35 N18296 P11799 BLD 310 -1 FP BE Pri !#35 N18297 P11800 MEMBAR Loop_exit !#35 N18298 P11801 MEMBAR Loop_entry !#35 N18299 P11802 BLD 64 -1 FP BE Pri !#35 N18300 P11803 MEMBAR Loop_exit !#35 N18301 P11801 MEMBAR Loop_entry !#35 N18302 P11802 BLD 64 -1 FP BE Pri !#35 N18303 P11803 MEMBAR Loop_exit !#35 N18304 P11804 MEMBAR Loop_entry !#35 N18305 P11805 BLD 205 -1 FP BE Pri !#35 N18306 P11806 MEMBAR Loop_exit !#35 N18307 P11804 MEMBAR Loop_entry !#35 N18308 P11805 BLD 205 -1 FP BE Pri !#35 N18309 P11806 MEMBAR Loop_exit !#35 N18310 P11807 MEMBAR Loop_entry !#35 N18311 P11808 BLD 184 -1 FP BE Pri !#35 N18312 P11809 MEMBAR Loop_exit !#35 N18313 P11807 MEMBAR Loop_entry !#35 N18314 P11808 BLD 184 -1 FP BE Pri !#35 N18315 P11809 MEMBAR Loop_exit !#35 N18316 P11810 MEMBAR Loop_entry !#35 N18317 P11811 BLD 250 -1 FP BE Pri !#35 N18318 P11812 MEMBAR Loop_exit !#35 N18319 P11810 MEMBAR Loop_entry !#35 N18320 P11811 BLD 250 -1 FP BE Pri !#35 N18321 P11812 MEMBAR Loop_exit !#35 N18322 P11813 MEMBAR Loop_entry !#35 N18323 P11814 BLD 67 -1 FP BE Pri !#35 N18324 P11815 MEMBAR Loop_exit !#35 N18325 P11813 MEMBAR Loop_entry !#35 N18326 P11814 BLD 67 -1 FP BE Pri !#35 N18327 P11815 MEMBAR Loop_exit !#35 N18328 P11816 MEMBAR Loop_entry !#35 N18329 P11817 BLD 25 -1 FP BE Pri !#35 N18330 P11818 MEMBAR Loop_exit !#35 N18331 P11816 MEMBAR Loop_entry !#35 N18332 P11817 BLD 25 -1 FP BE Pri !#35 N18333 P11818 MEMBAR Loop_exit !#35 N18334 P11819 FLUSHI 85 Int BE Pri Loop_entry Loop_exit !#35 N18335 P11819 FLUSHI 85 Int BE Pri Loop_entry Loop_exit !#35 N18336 P11820 MEMBAR Loop_entry !#35 N18337 P11821 BLD 151 -1 FP BE Pri !#35 N18338 P11822 MEMBAR Loop_exit !#35 N18339 P11823 MEMBAR Loop_entry !#35 N18340 P11824 BLD 290 -1 FP BE Pri !#35 N18341 P11825 MEMBAR Loop_exit !#35 N18342 P11823 MEMBAR Loop_entry !#35 N18343 P11824 BLD 290 -1 FP BE Pri !#35 N18344 P11825 MEMBAR Loop_exit !#35 N18345 P11826 MEMBAR Loop_entry !#35 N18346 P11827 BLD 91 -1 FP BE Pri !#35 N18347 P11827 BLD 92 -1 FP BE Pri !#35 N18348 P11827 BLD 93 -1 FP BE Pri !#35 N18349 P11828 MEMBAR Loop_exit !#35 N18350 P11829 FLUSHI 33 Int BE Pri Loop_entry Loop_exit !#35 N18351 P11829 FLUSHI 33 Int BE Pri Loop_entry Loop_exit !#35 N18352 P11830 MEMBAR Loop_entry !#35 N18353 P11831 BLD 267 -1 FP BE Pri !#35 N18354 P11832 MEMBAR Loop_exit !#35 N18355 P11833 MEMBAR Loop_entry !#35 N18356 P11834 BLD 224 -1 FP BE Pri !#35 N18357 P11835 MEMBAR Loop_exit !#35 N18358 P11833 MEMBAR Loop_entry !#35 N18359 P11834 BLD 224 -1 FP BE Pri !#35 N18360 P11835 MEMBAR Loop_exit !#35 N18361 P11836 MEMBAR Loop_entry !#35 N18362 P11837 BLD 71 -1 FP BE Pri !#35 N18363 P11837 BLD 72 -1 FP BE Pri !#A N18362 N18363 !#35 N18364 P11838 MEMBAR Loop_exit !#35 N18365 P11839 LD 249 -1 FP BE Pri Loop_entry Loop_exit !#35 N18366 P11840 MEMBAR Loop_entry !#35 N18367 P11841 BLD 320 -1 FP BE Pri !#35 N18368 P11842 MEMBAR Loop_exit !#35 N18369 P11843 MEMBAR Loop_entry !#35 N18370 P11844 BLD 272 -1 FP BE Pri !#35 N18371 P11845 MEMBAR Loop_exit !#35 N18372 P11843 MEMBAR Loop_entry !#35 N18373 P11844 BLD 272 -1 FP BE Pri !#35 N18374 P11845 MEMBAR Loop_exit !#35 N18375 P11846 MEMBAR Loop_entry !#35 N18376 P11847 BLD 352 -1 FP BE Pri !#35 N18377 P11848 MEMBAR Loop_exit !#35 N18378 P11846 MEMBAR Loop_entry !#35 N18379 P11847 BLD 352 -1 FP BE Pri !#35 N18380 P11848 MEMBAR Loop_exit !#35 N18381 P11849 MEMBAR Loop_entry !#35 N18382 P11850 BLD 98 -1 FP BE Pri !#35 N18383 P11850 BLD 99 -1 FP BE Pri !#35 N18384 P11851 MEMBAR Loop_exit !#35 N18385 P11852 MEMBAR Loop_entry !#35 N18386 P11853 BLD 250 -1 FP BE Pri !#35 N18387 P11854 MEMBAR Loop_exit !#35 N18388 P11855 MEMBAR Loop_entry !#35 N18389 P11856 BLD 17 -1 FP BE Pri !#35 N18390 P11857 MEMBAR Loop_exit !#35 N18391 P11858 MEMBAR Loop_entry !#35 N18392 P11859 BLD 329 -1 FP BE Pri !#35 N18393 P11860 MEMBAR Loop_exit !#35 N18394 P11858 MEMBAR Loop_entry !#35 N18395 P11859 BLD 329 -1 FP BE Pri !#35 N18396 P11860 MEMBAR Loop_exit !#35 N18397 P11861 PREFETCH 164 Int BE Pri Loop_entry Loop_exit !#35 N18398 P11862 MEMBAR Loop_entry !#35 N18399 P11863 BLD 325 -1 FP BE Pri !#35 N18400 P11864 MEMBAR Loop_exit !#35 N18401 P11862 MEMBAR Loop_entry !#35 N18402 P11863 BLD 325 -1 FP BE Pri !#35 N18403 P11864 MEMBAR Loop_exit !#35 N18404 P11865 MEMBAR Loop_entry !#35 N18405 P11866 BLD 6 -1 FP BE Pri !#35 N18406 P11866 BLD 7 -1 FP BE Pri !#35 N18407 P11867 MEMBAR Loop_exit !#35 N18408 P11865 MEMBAR Loop_entry !#35 N18409 P11866 BLD 6 -1 FP BE Pri !#35 N18410 P11866 BLD 7 -1 FP BE Pri !#35 N18411 P11867 MEMBAR Loop_exit !#35 N18412 P11868 MEMBAR Loop_entry !#35 N18413 P11869 BLD 230 -1 FP BE Pri !#35 N18414 P11870 MEMBAR Loop_exit !#35 N18415 P11868 MEMBAR Loop_entry !#35 N18416 P11869 BLD 230 -1 FP BE Pri !#35 N18417 P11870 MEMBAR Loop_exit !#35 N18418 P11871 MEMBAR Loop_entry !#35 N18419 P11872 BLD 164 -1 FP BE Pri !#35 N18420 P11873 MEMBAR Loop_exit !#35 N18421 P11874 MEMBAR Loop_entry !#35 N18422 P11875 BLD 279 -1 FP BE Pri !#35 N18423 P11876 MEMBAR Loop_exit !#35 N18424 P11877 MEMBAR Loop_entry !#35 N18425 P11878 BLD 199 -1 FP BE Pri !#35 N18426 P11879 MEMBAR Loop_exit !#35 N18427 P11880 MEMBAR Loop_entry !#35 N18428 P11881 BLD 181 -1 FP BE Pri !#35 N18429 P11882 MEMBAR Loop_exit !#35 N18430 P11880 MEMBAR Loop_entry !#35 N18431 P11881 BLD 181 -1 FP BE Pri !#35 N18432 P11882 MEMBAR Loop_exit !#35 N18433 P11883 PREFETCH 341 Int BE Pri Loop_entry !#35 N18434 P11884 MEMBAR !#35 N18435 P11885 BLD 288 -1 FP BE Pri !#35 N18436 P11886 MEMBAR Loop_exit !#35 N18437 P11887 MEMBAR Loop_entry !#35 N18438 P11888 BLD 124 -1 FP BE Pri !#35 N18439 P11888 BLD 125 -1 FP BE Pri !#35 N18440 P11888 BLD 126 -1 FP BE Pri !#35 N18441 P11889 MEMBAR Loop_exit !#35 N18442 P11887 MEMBAR Loop_entry !#35 N18443 P11888 BLD 124 -1 FP BE Pri !#35 N18444 P11888 BLD 125 -1 FP BE Pri !#35 N18445 P11888 BLD 126 -1 FP BE Pri !#35 N18446 P11889 MEMBAR Loop_exit !#35 N18447 P11890 IDC_FLIP 100 Int BE Pri Loop_entry Loop_exit !#35 N18448 P11890 IDC_FLIP 100 Int BE Pri Loop_entry Loop_exit !#35 N18449 P11891 MEMBAR Loop_entry !#35 N18450 P11892 BLD 81 -1 FP BE Pri !#35 N18451 P11893 MEMBAR Loop_exit !#35 N18452 P11894 MEMBAR Loop_entry !#35 N18453 P11895 BLD 116 -1 FP BE Pri !#35 N18454 P11896 MEMBAR Loop_exit !#35 N18455 P11894 MEMBAR Loop_entry !#35 N18456 P11895 BLD 116 -1 FP BE Pri !#35 N18457 P11896 MEMBAR Loop_exit !#35 N18458 P11897 MEMBAR Loop_entry !#35 N18459 P11898 BLD 214 -1 FP BE Pri !#35 N18460 P11899 MEMBAR Loop_exit !#35 N18461 P11897 MEMBAR Loop_entry !#35 N18462 P11898 BLD 214 -1 FP BE Pri !#35 N18463 P11899 MEMBAR Loop_exit !#35 N18464 P11900 MEMBAR Loop_entry !#35 N18465 P11901 BLD 71 -1 FP BE Pri !#35 N18466 P11901 BLD 72 -1 FP BE Pri !#A N18465 N18466 !#35 N18467 P11902 MEMBAR Loop_exit !#35 N18468 P11900 MEMBAR Loop_entry !#35 N18469 P11901 BLD 71 -1 FP BE Pri !#35 N18470 P11901 BLD 72 -1 FP BE Pri !#A N18469 N18470 !#35 N18471 P11902 MEMBAR Loop_exit !#35 N18472 P11903 MEMBAR Loop_entry !#35 N18473 P11904 BLD 53 -1 FP BE Pri !#35 N18474 P11905 MEMBAR Loop_exit !#35 N18475 P11903 MEMBAR Loop_entry !#35 N18476 P11904 BLD 53 -1 FP BE Pri !#35 N18477 P11905 MEMBAR Loop_exit !#35 N18478 P11906 MEMBAR Loop_entry !#35 N18479 P11907 BLD 261 -1 FP BE Pri !#35 N18480 P11908 MEMBAR Loop_exit !#35 N18481 P11906 MEMBAR Loop_entry !#35 N18482 P11907 BLD 261 -1 FP BE Pri !#35 N18483 P11908 MEMBAR Loop_exit !#35 N18484 P11909 MEMBAR Loop_entry !#35 N18485 P11910 BLD 282 -1 FP BE Pri !#35 N18486 P11911 MEMBAR Loop_exit !#35 N18487 P11912 MEMBAR Loop_entry !#35 N18488 P11913 BLD 263 -1 FP BE Pri !#35 N18489 P11914 MEMBAR Loop_exit !#35 N18490 P11912 MEMBAR Loop_entry !#35 N18491 P11913 BLD 263 -1 FP BE Pri !#35 N18492 P11914 MEMBAR Loop_exit !#35 N18493 P11915 MEMBAR Loop_entry !#35 N18494 P11916 BLD 133 -1 FP BE Pri !#35 N18495 P11917 MEMBAR Loop_exit !#35 N18496 P11918 MEMBAR Loop_entry !#35 N18497 P11919 BLD 219 -1 FP BE Pri !#35 N18498 P11919 BLD 220 -1 FP BE Pri !#35 N18499 P11920 MEMBAR Loop_exit !#35 N18500 P11918 MEMBAR Loop_entry !#35 N18501 P11919 BLD 219 -1 FP BE Pri !#35 N18502 P11919 BLD 220 -1 FP BE Pri !#35 N18503 P11920 MEMBAR Loop_exit !#35 N18504 P11921 MEMBAR Loop_entry !#35 N18505 P11922 BLD 49 -1 FP BE Pri !#35 N18506 P11923 MEMBAR Loop_exit !#35 N18507 P11921 MEMBAR Loop_entry !#35 N18508 P11922 BLD 49 -1 FP BE Pri !#35 N18509 P11923 MEMBAR Loop_exit !#35 N18510 P11924 MEMBAR Loop_entry !#35 N18511 P11925 BLD 195 -1 FP BE Pri !#35 N18512 P11926 MEMBAR Loop_exit !#35 N18513 P11924 MEMBAR Loop_entry !#35 N18514 P11925 BLD 195 -1 FP BE Pri !#35 N18515 P11926 MEMBAR Loop_exit !#35 N18516 P11927 MEMBAR Loop_entry !#35 N18517 P11928 BLD 155 -1 FP BE Pri !#35 N18518 P11929 MEMBAR Loop_exit !#35 N18519 P11930 MEMBAR Loop_entry !#35 N18520 P11931 BLD 264 -1 FP BE Pri !#35 N18521 P11932 MEMBAR Loop_exit !#35 N18522 P11933 MEMBAR Loop_entry !#35 N18523 P11934 BLD 269 -1 FP BE Pri !#35 N18524 P11935 MEMBAR Loop_exit !#35 N18525 P11936 MEMBAR Loop_entry !#35 N18526 P11937 BLD 61 -1 FP BE Pri !#35 N18527 P11938 MEMBAR Loop_exit !#35 N18528 P11936 MEMBAR Loop_entry !#35 N18529 P11937 BLD 61 -1 FP BE Pri !#35 N18530 P11938 MEMBAR Loop_exit !#35 N18531 P11939 MEMBAR Loop_entry !#35 N18532 P11940 BLD 229 -1 FP BE Pri !#35 N18533 P11941 MEMBAR Loop_exit !#35 N18534 P11939 MEMBAR Loop_entry !#35 N18535 P11940 BLD 229 -1 FP BE Pri !#35 N18536 P11941 MEMBAR Loop_exit !#35 N18537 P11942 MEMBAR Loop_entry !#35 N18538 P11943 BLD 71 -1 FP BE Pri !#35 N18539 P11943 BLD 72 -1 FP BE Pri !#A N18538 N18539 !#35 N18540 P11944 MEMBAR Loop_exit !#35 N18541 P11945 MEMBAR Loop_entry !#35 N18542 P11946 BLD 306 -1 FP BE Pri !#35 N18543 P11947 MEMBAR Loop_exit !#35 N18544 P11948 MEMBAR Loop_entry !#35 N18545 P11949 BLD 122 -1 FP BE Pri !#35 N18546 P11950 MEMBAR Loop_exit !#35 N18547 P11948 MEMBAR Loop_entry !#35 N18548 P11949 BLD 122 -1 FP BE Pri !#35 N18549 P11950 MEMBAR Loop_exit !#35 N18550 P11951 MEMBAR Loop_entry !#35 N18551 P11952 BLD 84 -1 FP BE Pri !#35 N18552 P11953 MEMBAR Loop_exit !#35 N18553 P11951 MEMBAR Loop_entry !#35 N18554 P11952 BLD 84 -1 FP BE Pri !#35 N18555 P11953 MEMBAR Loop_exit !#35 N18556 P11954 MEMBAR Loop_entry !#35 N18557 P11955 BLD 339 -1 FP BE Pri !#35 N18558 P11956 MEMBAR Loop_exit !#35 N18559 P11957 MEMBAR Loop_entry !#35 N18560 P11958 BLD 134 -1 FP BE Pri !#35 N18561 P11959 MEMBAR Loop_exit !#35 N18562 P11957 MEMBAR Loop_entry !#35 N18563 P11958 BLD 134 -1 FP BE Pri !#35 N18564 P11959 MEMBAR Loop_exit !#35 N18565 P11960 MEMBAR Loop_entry !#35 N18566 P11961 BLD 48 -1 FP BE Pri !#35 N18567 P11962 MEMBAR Loop_exit !#35 N18568 P11960 MEMBAR Loop_entry !#35 N18569 P11961 BLD 48 -1 FP BE Pri !#35 N18570 P11962 MEMBAR Loop_exit !#35 N18571 P11963 PREFETCH 349 Int BE Pri Loop_entry !#35 N18572 P11964 MEMBAR !#35 N18573 P11965 BLD 62 -1 FP BE Pri !#35 N18574 P11965 BLD 63 -1 FP BE Pri !#35 N18575 P11966 MEMBAR Loop_exit !#35 N18576 P11963 PREFETCH 349 Int BE Pri Loop_entry !#35 N18577 P11964 MEMBAR !#35 N18578 P11965 BLD 62 -1 FP BE Pri !#35 N18579 P11965 BLD 63 -1 FP BE Pri !#35 N18580 P11966 MEMBAR Loop_exit !#35 N18581 P11967 MEMBAR Loop_entry !#35 N18582 P11968 BLD 326 -1 FP BE Pri !#35 N18583 P11969 MEMBAR Loop_exit !#35 N18584 P11967 MEMBAR Loop_entry !#35 N18585 P11968 BLD 326 -1 FP BE Pri !#35 N18586 P11969 MEMBAR Loop_exit !#35 N18587 P11970 MEMBAR Loop_entry !#35 N18588 P11971 BLD 283 -1 FP BE Pri !#35 N18589 P11972 MEMBAR Loop_exit !#35 N18590 P11973 MEMBAR Loop_entry !#35 N18591 P11974 BLD 135 -1 FP BE Pri !#35 N18592 P11975 MEMBAR Loop_exit !#35 N18593 P11973 MEMBAR Loop_entry !#35 N18594 P11974 BLD 135 -1 FP BE Pri !#35 N18595 P11975 MEMBAR Loop_exit !#35 N18596 P11976 MEMBAR Loop_entry !#35 N18597 P11977 BLD 350 -1 FP BE Pri !#35 N18598 P11978 MEMBAR Loop_exit !#35 N18599 P11976 MEMBAR Loop_entry !#35 N18600 P11977 BLD 350 -1 FP BE Pri !#35 N18601 P11978 MEMBAR Loop_exit !#35 N18602 P11979 MEMBAR Loop_entry !#35 N18603 P11980 BLD 155 -1 FP BE Pri !#35 N18604 P11981 MEMBAR Loop_exit !#35 N18605 P11982 MEMBAR Loop_entry !#35 N18606 P11983 BLD 64 -1 FP BE Pri !#35 N18607 P11984 MEMBAR Loop_exit !#35 N18608 P11985 MEMBAR Loop_entry !#35 N18609 P11986 BLD 314 -1 FP BE Pri !#35 N18610 P11987 MEMBAR Loop_exit !#35 N18611 P11988 MEMBAR Loop_entry !#35 N18612 P11989 BLD 39 -1 FP BE Pri !#35 N18613 P11990 MEMBAR Loop_exit !#35 N18614 P11988 MEMBAR Loop_entry !#35 N18615 P11989 BLD 39 -1 FP BE Pri !#35 N18616 P11990 MEMBAR Loop_exit !#35 N18617 P11991 MEMBAR Loop_entry !#35 N18618 P11992 BLD 184 -1 FP BE Pri !#35 N18619 P11993 MEMBAR Loop_exit !#35 N18620 P11994 MEMBAR Loop_entry !#35 N18621 P11995 BLD 140 -1 FP BE Pri !#35 N18622 P11996 MEMBAR Loop_exit !#35 N18623 P11997 MEMBAR Loop_entry !#35 N18624 P11998 BLD 146 -1 FP BE Pri !#35 N18625 P11999 MEMBAR Loop_exit !#35 N18626 P12000 MEMBAR Loop_entry !#35 N18627 P12001 BLD 315 -1 FP BE Pri !#35 N18628 P12002 MEMBAR Loop_exit !#35 N18629 P12000 MEMBAR Loop_entry !#35 N18630 P12001 BLD 315 -1 FP BE Pri !#35 N18631 P12002 MEMBAR Loop_exit !#35 N18632 P12003 MEMBAR Loop_entry !#35 N18633 P12004 BLD 1 -1 FP BE Pri !#35 N18634 P12005 MEMBAR Loop_exit !#35 N18635 P12003 MEMBAR Loop_entry !#35 N18636 P12004 BLD 1 -1 FP BE Pri !#35 N18637 P12005 MEMBAR Loop_exit !#35 N18638 P12006 MEMBAR Loop_entry !#35 N18639 P12007 BLD 40 -1 FP BE Pri !#35 N18640 P12008 MEMBAR Loop_exit !#35 N18641 P12006 MEMBAR Loop_entry !#35 N18642 P12007 BLD 40 -1 FP BE Pri !#35 N18643 P12008 MEMBAR Loop_exit !#35 N18644 P12009 MEMBAR Loop_entry !#35 N18645 P12010 BLD 185 -1 FP BE Pri !#35 N18646 P12011 MEMBAR Loop_exit !#35 N18647 P12012 MEMBAR Loop_entry !#35 N18648 P12013 BLD 73 -1 FP BE Pri !#35 N18649 P12014 MEMBAR Loop_exit !#35 N18650 P12015 MEMBAR Loop_entry !#35 N18651 P12016 BLD 239 -1 FP BE Pri !#35 N18652 P12017 MEMBAR Loop_exit !#35 N18653 P12018 MEMBAR Loop_entry !#35 N18654 P12019 BLD 269 -1 FP BE Pri !#35 N18655 P12020 MEMBAR Loop_exit !#35 N18656 P12021 PREFETCH 66 Int BE Pri Loop_entry Loop_exit !#35 N18657 P12021 PREFETCH 66 Int BE Pri Loop_entry Loop_exit !#35 N18658 P12022 MEMBAR Loop_entry !#35 N18659 P12023 BLD 231 -1 FP BE Pri !#35 N18660 P12024 MEMBAR Loop_exit !#35 N18661 P12022 MEMBAR Loop_entry !#35 N18662 P12023 BLD 231 -1 FP BE Pri !#35 N18663 P12024 MEMBAR Loop_exit !#35 N18664 P12025 MEMBAR Loop_entry !#35 N18665 P12026 BLD 286 -1 FP BE Pri !#35 N18666 P12027 MEMBAR Loop_exit !#35 N18667 P12028 IDC_FLIP 256 Int BE Pri Loop_entry !#35 N18668 P12029 MEMBAR !#35 N18669 P12030 BLD 56 -1 FP BE Pri !#35 N18670 P12031 MEMBAR Loop_exit !#35 N18671 P12028 IDC_FLIP 256 Int BE Pri Loop_entry !#35 N18672 P12029 MEMBAR !#35 N18673 P12030 BLD 56 -1 FP BE Pri !#35 N18674 P12031 MEMBAR Loop_exit !#35 N18675 P12032 MEMBAR Loop_entry !#35 N18676 P12033 BLD 85 -1 FP BE Pri !#35 N18677 P12034 MEMBAR Loop_exit !#35 N18678 P12032 MEMBAR Loop_entry !#35 N18679 P12033 BLD 85 -1 FP BE Pri !#35 N18680 P12034 MEMBAR Loop_exit !#35 N18681 P12035 MEMBAR Loop_entry !#35 N18682 P12036 BLD 256 -1 FP BE Pri !#35 N18683 P12037 MEMBAR Loop_exit !#35 N18684 P12038 MEMBAR Loop_entry !#35 N18685 P12039 BLD 219 -1 FP BE Pri !#35 N18686 P12039 BLD 220 -1 FP BE Pri !#35 N18687 P12040 MEMBAR Loop_exit !#35 N18688 P12038 MEMBAR Loop_entry !#35 N18689 P12039 BLD 219 -1 FP BE Pri !#35 N18690 P12039 BLD 220 -1 FP BE Pri !#35 N18691 P12040 MEMBAR Loop_exit !#35 N18692 P12041 MEMBAR Loop_entry !#35 N18693 P12042 BLD 249 -1 FP BE Pri !#35 N18694 P12043 MEMBAR Loop_exit !#35 N18695 P12044 MEMBAR Loop_entry !#35 N18696 P12045 BLD 79 -1 FP BE Pri !#35 N18697 P12046 MEMBAR Loop_exit !#35 N18698 P12044 MEMBAR Loop_entry !#35 N18699 P12045 BLD 79 -1 FP BE Pri !#35 N18700 P12046 MEMBAR Loop_exit !#35 N18701 P12047 MEMBAR Loop_entry !#35 N18702 P12048 BLD 91 -1 FP BE Pri !#35 N18703 P12048 BLD 92 -1 FP BE Pri !#35 N18704 P12048 BLD 93 -1 FP BE Pri !#35 N18705 P12049 MEMBAR Loop_exit !#35 N18706 P12050 PREFETCH 272 Int BE Pri Loop_entry Loop_exit !#35 N18707 P12051 MEMBAR Loop_entry !#35 N18708 P12052 BLD 322 -1 FP BE Pri !#35 N18709 P12053 MEMBAR Loop_exit !#35 N18710 P12054 MEMBAR Loop_entry !#35 N18711 P12055 BLD 101 -1 FP BE Pri !#35 N18712 P12056 MEMBAR Loop_exit !#35 N18713 P12057 IDC_FLIP 240 Int BE Pri Loop_entry !#35 N18714 P12058 MEMBAR !#35 N18715 P12059 BLD 71 -1 FP BE Pri !#35 N18716 P12059 BLD 72 -1 FP BE Pri !#A N18715 N18716 !#35 N18717 P12060 MEMBAR Loop_exit !#35 N18718 P12061 MEMBAR Loop_entry !#35 N18719 P12062 BLD 348 -1 FP BE Pri !#35 N18720 P12063 MEMBAR Loop_exit !#35 N18721 P12064 IDC_FLIP 158 Int BE Pri Loop_entry Loop_exit !#35 N18722 P12065 MEMBAR Loop_entry !#35 N18723 P12066 BLD 222 -1 FP BE Pri !#35 N18724 P12067 MEMBAR Loop_exit !#35 N18725 P12068 MEMBAR Loop_entry Loop_exit !#35 N18726 P12069 PREFETCH 322 Int BE Pri Loop_entry Loop_exit !#35 N18727 P12070 MEMBAR Loop_entry !#35 N18728 P12071 BLD 337 -1 FP BE Pri !#35 N18729 P12072 MEMBAR Loop_exit !#35 N18730 P12073 MEMBAR Loop_entry Loop_exit !#35 N18731 P12073 MEMBAR Loop_entry Loop_exit !#35 N18732 P12074 ST 63 0x91800001 Int BE Pri Loop_entry !#35 N18733 P12075 MEMBAR !#35 N18734 P12076 BLD 3 -1 FP BE Pri !#35 N18735 P12077 MEMBAR Loop_exit !#35 N18736 P12078 MEMBAR Loop_entry !#35 N18737 P12079 BLD 255 -1 FP BE Pri !#35 N18738 P12080 MEMBAR Loop_exit !#35 N18739 P12078 MEMBAR Loop_entry !#35 N18740 P12079 BLD 255 -1 FP BE Pri !#35 N18741 P12080 MEMBAR Loop_exit !#35 N18742 P12081 IDC_FLIP 160 Int BE Pri Loop_entry Loop_exit !#35 N18743 P12082 ST 232 0x91800002 Int LE Pri Loop_entry !#35 N18744 P12083 MEMBAR !#35 N18745 P12084 BLD 121 -1 FP BE Pri !#35 N18746 P12085 MEMBAR Loop_exit !#35 N18747 P12082 ST 232 0x91800003 Int LE Pri Loop_entry !#35 N18748 P12083 MEMBAR !#35 N18749 P12084 BLD 121 -1 FP BE Pri !#35 N18750 P12085 MEMBAR Loop_exit !#35 N18751 P12086 MEMBAR Loop_entry !#35 N18752 P12087 BLD 180 -1 FP BE Pri !#35 N18753 P12088 MEMBAR Loop_exit !#35 N18754 P12089 MEMBAR Loop_entry !#35 N18755 P12090 BLD 321 -1 FP BE Pri !#35 N18756 P12091 MEMBAR Loop_exit !#35 N18757 P12092 PREFETCH 19 Int BE Pri Loop_entry Loop_exit !#35 N18758 P12093 MEMBAR Loop_entry !#35 N18759 P12094 BLD 305 -1 FP BE Pri !#35 N18760 P12095 MEMBAR Loop_exit !#35 N18761 P12093 MEMBAR Loop_entry !#35 N18762 P12094 BLD 305 -1 FP BE Pri !#35 N18763 P12095 MEMBAR Loop_exit !#35 N18764 P12096 MEMBAR Loop_entry !#35 N18765 P12097 BLD 124 -1 FP BE Pri !#35 N18766 P12097 BLD 125 -1 FP BE Pri !#35 N18767 P12097 BLD 126 -1 FP BE Pri !#35 N18768 P12098 MEMBAR Loop_exit !#35 N18769 P12096 MEMBAR Loop_entry !#35 N18770 P12097 BLD 124 -1 FP BE Pri !#35 N18771 P12097 BLD 125 -1 FP BE Pri !#35 N18772 P12097 BLD 126 -1 FP BE Pri !#35 N18773 P12098 MEMBAR Loop_exit !#35 N18774 P12099 MEMBAR Loop_entry !#35 N18775 P12100 BLD 260 -1 FP BE Pri !#35 N18776 P12101 MEMBAR Loop_exit !#35 N18777 P12102 MEMBAR Loop_entry !#35 N18778 P12103 BLD 107 -1 FP BE Pri !#35 N18779 P12104 MEMBAR Loop_exit !#35 N18780 P12102 MEMBAR Loop_entry !#35 N18781 P12103 BLD 107 -1 FP BE Pri !#35 N18782 P12104 MEMBAR Loop_exit !#35 N18783 P12105 MEMBAR Loop_entry !#35 N18784 P12106 BLD 292 -1 FP BE Pri !#35 N18785 P12107 MEMBAR Loop_exit !#35 N18786 P12105 MEMBAR Loop_entry !#35 N18787 P12106 BLD 292 -1 FP BE Pri !#35 N18788 P12107 MEMBAR Loop_exit !#35 N18789 P12108 MEMBAR Loop_entry !#35 N18790 P12109 BLD 174 -1 FP BE Pri !#35 N18791 P12110 MEMBAR Loop_exit !#35 N18792 P12108 MEMBAR Loop_entry !#35 N18793 P12109 BLD 174 -1 FP BE Pri !#35 N18794 P12110 MEMBAR Loop_exit !#35 N18795 P12111 MEMBAR !#36 N18796 P12112 FLUSHI 240 Int BE Pri Loop_entry !#36 N18797 P12113 PREFETCH 301 Int BE Pri Loop_exit !#36 N18798 P12112 FLUSHI 240 Int BE Pri Loop_entry !#36 N18799 P12113 PREFETCH 301 Int BE Pri Loop_exit !#36 N18800 P12114 MEMBAR Loop_entry !#36 N18801 P12115 BLD 338 -1 FP BE Pri !#36 N18802 P12116 MEMBAR Loop_exit !#36 N18803 P12117 MEMBAR Loop_entry !#36 N18804 P12118 BLD 132 -1 FP BE Pri !#36 N18805 P12119 MEMBAR Loop_exit !#36 N18806 P12117 MEMBAR Loop_entry !#36 N18807 P12118 BLD 132 -1 FP BE Pri !#36 N18808 P12119 MEMBAR Loop_exit !#36 N18809 P12120 MEMBAR Loop_entry !#36 N18810 P12121 BLD 65 -1 FP BE Pri !#36 N18811 P12122 MEMBAR Loop_exit !#36 N18812 P12120 MEMBAR Loop_entry !#36 N18813 P12121 BLD 65 -1 FP BE Pri !#36 N18814 P12122 MEMBAR Loop_exit !#36 N18815 P12123 MEMBAR Loop_entry !#36 N18816 P12124 BLD 67 -1 FP BE Pri !#36 N18817 P12125 MEMBAR Loop_exit !#36 N18818 P12123 MEMBAR Loop_entry !#36 N18819 P12124 BLD 67 -1 FP BE Pri !#36 N18820 P12125 MEMBAR Loop_exit !#36 N18821 P12126 PREFETCH 337 Int BE Pri Loop_entry !#36 N18822 P12127 MEMBAR !#36 N18823 P12128 BLD 285 -1 FP BE Pri !#36 N18824 P12129 MEMBAR Loop_exit !#36 N18825 P12130 MEMBAR Loop_entry !#36 N18826 P12131 BLD 251 -1 FP BE Pri !#36 N18827 P12132 MEMBAR Loop_exit !#36 N18828 P12130 MEMBAR Loop_entry !#36 N18829 P12131 BLD 251 -1 FP BE Pri !#36 N18830 P12132 MEMBAR Loop_exit !#36 N18831 P12133 MEMBAR Loop_entry !#36 N18832 P12134 BLD 308 -1 FP BE Pri !#36 N18833 P12135 MEMBAR Loop_exit !#36 N18834 P12136 MEMBAR Loop_entry !#36 N18835 P12137 BLD 138 -1 FP BE Pri !#36 N18836 P12138 MEMBAR Loop_exit !#36 N18837 P12139 MEMBAR Loop_entry !#36 N18838 P12140 BLD 213 -1 FP BE Pri !#36 N18839 P12141 MEMBAR Loop_exit !#36 N18840 P12139 MEMBAR Loop_entry !#36 N18841 P12140 BLD 213 -1 FP BE Pri !#36 N18842 P12141 MEMBAR Loop_exit !#36 N18843 P12142 PREFETCH 244 Int BE Pri Loop_entry Loop_exit !#36 N18844 P12143 MEMBAR Loop_entry !#36 N18845 P12144 BLD 246 -1 FP BE Pri !#36 N18846 P12145 MEMBAR Loop_exit !#36 N18847 P12143 MEMBAR Loop_entry !#36 N18848 P12144 BLD 246 -1 FP BE Pri !#36 N18849 P12145 MEMBAR Loop_exit !#36 N18850 P12146 FLUSHI 216 Int BE Pri Loop_entry Loop_exit !#36 N18851 P12147 MEMBAR Loop_entry !#36 N18852 P12148 BLD 337 -1 FP BE Pri !#36 N18853 P12149 MEMBAR Loop_exit !#36 N18854 P12147 MEMBAR Loop_entry !#36 N18855 P12148 BLD 337 -1 FP BE Pri !#36 N18856 P12149 MEMBAR Loop_exit !#36 N18857 P12150 MEMBAR Loop_entry !#36 N18858 P12151 BLD 88 -1 FP BE Pri !#36 N18859 P12152 MEMBAR Loop_exit !#36 N18860 P12150 MEMBAR Loop_entry !#36 N18861 P12151 BLD 88 -1 FP BE Pri !#36 N18862 P12152 MEMBAR Loop_exit !#36 N18863 P12153 MEMBAR Loop_entry !#36 N18864 P12154 BLD 276 -1 FP BE Pri !#36 N18865 P12155 MEMBAR Loop_exit !#36 N18866 P12153 MEMBAR Loop_entry !#36 N18867 P12154 BLD 276 -1 FP BE Pri !#36 N18868 P12155 MEMBAR Loop_exit !#36 N18869 P12156 MEMBAR Loop_entry !#36 N18870 P12157 BLD 46 -1 FP BE Pri !#36 N18871 P12158 MEMBAR Loop_exit !#36 N18872 P12159 MEMBAR Loop_entry !#36 N18873 P12160 BLD 265 -1 FP BE Pri !#36 N18874 P12161 MEMBAR Loop_exit !#36 N18875 P12162 MEMBAR Loop_entry !#36 N18876 P12163 BLD 260 -1 FP BE Pri !#36 N18877 P12164 MEMBAR Loop_exit !#36 N18878 P12165 MEMBAR Loop_entry !#36 N18879 P12166 BLD 358 -1 FP BE Pri !#36 N18880 P12167 MEMBAR Loop_exit !#36 N18881 P12165 MEMBAR Loop_entry !#36 N18882 P12166 BLD 358 -1 FP BE Pri !#36 N18883 P12167 MEMBAR Loop_exit !#36 N18884 P12168 MEMBAR Loop_entry !#36 N18885 P12169 BLD 304 -1 FP BE Pri !#36 N18886 P12170 MEMBAR Loop_exit !#36 N18887 P12171 MEMBAR Loop_entry !#36 N18888 P12172 BLD 309 -1 FP BE Pri !#36 N18889 P12173 MEMBAR Loop_exit !#36 N18890 P12171 MEMBAR Loop_entry !#36 N18891 P12172 BLD 309 -1 FP BE Pri !#36 N18892 P12173 MEMBAR Loop_exit !#36 N18893 P12174 MEMBAR Loop_entry !#36 N18894 P12175 BLD 65 -1 FP BE Pri !#36 N18895 P12176 MEMBAR Loop_exit !#36 N18896 P12174 MEMBAR Loop_entry !#36 N18897 P12175 BLD 65 -1 FP BE Pri !#36 N18898 P12176 MEMBAR Loop_exit !#36 N18899 P12177 MEMBAR Loop_entry !#36 N18900 P12178 BLD 212 -1 FP BE Pri !#36 N18901 P12179 MEMBAR Loop_exit !#36 N18902 P12177 MEMBAR Loop_entry !#36 N18903 P12178 BLD 212 -1 FP BE Pri !#36 N18904 P12179 MEMBAR Loop_exit !#36 N18905 P12180 MEMBAR Loop_entry !#36 N18906 P12181 BLD 184 -1 FP BE Pri !#36 N18907 P12182 MEMBAR Loop_exit !#36 N18908 P12180 MEMBAR Loop_entry !#36 N18909 P12181 BLD 184 -1 FP BE Pri !#36 N18910 P12182 MEMBAR Loop_exit !#36 N18911 P12183 MEMBAR Loop_entry !#36 N18912 P12184 BLD 153 -1 FP BE Pri !#36 N18913 P12185 MEMBAR Loop_exit !#36 N18914 P12183 MEMBAR Loop_entry !#36 N18915 P12184 BLD 153 -1 FP BE Pri !#36 N18916 P12185 MEMBAR Loop_exit !#36 N18917 P12186 MEMBAR Loop_entry !#36 N18918 P12187 BLD 306 -1 FP BE Pri !#36 N18919 P12188 MEMBAR Loop_exit !#36 N18920 P12186 MEMBAR Loop_entry !#36 N18921 P12187 BLD 306 -1 FP BE Pri !#36 N18922 P12188 MEMBAR Loop_exit !#36 N18923 P12189 IDC_FLIP 252 Int BE Pri Loop_entry !#36 N18924 P12190 MEMBAR !#36 N18925 P12191 BLD 19 -1 FP BE Pri !#36 N18926 P12192 MEMBAR Loop_exit !#36 N18927 P12193 PREFETCH 244 Int BE Pri Loop_entry !#36 N18928 P12194 IDC_FLIP 44 Int BE Pri Loop_exit !#36 N18929 P12195 MEMBAR Loop_entry !#36 N18930 P12196 BLD 106 -1 FP BE Pri !#36 N18931 P12197 MEMBAR Loop_exit !#36 N18932 P12195 MEMBAR Loop_entry !#36 N18933 P12196 BLD 106 -1 FP BE Pri !#36 N18934 P12197 MEMBAR Loop_exit !#36 N18935 P12198 ST 95 0x92000001 Int BE Pri Loop_entry Loop_exit !#36 N18936 P12199 MEMBAR Loop_entry !#36 N18937 P12200 BLD 137 -1 FP BE Pri !#36 N18938 P12201 MEMBAR Loop_exit !#36 N18939 P12199 MEMBAR Loop_entry !#36 N18940 P12200 BLD 137 -1 FP BE Pri !#36 N18941 P12201 MEMBAR Loop_exit !#36 N18942 P12202 MEMBAR Loop_entry !#36 N18943 P12203 BLD 106 -1 FP BE Pri !#36 N18944 P12204 MEMBAR Loop_exit !#36 N18945 P12202 MEMBAR Loop_entry !#36 N18946 P12203 BLD 106 -1 FP BE Pri !#36 N18947 P12204 MEMBAR Loop_exit !#36 N18948 P12205 IDC_FLIP 52 Int BE Pri Loop_entry !#36 N18949 P12206 ST 203 0x92000002 Int BE Pri Loop_exit !#36 N18950 P12205 IDC_FLIP 52 Int BE Pri Loop_entry !#36 N18951 P12206 ST 203 0x92000003 Int BE Pri Loop_exit !#36 N18952 P12207 IDC_FLIP 111 Int BE Pri Loop_entry !#36 N18953 P12208 IDC_FLIP 57 Int BE Pri Loop_exit !#36 N18954 P12209 MEMBAR Loop_entry !#36 N18955 P12210 BLD 187 -1 FP BE Pri !#36 N18956 P12211 MEMBAR Loop_exit !#36 N18957 P12212 MEMBAR Loop_entry !#36 N18958 P12213 BLD 23 -1 FP BE Pri !#36 N18959 P12214 MEMBAR Loop_exit !#36 N18960 P12212 MEMBAR Loop_entry !#36 N18961 P12213 BLD 23 -1 FP BE Pri !#36 N18962 P12214 MEMBAR Loop_exit !#36 N18963 P12215 MEMBAR Loop_entry !#36 N18964 P12216 BLD 204 -1 FP BE Pri !#36 N18965 P12217 MEMBAR Loop_exit !#36 N18966 P12218 MEMBAR Loop_entry !#36 N18967 P12219 BLD 59 -1 FP BE Pri !#36 N18968 P12220 MEMBAR Loop_exit !#36 N18969 P12218 MEMBAR Loop_entry !#36 N18970 P12219 BLD 59 -1 FP BE Pri !#36 N18971 P12220 MEMBAR Loop_exit !#36 N18972 P12221 MEMBAR Loop_entry !#36 N18973 P12222 BLD 183 -1 FP BE Pri !#36 N18974 P12223 MEMBAR Loop_exit !#36 N18975 P12224 MEMBAR Loop_entry !#36 N18976 P12225 BLD 274 -1 FP BE Pri !#36 N18977 P12226 MEMBAR Loop_exit !#36 N18978 P12224 MEMBAR Loop_entry !#36 N18979 P12225 BLD 274 -1 FP BE Pri !#36 N18980 P12226 MEMBAR Loop_exit !#36 N18981 P12227 MEMBAR Loop_entry !#36 N18982 P12228 BLD 91 -1 FP BE Pri !#36 N18983 P12228 BLD 92 -1 FP BE Pri !#36 N18984 P12228 BLD 93 -1 FP BE Pri !#36 N18985 P12229 MEMBAR Loop_exit !#36 N18986 P12227 MEMBAR Loop_entry !#36 N18987 P12228 BLD 91 -1 FP BE Pri !#36 N18988 P12228 BLD 92 -1 FP BE Pri !#36 N18989 P12228 BLD 93 -1 FP BE Pri !#36 N18990 P12229 MEMBAR Loop_exit !#36 N18991 P12230 MEMBAR Loop_entry !#36 N18992 P12231 BLD 111 -1 FP BE Pri !#36 N18993 P12231 BLD 112 -1 FP BE Pri !#36 N18994 P12231 BLD 113 -1 FP BE Pri !#36 N18995 P12232 MEMBAR Loop_exit !#36 N18996 P12233 MEMBAR Loop_entry !#36 N18997 P12234 BLD 350 -1 FP BE Pri !#36 N18998 P12235 MEMBAR Loop_exit !#36 N18999 P12233 MEMBAR Loop_entry !#36 N19000 P12234 BLD 350 -1 FP BE Pri !#36 N19001 P12235 MEMBAR Loop_exit !#36 N19002 P12236 MEMBAR Loop_entry !#36 N19003 P12237 BLD 42 -1 FP BE Pri !#36 N19004 P12238 MEMBAR Loop_exit !#36 N19005 P12236 MEMBAR Loop_entry !#36 N19006 P12237 BLD 42 -1 FP BE Pri !#36 N19007 P12238 MEMBAR Loop_exit !#36 N19008 P12239 MEMBAR Loop_entry !#36 N19009 P12240 BLD 170 -1 FP BE Pri !#36 N19010 P12241 MEMBAR Loop_exit !#36 N19011 P12239 MEMBAR Loop_entry !#36 N19012 P12240 BLD 170 -1 FP BE Pri !#36 N19013 P12241 MEMBAR Loop_exit !#36 N19014 P12242 MEMBAR Loop_entry !#36 N19015 P12243 BLD 206 -1 FP BE Pri !#36 N19016 P12244 MEMBAR Loop_exit !#36 N19017 P12245 MEMBAR Loop_entry !#36 N19018 P12246 BLD 121 -1 FP BE Pri !#36 N19019 P12247 MEMBAR Loop_exit !#36 N19020 P12245 MEMBAR Loop_entry !#36 N19021 P12246 BLD 121 -1 FP BE Pri !#36 N19022 P12247 MEMBAR Loop_exit !#36 N19023 P12248 MEMBAR Loop_entry !#36 N19024 P12249 BLD 74 -1 FP BE Pri !#36 N19025 P12250 MEMBAR Loop_exit !#36 N19026 P12248 MEMBAR Loop_entry !#36 N19027 P12249 BLD 74 -1 FP BE Pri !#36 N19028 P12250 MEMBAR Loop_exit !#36 N19029 P12251 PREFETCH 59 Int BE Pri Loop_entry !#36 N19030 P12252 MEMBAR !#36 N19031 P12253 BLD 36 -1 FP BE Pri !#36 N19032 P12254 MEMBAR Loop_exit !#36 N19033 P12251 PREFETCH 59 Int BE Pri Loop_entry !#36 N19034 P12252 MEMBAR !#36 N19035 P12253 BLD 36 -1 FP BE Pri !#36 N19036 P12254 MEMBAR Loop_exit !#36 N19037 P12255 MEMBAR Loop_entry !#36 N19038 P12256 BLD 294 -1 FP BE Pri !#36 N19039 P12257 MEMBAR Loop_exit !#36 N19040 P12255 MEMBAR Loop_entry !#36 N19041 P12256 BLD 294 -1 FP BE Pri !#36 N19042 P12257 MEMBAR Loop_exit !#36 N19043 P12258 MEMBAR Loop_entry !#36 N19044 P12259 BLD 310 -1 FP BE Pri !#36 N19045 P12260 MEMBAR Loop_exit !#36 N19046 P12261 MEMBAR Loop_entry !#36 N19047 P12262 BLD 151 -1 FP BE Pri !#36 N19048 P12263 MEMBAR Loop_exit !#36 N19049 P12264 MEMBAR Loop_entry !#36 N19050 P12265 BLD 228 -1 FP BE Pri !#36 N19051 P12266 MEMBAR Loop_exit !#36 N19052 P12264 MEMBAR Loop_entry !#36 N19053 P12265 BLD 228 -1 FP BE Pri !#36 N19054 P12266 MEMBAR Loop_exit !#36 N19055 P12267 MEMBAR Loop_entry !#36 N19056 P12268 BLD 108 -1 FP BE Pri !#36 N19057 P12269 MEMBAR Loop_exit !#36 N19058 P12267 MEMBAR Loop_entry !#36 N19059 P12268 BLD 108 -1 FP BE Pri !#36 N19060 P12269 MEMBAR Loop_exit !#36 N19061 P12270 MEMBAR Loop_entry !#36 N19062 P12271 BLD 139 -1 FP BE Pri !#36 N19063 P12272 MEMBAR Loop_exit !#36 N19064 P12270 MEMBAR Loop_entry !#36 N19065 P12271 BLD 139 -1 FP BE Pri !#36 N19066 P12272 MEMBAR Loop_exit !#36 N19067 P12273 MEMBAR Loop_entry !#36 N19068 P12274 BLD 337 -1 FP BE Pri !#36 N19069 P12275 MEMBAR Loop_exit !#36 N19070 P12276 MEMBAR Loop_entry !#36 N19071 P12277 BLD 311 -1 FP BE Pri !#36 N19072 P12278 MEMBAR Loop_exit !#36 N19073 P12279 MEMBAR Loop_entry !#36 N19074 P12280 BLD 139 -1 FP BE Pri !#36 N19075 P12281 MEMBAR Loop_exit !#36 N19076 P12279 MEMBAR Loop_entry !#36 N19077 P12280 BLD 139 -1 FP BE Pri !#36 N19078 P12281 MEMBAR Loop_exit !#36 N19079 P12282 PREFETCH 295 Int BE Pri Loop_entry !#36 N19080 P12283 MEMBAR !#36 N19081 P12284 BLD 52 -1 FP BE Pri !#36 N19082 P12285 MEMBAR Loop_exit !#36 N19083 P12286 MEMBAR Loop_entry !#36 N19084 P12287 BLD 257 -1 FP BE Pri !#36 N19085 P12288 MEMBAR Loop_exit !#36 N19086 P12289 MEMBAR Loop_entry !#36 N19087 P12290 BLD 105 -1 FP BE Pri !#36 N19088 P12291 MEMBAR Loop_exit !#36 N19089 P12292 MEMBAR Loop_entry !#36 N19090 P12293 BLD 212 -1 FP BE Pri !#36 N19091 P12294 MEMBAR Loop_exit !#36 N19092 P12295 MEMBAR Loop_entry !#36 N19093 P12296 BLD 289 -1 FP BE Pri !#36 N19094 P12297 MEMBAR Loop_exit !#36 N19095 P12295 MEMBAR Loop_entry !#36 N19096 P12296 BLD 289 -1 FP BE Pri !#36 N19097 P12297 MEMBAR Loop_exit !#36 N19098 P12298 MEMBAR Loop_entry !#36 N19099 P12299 BLD 109 -1 FP BE Pri !#36 N19100 P12300 MEMBAR Loop_exit !#36 N19101 P12301 MEMBAR Loop_entry !#36 N19102 P12302 BLD 102 -1 FP BE Pri !#36 N19103 P12302 BLD 103 -1 FP BE Pri !#36 N19104 P12302 BLD 104 -1 FP BE Pri !#36 N19105 P12303 MEMBAR Loop_exit !#36 N19106 P12304 MEMBAR Loop_entry !#36 N19107 P12305 BLD 82 -1 FP BE Pri !#36 N19108 P12306 MEMBAR Loop_exit !#36 N19109 P12307 MEMBAR Loop_entry !#36 N19110 P12308 BLD 210 -1 FP BE Pri !#36 N19111 P12309 MEMBAR Loop_exit !#36 N19112 P12307 MEMBAR Loop_entry !#36 N19113 P12308 BLD 210 -1 FP BE Pri !#36 N19114 P12309 MEMBAR Loop_exit !#36 N19115 P12310 MEMBAR Loop_entry !#36 N19116 P12311 BLD 45 -1 FP BE Pri !#36 N19117 P12312 MEMBAR Loop_exit !#36 N19118 P12313 MEMBAR Loop_entry !#36 N19119 P12314 BLD 354 -1 FP BE Pri !#36 N19120 P12315 MEMBAR Loop_exit !#36 N19121 P12313 MEMBAR Loop_entry !#36 N19122 P12314 BLD 354 -1 FP BE Pri !#36 N19123 P12315 MEMBAR Loop_exit !#36 N19124 P12316 MEMBAR Loop_entry !#36 N19125 P12317 BLD 0 -1 FP BE Pri !#36 N19126 P12318 MEMBAR Loop_exit !#36 N19127 P12319 MEMBAR Loop_entry !#36 N19128 P12320 BLD 179 -1 FP BE Pri !#36 N19129 P12321 MEMBAR Loop_exit !#36 N19130 P12322 MEMBAR Loop_entry !#36 N19131 P12323 BLD 62 -1 FP BE Pri !#36 N19132 P12323 BLD 63 -1 FP BE Pri !#36 N19133 P12324 MEMBAR Loop_exit !#36 N19134 P12325 MEMBAR Loop_entry !#36 N19135 P12326 BLD 57 -1 FP BE Pri !#36 N19136 P12327 MEMBAR Loop_exit !#36 N19137 P12325 MEMBAR Loop_entry !#36 N19138 P12326 BLD 57 -1 FP BE Pri !#36 N19139 P12327 MEMBAR Loop_exit !#36 N19140 P12328 MEMBAR Loop_entry !#36 N19141 P12329 BLD 111 -1 FP BE Pri !#36 N19142 P12329 BLD 112 -1 FP BE Pri !#36 N19143 P12329 BLD 113 -1 FP BE Pri !#36 N19144 P12330 MEMBAR Loop_exit !#36 N19145 P12331 IDC_FLIP 327 Int BE Pri Loop_entry !#36 N19146 P12332 PREFETCH 225 Int BE Pri Loop_exit !#36 N19147 P12333 MEMBAR Loop_entry !#36 N19148 P12334 BLD 74 -1 FP BE Pri !#36 N19149 P12335 MEMBAR Loop_exit !#36 N19150 P12336 MEMBAR Loop_entry !#36 N19151 P12337 BLD 35 -1 FP BE Pri !#36 N19152 P12338 MEMBAR Loop_exit !#36 N19153 P12336 MEMBAR Loop_entry !#36 N19154 P12337 BLD 35 -1 FP BE Pri !#36 N19155 P12338 MEMBAR Loop_exit !#36 N19156 P12339 MEMBAR Loop_entry !#36 N19157 P12340 BLD 34 -1 FP BE Pri !#36 N19158 P12341 MEMBAR Loop_exit !#36 N19159 P12342 MEMBAR Loop_entry !#36 N19160 P12343 BLD 32 -1 FP BE Pri !#36 N19161 P12343 BLD 33 -1 FP BE Pri !#36 N19162 P12344 MEMBAR Loop_exit !#36 N19163 P12345 MEMBAR Loop_entry !#36 N19164 P12346 BLD 353 -1 FP BE Pri !#36 N19165 P12347 MEMBAR Loop_exit !#36 N19166 P12345 MEMBAR Loop_entry !#36 N19167 P12346 BLD 353 -1 FP BE Pri !#36 N19168 P12347 MEMBAR Loop_exit !#36 N19169 P12348 MEMBAR Loop_entry !#36 N19170 P12349 BLD 27 -1 FP BE Pri !#36 N19171 P12350 MEMBAR Loop_exit !#36 N19172 P12351 MEMBAR Loop_entry !#36 N19173 P12352 BLD 275 -1 FP BE Pri !#36 N19174 P12353 MEMBAR Loop_exit !#36 N19175 P12351 MEMBAR Loop_entry !#36 N19176 P12352 BLD 275 -1 FP BE Pri !#36 N19177 P12353 MEMBAR Loop_exit !#36 N19178 P12354 IDC_FLIP 14 Int BE Pri Loop_entry Loop_exit !#36 N19179 P12354 IDC_FLIP 14 Int BE Pri Loop_entry Loop_exit !#36 N19180 P12355 MEMBAR Loop_entry !#36 N19181 P12356 BLD 111 -1 FP BE Pri !#36 N19182 P12356 BLD 112 -1 FP BE Pri !#36 N19183 P12356 BLD 113 -1 FP BE Pri !#36 N19184 P12357 MEMBAR Loop_exit !#36 N19185 P12358 MEMBAR Loop_entry !#36 N19186 P12359 BLD 145 -1 FP BE Pri !#36 N19187 P12360 MEMBAR Loop_exit !#36 N19188 P12361 MEMBAR Loop_entry !#36 N19189 P12362 BLD 47 -1 FP BE Pri !#36 N19190 P12363 MEMBAR Loop_exit !#36 N19191 P12364 MEMBAR Loop_entry !#36 N19192 P12365 BLD 82 -1 FP BE Pri !#36 N19193 P12366 MEMBAR Loop_exit !#36 N19194 P12367 PREFETCH 282 NF Int BE Pri Loop_entry Loop_exit !#36 N19195 P12367 PREFETCH 282 NF Int BE Pri Loop_entry Loop_exit !#36 N19196 P12368 MEMBAR Loop_entry !#36 N19197 P12369 BLD 253 -1 FP BE Pri !#36 N19198 P12370 MEMBAR Loop_exit !#36 N19199 P12371 MEMBAR Loop_entry !#36 N19200 P12372 BLD 267 -1 FP BE Pri !#36 N19201 P12373 MEMBAR Loop_exit !#36 N19202 P12374 MEMBAR Loop_entry !#36 N19203 P12375 BLD 172 -1 FP BE Pri !#36 N19204 P12376 MEMBAR Loop_exit !#36 N19205 P12374 MEMBAR Loop_entry !#36 N19206 P12375 BLD 172 -1 FP BE Pri !#36 N19207 P12376 MEMBAR Loop_exit !#36 N19208 P12377 MEMBAR Loop_entry !#36 N19209 P12378 BLD 353 -1 FP BE Pri !#36 N19210 P12379 MEMBAR Loop_exit !#36 N19211 P12380 MEMBAR Loop_entry !#36 N19212 P12381 BLD 240 -1 FP BE Pri !#36 N19213 P12382 MEMBAR Loop_exit !#36 N19214 P12383 MEMBAR Loop_entry !#36 N19215 P12384 BLD 233 -1 FP BE Pri !#36 N19216 P12385 MEMBAR Loop_exit !#36 N19217 P12386 MEMBAR Loop_entry !#36 N19218 P12387 BLD 179 -1 FP BE Pri !#36 N19219 P12388 MEMBAR Loop_exit !#36 N19220 P12386 MEMBAR Loop_entry !#36 N19221 P12387 BLD 179 -1 FP BE Pri !#36 N19222 P12388 MEMBAR Loop_exit !#36 N19223 P12389 MEMBAR Loop_entry !#36 N19224 P12390 BLD 283 -1 FP BE Pri !#36 N19225 P12391 MEMBAR Loop_exit !#36 N19226 P12392 IDC_FLIP 120 Int BE Pri Loop_entry Loop_exit !#36 N19227 P12392 IDC_FLIP 120 Int BE Pri Loop_entry Loop_exit !#36 N19228 P12393 MEMBAR Loop_entry !#36 N19229 P12394 BLD 163 -1 FP BE Pri !#36 N19230 P12395 MEMBAR Loop_exit !#36 N19231 P12396 MEMBAR Loop_entry !#36 N19232 P12397 BLD 192 -1 FP BE Pri !#36 N19233 P12398 MEMBAR Loop_exit !#36 N19234 P12399 MEMBAR Loop_entry !#36 N19235 P12400 BLD 241 -1 FP BE Pri !#36 N19236 P12400 BLD 242 -1 FP BE Pri !#36 N19237 P12401 MEMBAR Loop_exit !#36 N19238 P12399 MEMBAR Loop_entry !#36 N19239 P12400 BLD 241 -1 FP BE Pri !#36 N19240 P12400 BLD 242 -1 FP BE Pri !#36 N19241 P12401 MEMBAR Loop_exit !#36 N19242 P12402 MEMBAR Loop_entry !#36 N19243 P12403 BLD 348 -1 FP BE Pri !#36 N19244 P12404 MEMBAR Loop_exit !#36 N19245 P12402 MEMBAR Loop_entry !#36 N19246 P12403 BLD 348 -1 FP BE Pri !#36 N19247 P12404 MEMBAR Loop_exit !#36 N19248 P12405 IDC_FLIP 284 Int BE Pri Loop_entry Loop_exit !#36 N19249 P12405 IDC_FLIP 284 Int BE Pri Loop_entry Loop_exit !#36 N19250 P12406 MEMBAR Loop_entry !#36 N19251 P12407 BLD 23 -1 FP BE Pri !#36 N19252 P12408 MEMBAR Loop_exit !#36 N19253 P12406 MEMBAR Loop_entry !#36 N19254 P12407 BLD 23 -1 FP BE Pri !#36 N19255 P12408 MEMBAR Loop_exit !#36 N19256 P12409 MEMBAR Loop_entry !#36 N19257 P12410 BLD 214 -1 FP BE Pri !#36 N19258 P12411 MEMBAR Loop_exit !#36 N19259 P12409 MEMBAR Loop_entry !#36 N19260 P12410 BLD 214 -1 FP BE Pri !#36 N19261 P12411 MEMBAR Loop_exit !#36 N19262 P12412 MEMBAR Loop_entry !#36 N19263 P12413 BLD 123 -1 FP BE Pri !#36 N19264 P12414 MEMBAR Loop_exit !#36 N19265 P12415 MEMBAR Loop_entry !#36 N19266 P12416 BLD 61 -1 FP BE Pri !#36 N19267 P12417 MEMBAR Loop_exit !#36 N19268 P12415 MEMBAR Loop_entry !#36 N19269 P12416 BLD 61 -1 FP BE Pri !#36 N19270 P12417 MEMBAR Loop_exit !#36 N19271 P12418 MEMBAR Loop_entry !#36 N19272 P12419 BLD 331 -1 FP BE Pri !#36 N19273 P12419 BLD 332 -1 FP BE Pri !#36 N19274 P12420 MEMBAR Loop_exit !#36 N19275 P12418 MEMBAR Loop_entry !#36 N19276 P12419 BLD 331 -1 FP BE Pri !#36 N19277 P12419 BLD 332 -1 FP BE Pri !#36 N19278 P12420 MEMBAR Loop_exit !#36 N19279 P12421 MEMBAR Loop_entry !#36 N19280 P12422 BLD 185 -1 FP BE Pri !#36 N19281 P12423 MEMBAR Loop_exit !#36 N19282 P12424 MEMBAR Loop_entry !#36 N19283 P12425 BLD 347 -1 FP BE Pri !#36 N19284 P12426 MEMBAR Loop_exit !#36 N19285 P12424 MEMBAR Loop_entry !#36 N19286 P12425 BLD 347 -1 FP BE Pri !#36 N19287 P12426 MEMBAR Loop_exit !#36 N19288 P12427 MEMBAR Loop_entry !#36 N19289 P12428 BLD 302 -1 FP BE Pri !#36 N19290 P12429 MEMBAR Loop_exit !#36 N19291 P12427 MEMBAR Loop_entry !#36 N19292 P12428 BLD 302 -1 FP BE Pri !#36 N19293 P12429 MEMBAR Loop_exit !#36 N19294 P12430 IDC_FLIP 129 Int BE Pri Loop_entry !#36 N19295 P12431 PREFETCH 120 Int BE Pri Loop_exit !#36 N19296 P12430 IDC_FLIP 129 Int BE Pri Loop_entry !#36 N19297 P12431 PREFETCH 120 Int BE Pri Loop_exit !#36 N19298 P12432 MEMBAR Loop_entry !#36 N19299 P12433 BLD 290 -1 FP BE Pri !#36 N19300 P12434 MEMBAR Loop_exit !#36 N19301 P12435 MEMBAR Loop_entry !#36 N19302 P12436 BLD 343 -1 FP BE Pri !#36 N19303 P12436 BLD 344 -1 FP BE Pri !#36 N19304 P12437 MEMBAR Loop_exit !#36 N19305 P12435 MEMBAR Loop_entry !#36 N19306 P12436 BLD 343 -1 FP BE Pri !#36 N19307 P12436 BLD 344 -1 FP BE Pri !#36 N19308 P12437 MEMBAR Loop_exit !#36 N19309 P12438 IDC_FLIP 352 Int BE Pri Loop_entry Loop_exit !#36 N19310 P12439 MEMBAR Loop_entry !#36 N19311 P12440 BLD 145 -1 FP BE Pri !#36 N19312 P12441 MEMBAR Loop_exit !#36 N19313 P12439 MEMBAR Loop_entry !#36 N19314 P12440 BLD 145 -1 FP BE Pri !#36 N19315 P12441 MEMBAR Loop_exit !#36 N19316 P12442 MEMBAR !#37 N19317 P12443 MEMBAR Loop_entry !#37 N19318 P12444 BLD 274 -1 FP BE Pri !#37 N19319 P12445 MEMBAR Loop_exit !#37 N19320 P12446 MEMBAR Loop_entry !#37 N19321 P12447 BLD 341 -1 FP BE Pri !#37 N19322 P12448 MEMBAR Loop_exit !#37 N19323 P12449 MEMBAR Loop_entry !#37 N19324 P12450 BLD 6 -1 FP BE Pri !#37 N19325 P12450 BLD 7 -1 FP BE Pri !#37 N19326 P12451 MEMBAR Loop_exit !#37 N19327 P12449 MEMBAR Loop_entry !#37 N19328 P12450 BLD 6 -1 FP BE Pri !#37 N19329 P12450 BLD 7 -1 FP BE Pri !#37 N19330 P12451 MEMBAR Loop_exit !#37 N19331 P12452 MEMBAR Loop_entry !#37 N19332 P12453 BLD 42 -1 FP BE Pri !#37 N19333 P12454 MEMBAR Loop_exit !#37 N19334 P12452 MEMBAR Loop_entry !#37 N19335 P12453 BLD 42 -1 FP BE Pri !#37 N19336 P12454 MEMBAR Loop_exit !#37 N19337 P12455 MEMBAR Loop_entry !#37 N19338 P12456 BLD 328 -1 FP BE Pri !#37 N19339 P12457 MEMBAR Loop_exit !#37 N19340 P12455 MEMBAR Loop_entry !#37 N19341 P12456 BLD 328 -1 FP BE Pri !#37 N19342 P12457 MEMBAR Loop_exit !#37 N19343 P12458 MEMBAR Loop_entry !#37 N19344 P12459 BLD 55 -1 FP BE Pri !#37 N19345 P12460 MEMBAR Loop_exit !#37 N19346 P12458 MEMBAR Loop_entry !#37 N19347 P12459 BLD 55 -1 FP BE Pri !#37 N19348 P12460 MEMBAR Loop_exit !#37 N19349 P12461 MEMBAR Loop_entry !#37 N19350 P12462 BLD 116 -1 FP BE Pri !#37 N19351 P12463 MEMBAR Loop_exit !#37 N19352 P12461 MEMBAR Loop_entry !#37 N19353 P12462 BLD 116 -1 FP BE Pri !#37 N19354 P12463 MEMBAR Loop_exit !#37 N19355 P12464 MEMBAR Loop_entry !#37 N19356 P12465 BLD 74 -1 FP BE Pri !#37 N19357 P12466 MEMBAR Loop_exit !#37 N19358 P12467 MEMBAR Loop_entry !#37 N19359 P12468 IDC_FLIP 303 Int BE Pri Loop_exit !#37 N19360 P12469 MEMBAR Loop_entry !#37 N19361 P12470 BLD 22 -1 FP BE Pri !#37 N19362 P12471 MEMBAR Loop_exit !#37 N19363 P12472 MEMBAR Loop_entry !#37 N19364 P12473 BLD 321 -1 FP BE Pri !#37 N19365 P12474 MEMBAR Loop_exit !#37 N19366 P12472 MEMBAR Loop_entry !#37 N19367 P12473 BLD 321 -1 FP BE Pri !#37 N19368 P12474 MEMBAR Loop_exit !#37 N19369 P12475 IDC_FLIP 83 Int BE Pri Loop_entry !#37 N19370 P12476 MEMBAR !#37 N19371 P12477 BLD 162 -1 FP BE Pri !#37 N19372 P12478 MEMBAR Loop_exit !#37 N19373 P12479 MEMBAR Loop_entry !#37 N19374 P12480 BLD 262 -1 FP BE Pri !#37 N19375 P12481 MEMBAR Loop_exit !#37 N19376 P12479 MEMBAR Loop_entry !#37 N19377 P12480 BLD 262 -1 FP BE Pri !#37 N19378 P12481 MEMBAR Loop_exit !#37 N19379 P12482 MEMBAR Loop_entry Loop_exit !#37 N19380 P12482 MEMBAR Loop_entry Loop_exit !#37 N19381 P12483 MEMBAR Loop_entry !#37 N19382 P12484 BLD 262 -1 FP BE Pri !#37 N19383 P12485 MEMBAR Loop_exit !#37 N19384 P12483 MEMBAR Loop_entry !#37 N19385 P12484 BLD 262 -1 FP BE Pri !#37 N19386 P12485 MEMBAR Loop_exit !#37 N19387 P12486 IDC_FLIP 194 Int BE Pri Loop_entry Loop_exit !#37 N19388 P12487 MEMBAR Loop_entry !#37 N19389 P12488 BLD 142 -1 FP BE Pri !#37 N19390 P12489 MEMBAR Loop_exit !#37 N19391 P12490 MEMBAR Loop_entry !#37 N19392 P12491 BLD 40 -1 FP BE Pri !#37 N19393 P12492 MEMBAR Loop_exit !#37 N19394 P12493 ST 231 0x92800001 Int BE Pri Loop_entry Loop_exit !#37 N19395 P12493 ST 231 0x92800002 Int BE Pri Loop_entry Loop_exit !#37 N19396 P12494 MEMBAR Loop_entry !#37 N19397 P12495 BLD 134 -1 FP BE Pri !#37 N19398 P12496 MEMBAR Loop_exit !#37 N19399 P12497 MEMBAR Loop_entry !#37 N19400 P12498 BLD 248 -1 FP BE Pri !#37 N19401 P12499 MEMBAR Loop_exit !#37 N19402 P12497 MEMBAR Loop_entry !#37 N19403 P12498 BLD 248 -1 FP BE Pri !#37 N19404 P12499 MEMBAR Loop_exit !#37 N19405 P12500 MEMBAR Loop_entry !#37 N19406 P12501 BLD 253 -1 FP BE Pri !#37 N19407 P12502 MEMBAR Loop_exit !#37 N19408 P12500 MEMBAR Loop_entry !#37 N19409 P12501 BLD 253 -1 FP BE Pri !#37 N19410 P12502 MEMBAR Loop_exit !#37 N19411 P12503 ST 154 0x92800003 Int BE Pri Loop_entry !#37 N19412 P12504 MEMBAR !#37 N19413 P12505 BLD 4 -1 FP BE Pri !#37 N19414 P12506 MEMBAR Loop_exit !#37 N19415 P12503 ST 154 0x92800004 Int BE Pri Loop_entry !#37 N19416 P12504 MEMBAR !#37 N19417 P12505 BLD 4 -1 FP BE Pri !#37 N19418 P12506 MEMBAR Loop_exit !#37 N19419 P12507 PREFETCH 212 Int BE Pri Loop_entry !#37 N19420 P12508 MEMBAR !#37 N19421 P12509 BLD 179 -1 FP BE Pri !#37 N19422 P12510 MEMBAR Loop_exit !#37 N19423 P12511 MEMBAR Loop_entry !#37 N19424 P12512 BLD 345 -1 FP BE Pri !#37 N19425 P12513 MEMBAR Loop_exit !#37 N19426 P12511 MEMBAR Loop_entry !#37 N19427 P12512 BLD 345 -1 FP BE Pri !#37 N19428 P12513 MEMBAR Loop_exit !#37 N19429 P12514 MEMBAR Loop_entry !#37 N19430 P12515 BLD 200 -1 FP BE Pri !#37 N19431 P12516 MEMBAR Loop_exit !#37 N19432 P12517 MEMBAR Loop_entry !#37 N19433 P12518 BLD 340 -1 FP BE Pri !#37 N19434 P12519 MEMBAR Loop_exit !#37 N19435 P12517 MEMBAR Loop_entry !#37 N19436 P12518 BLD 340 -1 FP BE Pri !#37 N19437 P12519 MEMBAR Loop_exit !#37 N19438 P12520 MEMBAR Loop_entry !#37 N19439 P12521 BLD 178 -1 FP BE Pri !#37 N19440 P12522 MEMBAR Loop_exit !#37 N19441 P12520 MEMBAR Loop_entry !#37 N19442 P12521 BLD 178 -1 FP BE Pri !#37 N19443 P12522 MEMBAR Loop_exit !#37 N19444 P12523 MEMBAR Loop_entry !#37 N19445 P12524 BLD 20 -1 FP BE Pri !#37 N19446 P12525 MEMBAR Loop_exit !#37 N19447 P12523 MEMBAR Loop_entry !#37 N19448 P12524 BLD 20 -1 FP BE Pri !#37 N19449 P12525 MEMBAR Loop_exit !#37 N19450 P12526 IDC_FLIP 114 Int BE Pri Loop_entry !#37 N19451 P12527 FLUSHI 25 Int BE Pri Loop_exit !#37 N19452 P12528 MEMBAR Loop_entry !#37 N19453 P12529 BLD 351 -1 FP BE Pri !#37 N19454 P12530 MEMBAR Loop_exit !#37 N19455 P12528 MEMBAR Loop_entry !#37 N19456 P12529 BLD 351 -1 FP BE Pri !#37 N19457 P12530 MEMBAR Loop_exit !#37 N19458 P12531 MEMBAR Loop_entry !#37 N19459 P12532 BLD 66 -1 FP BE Pri !#37 N19460 P12533 MEMBAR Loop_exit !#37 N19461 P12531 MEMBAR Loop_entry !#37 N19462 P12532 BLD 66 -1 FP BE Pri !#37 N19463 P12533 MEMBAR Loop_exit !#37 N19464 P12534 MEMBAR Loop_entry !#37 N19465 P12535 BLD 287 -1 FP BE Pri !#37 N19466 P12536 MEMBAR Loop_exit !#37 N19467 P12534 MEMBAR Loop_entry !#37 N19468 P12535 BLD 287 -1 FP BE Pri !#37 N19469 P12536 MEMBAR Loop_exit !#37 N19470 P12537 MEMBAR Loop_entry !#37 N19471 P12538 BLD 239 -1 FP BE Pri !#37 N19472 P12539 MEMBAR Loop_exit !#37 N19473 P12540 PREFETCH 37 NF Int BE Pri Loop_entry !#37 N19474 P12541 MEMBAR !#37 N19475 P12542 BLD 302 -1 FP BE Pri !#37 N19476 P12543 MEMBAR Loop_exit !#37 N19477 P12540 PREFETCH 37 NF Int BE Pri Loop_entry !#37 N19478 P12541 MEMBAR !#37 N19479 P12542 BLD 302 -1 FP BE Pri !#37 N19480 P12543 MEMBAR Loop_exit !#37 N19481 P12544 MEMBAR Loop_entry !#37 N19482 P12545 BLD 151 -1 FP BE Pri !#37 N19483 P12546 MEMBAR Loop_exit !#37 N19484 P12547 MEMBAR Loop_entry !#37 N19485 P12548 BLD 19 -1 FP BE Pri !#37 N19486 P12549 MEMBAR Loop_exit !#37 N19487 P12547 MEMBAR Loop_entry !#37 N19488 P12548 BLD 19 -1 FP BE Pri !#37 N19489 P12549 MEMBAR Loop_exit !#37 N19490 P12550 MEMBAR Loop_entry !#37 N19491 P12551 BLD 241 -1 FP BE Pri !#37 N19492 P12551 BLD 242 -1 FP BE Pri !#37 N19493 P12552 MEMBAR Loop_exit !#37 N19494 P12550 MEMBAR Loop_entry !#37 N19495 P12551 BLD 241 -1 FP BE Pri !#37 N19496 P12551 BLD 242 -1 FP BE Pri !#37 N19497 P12552 MEMBAR Loop_exit !#37 N19498 P12553 MEMBAR Loop_entry !#37 N19499 P12554 BLD 30 -1 FP BE Pri !#37 N19500 P12555 MEMBAR Loop_exit !#37 N19501 P12553 MEMBAR Loop_entry !#37 N19502 P12554 BLD 30 -1 FP BE Pri !#37 N19503 P12555 MEMBAR Loop_exit !#37 N19504 P12556 MEMBAR Loop_entry !#37 N19505 P12557 BLD 325 -1 FP BE Pri !#37 N19506 P12558 MEMBAR Loop_exit !#37 N19507 P12559 PREFETCH 209 Int BE Pri Loop_entry Loop_exit !#37 N19508 P12560 MEMBAR Loop_entry !#37 N19509 P12561 BLD 304 -1 FP BE Pri !#37 N19510 P12562 MEMBAR Loop_exit !#37 N19511 P12560 MEMBAR Loop_entry !#37 N19512 P12561 BLD 304 -1 FP BE Pri !#37 N19513 P12562 MEMBAR Loop_exit !#37 N19514 P12563 MEMBAR Loop_entry !#37 N19515 P12564 BLD 152 -1 FP BE Pri !#37 N19516 P12565 MEMBAR Loop_exit !#37 N19517 P12563 MEMBAR Loop_entry !#37 N19518 P12564 BLD 152 -1 FP BE Pri !#37 N19519 P12565 MEMBAR Loop_exit !#37 N19520 P12566 MEMBAR Loop_entry !#37 N19521 P12567 BLD 336 -1 FP BE Pri !#37 N19522 P12568 MEMBAR Loop_exit !#37 N19523 P12569 MEMBAR Loop_entry !#37 N19524 P12570 BLD 97 -1 FP BE Pri !#37 N19525 P12571 MEMBAR Loop_exit !#37 N19526 P12569 MEMBAR Loop_entry !#37 N19527 P12570 BLD 97 -1 FP BE Pri !#37 N19528 P12571 MEMBAR Loop_exit !#37 N19529 P12572 MEMBAR Loop_entry !#37 N19530 P12573 BLD 42 -1 FP BE Pri !#37 N19531 P12574 MEMBAR Loop_exit !#37 N19532 P12572 MEMBAR Loop_entry !#37 N19533 P12573 BLD 42 -1 FP BE Pri !#37 N19534 P12574 MEMBAR Loop_exit !#37 N19535 P12575 MEMBAR Loop_entry !#37 N19536 P12576 BLD 194 -1 FP BE Pri !#37 N19537 P12577 MEMBAR Loop_exit !#37 N19538 P12575 MEMBAR Loop_entry !#37 N19539 P12576 BLD 194 -1 FP BE Pri !#37 N19540 P12577 MEMBAR Loop_exit !#37 N19541 P12578 MEMBAR Loop_entry !#37 N19542 P12579 BLD 187 -1 FP BE Pri !#37 N19543 P12580 MEMBAR Loop_exit !#37 N19544 P12581 MEMBAR Loop_entry !#37 N19545 P12582 BLD 283 -1 FP BE Pri !#37 N19546 P12583 MEMBAR Loop_exit !#37 N19547 P12584 MEMBAR Loop_entry !#37 N19548 P12585 BLD 109 -1 FP BE Pri !#37 N19549 P12586 MEMBAR Loop_exit !#37 N19550 P12584 MEMBAR Loop_entry !#37 N19551 P12585 BLD 109 -1 FP BE Pri !#37 N19552 P12586 MEMBAR Loop_exit !#37 N19553 P12587 MEMBAR Loop_entry !#37 N19554 P12588 BLD 303 -1 FP BE Pri !#37 N19555 P12589 MEMBAR Loop_exit !#37 N19556 P12590 MEMBAR Loop_entry !#37 N19557 P12591 BLD 52 -1 FP BE Pri !#37 N19558 P12592 MEMBAR Loop_exit !#37 N19559 P12590 MEMBAR Loop_entry !#37 N19560 P12591 BLD 52 -1 FP BE Pri !#37 N19561 P12592 MEMBAR Loop_exit !#37 N19562 P12593 MEMBAR Loop_entry !#37 N19563 P12594 BLD 253 -1 FP BE Pri !#37 N19564 P12595 MEMBAR Loop_exit !#37 N19565 P12593 MEMBAR Loop_entry !#37 N19566 P12594 BLD 253 -1 FP BE Pri !#37 N19567 P12595 MEMBAR Loop_exit !#37 N19568 P12596 PREFETCH 217 Int BE Pri Loop_entry Loop_exit !#37 N19569 P12597 MEMBAR Loop_entry !#37 N19570 P12598 BLD 61 -1 FP BE Pri !#37 N19571 P12599 MEMBAR Loop_exit !#37 N19572 P12600 MEMBAR Loop_entry !#37 N19573 P12601 BLD 300 -1 FP BE Pri !#37 N19574 P12602 MEMBAR Loop_exit !#37 N19575 P12603 MEMBAR Loop_entry !#37 N19576 P12604 BLD 261 -1 FP BE Pri !#37 N19577 P12605 MEMBAR Loop_exit !#37 N19578 P12606 MEMBAR Loop_entry !#37 N19579 P12607 BLD 111 -1 FP BE Pri !#37 N19580 P12607 BLD 112 -1 FP BE Pri !#37 N19581 P12607 BLD 113 -1 FP BE Pri !#37 N19582 P12608 MEMBAR Loop_exit !#37 N19583 P12609 MEMBAR Loop_entry !#37 N19584 P12610 BLD 215 -1 FP BE Pri !#37 N19585 P12610 BLD 216 -1 FP BE Pri !#37 N19586 P12611 MEMBAR Loop_exit !#37 N19587 P12612 MEMBAR Loop_entry !#37 N19588 P12613 BLD 290 -1 FP BE Pri !#37 N19589 P12614 MEMBAR Loop_exit !#37 N19590 P12615 MEMBAR Loop_entry !#37 N19591 P12616 BLD 108 -1 FP BE Pri !#37 N19592 P12617 MEMBAR Loop_exit !#37 N19593 P12615 MEMBAR Loop_entry !#37 N19594 P12616 BLD 108 -1 FP BE Pri !#37 N19595 P12617 MEMBAR Loop_exit !#37 N19596 P12618 MEMBAR Loop_entry !#37 N19597 P12619 BLD 61 -1 FP BE Pri !#37 N19598 P12620 MEMBAR Loop_exit !#37 N19599 P12618 MEMBAR Loop_entry !#37 N19600 P12619 BLD 61 -1 FP BE Pri !#37 N19601 P12620 MEMBAR Loop_exit !#37 N19602 P12621 MEMBAR Loop_entry !#37 N19603 P12622 BLD 138 -1 FP BE Pri !#37 N19604 P12623 MEMBAR Loop_exit !#37 N19605 P12621 MEMBAR Loop_entry !#37 N19606 P12622 BLD 138 -1 FP BE Pri !#37 N19607 P12623 MEMBAR Loop_exit !#37 N19608 P12624 MEMBAR Loop_entry !#37 N19609 P12625 BLD 68 -1 FP BE Pri !#37 N19610 P12626 MEMBAR Loop_exit !#37 N19611 P12624 MEMBAR Loop_entry !#37 N19612 P12625 BLD 68 -1 FP BE Pri !#37 N19613 P12626 MEMBAR Loop_exit !#37 N19614 P12627 ST 61 0x92800005 Int BE Pri Loop_entry Loop_exit !#37 N19615 P12627 ST 61 0x92800006 Int BE Pri Loop_entry Loop_exit !#37 N19616 P12628 MEMBAR Loop_entry !#37 N19617 P12629 BLD 169 -1 FP BE Pri !#37 N19618 P12630 MEMBAR Loop_exit !#37 N19619 P12631 MEMBAR Loop_entry !#37 N19620 P12632 BLD 53 -1 FP BE Pri !#37 N19621 P12633 MEMBAR Loop_exit !#37 N19622 P12634 MEMBAR Loop_entry !#37 N19623 P12635 BLD 32 -1 FP BE Pri !#37 N19624 P12635 BLD 33 -1 FP BE Pri !#37 N19625 P12636 MEMBAR Loop_exit !#37 N19626 P12634 MEMBAR Loop_entry !#37 N19627 P12635 BLD 32 -1 FP BE Pri !#37 N19628 P12635 BLD 33 -1 FP BE Pri !#37 N19629 P12636 MEMBAR Loop_exit !#37 N19630 P12637 MEMBAR Loop_entry !#37 N19631 P12638 BLD 219 -1 FP BE Pri !#37 N19632 P12638 BLD 220 -1 FP BE Pri !#37 N19633 P12639 MEMBAR Loop_exit !#37 N19634 P12637 MEMBAR Loop_entry !#37 N19635 P12638 BLD 219 -1 FP BE Pri !#37 N19636 P12638 BLD 220 -1 FP BE Pri !#37 N19637 P12639 MEMBAR Loop_exit !#37 N19638 P12640 ST 329 0x92800007 Int BE Pri Loop_entry Loop_exit !#37 N19639 P12641 MEMBAR Loop_entry !#37 N19640 P12642 BLD 243 -1 FP BE Pri !#37 N19641 P12643 MEMBAR Loop_exit !#37 N19642 P12644 MEMBAR Loop_entry !#37 N19643 P12645 BLD 158 -1 FP BE Pri !#37 N19644 P12646 MEMBAR Loop_exit !#37 N19645 P12647 MEMBAR Loop_entry !#37 N19646 P12648 BLD 258 -1 FP BE Pri !#37 N19647 P12649 MEMBAR Loop_exit !#37 N19648 P12650 LD 212 -1 Int BE Pri Loop_entry !#37 N19649 P12651 LD 73 -1 Int BE Pri Loop_exit !#37 N19650 P12652 PREFETCH 107 Int BE Pri Loop_entry Loop_exit !#37 N19651 P12652 PREFETCH 107 Int BE Pri Loop_entry Loop_exit !#37 N19652 P12653 MEMBAR Loop_entry !#37 N19653 P12654 BLD 288 -1 FP BE Pri !#37 N19654 P12655 MEMBAR Loop_exit !#37 N19655 P12653 MEMBAR Loop_entry !#37 N19656 P12654 BLD 288 -1 FP BE Pri !#37 N19657 P12655 MEMBAR Loop_exit !#37 N19658 P12656 MEMBAR Loop_entry !#37 N19659 P12657 BLD 156 -1 FP BE Pri !#37 N19660 P12658 MEMBAR Loop_exit !#37 N19661 P12656 MEMBAR Loop_entry !#37 N19662 P12657 BLD 156 -1 FP BE Pri !#37 N19663 P12658 MEMBAR Loop_exit !#37 N19664 P12659 MEMBAR Loop_entry !#37 N19665 P12660 BLD 356 -1 FP BE Pri !#37 N19666 P12661 MEMBAR Loop_exit !#37 N19667 P12659 MEMBAR Loop_entry !#37 N19668 P12660 BLD 356 -1 FP BE Pri !#37 N19669 P12661 MEMBAR Loop_exit !#37 N19670 P12662 IDC_FLIP 269 Int BE Pri Loop_entry Loop_exit !#37 N19671 P12663 ST 114 0x92800008 Int BE Pri Loop_entry !#37 N19672 P12664 MEMBAR !#37 N19673 P12665 BLD 178 -1 FP BE Pri !#37 N19674 P12666 MEMBAR Loop_exit !#37 N19675 P12663 ST 114 0x92800009 Int BE Pri Loop_entry !#37 N19676 P12664 MEMBAR !#37 N19677 P12665 BLD 178 -1 FP BE Pri !#37 N19678 P12666 MEMBAR Loop_exit !#37 N19679 P12667 MEMBAR Loop_entry !#37 N19680 P12668 BLD 21 -1 FP BE Pri !#37 N19681 P12669 MEMBAR Loop_exit !#37 N19682 P12667 MEMBAR Loop_entry !#37 N19683 P12668 BLD 21 -1 FP BE Pri !#37 N19684 P12669 MEMBAR Loop_exit !#37 N19685 P12670 IDC_FLIP 252 Int BE Pri Loop_entry Loop_exit !#37 N19686 P12671 MEMBAR Loop_entry !#37 N19687 P12672 BLD 339 -1 FP BE Pri !#37 N19688 P12673 MEMBAR Loop_exit !#37 N19689 P12674 MEMBAR Loop_entry !#37 N19690 P12675 BLD 48 -1 FP BE Pri !#37 N19691 P12676 MEMBAR Loop_exit !#37 N19692 P12677 IDC_FLIP 105 Int BE Pri Loop_entry !#37 N19693 P12678 MEMBAR !#37 N19694 P12679 BLD 181 -1 FP BE Pri !#37 N19695 P12680 MEMBAR Loop_exit !#37 N19696 P12681 ST 41 0x1e800001 FP BE Pri Loop_entry Loop_exit !#37 N19697 P12682 MEMBAR Loop_entry !#37 N19698 P12683 BLD 294 -1 FP BE Pri !#37 N19699 P12684 MEMBAR Loop_exit !#37 N19700 P12682 MEMBAR Loop_entry !#37 N19701 P12683 BLD 294 -1 FP BE Pri !#37 N19702 P12684 MEMBAR Loop_exit !#37 N19703 P12685 MEMBAR Loop_entry !#37 N19704 P12686 BLD 231 -1 FP BE Pri !#37 N19705 P12687 MEMBAR Loop_exit !#37 N19706 P12688 MEMBAR Loop_entry !#37 N19707 P12689 BLD 67 -1 FP BE Pri !#37 N19708 P12690 MEMBAR Loop_exit !#37 N19709 P12691 MEMBAR Loop_entry !#37 N19710 P12692 BLD 60 -1 FP BE Pri !#37 N19711 P12693 MEMBAR Loop_exit !#37 N19712 P12694 MEMBAR Loop_entry !#37 N19713 P12695 BLD 28 -1 FP BE Pri !#37 N19714 P12696 MEMBAR Loop_exit !#37 N19715 P12697 MEMBAR Loop_entry !#37 N19716 P12698 BLD 82 -1 FP BE Pri !#37 N19717 P12699 MEMBAR Loop_exit !#37 N19718 P12700 MEMBAR Loop_entry !#37 N19719 P12701 BLD 67 -1 FP BE Pri !#37 N19720 P12702 MEMBAR Loop_exit !#37 N19721 P12703 MEMBAR Loop_entry !#37 N19722 P12704 BLD 309 -1 FP BE Pri !#37 N19723 P12705 MEMBAR Loop_exit !#37 N19724 P12703 MEMBAR Loop_entry !#37 N19725 P12704 BLD 309 -1 FP BE Pri !#37 N19726 P12705 MEMBAR Loop_exit !#37 N19727 P12706 IDC_FLIP 182 Int BE Pri Loop_entry !#37 N19728 P12707 MEMBAR !#37 N19729 P12708 BLD 27 -1 FP BE Pri !#37 N19730 P12709 MEMBAR Loop_exit !#37 N19731 P12706 IDC_FLIP 182 Int BE Pri Loop_entry !#37 N19732 P12707 MEMBAR !#37 N19733 P12708 BLD 27 -1 FP BE Pri !#37 N19734 P12709 MEMBAR Loop_exit !#37 N19735 P12710 FLUSHI 120 Int BE Pri Loop_entry !#37 N19736 P12711 MEMBAR !#37 N19737 P12712 BLD 295 -1 FP BE Pri !#37 N19738 P12712 BLD 296 -1 FP BE Pri !#37 N19739 P12713 MEMBAR Loop_exit !#37 N19740 P12710 FLUSHI 120 Int BE Pri Loop_entry !#37 N19741 P12711 MEMBAR !#37 N19742 P12712 BLD 295 -1 FP BE Pri !#37 N19743 P12712 BLD 296 -1 FP BE Pri !#37 N19744 P12713 MEMBAR Loop_exit !#37 N19745 P12714 ST 287 0x9280000a Int LE Pri Loop_entry Loop_exit !#37 N19746 P12714 ST 287 0x9280000b Int LE Pri Loop_entry Loop_exit !#37 N19747 P12715 MEMBAR Loop_entry !#37 N19748 P12716 BLD 143 -1 FP BE Pri !#37 N19749 P12717 MEMBAR Loop_exit !#37 N19750 P12715 MEMBAR Loop_entry !#37 N19751 P12716 BLD 143 -1 FP BE Pri !#37 N19752 P12717 MEMBAR Loop_exit !#37 N19753 P12718 MEMBAR Loop_entry !#37 N19754 P12719 BLD 330 -1 FP BE Pri !#37 N19755 P12720 MEMBAR Loop_exit !#37 N19756 P12721 MEMBAR Loop_entry !#37 N19757 P12722 BLD 247 -1 FP BE Pri !#37 N19758 P12723 MEMBAR Loop_exit !#37 N19759 P12724 MEMBAR Loop_entry !#37 N19760 P12725 BLD 71 -1 FP BE Pri !#37 N19761 P12725 BLD 72 -1 FP BE Pri !#A N19760 N19761 !#37 N19762 P12726 MEMBAR Loop_exit !#37 N19763 P12724 MEMBAR Loop_entry !#37 N19764 P12725 BLD 71 -1 FP BE Pri !#37 N19765 P12725 BLD 72 -1 FP BE Pri !#A N19764 N19765 !#37 N19766 P12726 MEMBAR Loop_exit !#37 N19767 P12727 MEMBAR Loop_entry !#37 N19768 P12728 BLD 149 -1 FP BE Pri !#37 N19769 P12729 MEMBAR Loop_exit !#37 N19770 P12730 FLUSHI 267 Int BE Pri Loop_entry Loop_exit !#37 N19771 P12730 FLUSHI 267 Int BE Pri Loop_entry Loop_exit !#37 N19772 P12731 MEMBAR Loop_entry !#37 N19773 P12732 BLD 337 -1 FP BE Pri !#37 N19774 P12733 MEMBAR Loop_exit !#37 N19775 P12731 MEMBAR Loop_entry !#37 N19776 P12732 BLD 337 -1 FP BE Pri !#37 N19777 P12733 MEMBAR Loop_exit !#37 N19778 P12734 MEMBAR Loop_entry !#37 N19779 P12735 BLD 3 -1 FP BE Pri !#37 N19780 P12736 MEMBAR Loop_exit !#37 N19781 P12734 MEMBAR Loop_entry !#37 N19782 P12735 BLD 3 -1 FP BE Pri !#37 N19783 P12736 MEMBAR Loop_exit !#37 N19784 P12737 ST 283 0x1e800002 FP BE Pri Loop_entry !#37 N19785 P12738 MEMBAR !#37 N19786 P12739 BLD 358 -1 FP BE Pri !#37 N19787 P12740 MEMBAR Loop_exit !#37 N19788 P12737 ST 283 0x1e800003 FP BE Pri Loop_entry !#37 N19789 P12738 MEMBAR !#37 N19790 P12739 BLD 358 -1 FP BE Pri !#37 N19791 P12740 MEMBAR Loop_exit !#37 N19792 P12741 MEMBAR Loop_entry !#37 N19793 P12742 BLD 1 -1 FP BE Pri !#37 N19794 P12743 MEMBAR Loop_exit !#37 N19795 P12744 ST 163 0x9280000c Int BE Pri Loop_entry Loop_exit !#37 N19796 P12744 ST 163 0x9280000d Int BE Pri Loop_entry Loop_exit !#37 N19797 P12745 MEMBAR Loop_entry !#37 N19798 P12746 BLD 3 -1 FP BE Pri !#37 N19799 P12747 MEMBAR Loop_exit !#37 N19800 P12748 MEMBAR Loop_entry !#37 N19801 P12749 BLD 336 -1 FP BE Pri !#37 N19802 P12750 MEMBAR Loop_exit !#37 N19803 P12751 IDC_FLIP 65 Int BE Pri Loop_entry !#37 N19804 P12752 MEMBAR !#37 N19805 P12753 BLD 22 -1 FP BE Pri !#37 N19806 P12754 MEMBAR Loop_exit !#37 N19807 P12755 MEMBAR Loop_entry !#37 N19808 P12756 BLD 265 -1 FP BE Pri !#37 N19809 P12757 MEMBAR Loop_exit !#37 N19810 P12755 MEMBAR Loop_entry !#37 N19811 P12756 BLD 265 -1 FP BE Pri !#37 N19812 P12757 MEMBAR Loop_exit !#37 N19813 P12758 ST 243 0x9280000e Int BE Pri Loop_entry Loop_exit !#37 N19814 P12758 ST 243 0x9280000f Int BE Pri Loop_entry Loop_exit !#37 N19815 P12759 ST 307 0x92800010 Int BE Pri Loop_entry Loop_exit !#37 N19816 P12760 MEMBAR Loop_entry !#37 N19817 P12761 BLD 205 -1 FP BE Pri !#37 N19818 P12762 MEMBAR Loop_exit !#37 N19819 P12760 MEMBAR Loop_entry !#37 N19820 P12761 BLD 205 -1 FP BE Pri !#37 N19821 P12762 MEMBAR Loop_exit !#37 N19822 P12763 MEMBAR Loop_entry !#37 N19823 P12764 BLD 346 -1 FP BE Pri !#37 N19824 P12765 MEMBAR Loop_exit !#37 N19825 P12763 MEMBAR Loop_entry !#37 N19826 P12764 BLD 346 -1 FP BE Pri !#37 N19827 P12765 MEMBAR Loop_exit !#37 N19828 P12766 MEMBAR Loop_entry !#37 N19829 P12767 BLD 340 -1 FP BE Pri !#37 N19830 P12768 MEMBAR Loop_exit !#37 N19831 P12769 MEMBAR Loop_entry !#37 N19832 P12770 BLD 239 -1 FP BE Pri !#37 N19833 P12771 MEMBAR Loop_exit !#37 N19834 P12772 MEMBAR !#38 N19835 P12773 MEMBAR Loop_entry !#38 N19836 P12774 BLD 241 -1 FP BE Pri !#38 N19837 P12774 BLD 242 -1 FP BE Pri !#38 N19838 P12775 MEMBAR Loop_exit !#38 N19839 P12773 MEMBAR Loop_entry !#38 N19840 P12774 BLD 241 -1 FP BE Pri !#38 N19841 P12774 BLD 242 -1 FP BE Pri !#38 N19842 P12775 MEMBAR Loop_exit !#38 N19843 P12776 MEMBAR Loop_entry !#38 N19844 P12777 BLD 38 -1 FP BE Pri !#38 N19845 P12778 MEMBAR Loop_exit !#38 N19846 P12776 MEMBAR Loop_entry !#38 N19847 P12777 BLD 38 -1 FP BE Pri !#38 N19848 P12778 MEMBAR Loop_exit !#38 N19849 P12779 MEMBAR Loop_entry !#38 N19850 P12780 BLD 358 -1 FP BE Pri !#38 N19851 P12781 MEMBAR Loop_exit !#38 N19852 P12779 MEMBAR Loop_entry !#38 N19853 P12780 BLD 358 -1 FP BE Pri !#38 N19854 P12781 MEMBAR Loop_exit !#38 N19855 P12782 PREFETCH 15 Int BE Pri Loop_entry Loop_exit !#38 N19856 P12782 PREFETCH 15 Int BE Pri Loop_entry Loop_exit !#38 N19857 P12783 IDC_FLIP 130 Int BE Pri Loop_entry !#38 N19858 P12784 MEMBAR !#38 N19859 P12785 BLD 188 -1 FP BE Pri !#38 N19860 P12786 MEMBAR Loop_exit !#38 N19861 P12787 MEMBAR Loop_entry !#38 N19862 P12788 BLD 255 -1 FP BE Pri !#38 N19863 P12789 MEMBAR Loop_exit !#38 N19864 P12787 MEMBAR Loop_entry !#38 N19865 P12788 BLD 255 -1 FP BE Pri !#38 N19866 P12789 MEMBAR Loop_exit !#38 N19867 P12790 MEMBAR Loop_entry !#38 N19868 P12791 BLD 39 -1 FP BE Pri !#38 N19869 P12792 MEMBAR Loop_exit !#38 N19870 P12790 MEMBAR Loop_entry !#38 N19871 P12791 BLD 39 -1 FP BE Pri !#38 N19872 P12792 MEMBAR Loop_exit !#38 N19873 P12793 MEMBAR Loop_entry !#38 N19874 P12794 BLD 65 -1 FP BE Pri !#38 N19875 P12795 MEMBAR Loop_exit !#38 N19876 P12793 MEMBAR Loop_entry !#38 N19877 P12794 BLD 65 -1 FP BE Pri !#38 N19878 P12795 MEMBAR Loop_exit !#38 N19879 P12796 MEMBAR Loop_entry !#38 N19880 P12797 BLD 97 -1 FP BE Pri !#38 N19881 P12798 MEMBAR Loop_exit !#38 N19882 P12796 MEMBAR Loop_entry !#38 N19883 P12797 BLD 97 -1 FP BE Pri !#38 N19884 P12798 MEMBAR Loop_exit !#38 N19885 P12799 MEMBAR Loop_entry !#38 N19886 P12800 BLD 218 -1 FP BE Pri !#38 N19887 P12801 MEMBAR Loop_exit !#38 N19888 P12802 MEMBAR Loop_entry !#38 N19889 P12803 BLD 333 -1 FP BE Pri !#38 N19890 P12804 MEMBAR Loop_exit !#38 N19891 P12802 MEMBAR Loop_entry !#38 N19892 P12803 BLD 333 -1 FP BE Pri !#38 N19893 P12804 MEMBAR Loop_exit !#38 N19894 P12805 MEMBAR Loop_entry !#38 N19895 P12806 BLD 282 -1 FP BE Pri !#38 N19896 P12807 MEMBAR Loop_exit !#38 N19897 P12805 MEMBAR Loop_entry !#38 N19898 P12806 BLD 282 -1 FP BE Pri !#38 N19899 P12807 MEMBAR Loop_exit !#38 N19900 P12808 MEMBAR Loop_entry !#38 N19901 P12809 BLD 18 -1 FP BE Pri !#38 N19902 P12810 MEMBAR Loop_exit !#38 N19903 P12808 MEMBAR Loop_entry !#38 N19904 P12809 BLD 18 -1 FP BE Pri !#38 N19905 P12810 MEMBAR Loop_exit !#38 N19906 P12811 MEMBAR Loop_entry !#38 N19907 P12812 BLD 218 -1 FP BE Pri !#38 N19908 P12813 MEMBAR Loop_exit !#38 N19909 P12814 MEMBAR Loop_entry !#38 N19910 P12815 BLD 178 -1 FP BE Pri !#38 N19911 P12816 MEMBAR Loop_exit !#38 N19912 P12814 MEMBAR Loop_entry !#38 N19913 P12815 BLD 178 -1 FP BE Pri !#38 N19914 P12816 MEMBAR Loop_exit !#38 N19915 P12817 MEMBAR Loop_entry !#38 N19916 P12818 BLD 207 -1 FP BE Pri !#38 N19917 P12819 MEMBAR Loop_exit !#38 N19918 P12820 MEMBAR Loop_entry !#38 N19919 P12821 BLD 124 -1 FP BE Pri !#38 N19920 P12821 BLD 125 -1 FP BE Pri !#38 N19921 P12821 BLD 126 -1 FP BE Pri !#38 N19922 P12822 MEMBAR Loop_exit !#38 N19923 P12823 ST 320 0x93000001 Int BE Pri Loop_entry !#38 N19924 P12824 MEMBAR !#38 N19925 P12825 BLD 239 -1 FP BE Pri !#38 N19926 P12826 MEMBAR Loop_exit !#38 N19927 P12823 ST 320 0x93000002 Int BE Pri Loop_entry !#38 N19928 P12824 MEMBAR !#38 N19929 P12825 BLD 239 -1 FP BE Pri !#38 N19930 P12826 MEMBAR Loop_exit !#38 N19931 P12827 MEMBAR Loop_entry !#38 N19932 P12828 BLD 146 -1 FP BE Pri !#38 N19933 P12829 MEMBAR Loop_exit !#38 N19934 P12830 IDC_FLIP 0 Int BE Pri Loop_entry Loop_exit !#38 N19935 P12830 IDC_FLIP 0 Int BE Pri Loop_entry Loop_exit !#38 N19936 P12831 MEMBAR Loop_entry !#38 N19937 P12832 BLD 292 -1 FP BE Pri !#38 N19938 P12833 MEMBAR Loop_exit !#38 N19939 P12834 MEMBAR Loop_entry Loop_exit !#38 N19940 P12834 MEMBAR Loop_entry Loop_exit !#38 N19941 P12835 MEMBAR Loop_entry !#38 N19942 P12836 BLD 334 -1 FP BE Pri !#38 N19943 P12837 MEMBAR Loop_exit !#38 N19944 P12835 MEMBAR Loop_entry !#38 N19945 P12836 BLD 334 -1 FP BE Pri !#38 N19946 P12837 MEMBAR Loop_exit !#38 N19947 P12838 MEMBAR Loop_entry !#38 N19948 P12839 BLD 187 -1 FP BE Pri !#38 N19949 P12840 MEMBAR Loop_exit !#38 N19950 P12838 MEMBAR Loop_entry !#38 N19951 P12839 BLD 187 -1 FP BE Pri !#38 N19952 P12840 MEMBAR Loop_exit !#38 N19953 P12841 ST 271 0x93000003 Int BE Pri Loop_entry Loop_exit !#38 N19954 P12842 MEMBAR Loop_entry !#38 N19955 P12843 BLD 198 -1 FP BE Pri !#38 N19956 P12844 MEMBAR Loop_exit !#38 N19957 P12845 MEMBAR Loop_entry !#38 N19958 P12846 BLD 265 -1 FP BE Pri !#38 N19959 P12847 MEMBAR Loop_exit !#38 N19960 P12845 MEMBAR Loop_entry !#38 N19961 P12846 BLD 265 -1 FP BE Pri !#38 N19962 P12847 MEMBAR Loop_exit !#38 N19963 P12848 MEMBAR Loop_entry !#38 N19964 P12849 BLD 197 -1 FP BE Pri !#38 N19965 P12850 MEMBAR Loop_exit !#38 N19966 P12848 MEMBAR Loop_entry !#38 N19967 P12849 BLD 197 -1 FP BE Pri !#38 N19968 P12850 MEMBAR Loop_exit !#38 N19969 P12851 MEMBAR Loop_entry !#38 N19970 P12852 BLD 275 -1 FP BE Pri !#38 N19971 P12853 MEMBAR Loop_exit !#38 N19972 P12854 MEMBAR Loop_entry !#38 N19973 P12855 BLD 209 -1 FP BE Pri !#38 N19974 P12856 MEMBAR Loop_exit !#38 N19975 P12854 MEMBAR Loop_entry !#38 N19976 P12855 BLD 209 -1 FP BE Pri !#38 N19977 P12856 MEMBAR Loop_exit !#38 N19978 P12857 MEMBAR Loop_entry !#38 N19979 P12858 BLD 241 -1 FP BE Pri !#38 N19980 P12858 BLD 242 -1 FP BE Pri !#38 N19981 P12859 MEMBAR Loop_exit !#38 N19982 P12857 MEMBAR Loop_entry !#38 N19983 P12858 BLD 241 -1 FP BE Pri !#38 N19984 P12858 BLD 242 -1 FP BE Pri !#38 N19985 P12859 MEMBAR Loop_exit !#38 N19986 P12860 MEMBAR Loop_entry !#38 N19987 P12861 BLD 233 -1 FP BE Pri !#38 N19988 P12862 MEMBAR Loop_exit !#38 N19989 P12860 MEMBAR Loop_entry !#38 N19990 P12861 BLD 233 -1 FP BE Pri !#38 N19991 P12862 MEMBAR Loop_exit !#38 N19992 P12863 MEMBAR Loop_entry !#38 N19993 P12864 BLD 111 -1 FP BE Pri !#38 N19994 P12864 BLD 112 -1 FP BE Pri !#38 N19995 P12864 BLD 113 -1 FP BE Pri !#38 N19996 P12865 MEMBAR Loop_exit !#38 N19997 P12863 MEMBAR Loop_entry !#38 N19998 P12864 BLD 111 -1 FP BE Pri !#38 N19999 P12864 BLD 112 -1 FP BE Pri !#38 N20000 P12864 BLD 113 -1 FP BE Pri !#38 N20001 P12865 MEMBAR Loop_exit !#38 N20002 P12866 MEMBAR Loop_entry !#38 N20003 P12867 BLD 148 -1 FP BE Pri !#38 N20004 P12868 MEMBAR Loop_exit !#38 N20005 P12866 MEMBAR Loop_entry !#38 N20006 P12867 BLD 148 -1 FP BE Pri !#38 N20007 P12868 MEMBAR Loop_exit !#38 N20008 P12869 MEMBAR Loop_entry !#38 N20009 P12870 BLD 358 -1 FP BE Pri !#38 N20010 P12871 MEMBAR Loop_exit !#38 N20011 P12872 ST 339 0x93000004 Int LE Pri Loop_entry Loop_exit !#38 N20012 P12873 MEMBAR Loop_entry !#38 N20013 P12874 BLD 180 -1 FP BE Pri !#38 N20014 P12875 MEMBAR Loop_exit !#38 N20015 P12873 MEMBAR Loop_entry !#38 N20016 P12874 BLD 180 -1 FP BE Pri !#38 N20017 P12875 MEMBAR Loop_exit !#38 N20018 P12876 MEMBAR Loop_entry !#38 N20019 P12877 BLD 210 -1 FP BE Pri !#38 N20020 P12878 MEMBAR Loop_exit !#38 N20021 P12879 MEMBAR Loop_entry !#38 N20022 P12880 BLD 40 -1 FP BE Pri !#38 N20023 P12881 MEMBAR Loop_exit !#38 N20024 P12879 MEMBAR Loop_entry !#38 N20025 P12880 BLD 40 -1 FP BE Pri !#38 N20026 P12881 MEMBAR Loop_exit !#38 N20027 P12882 ST 78 0x93000005 Int BE Pri Loop_entry Loop_exit !#38 N20028 P12883 MEMBAR Loop_entry !#38 N20029 P12884 BLD 239 -1 FP BE Pri !#38 N20030 P12885 MEMBAR Loop_exit !#38 N20031 P12886 MEMBAR Loop_entry !#38 N20032 P12887 BLD 219 -1 FP BE Pri !#38 N20033 P12887 BLD 220 -1 FP BE Pri !#38 N20034 P12888 MEMBAR Loop_exit !#38 N20035 P12886 MEMBAR Loop_entry !#38 N20036 P12887 BLD 219 -1 FP BE Pri !#38 N20037 P12887 BLD 220 -1 FP BE Pri !#38 N20038 P12888 MEMBAR Loop_exit !#38 N20039 P12889 IDC_FLIP 350 Int BE Pri Loop_entry !#38 N20040 P12890 MEMBAR !#38 N20041 P12891 BLD 111 -1 FP BE Pri !#38 N20042 P12891 BLD 112 -1 FP BE Pri !#38 N20043 P12891 BLD 113 -1 FP BE Pri !#38 N20044 P12892 MEMBAR Loop_exit !#38 N20045 P12893 MEMBAR Loop_entry !#38 N20046 P12894 BLD 262 -1 FP BE Pri !#38 N20047 P12895 MEMBAR Loop_exit !#38 N20048 P12896 MEMBAR Loop_entry !#38 N20049 P12897 BLD 282 -1 FP BE Pri !#38 N20050 P12898 MEMBAR Loop_exit !#38 N20051 P12899 MEMBAR Loop_entry !#38 N20052 P12900 BLD 234 -1 FP BE Pri !#38 N20053 P12901 MEMBAR Loop_exit !#38 N20054 P12899 MEMBAR Loop_entry !#38 N20055 P12900 BLD 234 -1 FP BE Pri !#38 N20056 P12901 MEMBAR Loop_exit !#38 N20057 P12902 MEMBAR Loop_entry !#38 N20058 P12903 BLD 101 -1 FP BE Pri !#38 N20059 P12904 MEMBAR Loop_exit !#38 N20060 P12902 MEMBAR Loop_entry !#38 N20061 P12903 BLD 101 -1 FP BE Pri !#38 N20062 P12904 MEMBAR Loop_exit !#38 N20063 P12905 MEMBAR Loop_entry !#38 N20064 P12906 BLD 74 -1 FP BE Pri !#38 N20065 P12907 MEMBAR Loop_exit !#38 N20066 P12905 MEMBAR Loop_entry !#38 N20067 P12906 BLD 74 -1 FP BE Pri !#38 N20068 P12907 MEMBAR Loop_exit !#38 N20069 P12908 MEMBAR Loop_entry !#38 N20070 P12909 BLD 107 -1 FP BE Pri !#38 N20071 P12910 MEMBAR Loop_exit !#38 N20072 P12911 MEMBAR Loop_entry !#38 N20073 P12912 BLD 15 -1 FP BE Pri !#38 N20074 P12913 MEMBAR Loop_exit !#38 N20075 P12914 MEMBAR Loop_entry !#38 N20076 P12915 BLD 214 -1 FP BE Pri !#38 N20077 P12916 MEMBAR Loop_exit !#38 N20078 P12914 MEMBAR Loop_entry !#38 N20079 P12915 BLD 214 -1 FP BE Pri !#38 N20080 P12916 MEMBAR Loop_exit !#38 N20081 P12917 PREFETCH 184 Int BE Pri Loop_entry Loop_exit !#38 N20082 P12918 MEMBAR Loop_entry !#38 N20083 P12919 BLD 219 -1 FP BE Pri !#38 N20084 P12919 BLD 220 -1 FP BE Pri !#38 N20085 P12920 MEMBAR Loop_exit !#38 N20086 P12918 MEMBAR Loop_entry !#38 N20087 P12919 BLD 219 -1 FP BE Pri !#38 N20088 P12919 BLD 220 -1 FP BE Pri !#38 N20089 P12920 MEMBAR Loop_exit !#38 N20090 P12921 MEMBAR Loop_entry !#38 N20091 P12922 BLD 114 -1 FP BE Pri !#38 N20092 P12923 MEMBAR Loop_exit !#38 N20093 P12924 MEMBAR Loop_entry !#38 N20094 P12925 BLD 140 -1 FP BE Pri !#38 N20095 P12926 MEMBAR Loop_exit !#38 N20096 P12924 MEMBAR Loop_entry !#38 N20097 P12925 BLD 140 -1 FP BE Pri !#38 N20098 P12926 MEMBAR Loop_exit !#38 N20099 P12927 MEMBAR Loop_entry !#38 N20100 P12928 BLD 198 -1 FP BE Pri !#38 N20101 P12929 MEMBAR Loop_exit !#38 N20102 P12930 MEMBAR Loop_entry !#38 N20103 P12931 BLD 111 -1 FP BE Pri !#38 N20104 P12931 BLD 112 -1 FP BE Pri !#38 N20105 P12931 BLD 113 -1 FP BE Pri !#38 N20106 P12932 MEMBAR Loop_exit !#38 N20107 P12933 MEMBAR Loop_entry !#38 N20108 P12934 BLD 172 -1 FP BE Pri !#38 N20109 P12935 MEMBAR Loop_exit !#38 N20110 P12933 MEMBAR Loop_entry !#38 N20111 P12934 BLD 172 -1 FP BE Pri !#38 N20112 P12935 MEMBAR Loop_exit !#38 N20113 P12936 MEMBAR Loop_entry !#38 N20114 P12937 BLD 240 -1 FP BE Pri !#38 N20115 P12938 MEMBAR Loop_exit !#38 N20116 P12936 MEMBAR Loop_entry !#38 N20117 P12937 BLD 240 -1 FP BE Pri !#38 N20118 P12938 MEMBAR Loop_exit !#38 N20119 P12939 PREFETCH 190 Int BE Pri Loop_entry !#38 N20120 P12940 MEMBAR !#38 N20121 P12941 BLD 61 -1 FP BE Pri !#38 N20122 P12942 MEMBAR Loop_exit !#38 N20123 P12943 MEMBAR Loop_entry !#38 N20124 P12944 BLD 221 -1 FP BE Pri !#38 N20125 P12945 MEMBAR Loop_exit !#38 N20126 P12946 MEMBAR Loop_entry !#38 N20127 P12947 BLD 279 -1 FP BE Pri !#38 N20128 P12948 MEMBAR Loop_exit !#38 N20129 P12946 MEMBAR Loop_entry !#38 N20130 P12947 BLD 279 -1 FP BE Pri !#38 N20131 P12948 MEMBAR Loop_exit !#38 N20132 P12949 MEMBAR Loop_entry !#38 N20133 P12950 BLD 189 -1 FP BE Pri !#38 N20134 P12951 MEMBAR Loop_exit !#38 N20135 P12949 MEMBAR Loop_entry !#38 N20136 P12950 BLD 189 -1 FP BE Pri !#38 N20137 P12951 MEMBAR Loop_exit !#38 N20138 P12952 MEMBAR Loop_entry !#38 N20139 P12953 BLD 303 -1 FP BE Pri !#38 N20140 P12954 MEMBAR Loop_exit !#38 N20141 P12952 MEMBAR Loop_entry !#38 N20142 P12953 BLD 303 -1 FP BE Pri !#38 N20143 P12954 MEMBAR Loop_exit !#38 N20144 P12955 MEMBAR Loop_entry !#38 N20145 P12956 BLD 120 -1 FP BE Pri !#38 N20146 P12957 MEMBAR Loop_exit !#38 N20147 P12955 MEMBAR Loop_entry !#38 N20148 P12956 BLD 120 -1 FP BE Pri !#38 N20149 P12957 MEMBAR Loop_exit !#38 N20150 P12958 MEMBAR Loop_entry !#38 N20151 P12959 BLD 201 -1 FP BE Pri !#38 N20152 P12960 MEMBAR Loop_exit !#38 N20153 P12961 MEMBAR Loop_entry !#38 N20154 P12962 BLD 46 -1 FP BE Pri !#38 N20155 P12963 MEMBAR Loop_exit !#38 N20156 P12961 MEMBAR Loop_entry !#38 N20157 P12962 BLD 46 -1 FP BE Pri !#38 N20158 P12963 MEMBAR Loop_exit !#38 N20159 P12964 ST 230 0x93000006 Int BE Pri Loop_entry Loop_exit !#38 N20160 P12965 MEMBAR Loop_entry !#38 N20161 P12966 BLD 341 -1 FP BE Pri !#38 N20162 P12967 MEMBAR Loop_exit !#38 N20163 P12968 MEMBAR Loop_entry !#38 N20164 P12969 BLD 152 -1 FP BE Pri !#38 N20165 P12970 MEMBAR Loop_exit !#38 N20166 P12971 MEMBAR Loop_entry !#38 N20167 P12972 BLD 198 -1 FP BE Pri !#38 N20168 P12973 MEMBAR Loop_exit !#38 N20169 P12971 MEMBAR Loop_entry !#38 N20170 P12972 BLD 198 -1 FP BE Pri !#38 N20171 P12973 MEMBAR Loop_exit !#38 N20172 P12974 MEMBAR Loop_entry !#38 N20173 P12975 BLD 323 -1 FP BE Pri !#38 N20174 P12976 MEMBAR Loop_exit !#38 N20175 P12977 MEMBAR Loop_entry !#38 N20176 P12978 BLD 235 -1 FP BE Pri !#38 N20177 P12979 MEMBAR Loop_exit !#38 N20178 P12977 MEMBAR Loop_entry !#38 N20179 P12978 BLD 235 -1 FP BE Pri !#38 N20180 P12979 MEMBAR Loop_exit !#38 N20181 P12980 MEMBAR Loop_entry !#38 N20182 P12981 BLD 62 -1 FP BE Pri !#38 N20183 P12981 BLD 63 -1 FP BE Pri !#38 N20184 P12982 MEMBAR Loop_exit !#38 N20185 P12980 MEMBAR Loop_entry !#38 N20186 P12981 BLD 62 -1 FP BE Pri !#38 N20187 P12981 BLD 63 -1 FP BE Pri !#38 N20188 P12982 MEMBAR Loop_exit !#38 N20189 P12983 PREFETCH 331 Int BE Pri Loop_entry !#38 N20190 P12984 IDC_FLIP 87 Int BE Pri Loop_exit !#38 N20191 P12985 PREFETCH 0 Int BE Pri Loop_entry !#38 N20192 P12986 MEMBAR !#38 N20193 P12987 BLD 31 -1 FP BE Pri !#38 N20194 P12988 MEMBAR Loop_exit !#38 N20195 P12985 PREFETCH 0 Int BE Pri Loop_entry !#38 N20196 P12986 MEMBAR !#38 N20197 P12987 BLD 31 -1 FP BE Pri !#38 N20198 P12988 MEMBAR Loop_exit !#38 N20199 P12989 IDC_FLIP 163 Int BE Pri Loop_entry !#38 N20200 P12990 PREFETCH 62 NF Int BE Pri Loop_exit !#38 N20201 P12991 MEMBAR Loop_entry !#38 N20202 P12992 BLD 38 -1 FP BE Pri !#38 N20203 P12993 MEMBAR Loop_exit !#38 N20204 P12991 MEMBAR Loop_entry !#38 N20205 P12992 BLD 38 -1 FP BE Pri !#38 N20206 P12993 MEMBAR Loop_exit !#38 N20207 P12994 MEMBAR Loop_entry !#38 N20208 P12995 BLD 186 -1 FP BE Pri !#38 N20209 P12996 MEMBAR Loop_exit !#38 N20210 P12994 MEMBAR Loop_entry !#38 N20211 P12995 BLD 186 -1 FP BE Pri !#38 N20212 P12996 MEMBAR Loop_exit !#38 N20213 P12997 MEMBAR Loop_entry !#38 N20214 P12998 BLD 154 -1 FP BE Pri !#38 N20215 P12999 MEMBAR Loop_exit !#38 N20216 P13000 PREFETCH 348 NF Int BE Pri Loop_entry Loop_exit !#38 N20217 P13000 PREFETCH 348 NF Int BE Pri Loop_entry Loop_exit !#38 N20218 P13001 PREFETCH 150 Int BE Pri Loop_entry !#38 N20219 P13002 MEMBAR !#38 N20220 P13003 BLD 243 -1 FP BE Pri !#38 N20221 P13004 MEMBAR Loop_exit !#38 N20222 P13005 MEMBAR Loop_entry !#38 N20223 P13006 BLD 44 -1 FP BE Pri !#38 N20224 P13007 MEMBAR Loop_exit !#38 N20225 P13005 MEMBAR Loop_entry !#38 N20226 P13006 BLD 44 -1 FP BE Pri !#38 N20227 P13007 MEMBAR Loop_exit !#38 N20228 P13008 MEMBAR Loop_entry !#38 N20229 P13009 BLD 15 -1 FP BE Pri !#38 N20230 P13010 MEMBAR Loop_exit !#38 N20231 P13011 MEMBAR Loop_entry !#38 N20232 P13012 BLD 97 -1 FP BE Pri !#38 N20233 P13013 MEMBAR Loop_exit !#38 N20234 P13011 MEMBAR Loop_entry !#38 N20235 P13012 BLD 97 -1 FP BE Pri !#38 N20236 P13013 MEMBAR Loop_exit !#38 N20237 P13014 MEMBAR Loop_entry !#38 N20238 P13015 BLD 60 -1 FP BE Pri !#38 N20239 P13016 MEMBAR Loop_exit !#38 N20240 P13014 MEMBAR Loop_entry !#38 N20241 P13015 BLD 60 -1 FP BE Pri !#38 N20242 P13016 MEMBAR Loop_exit !#38 N20243 P13017 IDC_FLIP 131 Int BE Pri Loop_entry Loop_exit !#38 N20244 P13018 IDC_FLIP 195 Int BE Pri Loop_entry Loop_exit !#38 N20245 P13019 MEMBAR Loop_entry !#38 N20246 P13020 BLD 136 -1 FP BE Pri !#38 N20247 P13021 MEMBAR Loop_exit !#38 N20248 P13019 MEMBAR Loop_entry !#38 N20249 P13020 BLD 136 -1 FP BE Pri !#38 N20250 P13021 MEMBAR Loop_exit !#38 N20251 P13022 MEMBAR Loop_entry !#38 N20252 P13023 BLD 0 -1 FP BE Pri !#38 N20253 P13024 MEMBAR Loop_exit !#38 N20254 P13022 MEMBAR Loop_entry !#38 N20255 P13023 BLD 0 -1 FP BE Pri !#38 N20256 P13024 MEMBAR Loop_exit !#38 N20257 P13025 ST 350 0x93000007 Int BE Pri Loop_entry Loop_exit !#38 N20258 P13026 MEMBAR Loop_entry !#38 N20259 P13027 BLD 156 -1 FP BE Pri !#38 N20260 P13028 MEMBAR Loop_exit !#38 N20261 P13029 MEMBAR Loop_entry !#38 N20262 P13030 BLD 309 -1 FP BE Pri !#38 N20263 P13031 MEMBAR Loop_exit !#38 N20264 P13032 MEMBAR Loop_entry Loop_exit !#38 N20265 P13032 MEMBAR Loop_entry Loop_exit !#38 N20266 P13033 MEMBAR Loop_entry !#38 N20267 P13034 BLD 226 -1 FP BE Pri !#38 N20268 P13035 MEMBAR Loop_exit !#38 N20269 P13036 ST 172 0x93000008 Int BE Pri Loop_entry !#38 N20270 P13037 ST 132 0x93000009 Int BE Pri Loop_exit !#38 N20271 P13036 ST 172 0x9300000a Int BE Pri Loop_entry !#38 N20272 P13037 ST 132 0x9300000b Int BE Pri Loop_exit !#38 N20273 P13038 MEMBAR Loop_entry !#38 N20274 P13039 BLD 194 -1 FP BE Pri !#38 N20275 P13040 MEMBAR Loop_exit !#38 N20276 P13038 MEMBAR Loop_entry !#38 N20277 P13039 BLD 194 -1 FP BE Pri !#38 N20278 P13040 MEMBAR Loop_exit !#38 N20279 P13041 MEMBAR Loop_entry !#38 N20280 P13042 BLD 314 -1 FP BE Pri !#38 N20281 P13043 MEMBAR Loop_exit !#38 N20282 P13044 MEMBAR Loop_entry !#38 N20283 P13045 BLD 342 -1 FP BE Pri !#38 N20284 P13046 MEMBAR Loop_exit !#38 N20285 P13044 MEMBAR Loop_entry !#38 N20286 P13045 BLD 342 -1 FP BE Pri !#38 N20287 P13046 MEMBAR Loop_exit !#38 N20288 P13047 MEMBAR Loop_entry !#38 N20289 P13048 BLD 223 -1 FP BE Pri !#38 N20290 P13049 MEMBAR Loop_exit !#38 N20291 P13050 MEMBAR Loop_entry !#38 N20292 P13051 BLD 300 -1 FP BE Pri !#38 N20293 P13052 MEMBAR Loop_exit !#38 N20294 P13053 MEMBAR Loop_entry !#38 N20295 P13054 BLD 5 -1 FP BE Pri !#38 N20296 P13055 MEMBAR Loop_exit !#38 N20297 P13056 MEMBAR Loop_entry !#38 N20298 P13057 BLD 114 -1 FP BE Pri !#38 N20299 P13058 MEMBAR Loop_exit !#38 N20300 P13056 MEMBAR Loop_entry !#38 N20301 P13057 BLD 114 -1 FP BE Pri !#38 N20302 P13058 MEMBAR Loop_exit !#38 N20303 P13059 MEMBAR Loop_entry !#38 N20304 P13060 BLD 184 -1 FP BE Pri !#38 N20305 P13061 MEMBAR Loop_exit !#38 N20306 P13059 MEMBAR Loop_entry !#38 N20307 P13060 BLD 184 -1 FP BE Pri !#38 N20308 P13061 MEMBAR Loop_exit !#38 N20309 P13062 FLUSHI 98 Int BE Pri Loop_entry !#38 N20310 P13063 MEMBAR !#38 N20311 P13064 BLD 335 -1 FP BE Pri !#38 N20312 P13065 MEMBAR Loop_exit !#38 N20313 P13062 FLUSHI 98 Int BE Pri Loop_entry !#38 N20314 P13063 MEMBAR !#38 N20315 P13064 BLD 335 -1 FP BE Pri !#38 N20316 P13065 MEMBAR Loop_exit !#38 N20317 P13066 MEMBAR Loop_entry !#38 N20318 P13067 BLD 122 -1 FP BE Pri !#38 N20319 P13068 MEMBAR Loop_exit !#38 N20320 P13069 MEMBAR Loop_entry !#38 N20321 P13070 BLD 101 -1 FP BE Pri !#38 N20322 P13071 MEMBAR Loop_exit !#38 N20323 P13069 MEMBAR Loop_entry !#38 N20324 P13070 BLD 101 -1 FP BE Pri !#38 N20325 P13071 MEMBAR Loop_exit !#38 N20326 P13072 MEMBAR Loop_entry !#38 N20327 P13073 BLD 171 -1 FP BE Pri !#38 N20328 P13074 MEMBAR Loop_exit !#38 N20329 P13072 MEMBAR Loop_entry !#38 N20330 P13073 BLD 171 -1 FP BE Pri !#38 N20331 P13074 MEMBAR Loop_exit !#38 N20332 P13075 MEMBAR Loop_entry !#38 N20333 P13076 BLD 231 -1 FP BE Pri !#38 N20334 P13077 MEMBAR Loop_exit !#38 N20335 P13078 ST 74 0x9300000c Int BE Pri Loop_entry !#38 N20336 P13079 ST 240 0x9300000d Int BE Pri Loop_exit !#38 N20337 P13080 ST 1 0x9300000e Int BE Pri Loop_entry Loop_exit !#38 N20338 P13080 ST 1 0x9300000f Int BE Pri Loop_entry Loop_exit !#38 N20339 P13081 MEMBAR Loop_entry !#38 N20340 P13082 BLD 161 -1 FP BE Pri !#38 N20341 P13083 MEMBAR Loop_exit !#38 N20342 P13081 MEMBAR Loop_entry !#38 N20343 P13082 BLD 161 -1 FP BE Pri !#38 N20344 P13083 MEMBAR Loop_exit !#38 N20345 P13084 MEMBAR Loop_entry !#38 N20346 P13085 BLD 201 -1 FP BE Pri !#38 N20347 P13086 MEMBAR Loop_exit !#38 N20348 P13087 IDC_FLIP 229 Int BE Pri Loop_entry !#38 N20349 P13088 MEMBAR !#38 N20350 P13089 BLD 163 -1 FP BE Pri !#38 N20351 P13090 MEMBAR Loop_exit !#38 N20352 P13087 IDC_FLIP 229 Int BE Pri Loop_entry !#38 N20353 P13088 MEMBAR !#38 N20354 P13089 BLD 163 -1 FP BE Pri !#38 N20355 P13090 MEMBAR Loop_exit !#38 N20356 P13091 MEMBAR !#39 N20357 P13092 MEMBAR Loop_entry !#39 N20358 P13093 BLD 264 -1 FP BE Pri !#39 N20359 P13094 MEMBAR Loop_exit !#39 N20360 P13092 MEMBAR Loop_entry !#39 N20361 P13093 BLD 264 -1 FP BE Pri !#39 N20362 P13094 MEMBAR Loop_exit !#39 N20363 P13095 MEMBAR Loop_entry !#39 N20364 P13096 BLD 268 -1 FP BE Pri !#39 N20365 P13097 MEMBAR Loop_exit !#39 N20366 P13095 MEMBAR Loop_entry !#39 N20367 P13096 BLD 268 -1 FP BE Pri !#39 N20368 P13097 MEMBAR Loop_exit !#39 N20369 P13098 MEMBAR Loop_entry !#39 N20370 P13099 BLD 251 -1 FP BE Pri !#39 N20371 P13100 MEMBAR Loop_exit !#39 N20372 P13101 MEMBAR Loop_entry !#39 N20373 P13102 BLD 326 -1 FP BE Pri !#39 N20374 P13103 MEMBAR Loop_exit !#39 N20375 P13104 MEMBAR Loop_entry !#39 N20376 P13105 BLD 219 -1 FP BE Pri !#39 N20377 P13105 BLD 220 -1 FP BE Pri !#39 N20378 P13106 MEMBAR Loop_exit !#39 N20379 P13104 MEMBAR Loop_entry !#39 N20380 P13105 BLD 219 -1 FP BE Pri !#39 N20381 P13105 BLD 220 -1 FP BE Pri !#39 N20382 P13106 MEMBAR Loop_exit !#39 N20383 P13107 MEMBAR Loop_entry !#39 N20384 P13108 BLD 323 -1 FP BE Pri !#39 N20385 P13109 MEMBAR Loop_exit !#39 N20386 P13107 MEMBAR Loop_entry !#39 N20387 P13108 BLD 323 -1 FP BE Pri !#39 N20388 P13109 MEMBAR Loop_exit !#39 N20389 P13110 MEMBAR Loop_entry !#39 N20390 P13111 BLD 80 -1 FP BE Pri !#39 N20391 P13112 MEMBAR Loop_exit !#39 N20392 P13113 MEMBAR Loop_entry !#39 N20393 P13114 BLD 353 -1 FP BE Pri !#39 N20394 P13115 MEMBAR Loop_exit !#39 N20395 P13116 MEMBAR Loop_entry !#39 N20396 P13117 BLD 102 -1 FP BE Pri !#39 N20397 P13117 BLD 103 -1 FP BE Pri !#39 N20398 P13117 BLD 104 -1 FP BE Pri !#39 N20399 P13118 MEMBAR Loop_exit !#39 N20400 P13119 MEMBAR Loop_entry !#39 N20401 P13120 BLD 184 -1 FP BE Pri !#39 N20402 P13121 MEMBAR Loop_exit !#39 N20403 P13122 MEMBAR Loop_entry !#39 N20404 P13123 BLD 1 -1 FP BE Pri !#39 N20405 P13124 MEMBAR Loop_exit !#39 N20406 P13122 MEMBAR Loop_entry !#39 N20407 P13123 BLD 1 -1 FP BE Pri !#39 N20408 P13124 MEMBAR Loop_exit !#39 N20409 P13125 MEMBAR Loop_entry !#39 N20410 P13126 BLD 240 -1 FP BE Pri !#39 N20411 P13127 MEMBAR Loop_exit !#39 N20412 P13125 MEMBAR Loop_entry !#39 N20413 P13126 BLD 240 -1 FP BE Pri !#39 N20414 P13127 MEMBAR Loop_exit !#39 N20415 P13128 MEMBAR Loop_entry !#39 N20416 P13129 BLD 116 -1 FP BE Pri !#39 N20417 P13130 MEMBAR Loop_exit !#39 N20418 P13128 MEMBAR Loop_entry !#39 N20419 P13129 BLD 116 -1 FP BE Pri !#39 N20420 P13130 MEMBAR Loop_exit !#39 N20421 P13131 IDC_FLIP 307 Int BE Pri Loop_entry Loop_exit !#39 N20422 P13131 IDC_FLIP 307 Int BE Pri Loop_entry Loop_exit !#39 N20423 P13132 PREFETCH 318 Int BE Pri Loop_entry !#39 N20424 P13133 IDC_FLIP 129 Int BE Pri Loop_exit !#39 N20425 P13134 MEMBAR Loop_entry !#39 N20426 P13135 BLD 252 -1 FP BE Pri !#39 N20427 P13136 MEMBAR Loop_exit !#39 N20428 P13134 MEMBAR Loop_entry !#39 N20429 P13135 BLD 252 -1 FP BE Pri !#39 N20430 P13136 MEMBAR Loop_exit !#39 N20431 P13137 MEMBAR Loop_entry !#39 N20432 P13138 BLD 329 -1 FP BE Pri !#39 N20433 P13139 MEMBAR Loop_exit !#39 N20434 P13140 ST 133 0x93800001 Int BE Pri Loop_entry Loop_exit !#39 N20435 P13140 ST 133 0x93800002 Int BE Pri Loop_entry Loop_exit !#39 N20436 P13141 MEMBAR Loop_entry !#39 N20437 P13142 BLD 5 -1 FP BE Pri !#39 N20438 P13143 MEMBAR Loop_exit !#39 N20439 P13141 MEMBAR Loop_entry !#39 N20440 P13142 BLD 5 -1 FP BE Pri !#39 N20441 P13143 MEMBAR Loop_exit !#39 N20442 P13144 MEMBAR Loop_entry !#39 N20443 P13145 BLD 43 -1 FP BE Pri !#39 N20444 P13146 MEMBAR Loop_exit !#39 N20445 P13147 PREFETCH 327 Int BE Pri Loop_entry Loop_exit !#39 N20446 P13147 PREFETCH 327 Int BE Pri Loop_entry Loop_exit !#39 N20447 P13148 MEMBAR Loop_entry !#39 N20448 P13149 BLD 43 -1 FP BE Pri !#39 N20449 P13150 MEMBAR Loop_exit !#39 N20450 P13151 MEMBAR Loop_entry !#39 N20451 P13152 BLD 227 -1 FP BE Pri !#39 N20452 P13153 MEMBAR Loop_exit !#39 N20453 P13154 MEMBAR Loop_entry !#39 N20454 P13155 BLD 31 -1 FP BE Pri !#39 N20455 P13156 MEMBAR Loop_exit !#39 N20456 P13157 MEMBAR Loop_entry !#39 N20457 P13158 BLD 98 -1 FP BE Pri !#39 N20458 P13158 BLD 99 -1 FP BE Pri !#39 N20459 P13159 MEMBAR Loop_exit !#39 N20460 P13157 MEMBAR Loop_entry !#39 N20461 P13158 BLD 98 -1 FP BE Pri !#39 N20462 P13158 BLD 99 -1 FP BE Pri !#39 N20463 P13159 MEMBAR Loop_exit !#39 N20464 P13160 MEMBAR Loop_entry !#39 N20465 P13161 BLD 261 -1 FP BE Pri !#39 N20466 P13162 MEMBAR Loop_exit !#39 N20467 P13160 MEMBAR Loop_entry !#39 N20468 P13161 BLD 261 -1 FP BE Pri !#39 N20469 P13162 MEMBAR Loop_exit !#39 N20470 P13163 IDC_FLIP 49 Int BE Pri Loop_entry !#39 N20471 P13164 MEMBAR !#39 N20472 P13165 BLD 109 -1 FP BE Pri !#39 N20473 P13166 MEMBAR Loop_exit !#39 N20474 P13163 IDC_FLIP 49 Int BE Pri Loop_entry !#39 N20475 P13164 MEMBAR !#39 N20476 P13165 BLD 109 -1 FP BE Pri !#39 N20477 P13166 MEMBAR Loop_exit !#39 N20478 P13167 ST 229 0x93800003 Int BE Pri Loop_entry !#39 N20479 P13168 MEMBAR !#39 N20480 P13169 BLD 322 -1 FP BE Pri !#39 N20481 P13170 MEMBAR Loop_exit !#39 N20482 P13167 ST 229 0x93800004 Int BE Pri Loop_entry !#39 N20483 P13168 MEMBAR !#39 N20484 P13169 BLD 322 -1 FP BE Pri !#39 N20485 P13170 MEMBAR Loop_exit !#39 N20486 P13171 MEMBAR Loop_entry !#39 N20487 P13172 BLD 290 -1 FP BE Pri !#39 N20488 P13173 MEMBAR Loop_exit !#39 N20489 P13174 ST 10 0x93800005 Int BE Pri Loop_entry Loop_exit !#39 N20490 P13174 ST 10 0x93800006 Int BE Pri Loop_entry Loop_exit !#39 N20491 P13175 MEMBAR Loop_entry !#39 N20492 P13176 BLD 6 -1 FP BE Pri !#39 N20493 P13176 BLD 7 -1 FP BE Pri !#39 N20494 P13177 MEMBAR Loop_exit !#39 N20495 P13175 MEMBAR Loop_entry !#39 N20496 P13176 BLD 6 -1 FP BE Pri !#39 N20497 P13176 BLD 7 -1 FP BE Pri !#39 N20498 P13177 MEMBAR Loop_exit !#39 N20499 P13178 MEMBAR Loop_entry !#39 N20500 P13179 BLD 241 -1 FP BE Pri !#39 N20501 P13179 BLD 242 -1 FP BE Pri !#39 N20502 P13180 MEMBAR Loop_exit !#39 N20503 P13178 MEMBAR Loop_entry !#39 N20504 P13179 BLD 241 -1 FP BE Pri !#39 N20505 P13179 BLD 242 -1 FP BE Pri !#39 N20506 P13180 MEMBAR Loop_exit !#39 N20507 P13181 MEMBAR Loop_entry !#39 N20508 P13182 BLD 265 -1 FP BE Pri !#39 N20509 P13183 MEMBAR Loop_exit !#39 N20510 P13184 FLUSHI 279 Int BE Pri Loop_entry !#39 N20511 P13185 PREFETCH 321 Int BE Pri Loop_exit !#39 N20512 P13184 FLUSHI 279 Int BE Pri Loop_entry !#39 N20513 P13185 PREFETCH 321 Int BE Pri Loop_exit !#39 N20514 P13186 MEMBAR Loop_entry !#39 N20515 P13187 BLD 38 -1 FP BE Pri !#39 N20516 P13188 MEMBAR Loop_exit !#39 N20517 P13189 MEMBAR Loop_entry !#39 N20518 P13190 BLD 195 -1 FP BE Pri !#39 N20519 P13191 MEMBAR Loop_exit !#39 N20520 P13192 MEMBAR Loop_entry !#39 N20521 P13193 BLD 209 -1 FP BE Pri !#39 N20522 P13194 MEMBAR Loop_exit !#39 N20523 P13195 MEMBAR Loop_entry !#39 N20524 P13196 BLD 210 -1 FP BE Pri !#39 N20525 P13197 MEMBAR Loop_exit !#39 N20526 P13198 PREFETCH 277 Int BE Pri Loop_entry !#39 N20527 P13199 MEMBAR !#39 N20528 P13200 BLD 302 -1 FP BE Pri !#39 N20529 P13201 MEMBAR Loop_exit !#39 N20530 P13202 MEMBAR Loop_entry !#39 N20531 P13203 BLD 61 -1 FP BE Pri !#39 N20532 P13204 MEMBAR Loop_exit !#39 N20533 P13205 MEMBAR Loop_entry !#39 N20534 P13206 BLD 224 -1 FP BE Pri !#39 N20535 P13207 MEMBAR Loop_exit !#39 N20536 P13208 MEMBAR Loop_entry !#39 N20537 P13209 BLD 336 -1 FP BE Pri !#39 N20538 P13210 MEMBAR Loop_exit !#39 N20539 P13211 ST 278 0x93800007 Int BE Pri Loop_entry Loop_exit !#39 N20540 P13211 ST 278 0x93800008 Int BE Pri Loop_entry Loop_exit !#39 N20541 P13212 MEMBAR Loop_entry !#39 N20542 P13213 BLD 297 -1 FP BE Pri !#39 N20543 P13214 MEMBAR Loop_exit !#39 N20544 P13212 MEMBAR Loop_entry !#39 N20545 P13213 BLD 297 -1 FP BE Pri !#39 N20546 P13214 MEMBAR Loop_exit !#39 N20547 P13215 MEMBAR Loop_entry !#39 N20548 P13216 BLD 327 -1 FP BE Pri !#39 N20549 P13217 MEMBAR Loop_exit !#39 N20550 P13215 MEMBAR Loop_entry !#39 N20551 P13216 BLD 327 -1 FP BE Pri !#39 N20552 P13217 MEMBAR Loop_exit !#39 N20553 P13218 MEMBAR Loop_entry !#39 N20554 P13219 BLD 152 -1 FP BE Pri !#39 N20555 P13220 MEMBAR Loop_exit !#39 N20556 P13221 MEMBAR Loop_entry !#39 N20557 P13222 BLD 349 -1 FP BE Pri !#39 N20558 P13223 MEMBAR Loop_exit !#39 N20559 P13221 MEMBAR Loop_entry !#39 N20560 P13222 BLD 349 -1 FP BE Pri !#39 N20561 P13223 MEMBAR Loop_exit !#39 N20562 P13224 MEMBAR Loop_entry !#39 N20563 P13225 BLD 164 -1 FP BE Pri !#39 N20564 P13226 MEMBAR Loop_exit !#39 N20565 P13224 MEMBAR Loop_entry !#39 N20566 P13225 BLD 164 -1 FP BE Pri !#39 N20567 P13226 MEMBAR Loop_exit !#39 N20568 P13227 MEMBAR Loop_entry !#39 N20569 P13228 BLD 192 -1 FP BE Pri !#39 N20570 P13229 MEMBAR Loop_exit !#39 N20571 P13227 MEMBAR Loop_entry !#39 N20572 P13228 BLD 192 -1 FP BE Pri !#39 N20573 P13229 MEMBAR Loop_exit !#39 N20574 P13230 MEMBAR Loop_entry !#39 N20575 P13231 BLD 173 -1 FP BE Pri !#39 N20576 P13232 MEMBAR Loop_exit !#39 N20577 P13233 ST 145 0x93800009 Int BE Pri Loop_entry !#39 N20578 P13234 MEMBAR !#39 N20579 P13235 BLD 167 -1 FP BE Pri !#39 N20580 P13236 MEMBAR Loop_exit !#39 N20581 P13233 ST 145 0x9380000a Int BE Pri Loop_entry !#39 N20582 P13234 MEMBAR !#39 N20583 P13235 BLD 167 -1 FP BE Pri !#39 N20584 P13236 MEMBAR Loop_exit !#39 N20585 P13237 MEMBAR Loop_entry !#39 N20586 P13238 BLD 304 -1 FP BE Pri !#39 N20587 P13239 MEMBAR Loop_exit !#39 N20588 P13240 MEMBAR Loop_entry !#39 N20589 P13241 BLD 204 -1 FP BE Pri !#39 N20590 P13242 MEMBAR Loop_exit !#39 N20591 P13243 MEMBAR Loop_entry !#39 N20592 P13244 BLD 314 -1 FP BE Pri !#39 N20593 P13245 MEMBAR Loop_exit !#39 N20594 P13243 MEMBAR Loop_entry !#39 N20595 P13244 BLD 314 -1 FP BE Pri !#39 N20596 P13245 MEMBAR Loop_exit !#39 N20597 P13246 IDC_FLIP 54 Int BE Pri Loop_entry !#39 N20598 P13247 MEMBAR !#39 N20599 P13248 BLD 190 -1 FP BE Pri !#39 N20600 P13249 MEMBAR Loop_exit !#39 N20601 P13246 IDC_FLIP 54 Int BE Pri Loop_entry !#39 N20602 P13247 MEMBAR !#39 N20603 P13248 BLD 190 -1 FP BE Pri !#39 N20604 P13249 MEMBAR Loop_exit !#39 N20605 P13250 IDC_FLIP 260 Int BE Pri Loop_entry Loop_exit !#39 N20606 P13250 IDC_FLIP 260 Int BE Pri Loop_entry Loop_exit !#39 N20607 P13251 MEMBAR Loop_entry !#39 N20608 P13252 BLD 185 -1 FP BE Pri !#39 N20609 P13253 MEMBAR Loop_exit !#39 N20610 P13254 MEMBAR Loop_entry !#39 N20611 P13255 BLD 36 -1 FP BE Pri !#39 N20612 P13256 MEMBAR Loop_exit !#39 N20613 P13254 MEMBAR Loop_entry !#39 N20614 P13255 BLD 36 -1 FP BE Pri !#39 N20615 P13256 MEMBAR Loop_exit !#39 N20616 P13257 MEMBAR Loop_entry !#39 N20617 P13258 BLD 338 -1 FP BE Pri !#39 N20618 P13259 MEMBAR Loop_exit !#39 N20619 P13260 MEMBAR Loop_entry !#39 N20620 P13261 BLD 74 -1 FP BE Pri !#39 N20621 P13262 MEMBAR Loop_exit !#39 N20622 P13263 MEMBAR Loop_entry !#39 N20623 P13264 BLD 136 -1 FP BE Pri !#39 N20624 P13265 MEMBAR Loop_exit !#39 N20625 P13263 MEMBAR Loop_entry !#39 N20626 P13264 BLD 136 -1 FP BE Pri !#39 N20627 P13265 MEMBAR Loop_exit !#39 N20628 P13266 MEMBAR Loop_entry !#39 N20629 P13267 BLD 88 -1 FP BE Pri !#39 N20630 P13268 MEMBAR Loop_exit !#39 N20631 P13266 MEMBAR Loop_entry !#39 N20632 P13267 BLD 88 -1 FP BE Pri !#39 N20633 P13268 MEMBAR Loop_exit !#39 N20634 P13269 MEMBAR Loop_entry !#39 N20635 P13270 BLD 82 -1 FP BE Pri !#39 N20636 P13271 MEMBAR Loop_exit !#39 N20637 P13269 MEMBAR Loop_entry !#39 N20638 P13270 BLD 82 -1 FP BE Pri !#39 N20639 P13271 MEMBAR Loop_exit !#39 N20640 P13272 MEMBAR Loop_entry !#39 N20641 P13273 BLD 321 -1 FP BE Pri !#39 N20642 P13274 MEMBAR Loop_exit !#39 N20643 P13275 MEMBAR Loop_entry !#39 N20644 P13276 BLD 341 -1 FP BE Pri !#39 N20645 P13277 MEMBAR Loop_exit !#39 N20646 P13278 MEMBAR Loop_entry !#39 N20647 P13279 BLD 124 -1 FP BE Pri !#39 N20648 P13279 BLD 125 -1 FP BE Pri !#39 N20649 P13279 BLD 126 -1 FP BE Pri !#39 N20650 P13280 MEMBAR Loop_exit !#39 N20651 P13281 MEMBAR Loop_entry !#39 N20652 P13282 BLD 10 -1 FP BE Pri !#39 N20653 P13283 MEMBAR Loop_exit !#39 N20654 P13284 MEMBAR Loop_entry !#39 N20655 P13285 BLD 110 -1 FP BE Pri !#39 N20656 P13286 MEMBAR Loop_exit !#39 N20657 P13287 MEMBAR Loop_entry !#39 N20658 P13288 BLD 270 -1 FP BE Pri !#39 N20659 P13289 MEMBAR Loop_exit !#39 N20660 P13290 MEMBAR Loop_entry !#39 N20661 P13291 BLD 111 -1 FP BE Pri !#39 N20662 P13291 BLD 112 -1 FP BE Pri !#39 N20663 P13291 BLD 113 -1 FP BE Pri !#39 N20664 P13292 MEMBAR Loop_exit !#39 N20665 P13290 MEMBAR Loop_entry !#39 N20666 P13291 BLD 111 -1 FP BE Pri !#39 N20667 P13291 BLD 112 -1 FP BE Pri !#39 N20668 P13291 BLD 113 -1 FP BE Pri !#39 N20669 P13292 MEMBAR Loop_exit !#39 N20670 P13293 MEMBAR Loop_entry !#39 N20671 P13294 BLD 325 -1 FP BE Pri !#39 N20672 P13295 MEMBAR Loop_exit !#39 N20673 P13293 MEMBAR Loop_entry !#39 N20674 P13294 BLD 325 -1 FP BE Pri !#39 N20675 P13295 MEMBAR Loop_exit !#39 N20676 P13296 MEMBAR Loop_entry !#39 N20677 P13297 BLD 215 -1 FP BE Pri !#39 N20678 P13297 BLD 216 -1 FP BE Pri !#39 N20679 P13298 MEMBAR Loop_exit !#39 N20680 P13299 MEMBAR Loop_entry !#39 N20681 P13300 BLD 305 -1 FP BE Pri !#39 N20682 P13301 MEMBAR Loop_exit !#39 N20683 P13302 MEMBAR Loop_entry !#39 N20684 P13303 BLD 65 -1 FP BE Pri !#39 N20685 P13304 MEMBAR Loop_exit !#39 N20686 P13305 IDC_FLIP 133 Int BE Pri Loop_entry !#39 N20687 P13306 IDC_FLIP 265 Int BE Pri Loop_exit !#39 N20688 P13305 IDC_FLIP 133 Int BE Pri Loop_entry !#39 N20689 P13306 IDC_FLIP 265 Int BE Pri Loop_exit !#39 N20690 P13307 IDC_FLIP 265 Int BE Pri Loop_entry Loop_exit !#39 N20691 P13308 MEMBAR Loop_entry !#39 N20692 P13309 BLD 219 -1 FP BE Pri !#39 N20693 P13309 BLD 220 -1 FP BE Pri !#39 N20694 P13310 MEMBAR Loop_exit !#39 N20695 P13308 MEMBAR Loop_entry !#39 N20696 P13309 BLD 219 -1 FP BE Pri !#39 N20697 P13309 BLD 220 -1 FP BE Pri !#39 N20698 P13310 MEMBAR Loop_exit !#39 N20699 P13311 MEMBAR Loop_entry !#39 N20700 P13312 BLD 234 -1 FP BE Pri !#39 N20701 P13313 MEMBAR Loop_exit !#39 N20702 P13311 MEMBAR Loop_entry !#39 N20703 P13312 BLD 234 -1 FP BE Pri !#39 N20704 P13313 MEMBAR Loop_exit !#39 N20705 P13314 MEMBAR Loop_entry !#39 N20706 P13315 BLD 48 -1 FP BE Pri !#39 N20707 P13316 MEMBAR Loop_exit !#39 N20708 P13314 MEMBAR Loop_entry !#39 N20709 P13315 BLD 48 -1 FP BE Pri !#39 N20710 P13316 MEMBAR Loop_exit !#39 N20711 P13317 IDC_FLIP 48 Int BE Pri Loop_entry Loop_exit !#39 N20712 P13318 MEMBAR Loop_entry !#39 N20713 P13319 BLD 330 -1 FP BE Pri !#39 N20714 P13320 MEMBAR Loop_exit !#39 N20715 P13318 MEMBAR Loop_entry !#39 N20716 P13319 BLD 330 -1 FP BE Pri !#39 N20717 P13320 MEMBAR Loop_exit !#39 N20718 P13321 MEMBAR Loop_entry !#39 N20719 P13322 BLD 159 -1 FP BE Pri !#39 N20720 P13323 MEMBAR Loop_exit !#39 N20721 P13321 MEMBAR Loop_entry !#39 N20722 P13322 BLD 159 -1 FP BE Pri !#39 N20723 P13323 MEMBAR Loop_exit !#39 N20724 P13324 MEMBAR Loop_entry !#39 N20725 P13325 BLD 301 -1 FP BE Pri !#39 N20726 P13326 MEMBAR Loop_exit !#39 N20727 P13327 MEMBAR Loop_entry !#39 N20728 P13328 BLD 264 -1 FP BE Pri !#39 N20729 P13329 MEMBAR Loop_exit !#39 N20730 P13327 MEMBAR Loop_entry !#39 N20731 P13328 BLD 264 -1 FP BE Pri !#39 N20732 P13329 MEMBAR Loop_exit !#39 N20733 P13330 IDC_FLIP 74 Int BE Pri Loop_entry !#39 N20734 P13331 MEMBAR !#39 N20735 P13332 BLD 184 -1 FP BE Pri !#39 N20736 P13333 MEMBAR Loop_exit !#39 N20737 P13330 IDC_FLIP 74 Int BE Pri Loop_entry !#39 N20738 P13331 MEMBAR !#39 N20739 P13332 BLD 184 -1 FP BE Pri !#39 N20740 P13333 MEMBAR Loop_exit !#39 N20741 P13334 MEMBAR Loop_entry !#39 N20742 P13335 BLD 97 -1 FP BE Pri !#39 N20743 P13336 MEMBAR Loop_exit !#39 N20744 P13334 MEMBAR Loop_entry !#39 N20745 P13335 BLD 97 -1 FP BE Pri !#39 N20746 P13336 MEMBAR Loop_exit !#39 N20747 P13337 MEMBAR Loop_entry !#39 N20748 P13338 BLD 333 -1 FP BE Pri !#39 N20749 P13339 MEMBAR Loop_exit !#39 N20750 P13337 MEMBAR Loop_entry !#39 N20751 P13338 BLD 333 -1 FP BE Pri !#39 N20752 P13339 MEMBAR Loop_exit !#39 N20753 P13340 MEMBAR Loop_entry !#39 N20754 P13341 BLD 134 -1 FP BE Pri !#39 N20755 P13342 MEMBAR Loop_exit !#39 N20756 P13340 MEMBAR Loop_entry !#39 N20757 P13341 BLD 134 -1 FP BE Pri !#39 N20758 P13342 MEMBAR Loop_exit !#39 N20759 P13343 MEMBAR Loop_entry !#39 N20760 P13344 BLD 17 -1 FP BE Pri !#39 N20761 P13345 MEMBAR Loop_exit !#39 N20762 P13346 MEMBAR Loop_entry !#39 N20763 P13347 BLD 348 -1 FP BE Pri !#39 N20764 P13348 MEMBAR Loop_exit !#39 N20765 P13349 MEMBAR Loop_entry !#39 N20766 P13350 BLD 261 -1 FP BE Pri !#39 N20767 P13351 MEMBAR Loop_exit !#39 N20768 P13349 MEMBAR Loop_entry !#39 N20769 P13350 BLD 261 -1 FP BE Pri !#39 N20770 P13351 MEMBAR Loop_exit !#39 N20771 P13352 MEMBAR Loop_entry !#39 N20772 P13353 BLD 188 -1 FP BE Pri !#39 N20773 P13354 MEMBAR Loop_exit !#39 N20774 P13352 MEMBAR Loop_entry !#39 N20775 P13353 BLD 188 -1 FP BE Pri !#39 N20776 P13354 MEMBAR Loop_exit !#39 N20777 P13355 MEMBAR Loop_entry !#39 N20778 P13356 BLD 267 -1 FP BE Pri !#39 N20779 P13357 MEMBAR Loop_exit !#39 N20780 P13355 MEMBAR Loop_entry !#39 N20781 P13356 BLD 267 -1 FP BE Pri !#39 N20782 P13357 MEMBAR Loop_exit !#39 N20783 P13358 MEMBAR Loop_entry !#39 N20784 P13359 BLD 11 -1 FP BE Pri !#39 N20785 P13359 BLD 12 -1 FP BE Pri !#39 N20786 P13360 MEMBAR Loop_exit !#39 N20787 P13361 MEMBAR Loop_entry !#39 N20788 P13362 BLD 94 -1 FP BE Pri !#39 N20789 P13362 BLD 95 -1 FP BE Pri !#39 N20790 P13363 MEMBAR Loop_exit !#39 N20791 P13364 PREFETCH 14 Int BE Pri Loop_entry !#39 N20792 P13365 MEMBAR !#39 N20793 P13366 BLD 289 -1 FP BE Pri !#39 N20794 P13367 MEMBAR Loop_exit !#39 N20795 P13368 MEMBAR Loop_entry !#39 N20796 P13369 BLD 208 -1 FP BE Pri !#39 N20797 P13370 MEMBAR Loop_exit !#39 N20798 P13368 MEMBAR Loop_entry !#39 N20799 P13369 BLD 208 -1 FP BE Pri !#39 N20800 P13370 MEMBAR Loop_exit !#39 N20801 P13371 MEMBAR Loop_entry !#39 N20802 P13372 BLD 46 -1 FP BE Pri !#39 N20803 P13373 MEMBAR Loop_exit !#39 N20804 P13371 MEMBAR Loop_entry !#39 N20805 P13372 BLD 46 -1 FP BE Pri !#39 N20806 P13373 MEMBAR Loop_exit !#39 N20807 P13374 MEMBAR Loop_entry !#39 N20808 P13375 BLD 42 -1 FP BE Pri !#39 N20809 P13376 MEMBAR Loop_exit !#39 N20810 P13377 MEMBAR Loop_entry !#39 N20811 P13378 BLD 313 -1 FP BE Pri !#39 N20812 P13379 MEMBAR Loop_exit !#39 N20813 P13380 MEMBAR Loop_entry !#39 N20814 P13381 BLD 217 -1 FP BE Pri !#39 N20815 P13382 MEMBAR Loop_exit !#39 N20816 P13383 IDC_FLIP 56 Int BE Pri Loop_entry Loop_exit !#39 N20817 P13383 IDC_FLIP 56 Int BE Pri Loop_entry Loop_exit !#39 N20818 P13384 MEMBAR Loop_entry !#39 N20819 P13385 BLD 203 -1 FP BE Pri !#39 N20820 P13386 MEMBAR Loop_exit !#39 N20821 P13384 MEMBAR Loop_entry !#39 N20822 P13385 BLD 203 -1 FP BE Pri !#39 N20823 P13386 MEMBAR Loop_exit !#39 N20824 P13387 MEMBAR Loop_entry !#39 N20825 P13388 BLD 200 -1 FP BE Pri !#39 N20826 P13389 MEMBAR Loop_exit !#39 N20827 P13387 MEMBAR Loop_entry !#39 N20828 P13388 BLD 200 -1 FP BE Pri !#39 N20829 P13389 MEMBAR Loop_exit !#39 N20830 P13390 MEMBAR Loop_entry !#39 N20831 P13391 BLD 305 -1 FP BE Pri !#39 N20832 P13392 MEMBAR Loop_exit !#39 N20833 P13390 MEMBAR Loop_entry !#39 N20834 P13391 BLD 305 -1 FP BE Pri !#39 N20835 P13392 MEMBAR Loop_exit !#39 N20836 P13393 ST 316 0x9380000b Int BE Pri Loop_entry !#39 N20837 P13394 MEMBAR !#39 N20838 P13395 BLD 250 -1 FP BE Pri !#39 N20839 P13396 MEMBAR Loop_exit !#39 N20840 P13393 ST 316 0x9380000c Int BE Pri Loop_entry !#39 N20841 P13394 MEMBAR !#39 N20842 P13395 BLD 250 -1 FP BE Pri !#39 N20843 P13396 MEMBAR Loop_exit !#39 N20844 P13397 MEMBAR Loop_entry !#39 N20845 P13398 BLD 65 -1 FP BE Pri !#39 N20846 P13399 MEMBAR Loop_exit !#39 N20847 P13397 MEMBAR Loop_entry !#39 N20848 P13398 BLD 65 -1 FP BE Pri !#39 N20849 P13399 MEMBAR Loop_exit !#39 N20850 P13400 MEMBAR Loop_entry !#39 N20851 P13401 BLD 329 -1 FP BE Pri !#39 N20852 P13402 MEMBAR Loop_exit !#39 N20853 P13400 MEMBAR Loop_entry !#39 N20854 P13401 BLD 329 -1 FP BE Pri !#39 N20855 P13402 MEMBAR Loop_exit !#39 N20856 P13403 MEMBAR Loop_entry !#39 N20857 P13404 BLD 349 -1 FP BE Pri !#39 N20858 P13405 MEMBAR Loop_exit !#39 N20859 P13403 MEMBAR Loop_entry !#39 N20860 P13404 BLD 349 -1 FP BE Pri !#39 N20861 P13405 MEMBAR Loop_exit !#39 N20862 P13406 MEMBAR Loop_entry !#39 N20863 P13407 BLD 310 -1 FP BE Pri !#39 N20864 P13408 MEMBAR Loop_exit !#39 N20865 P13409 MEMBAR Loop_entry !#39 N20866 P13410 BLD 85 -1 FP BE Pri !#39 N20867 P13411 MEMBAR Loop_exit !#39 N20868 P13412 MEMBAR Loop_entry !#39 N20869 P13413 BLD 246 -1 FP BE Pri !#39 N20870 P13414 MEMBAR Loop_exit !#39 N20871 P13415 MEMBAR Loop_entry !#39 N20872 P13416 BLD 56 -1 FP BE Pri !#39 N20873 P13417 MEMBAR Loop_exit !#39 N20874 P13418 MEMBAR Loop_entry !#39 N20875 P13419 BLD 152 -1 FP BE Pri !#39 N20876 P13420 MEMBAR Loop_exit !#39 N20877 P13421 PREFETCH 33 Int BE Pri Loop_entry Loop_exit !#39 N20878 P13422 MEMBAR !#40 N20879 P13423 MEMBAR Loop_entry !#40 N20880 P13424 BLD 186 -1 FP BE Pri !#40 N20881 P13425 MEMBAR Loop_exit !#40 N20882 P13426 MEMBAR Loop_entry !#40 N20883 P13427 BLD 263 -1 FP BE Pri !#40 N20884 P13428 MEMBAR Loop_exit !#40 N20885 P13426 MEMBAR Loop_entry !#40 N20886 P13427 BLD 263 -1 FP BE Pri !#40 N20887 P13428 MEMBAR Loop_exit !#40 N20888 P13429 MEMBAR Loop_entry !#40 N20889 P13430 BLD 121 -1 FP BE Pri !#40 N20890 P13431 MEMBAR Loop_exit !#40 N20891 P13432 MEMBAR Loop_entry !#40 N20892 P13433 BLD 180 -1 FP BE Pri !#40 N20893 P13434 MEMBAR Loop_exit !#40 N20894 P13435 IDC_FLIP 50 Int BE Pri Loop_entry Loop_exit !#40 N20895 P13436 MEMBAR Loop_entry !#40 N20896 P13437 BLD 185 -1 FP BE Pri !#40 N20897 P13438 MEMBAR Loop_exit !#40 N20898 P13436 MEMBAR Loop_entry !#40 N20899 P13437 BLD 185 -1 FP BE Pri !#40 N20900 P13438 MEMBAR Loop_exit !#40 N20901 P13439 MEMBAR Loop_entry !#40 N20902 P13440 BLD 345 -1 FP BE Pri !#40 N20903 P13441 MEMBAR Loop_exit !#40 N20904 P13442 ST 106 0x94000001 Int BE Pri Loop_entry !#40 N20905 P13443 MEMBAR !#40 N20906 P13444 BLD 87 -1 FP BE Pri !#40 N20907 P13445 MEMBAR Loop_exit !#40 N20908 P13442 ST 106 0x94000002 Int BE Pri Loop_entry !#40 N20909 P13443 MEMBAR !#40 N20910 P13444 BLD 87 -1 FP BE Pri !#40 N20911 P13445 MEMBAR Loop_exit !#40 N20912 P13446 MEMBAR Loop_entry !#40 N20913 P13447 BLD 154 -1 FP BE Pri !#40 N20914 P13448 MEMBAR Loop_exit !#40 N20915 P13449 MEMBAR Loop_entry !#40 N20916 P13450 BLD 205 -1 FP BE Pri !#40 N20917 P13451 MEMBAR Loop_exit !#40 N20918 P13449 MEMBAR Loop_entry !#40 N20919 P13450 BLD 205 -1 FP BE Pri !#40 N20920 P13451 MEMBAR Loop_exit !#40 N20921 P13452 MEMBAR Loop_entry !#40 N20922 P13453 BLD 263 -1 FP BE Pri !#40 N20923 P13454 MEMBAR Loop_exit !#40 N20924 P13452 MEMBAR Loop_entry !#40 N20925 P13453 BLD 263 -1 FP BE Pri !#40 N20926 P13454 MEMBAR Loop_exit !#40 N20927 P13455 MEMBAR Loop_entry !#40 N20928 P13456 BLD 195 -1 FP BE Pri !#40 N20929 P13457 MEMBAR Loop_exit !#40 N20930 P13455 MEMBAR Loop_entry !#40 N20931 P13456 BLD 195 -1 FP BE Pri !#40 N20932 P13457 MEMBAR Loop_exit !#40 N20933 P13458 MEMBAR Loop_entry !#40 N20934 P13459 BLD 10 -1 FP BE Pri !#40 N20935 P13460 MEMBAR Loop_exit !#40 N20936 P13458 MEMBAR Loop_entry !#40 N20937 P13459 BLD 10 -1 FP BE Pri !#40 N20938 P13460 MEMBAR Loop_exit !#40 N20939 P13461 MEMBAR Loop_entry !#40 N20940 P13462 BLD 140 -1 FP BE Pri !#40 N20941 P13463 MEMBAR Loop_exit !#40 N20942 P13461 MEMBAR Loop_entry !#40 N20943 P13462 BLD 140 -1 FP BE Pri !#40 N20944 P13463 MEMBAR Loop_exit !#40 N20945 P13464 MEMBAR Loop_entry !#40 N20946 P13465 BLD 51 -1 FP BE Pri !#40 N20947 P13466 MEMBAR Loop_exit !#40 N20948 P13467 MEMBAR Loop_entry !#40 N20949 P13468 BLD 79 -1 FP BE Pri !#40 N20950 P13469 MEMBAR Loop_exit !#40 N20951 P13470 MEMBAR Loop_entry !#40 N20952 P13471 BLD 210 -1 FP BE Pri !#40 N20953 P13472 MEMBAR Loop_exit !#40 N20954 P13470 MEMBAR Loop_entry !#40 N20955 P13471 BLD 210 -1 FP BE Pri !#40 N20956 P13472 MEMBAR Loop_exit !#40 N20957 P13473 MEMBAR Loop_entry !#40 N20958 P13474 BLD 163 -1 FP BE Pri !#40 N20959 P13475 MEMBAR Loop_exit !#40 N20960 P13473 MEMBAR Loop_entry !#40 N20961 P13474 BLD 163 -1 FP BE Pri !#40 N20962 P13475 MEMBAR Loop_exit !#40 N20963 P13476 MEMBAR Loop_entry !#40 N20964 P13477 BLD 185 -1 FP BE Pri !#40 N20965 P13478 MEMBAR Loop_exit !#40 N20966 P13476 MEMBAR Loop_entry !#40 N20967 P13477 BLD 185 -1 FP BE Pri !#40 N20968 P13478 MEMBAR Loop_exit !#40 N20969 P13479 IDC_FLIP 112 Int BE Pri Loop_entry Loop_exit !#40 N20970 P13480 MEMBAR Loop_entry !#40 N20971 P13481 BLD 230 -1 FP BE Pri !#40 N20972 P13482 MEMBAR Loop_exit !#40 N20973 P13483 MEMBAR Loop_entry !#40 N20974 P13484 BLD 226 -1 FP BE Pri !#40 N20975 P13485 MEMBAR Loop_exit !#40 N20976 P13483 MEMBAR Loop_entry !#40 N20977 P13484 BLD 226 -1 FP BE Pri !#40 N20978 P13485 MEMBAR Loop_exit !#40 N20979 P13486 MEMBAR Loop_entry !#40 N20980 P13487 BLD 30 -1 FP BE Pri !#40 N20981 P13488 MEMBAR Loop_exit !#40 N20982 P13486 MEMBAR Loop_entry !#40 N20983 P13487 BLD 30 -1 FP BE Pri !#40 N20984 P13488 MEMBAR Loop_exit !#40 N20985 P13489 MEMBAR Loop_entry !#40 N20986 P13490 BLD 130 -1 FP BE Pri !#40 N20987 P13491 MEMBAR Loop_exit !#40 N20988 P13489 MEMBAR Loop_entry !#40 N20989 P13490 BLD 130 -1 FP BE Pri !#40 N20990 P13491 MEMBAR Loop_exit !#40 N20991 P13492 MEMBAR Loop_entry !#40 N20992 P13493 BLD 278 -1 FP BE Pri !#40 N20993 P13494 MEMBAR Loop_exit !#40 N20994 P13492 MEMBAR Loop_entry !#40 N20995 P13493 BLD 278 -1 FP BE Pri !#40 N20996 P13494 MEMBAR Loop_exit !#40 N20997 P13495 MEMBAR Loop_entry !#40 N20998 P13496 BLD 180 -1 FP BE Pri !#40 N20999 P13497 MEMBAR Loop_exit !#40 N21000 P13498 MEMBAR Loop_entry !#40 N21001 P13499 BLD 358 -1 FP BE Pri !#40 N21002 P13500 MEMBAR Loop_exit !#40 N21003 P13498 MEMBAR Loop_entry !#40 N21004 P13499 BLD 358 -1 FP BE Pri !#40 N21005 P13500 MEMBAR Loop_exit !#40 N21006 P13501 MEMBAR Loop_entry !#40 N21007 P13502 BLD 144 -1 FP BE Pri !#40 N21008 P13503 MEMBAR Loop_exit !#40 N21009 P13504 MEMBAR Loop_entry !#40 N21010 P13505 BLD 172 -1 FP BE Pri !#40 N21011 P13506 MEMBAR Loop_exit !#40 N21012 P13507 ST 95 0x94000003 Int BE Pri Loop_entry !#40 N21013 P13508 MEMBAR !#40 N21014 P13509 BLD 172 -1 FP BE Pri !#40 N21015 P13510 MEMBAR Loop_exit !#40 N21016 P13511 MEMBAR Loop_entry !#40 N21017 P13512 BLD 288 -1 FP BE Pri !#40 N21018 P13513 MEMBAR Loop_exit !#40 N21019 P13514 MEMBAR Loop_entry !#40 N21020 P13515 BLD 145 -1 FP BE Pri !#40 N21021 P13516 MEMBAR Loop_exit !#40 N21022 P13514 MEMBAR Loop_entry !#40 N21023 P13515 BLD 145 -1 FP BE Pri !#40 N21024 P13516 MEMBAR Loop_exit !#40 N21025 P13517 MEMBAR Loop_entry !#40 N21026 P13518 BLD 229 -1 FP BE Pri !#40 N21027 P13519 MEMBAR Loop_exit !#40 N21028 P13520 MEMBAR Loop_entry !#40 N21029 P13521 BLD 22 -1 FP BE Pri !#40 N21030 P13522 MEMBAR Loop_exit !#40 N21031 P13520 MEMBAR Loop_entry !#40 N21032 P13521 BLD 22 -1 FP BE Pri !#40 N21033 P13522 MEMBAR Loop_exit !#40 N21034 P13523 MEMBAR Loop_entry !#40 N21035 P13524 BLD 234 -1 FP BE Pri !#40 N21036 P13525 MEMBAR Loop_exit !#40 N21037 P13526 PREFETCH 102 Int BE Pri Loop_entry Loop_exit !#40 N21038 P13526 PREFETCH 102 Int BE Pri Loop_entry Loop_exit !#40 N21039 P13527 MEMBAR Loop_entry !#40 N21040 P13528 BLD 255 -1 FP BE Pri !#40 N21041 P13529 MEMBAR Loop_exit !#40 N21042 P13530 MEMBAR Loop_entry !#40 N21043 P13531 BLD 287 -1 FP BE Pri !#40 N21044 P13532 MEMBAR Loop_exit !#40 N21045 P13533 MEMBAR Loop_entry !#40 N21046 P13534 BLD 91 -1 FP BE Pri !#40 N21047 P13534 BLD 92 -1 FP BE Pri !#40 N21048 P13534 BLD 93 -1 FP BE Pri !#40 N21049 P13535 MEMBAR Loop_exit !#40 N21050 P13536 MEMBAR Loop_entry !#40 N21051 P13537 BLD 9 -1 FP BE Pri !#40 N21052 P13538 MEMBAR Loop_exit !#40 N21053 P13539 MEMBAR Loop_entry !#40 N21054 P13540 BLD 174 -1 FP BE Pri !#40 N21055 P13541 MEMBAR Loop_exit !#40 N21056 P13542 MEMBAR Loop_entry !#40 N21057 P13543 BLD 193 -1 FP BE Pri !#40 N21058 P13544 MEMBAR Loop_exit !#40 N21059 P13545 MEMBAR Loop_entry !#40 N21060 P13546 BLD 245 -1 FP BE Pri !#40 N21061 P13547 MEMBAR Loop_exit !#40 N21062 P13548 MEMBAR Loop_entry !#40 N21063 P13549 BLD 350 -1 FP BE Pri !#40 N21064 P13550 MEMBAR Loop_exit !#40 N21065 P13551 MEMBAR Loop_entry !#40 N21066 P13552 BLD 102 -1 FP BE Pri !#40 N21067 P13552 BLD 103 -1 FP BE Pri !#40 N21068 P13552 BLD 104 -1 FP BE Pri !#40 N21069 P13553 MEMBAR Loop_exit !#40 N21070 P13554 MEMBAR Loop_entry !#40 N21071 P13555 BLD 21 -1 FP BE Pri !#40 N21072 P13556 MEMBAR Loop_exit !#40 N21073 P13554 MEMBAR Loop_entry !#40 N21074 P13555 BLD 21 -1 FP BE Pri !#40 N21075 P13556 MEMBAR Loop_exit !#40 N21076 P13557 IDC_FLIP 225 Int BE Pri Loop_entry !#40 N21077 P13558 MEMBAR !#40 N21078 P13559 BLD 290 -1 FP BE Pri !#40 N21079 P13560 MEMBAR Loop_exit !#40 N21080 P13557 IDC_FLIP 225 Int BE Pri Loop_entry !#40 N21081 P13558 MEMBAR !#40 N21082 P13559 BLD 290 -1 FP BE Pri !#40 N21083 P13560 MEMBAR Loop_exit !#40 N21084 P13561 MEMBAR Loop_entry !#40 N21085 P13562 BLD 341 -1 FP BE Pri !#40 N21086 P13563 MEMBAR Loop_exit !#40 N21087 P13561 MEMBAR Loop_entry !#40 N21088 P13562 BLD 341 -1 FP BE Pri !#40 N21089 P13563 MEMBAR Loop_exit !#40 N21090 P13564 MEMBAR Loop_entry !#40 N21091 P13565 BLD 159 -1 FP BE Pri !#40 N21092 P13566 MEMBAR Loop_exit !#40 N21093 P13567 MEMBAR Loop_entry !#40 N21094 P13568 BLD 24 -1 FP BE Pri !#40 N21095 P13569 MEMBAR Loop_exit !#40 N21096 P13570 MEMBAR Loop_entry !#40 N21097 P13571 BLD 109 -1 FP BE Pri !#40 N21098 P13572 MEMBAR Loop_exit !#40 N21099 P13573 MEMBAR Loop_entry !#40 N21100 P13574 BLD 174 -1 FP BE Pri !#40 N21101 P13575 MEMBAR Loop_exit !#40 N21102 P13576 MEMBAR Loop_entry !#40 N21103 P13577 BLD 157 -1 FP BE Pri !#40 N21104 P13578 MEMBAR Loop_exit !#40 N21105 P13579 MEMBAR Loop_entry !#40 N21106 P13580 BLD 319 -1 FP BE Pri !#40 N21107 P13581 MEMBAR Loop_exit !#40 N21108 P13582 MEMBAR Loop_entry !#40 N21109 P13583 BLD 240 -1 FP BE Pri !#40 N21110 P13584 MEMBAR Loop_exit !#40 N21111 P13582 MEMBAR Loop_entry !#40 N21112 P13583 BLD 240 -1 FP BE Pri !#40 N21113 P13584 MEMBAR Loop_exit !#40 N21114 P13585 MEMBAR Loop_entry !#40 N21115 P13586 BLD 149 -1 FP BE Pri !#40 N21116 P13587 MEMBAR Loop_exit !#40 N21117 P13588 ST 237 0x94000004 Int BE Pri Loop_entry !#40 N21118 P13589 MEMBAR !#40 N21119 P13590 BLD 15 -1 FP BE Pri !#40 N21120 P13591 MEMBAR Loop_exit !#40 N21121 P13592 MEMBAR Loop_entry !#40 N21122 P13593 BLD 263 -1 FP BE Pri !#40 N21123 P13594 MEMBAR Loop_exit !#40 N21124 P13595 ST 130 0x94000005 Int BE Pri Loop_entry Loop_exit !#40 N21125 P13596 MEMBAR Loop_entry !#40 N21126 P13597 BLD 225 -1 FP BE Pri !#40 N21127 P13598 MEMBAR Loop_exit !#40 N21128 P13599 MEMBAR Loop_entry !#40 N21129 P13600 BLD 21 -1 FP BE Pri !#40 N21130 P13601 MEMBAR Loop_exit !#40 N21131 P13599 MEMBAR Loop_entry !#40 N21132 P13600 BLD 21 -1 FP BE Pri !#40 N21133 P13601 MEMBAR Loop_exit !#40 N21134 P13602 MEMBAR Loop_entry !#40 N21135 P13603 BLD 31 -1 FP BE Pri !#40 N21136 P13604 MEMBAR Loop_exit !#40 N21137 P13605 IDC_FLIP 99 Int BE Pri Loop_entry !#40 N21138 P13606 MEMBAR !#40 N21139 P13607 BLD 254 -1 FP BE Pri !#40 N21140 P13608 MEMBAR Loop_exit !#40 N21141 P13609 MEMBAR Loop_entry !#40 N21142 P13610 BLD 170 -1 FP BE Pri !#40 N21143 P13611 MEMBAR Loop_exit !#40 N21144 P13609 MEMBAR Loop_entry !#40 N21145 P13610 BLD 170 -1 FP BE Pri !#40 N21146 P13611 MEMBAR Loop_exit !#40 N21147 P13612 MEMBAR Loop_entry !#40 N21148 P13613 BLD 34 -1 FP BE Pri !#40 N21149 P13614 MEMBAR Loop_exit !#40 N21150 P13612 MEMBAR Loop_entry !#40 N21151 P13613 BLD 34 -1 FP BE Pri !#40 N21152 P13614 MEMBAR Loop_exit !#40 N21153 P13615 MEMBAR Loop_entry !#40 N21154 P13616 BLD 18 -1 FP BE Pri !#40 N21155 P13617 MEMBAR Loop_exit !#40 N21156 P13618 MEMBAR Loop_entry !#40 N21157 P13619 BLD 91 -1 FP BE Pri !#40 N21158 P13619 BLD 92 -1 FP BE Pri !#40 N21159 P13619 BLD 93 -1 FP BE Pri !#40 N21160 P13620 MEMBAR Loop_exit !#40 N21161 P13618 MEMBAR Loop_entry !#40 N21162 P13619 BLD 91 -1 FP BE Pri !#40 N21163 P13619 BLD 92 -1 FP BE Pri !#40 N21164 P13619 BLD 93 -1 FP BE Pri !#40 N21165 P13620 MEMBAR Loop_exit !#40 N21166 P13621 MEMBAR Loop_entry !#40 N21167 P13622 BLD 253 -1 FP BE Pri !#40 N21168 P13623 MEMBAR Loop_exit !#40 N21169 P13621 MEMBAR Loop_entry !#40 N21170 P13622 BLD 253 -1 FP BE Pri !#40 N21171 P13623 MEMBAR Loop_exit !#40 N21172 P13624 ST 28 0x94000006 Int BE Pri Loop_entry Loop_exit !#40 N21173 P13625 MEMBAR Loop_entry !#40 N21174 P13626 BLD 124 -1 FP BE Pri !#40 N21175 P13626 BLD 125 -1 FP BE Pri !#40 N21176 P13626 BLD 126 -1 FP BE Pri !#40 N21177 P13627 MEMBAR Loop_exit !#40 N21178 P13625 MEMBAR Loop_entry !#40 N21179 P13626 BLD 124 -1 FP BE Pri !#40 N21180 P13626 BLD 125 -1 FP BE Pri !#40 N21181 P13626 BLD 126 -1 FP BE Pri !#40 N21182 P13627 MEMBAR Loop_exit !#40 N21183 P13628 MEMBAR Loop_entry Loop_exit !#40 N21184 P13628 MEMBAR Loop_entry Loop_exit !#40 N21185 P13629 MEMBAR Loop_entry Loop_exit !#40 N21186 P13630 MEMBAR Loop_entry !#40 N21187 P13631 BLD 279 -1 FP BE Pri !#40 N21188 P13632 MEMBAR Loop_exit !#40 N21189 P13633 ST 205 0x94000007 Int BE Pri Loop_entry !#40 N21190 P13634 MEMBAR !#40 N21191 P13635 BLD 105 -1 FP BE Pri !#40 N21192 P13636 MEMBAR Loop_exit !#40 N21193 P13633 ST 205 0x94000008 Int BE Pri Loop_entry !#40 N21194 P13634 MEMBAR !#40 N21195 P13635 BLD 105 -1 FP BE Pri !#40 N21196 P13636 MEMBAR Loop_exit !#40 N21197 P13637 MEMBAR Loop_entry !#40 N21198 P13638 BLD 320 -1 FP BE Pri !#40 N21199 P13639 MEMBAR Loop_exit !#40 N21200 P13640 MEMBAR Loop_entry !#40 N21201 P13641 BLD 283 -1 FP BE Pri !#40 N21202 P13642 MEMBAR Loop_exit !#40 N21203 P13640 MEMBAR Loop_entry !#40 N21204 P13641 BLD 283 -1 FP BE Pri !#40 N21205 P13642 MEMBAR Loop_exit !#40 N21206 P13643 IDC_FLIP 115 Int BE Pri Loop_entry !#40 N21207 P13644 MEMBAR !#40 N21208 P13645 BLD 300 -1 FP BE Pri !#40 N21209 P13646 MEMBAR Loop_exit !#40 N21210 P13647 MEMBAR Loop_entry !#40 N21211 P13648 BLD 105 -1 FP BE Pri !#40 N21212 P13649 MEMBAR Loop_exit !#40 N21213 P13647 MEMBAR Loop_entry !#40 N21214 P13648 BLD 105 -1 FP BE Pri !#40 N21215 P13649 MEMBAR Loop_exit !#40 N21216 P13650 MEMBAR Loop_entry !#40 N21217 P13651 BLD 336 -1 FP BE Pri !#40 N21218 P13652 MEMBAR Loop_exit !#40 N21219 P13650 MEMBAR Loop_entry !#40 N21220 P13651 BLD 336 -1 FP BE Pri !#40 N21221 P13652 MEMBAR Loop_exit !#40 N21222 P13653 MEMBAR Loop_entry !#40 N21223 P13654 BLD 73 -1 FP BE Pri !#40 N21224 P13655 MEMBAR Loop_exit !#40 N21225 P13656 IDC_FLIP 346 Int BE Pri Loop_entry Loop_exit !#40 N21226 P13657 MEMBAR Loop_entry !#40 N21227 P13658 BLD 319 -1 FP BE Pri !#40 N21228 P13659 MEMBAR Loop_exit !#40 N21229 P13657 MEMBAR Loop_entry !#40 N21230 P13658 BLD 319 -1 FP BE Pri !#40 N21231 P13659 MEMBAR Loop_exit !#40 N21232 P13660 MEMBAR Loop_entry !#40 N21233 P13661 BLD 169 -1 FP BE Pri !#40 N21234 P13662 MEMBAR Loop_exit !#40 N21235 P13663 MEMBAR Loop_entry !#40 N21236 P13664 BLD 94 -1 FP BE Pri !#40 N21237 P13664 BLD 95 -1 FP BE Pri !#40 N21238 P13665 MEMBAR Loop_exit !#40 N21239 P13666 IDC_FLIP 143 Int BE Pri Loop_entry Loop_exit !#40 N21240 P13667 MEMBAR Loop_entry !#40 N21241 P13668 BLD 144 -1 FP BE Pri !#40 N21242 P13669 MEMBAR Loop_exit !#40 N21243 P13670 MEMBAR Loop_entry !#40 N21244 P13671 BLD 122 -1 FP BE Pri !#40 N21245 P13672 MEMBAR Loop_exit !#40 N21246 P13673 MEMBAR Loop_entry !#40 N21247 P13674 BLD 71 -1 FP BE Pri !#40 N21248 P13674 BLD 72 -1 FP BE Pri !#A N21247 N21248 !#40 N21249 P13675 MEMBAR Loop_exit !#40 N21250 P13676 MEMBAR Loop_entry !#40 N21251 P13677 BLD 182 -1 FP BE Pri !#40 N21252 P13678 MEMBAR Loop_exit !#40 N21253 P13679 MEMBAR Loop_entry !#40 N21254 P13680 BLD 80 -1 FP BE Pri !#40 N21255 P13681 MEMBAR Loop_exit !#40 N21256 P13679 MEMBAR Loop_entry !#40 N21257 P13680 BLD 80 -1 FP BE Pri !#40 N21258 P13681 MEMBAR Loop_exit !#40 N21259 P13682 MEMBAR Loop_entry !#40 N21260 P13683 BLD 157 -1 FP BE Pri !#40 N21261 P13684 MEMBAR Loop_exit !#40 N21262 P13682 MEMBAR Loop_entry !#40 N21263 P13683 BLD 157 -1 FP BE Pri !#40 N21264 P13684 MEMBAR Loop_exit !#40 N21265 P13685 MEMBAR Loop_entry !#40 N21266 P13686 BLD 142 -1 FP BE Pri !#40 N21267 P13687 MEMBAR Loop_exit !#40 N21268 P13685 MEMBAR Loop_entry !#40 N21269 P13686 BLD 142 -1 FP BE Pri !#40 N21270 P13687 MEMBAR Loop_exit !#40 N21271 P13688 IDC_FLIP 142 Int BE Pri Loop_entry !#40 N21272 P13689 MEMBAR !#40 N21273 P13690 BLD 8 -1 FP BE Pri !#40 N21274 P13691 MEMBAR Loop_exit !#40 N21275 P13688 IDC_FLIP 142 Int BE Pri Loop_entry !#40 N21276 P13689 MEMBAR !#40 N21277 P13690 BLD 8 -1 FP BE Pri !#40 N21278 P13691 MEMBAR Loop_exit !#40 N21279 P13692 MEMBAR Loop_entry !#40 N21280 P13693 BLD 286 -1 FP BE Pri !#40 N21281 P13694 MEMBAR Loop_exit !#40 N21282 P13692 MEMBAR Loop_entry !#40 N21283 P13693 BLD 286 -1 FP BE Pri !#40 N21284 P13694 MEMBAR Loop_exit !#40 N21285 P13695 MEMBAR Loop_entry !#40 N21286 P13696 BLD 89 -1 FP BE Pri !#40 N21287 P13696 BLD 90 -1 FP BE Pri !#40 N21288 P13697 MEMBAR Loop_exit !#40 N21289 P13695 MEMBAR Loop_entry !#40 N21290 P13696 BLD 89 -1 FP BE Pri !#40 N21291 P13696 BLD 90 -1 FP BE Pri !#40 N21292 P13697 MEMBAR Loop_exit !#40 N21293 P13698 MEMBAR Loop_entry !#40 N21294 P13699 BLD 133 -1 FP BE Pri !#40 N21295 P13700 MEMBAR Loop_exit !#40 N21296 P13698 MEMBAR Loop_entry !#40 N21297 P13699 BLD 133 -1 FP BE Pri !#40 N21298 P13700 MEMBAR Loop_exit !#40 N21299 P13701 MEMBAR Loop_entry !#40 N21300 P13702 BLD 30 -1 FP BE Pri !#40 N21301 P13703 MEMBAR Loop_exit !#40 N21302 P13704 MEMBAR Loop_entry !#40 N21303 P13705 BLD 94 -1 FP BE Pri !#40 N21304 P13705 BLD 95 -1 FP BE Pri !#40 N21305 P13706 MEMBAR Loop_exit !#40 N21306 P13707 MEMBAR Loop_entry !#40 N21307 P13708 BLD 282 -1 FP BE Pri !#40 N21308 P13709 MEMBAR Loop_exit !#40 N21309 P13710 IDC_FLIP 269 Int BE Pri Loop_entry Loop_exit !#40 N21310 P13711 MEMBAR Loop_entry !#40 N21311 P13712 BLD 179 -1 FP BE Pri !#40 N21312 P13713 MEMBAR Loop_exit !#40 N21313 P13711 MEMBAR Loop_entry !#40 N21314 P13712 BLD 179 -1 FP BE Pri !#40 N21315 P13713 MEMBAR Loop_exit !#40 N21316 P13714 MEMBAR Loop_entry !#40 N21317 P13715 BLD 329 -1 FP BE Pri !#40 N21318 P13716 MEMBAR Loop_exit !#40 N21319 P13714 MEMBAR Loop_entry !#40 N21320 P13715 BLD 329 -1 FP BE Pri !#40 N21321 P13716 MEMBAR Loop_exit !#40 N21322 P13717 MEMBAR Loop_entry !#40 N21323 P13718 BLD 124 -1 FP BE Pri !#40 N21324 P13718 BLD 125 -1 FP BE Pri !#40 N21325 P13718 BLD 126 -1 FP BE Pri !#40 N21326 P13719 MEMBAR Loop_exit !#40 N21327 P13717 MEMBAR Loop_entry !#40 N21328 P13718 BLD 124 -1 FP BE Pri !#40 N21329 P13718 BLD 125 -1 FP BE Pri !#40 N21330 P13718 BLD 126 -1 FP BE Pri !#40 N21331 P13719 MEMBAR Loop_exit !#40 N21332 P13720 MEMBAR Loop_entry !#40 N21333 P13721 BLD 347 -1 FP BE Pri !#40 N21334 P13722 MEMBAR Loop_exit !#40 N21335 P13723 MEMBAR Loop_entry !#40 N21336 P13724 BLD 227 -1 FP BE Pri !#40 N21337 P13725 MEMBAR Loop_exit !#40 N21338 P13723 MEMBAR Loop_entry !#40 N21339 P13724 BLD 227 -1 FP BE Pri !#40 N21340 P13725 MEMBAR Loop_exit !#40 N21341 P13726 MEMBAR Loop_entry !#40 N21342 P13727 BLD 11 -1 FP BE Pri !#40 N21343 P13727 BLD 12 -1 FP BE Pri !#40 N21344 P13728 MEMBAR Loop_exit !#40 N21345 P13729 MEMBAR Loop_entry !#40 N21346 P13730 BLD 201 -1 FP BE Pri !#40 N21347 P13731 MEMBAR Loop_exit !#40 N21348 P13732 IDC_FLIP 182 Int BE Pri Loop_entry !#40 N21349 P13733 MEMBAR !#40 N21350 P13734 BLD 187 -1 FP BE Pri !#40 N21351 P13735 MEMBAR Loop_exit !#40 N21352 P13736 MEMBAR Loop_entry !#40 N21353 P13737 BLD 221 -1 FP BE Pri !#40 N21354 P13738 MEMBAR Loop_exit !#40 N21355 P13739 MEMBAR Loop_entry !#40 N21356 P13740 BLD 349 -1 FP BE Pri !#40 N21357 P13741 MEMBAR Loop_exit !#40 N21358 P13742 MEMBAR Loop_entry !#40 N21359 P13743 BLD 165 -1 FP BE Pri !#40 N21360 P13744 MEMBAR Loop_exit !#40 N21361 P13745 MEMBAR Loop_entry !#40 N21362 P13746 BLD 110 -1 FP BE Pri !#40 N21363 P13747 MEMBAR Loop_exit !#40 N21364 P13745 MEMBAR Loop_entry !#40 N21365 P13746 BLD 110 -1 FP BE Pri !#40 N21366 P13747 MEMBAR Loop_exit !#40 N21367 P13748 MEMBAR Loop_entry !#40 N21368 P13749 BLD 207 -1 FP BE Pri !#40 N21369 P13750 MEMBAR Loop_exit !#40 N21370 P13751 MEMBAR Loop_entry !#40 N21371 P13752 BLD 212 -1 FP BE Pri !#40 N21372 P13753 MEMBAR Loop_exit !#40 N21373 P13754 IDC_FLIP 245 Int BE Pri Loop_entry !#40 N21374 P13755 MEMBAR !#40 N21375 P13756 BLD 8 -1 FP BE Pri !#40 N21376 P13757 MEMBAR Loop_exit !#40 N21377 P13754 IDC_FLIP 245 Int BE Pri Loop_entry !#40 N21378 P13755 MEMBAR !#40 N21379 P13756 BLD 8 -1 FP BE Pri !#40 N21380 P13757 MEMBAR Loop_exit !#40 N21381 P13758 MEMBAR Loop_entry !#40 N21382 P13759 BLD 5 -1 FP BE Pri !#40 N21383 P13760 MEMBAR Loop_exit !#40 N21384 P13761 MEMBAR Loop_entry !#40 N21385 P13762 BLD 37 -1 FP BE Pri !#40 N21386 P13763 MEMBAR Loop_exit !#40 N21387 P13761 MEMBAR Loop_entry !#40 N21388 P13762 BLD 37 -1 FP BE Pri !#40 N21389 P13763 MEMBAR Loop_exit !#40 N21390 P13764 IDC_FLIP 341 Int BE Pri Loop_entry Loop_exit !#40 N21391 P13764 IDC_FLIP 341 Int BE Pri Loop_entry Loop_exit !#40 N21392 P13765 IDC_FLIP 227 Int BE Pri Loop_entry !#40 N21393 P13766 IDC_FLIP 304 Int BE Pri Loop_exit !#40 N21394 P13765 IDC_FLIP 227 Int BE Pri Loop_entry !#40 N21395 P13766 IDC_FLIP 304 Int BE Pri Loop_exit !#40 N21396 P13767 MEMBAR Loop_entry !#40 N21397 P13768 BLD 53 -1 FP BE Pri !#40 N21398 P13769 MEMBAR Loop_exit !#40 N21399 P13767 MEMBAR Loop_entry !#40 N21400 P13768 BLD 53 -1 FP BE Pri !#40 N21401 P13769 MEMBAR Loop_exit !#40 N21402 P13770 MEMBAR !#41 N21403 P13771 MEMBAR Loop_entry !#41 N21404 P13772 BLD 330 -1 FP BE Pri !#41 N21405 P13773 MEMBAR Loop_exit !#41 N21406 P13771 MEMBAR Loop_entry !#41 N21407 P13772 BLD 330 -1 FP BE Pri !#41 N21408 P13773 MEMBAR Loop_exit !#41 N21409 P13774 MEMBAR Loop_entry !#41 N21410 P13775 BLD 270 -1 FP BE Pri !#41 N21411 P13776 MEMBAR Loop_exit !#41 N21412 P13774 MEMBAR Loop_entry !#41 N21413 P13775 BLD 270 -1 FP BE Pri !#41 N21414 P13776 MEMBAR Loop_exit !#41 N21415 P13777 MEMBAR Loop_entry !#41 N21416 P13778 BLD 137 -1 FP BE Pri !#41 N21417 P13779 MEMBAR Loop_exit !#41 N21418 P13780 MEMBAR Loop_entry !#41 N21419 P13781 BLD 44 -1 FP BE Pri !#41 N21420 P13782 MEMBAR Loop_exit !#41 N21421 P13780 MEMBAR Loop_entry !#41 N21422 P13781 BLD 44 -1 FP BE Pri !#41 N21423 P13782 MEMBAR Loop_exit !#41 N21424 P13783 MEMBAR Loop_entry !#41 N21425 P13784 BLD 321 -1 FP BE Pri !#41 N21426 P13785 MEMBAR Loop_exit !#41 N21427 P13786 MEMBAR Loop_entry !#41 N21428 P13787 BLD 71 -1 FP BE Pri !#41 N21429 P13787 BLD 72 -1 FP BE Pri !#A N21428 N21429 !#41 N21430 P13788 MEMBAR Loop_exit !#41 N21431 P13789 MEMBAR Loop_entry !#41 N21432 P13790 BLD 71 -1 FP BE Pri !#41 N21433 P13790 BLD 72 -1 FP BE Pri !#A N21432 N21433 !#41 N21434 P13791 MEMBAR Loop_exit !#41 N21435 P13792 MEMBAR Loop_entry !#41 N21436 P13793 BLD 106 -1 FP BE Pri !#41 N21437 P13794 MEMBAR Loop_exit !#41 N21438 P13795 MEMBAR Loop_entry !#41 N21439 P13796 BLD 335 -1 FP BE Pri !#41 N21440 P13797 MEMBAR Loop_exit !#41 N21441 P13795 MEMBAR Loop_entry !#41 N21442 P13796 BLD 335 -1 FP BE Pri !#41 N21443 P13797 MEMBAR Loop_exit !#41 N21444 P13798 MEMBAR Loop_entry !#41 N21445 P13799 BLD 208 -1 FP BE Pri !#41 N21446 P13800 MEMBAR Loop_exit !#41 N21447 P13801 ST 56 0x94800001 Int BE Pri Loop_entry !#41 N21448 P13802 MEMBAR !#41 N21449 P13803 BLD 207 -1 FP BE Pri !#41 N21450 P13804 MEMBAR Loop_exit !#41 N21451 P13801 ST 56 0x94800002 Int BE Pri Loop_entry !#41 N21452 P13802 MEMBAR !#41 N21453 P13803 BLD 207 -1 FP BE Pri !#41 N21454 P13804 MEMBAR Loop_exit !#41 N21455 P13805 MEMBAR Loop_entry !#41 N21456 P13806 BLD 167 -1 FP BE Pri !#41 N21457 P13807 MEMBAR Loop_exit !#41 N21458 P13808 MEMBAR Loop_entry !#41 N21459 P13809 BLD 45 -1 FP BE Pri !#41 N21460 P13810 MEMBAR Loop_exit !#41 N21461 P13811 MEMBAR Loop_entry !#41 N21462 P13812 BLD 273 -1 FP BE Pri !#41 N21463 P13813 MEMBAR Loop_exit !#41 N21464 P13814 MEMBAR Loop_entry !#41 N21465 P13815 BLD 283 -1 FP BE Pri !#41 N21466 P13816 MEMBAR Loop_exit !#41 N21467 P13817 MEMBAR Loop_entry !#41 N21468 P13818 BLD 107 -1 FP BE Pri !#41 N21469 P13819 MEMBAR Loop_exit !#41 N21470 P13817 MEMBAR Loop_entry !#41 N21471 P13818 BLD 107 -1 FP BE Pri !#41 N21472 P13819 MEMBAR Loop_exit !#41 N21473 P13820 MEMBAR Loop_entry !#41 N21474 P13821 BLD 77 -1 FP BE Pri !#41 N21475 P13822 MEMBAR Loop_exit !#41 N21476 P13820 MEMBAR Loop_entry !#41 N21477 P13821 BLD 77 -1 FP BE Pri !#41 N21478 P13822 MEMBAR Loop_exit !#41 N21479 P13823 PREFETCH 69 Int BE Pri Loop_entry Loop_exit !#41 N21480 P13824 MEMBAR Loop_entry !#41 N21481 P13825 BLD 322 -1 FP BE Pri !#41 N21482 P13826 MEMBAR Loop_exit !#41 N21483 P13824 MEMBAR Loop_entry !#41 N21484 P13825 BLD 322 -1 FP BE Pri !#41 N21485 P13826 MEMBAR Loop_exit !#41 N21486 P13827 MEMBAR Loop_entry !#41 N21487 P13828 BLD 166 -1 FP BE Pri !#41 N21488 P13829 MEMBAR Loop_exit !#41 N21489 P13830 MEMBAR Loop_entry !#41 N21490 P13831 BLD 137 -1 FP BE Pri !#41 N21491 P13832 MEMBAR Loop_exit !#41 N21492 P13833 MEMBAR Loop_entry !#41 N21493 P13834 BLD 215 -1 FP BE Pri !#41 N21494 P13834 BLD 216 -1 FP BE Pri !#41 N21495 P13835 MEMBAR Loop_exit !#41 N21496 P13833 MEMBAR Loop_entry !#41 N21497 P13834 BLD 215 -1 FP BE Pri !#41 N21498 P13834 BLD 216 -1 FP BE Pri !#41 N21499 P13835 MEMBAR Loop_exit !#41 N21500 P13836 MEMBAR Loop_entry !#41 N21501 P13837 BLD 87 -1 FP BE Pri !#41 N21502 P13838 MEMBAR Loop_exit !#41 N21503 P13836 MEMBAR Loop_entry !#41 N21504 P13837 BLD 87 -1 FP BE Pri !#41 N21505 P13838 MEMBAR Loop_exit !#41 N21506 P13839 MEMBAR Loop_entry !#41 N21507 P13840 BLD 209 -1 FP BE Pri !#41 N21508 P13841 MEMBAR Loop_exit !#41 N21509 P13839 MEMBAR Loop_entry !#41 N21510 P13840 BLD 209 -1 FP BE Pri !#41 N21511 P13841 MEMBAR Loop_exit !#41 N21512 P13842 MEMBAR Loop_entry !#41 N21513 P13843 BLD 8 -1 FP BE Pri !#41 N21514 P13844 MEMBAR Loop_exit !#41 N21515 P13842 MEMBAR Loop_entry !#41 N21516 P13843 BLD 8 -1 FP BE Pri !#41 N21517 P13844 MEMBAR Loop_exit !#41 N21518 P13845 MEMBAR Loop_entry !#41 N21519 P13846 BLD 254 -1 FP BE Pri !#41 N21520 P13847 MEMBAR Loop_exit !#41 N21521 P13848 MEMBAR Loop_entry !#41 N21522 P13849 BLD 219 -1 FP BE Pri !#41 N21523 P13849 BLD 220 -1 FP BE Pri !#41 N21524 P13850 MEMBAR Loop_exit !#41 N21525 P13851 MEMBAR Loop_entry !#41 N21526 P13852 BLD 219 -1 FP BE Pri !#41 N21527 P13852 BLD 220 -1 FP BE Pri !#41 N21528 P13853 MEMBAR Loop_exit !#41 N21529 P13851 MEMBAR Loop_entry !#41 N21530 P13852 BLD 219 -1 FP BE Pri !#41 N21531 P13852 BLD 220 -1 FP BE Pri !#41 N21532 P13853 MEMBAR Loop_exit !#41 N21533 P13854 MEMBAR Loop_entry !#41 N21534 P13855 BLD 164 -1 FP BE Pri !#41 N21535 P13856 MEMBAR Loop_exit !#41 N21536 P13854 MEMBAR Loop_entry !#41 N21537 P13855 BLD 164 -1 FP BE Pri !#41 N21538 P13856 MEMBAR Loop_exit !#41 N21539 P13857 MEMBAR Loop_entry !#41 N21540 P13858 BLD 150 -1 FP BE Pri !#41 N21541 P13859 MEMBAR Loop_exit !#41 N21542 P13857 MEMBAR Loop_entry !#41 N21543 P13858 BLD 150 -1 FP BE Pri !#41 N21544 P13859 MEMBAR Loop_exit !#41 N21545 P13860 MEMBAR Loop_entry !#41 N21546 P13861 BLD 222 -1 FP BE Pri !#41 N21547 P13862 MEMBAR Loop_exit !#41 N21548 P13863 MEMBAR Loop_entry !#41 N21549 P13864 BLD 136 -1 FP BE Pri !#41 N21550 P13865 MEMBAR Loop_exit !#41 N21551 P13863 MEMBAR Loop_entry !#41 N21552 P13864 BLD 136 -1 FP BE Pri !#41 N21553 P13865 MEMBAR Loop_exit !#41 N21554 P13866 MEMBAR Loop_entry !#41 N21555 P13867 BLD 137 -1 FP BE Pri !#41 N21556 P13868 MEMBAR Loop_exit !#41 N21557 P13869 FLUSHI 200 Int BE Pri Loop_entry Loop_exit !#41 N21558 P13870 IDC_FLIP 240 Int BE Pri Loop_entry !#41 N21559 P13871 IDC_FLIP 218 Int BE Pri Loop_exit !#41 N21560 P13872 MEMBAR Loop_entry !#41 N21561 P13873 BLD 215 -1 FP BE Pri !#41 N21562 P13873 BLD 216 -1 FP BE Pri !#41 N21563 P13874 MEMBAR Loop_exit !#41 N21564 P13872 MEMBAR Loop_entry !#41 N21565 P13873 BLD 215 -1 FP BE Pri !#41 N21566 P13873 BLD 216 -1 FP BE Pri !#41 N21567 P13874 MEMBAR Loop_exit !#41 N21568 P13875 MEMBAR Loop_entry !#41 N21569 P13876 BLD 0 -1 FP BE Pri !#41 N21570 P13877 MEMBAR Loop_exit !#41 N21571 P13875 MEMBAR Loop_entry !#41 N21572 P13876 BLD 0 -1 FP BE Pri !#41 N21573 P13877 MEMBAR Loop_exit !#41 N21574 P13878 MEMBAR Loop_entry !#41 N21575 P13879 BLD 338 -1 FP BE Pri !#41 N21576 P13880 MEMBAR Loop_exit !#41 N21577 P13878 MEMBAR Loop_entry !#41 N21578 P13879 BLD 338 -1 FP BE Pri !#41 N21579 P13880 MEMBAR Loop_exit !#41 N21580 P13881 ST 333 0x94800003 Int BE Pri Loop_entry !#41 N21581 P13882 ST 42 0x20800001 FP BE Pri Loop_exit !#41 N21582 P13883 PREFETCH 296 Int BE Pri Loop_entry !#41 N21583 P13884 MEMBAR !#41 N21584 P13885 BLD 170 -1 FP BE Pri !#41 N21585 P13886 MEMBAR Loop_exit !#41 N21586 P13883 PREFETCH 296 Int BE Pri Loop_entry !#41 N21587 P13884 MEMBAR !#41 N21588 P13885 BLD 170 -1 FP BE Pri !#41 N21589 P13886 MEMBAR Loop_exit !#41 N21590 P13887 MEMBAR Loop_entry !#41 N21591 P13888 BLD 169 -1 FP BE Pri !#41 N21592 P13889 MEMBAR Loop_exit !#41 N21593 P13890 MEMBAR Loop_entry !#41 N21594 P13891 BLD 211 -1 FP BE Pri !#41 N21595 P13892 MEMBAR Loop_exit !#41 N21596 P13893 MEMBAR Loop_entry !#41 N21597 P13894 BLD 343 -1 FP BE Pri !#41 N21598 P13894 BLD 344 -1 FP BE Pri !#41 N21599 P13895 MEMBAR Loop_exit !#41 N21600 P13896 MEMBAR Loop_entry !#41 N21601 P13897 BLD 123 -1 FP BE Pri !#41 N21602 P13898 MEMBAR Loop_exit !#41 N21603 P13899 MEMBAR Loop_entry !#41 N21604 P13900 BLD 161 -1 FP BE Pri !#41 N21605 P13901 MEMBAR Loop_exit !#41 N21606 P13899 MEMBAR Loop_entry !#41 N21607 P13900 BLD 161 -1 FP BE Pri !#41 N21608 P13901 MEMBAR Loop_exit !#41 N21609 P13902 IDC_FLIP 133 Int BE Pri Loop_entry Loop_exit !#41 N21610 P13903 PREFETCH 99 Int BE Pri Loop_entry !#41 N21611 P13904 MEMBAR !#41 N21612 P13905 BLD 107 -1 FP BE Pri !#41 N21613 P13906 MEMBAR Loop_exit !#41 N21614 P13903 PREFETCH 99 Int BE Pri Loop_entry !#41 N21615 P13904 MEMBAR !#41 N21616 P13905 BLD 107 -1 FP BE Pri !#41 N21617 P13906 MEMBAR Loop_exit !#41 N21618 P13907 MEMBAR Loop_entry !#41 N21619 P13908 BLD 327 -1 FP BE Pri !#41 N21620 P13909 MEMBAR Loop_exit !#41 N21621 P13910 MEMBAR Loop_entry !#41 N21622 P13911 BLD 168 -1 FP BE Pri !#41 N21623 P13912 MEMBAR Loop_exit !#41 N21624 P13910 MEMBAR Loop_entry !#41 N21625 P13911 BLD 168 -1 FP BE Pri !#41 N21626 P13912 MEMBAR Loop_exit !#41 N21627 P13913 IDC_FLIP 119 Int BE Pri Loop_entry Loop_exit !#41 N21628 P13913 IDC_FLIP 119 Int BE Pri Loop_entry Loop_exit !#41 N21629 P13914 MEMBAR Loop_entry !#41 N21630 P13915 BLD 205 -1 FP BE Pri !#41 N21631 P13916 MEMBAR Loop_exit !#41 N21632 P13914 MEMBAR Loop_entry !#41 N21633 P13915 BLD 205 -1 FP BE Pri !#41 N21634 P13916 MEMBAR Loop_exit !#41 N21635 P13917 MEMBAR Loop_entry !#41 N21636 P13918 BLD 145 -1 FP BE Pri !#41 N21637 P13919 MEMBAR Loop_exit !#41 N21638 P13917 MEMBAR Loop_entry !#41 N21639 P13918 BLD 145 -1 FP BE Pri !#41 N21640 P13919 MEMBAR Loop_exit !#41 N21641 P13920 MEMBAR Loop_entry Loop_exit !#41 N21642 P13921 MEMBAR Loop_entry !#41 N21643 P13922 BLD 241 -1 FP BE Pri !#41 N21644 P13922 BLD 242 -1 FP BE Pri !#41 N21645 P13923 MEMBAR Loop_exit !#41 N21646 P13921 MEMBAR Loop_entry !#41 N21647 P13922 BLD 241 -1 FP BE Pri !#41 N21648 P13922 BLD 242 -1 FP BE Pri !#41 N21649 P13923 MEMBAR Loop_exit !#41 N21650 P13924 MEMBAR Loop_entry !#41 N21651 P13925 BLD 215 -1 FP BE Pri !#41 N21652 P13925 BLD 216 -1 FP BE Pri !#41 N21653 P13926 MEMBAR Loop_exit !#41 N21654 P13924 MEMBAR Loop_entry !#41 N21655 P13925 BLD 215 -1 FP BE Pri !#41 N21656 P13925 BLD 216 -1 FP BE Pri !#41 N21657 P13926 MEMBAR Loop_exit !#41 N21658 P13927 MEMBAR Loop_entry !#41 N21659 P13928 BLD 32 -1 FP BE Pri !#41 N21660 P13928 BLD 33 -1 FP BE Pri !#41 N21661 P13929 MEMBAR Loop_exit !#41 N21662 P13930 MEMBAR Loop_entry !#41 N21663 P13931 BLD 330 -1 FP BE Pri !#41 N21664 P13932 MEMBAR Loop_exit !#41 N21665 P13933 IDC_FLIP 322 Int BE Pri Loop_entry !#41 N21666 P13934 ST 84 0x94800004 Int BE Pri Loop_exit !#41 N21667 P13935 PREFETCH 12 Int BE Pri Loop_entry !#41 N21668 P13936 MEMBAR !#41 N21669 P13937 BLD 159 -1 FP BE Pri !#41 N21670 P13938 MEMBAR Loop_exit !#41 N21671 P13939 PREFETCH 316 NF Int BE Pri Loop_entry Loop_exit !#41 N21672 P13940 MEMBAR Loop_entry !#41 N21673 P13941 BLD 258 -1 FP BE Pri !#41 N21674 P13942 MEMBAR Loop_exit !#41 N21675 P13940 MEMBAR Loop_entry !#41 N21676 P13941 BLD 258 -1 FP BE Pri !#41 N21677 P13942 MEMBAR Loop_exit !#41 N21678 P13943 MEMBAR Loop_entry !#41 N21679 P13944 BLD 152 -1 FP BE Pri !#41 N21680 P13945 MEMBAR Loop_exit !#41 N21681 P13943 MEMBAR Loop_entry !#41 N21682 P13944 BLD 152 -1 FP BE Pri !#41 N21683 P13945 MEMBAR Loop_exit !#41 N21684 P13946 MEMBAR Loop_entry !#41 N21685 P13947 BLD 165 -1 FP BE Pri !#41 N21686 P13948 MEMBAR Loop_exit !#41 N21687 P13949 MEMBAR Loop_entry !#41 N21688 P13950 BLD 215 -1 FP BE Pri !#41 N21689 P13950 BLD 216 -1 FP BE Pri !#41 N21690 P13951 MEMBAR Loop_exit !#41 N21691 P13949 MEMBAR Loop_entry !#41 N21692 P13950 BLD 215 -1 FP BE Pri !#41 N21693 P13950 BLD 216 -1 FP BE Pri !#41 N21694 P13951 MEMBAR Loop_exit !#41 N21695 P13952 ST 61 0x94800005 Int BE Pri Loop_entry Loop_exit !#41 N21696 P13952 ST 61 0x94800006 Int BE Pri Loop_entry Loop_exit !#41 N21697 P13953 MEMBAR Loop_entry !#41 N21698 P13954 BLD 240 -1 FP BE Pri !#41 N21699 P13955 MEMBAR Loop_exit !#41 N21700 P13956 MEMBAR Loop_entry !#41 N21701 P13957 BLD 319 -1 FP BE Pri !#41 N21702 P13958 MEMBAR Loop_exit !#41 N21703 P13956 MEMBAR Loop_entry !#41 N21704 P13957 BLD 319 -1 FP BE Pri !#41 N21705 P13958 MEMBAR Loop_exit !#41 N21706 P13959 MEMBAR Loop_entry !#41 N21707 P13960 BLD 239 -1 FP BE Pri !#41 N21708 P13961 MEMBAR Loop_exit !#41 N21709 P13959 MEMBAR Loop_entry !#41 N21710 P13960 BLD 239 -1 FP BE Pri !#41 N21711 P13961 MEMBAR Loop_exit !#41 N21712 P13962 IDC_FLIP 257 Int BE Pri Loop_entry !#41 N21713 P13963 MEMBAR !#41 N21714 P13964 BLD 326 -1 FP BE Pri !#41 N21715 P13965 MEMBAR Loop_exit !#41 N21716 P13966 MEMBAR Loop_entry !#41 N21717 P13967 BLD 86 -1 FP BE Pri !#41 N21718 P13968 MEMBAR Loop_exit !#41 N21719 P13969 MEMBAR Loop_entry !#41 N21720 P13970 BLD 117 -1 FP BE Pri !#41 N21721 P13971 MEMBAR Loop_exit !#41 N21722 P13972 MEMBAR Loop_entry !#41 N21723 P13973 BLD 171 -1 FP BE Pri !#41 N21724 P13974 MEMBAR Loop_exit !#41 N21725 P13975 MEMBAR Loop_entry !#41 N21726 P13976 BLD 285 -1 FP BE Pri !#41 N21727 P13977 MEMBAR Loop_exit !#41 N21728 P13978 MEMBAR Loop_entry !#41 N21729 P13979 BLD 138 -1 FP BE Pri !#41 N21730 P13980 MEMBAR Loop_exit !#41 N21731 P13981 PREFETCH 20 Int BE Pri Loop_entry !#41 N21732 P13982 PREFETCH 347 Int BE Pri Loop_exit !#41 N21733 P13983 MEMBAR Loop_entry !#41 N21734 P13984 BLD 166 -1 FP BE Pri !#41 N21735 P13985 MEMBAR Loop_exit !#41 N21736 P13983 MEMBAR Loop_entry !#41 N21737 P13984 BLD 166 -1 FP BE Pri !#41 N21738 P13985 MEMBAR Loop_exit !#41 N21739 P13986 MEMBAR Loop_entry !#41 N21740 P13987 BLD 56 -1 FP BE Pri !#41 N21741 P13988 MEMBAR Loop_exit !#41 N21742 P13986 MEMBAR Loop_entry !#41 N21743 P13987 BLD 56 -1 FP BE Pri !#41 N21744 P13988 MEMBAR Loop_exit !#41 N21745 P13989 MEMBAR Loop_entry !#41 N21746 P13990 BLD 91 -1 FP BE Pri !#41 N21747 P13990 BLD 92 -1 FP BE Pri !#41 N21748 P13990 BLD 93 -1 FP BE Pri !#41 N21749 P13991 MEMBAR Loop_exit !#41 N21750 P13989 MEMBAR Loop_entry !#41 N21751 P13990 BLD 91 -1 FP BE Pri !#41 N21752 P13990 BLD 92 -1 FP BE Pri !#41 N21753 P13990 BLD 93 -1 FP BE Pri !#41 N21754 P13991 MEMBAR Loop_exit !#41 N21755 P13992 MEMBAR Loop_entry !#41 N21756 P13993 BLD 166 -1 FP BE Pri !#41 N21757 P13994 MEMBAR Loop_exit !#41 N21758 P13995 MEMBAR Loop_entry !#41 N21759 P13996 BLD 251 -1 FP BE Pri !#41 N21760 P13997 MEMBAR Loop_exit !#41 N21761 P13998 MEMBAR Loop_entry !#41 N21762 P13999 BLD 6 -1 FP BE Pri !#41 N21763 P13999 BLD 7 -1 FP BE Pri !#41 N21764 P14000 MEMBAR Loop_exit !#41 N21765 P14001 MEMBAR Loop_entry !#41 N21766 P14002 BLD 199 -1 FP BE Pri !#41 N21767 P14003 MEMBAR Loop_exit !#41 N21768 P14001 MEMBAR Loop_entry !#41 N21769 P14002 BLD 199 -1 FP BE Pri !#41 N21770 P14003 MEMBAR Loop_exit !#41 N21771 P14004 MEMBAR Loop_entry !#41 N21772 P14005 BLD 339 -1 FP BE Pri !#41 N21773 P14006 MEMBAR Loop_exit !#41 N21774 P14004 MEMBAR Loop_entry !#41 N21775 P14005 BLD 339 -1 FP BE Pri !#41 N21776 P14006 MEMBAR Loop_exit !#41 N21777 P14007 IDC_FLIP 89 Int BE Pri Loop_entry Loop_exit !#41 N21778 P14007 IDC_FLIP 89 Int BE Pri Loop_entry Loop_exit !#41 N21779 P14008 PREFETCH 214 NF Int BE Pri Loop_entry !#41 N21780 P14009 MEMBAR !#41 N21781 P14010 BLD 199 -1 FP BE Pri !#41 N21782 P14011 MEMBAR Loop_exit !#41 N21783 P14012 MEMBAR Loop_entry !#41 N21784 P14013 BLD 6 -1 FP BE Pri !#41 N21785 P14013 BLD 7 -1 FP BE Pri !#41 N21786 P14014 MEMBAR Loop_exit !#41 N21787 P14012 MEMBAR Loop_entry !#41 N21788 P14013 BLD 6 -1 FP BE Pri !#41 N21789 P14013 BLD 7 -1 FP BE Pri !#41 N21790 P14014 MEMBAR Loop_exit !#41 N21791 P14015 MEMBAR Loop_entry !#41 N21792 P14016 BLD 118 -1 FP BE Pri !#41 N21793 P14017 MEMBAR Loop_exit !#41 N21794 P14015 MEMBAR Loop_entry !#41 N21795 P14016 BLD 118 -1 FP BE Pri !#41 N21796 P14017 MEMBAR Loop_exit !#41 N21797 P14018 MEMBAR Loop_entry !#41 N21798 P14019 BLD 34 -1 FP BE Pri !#41 N21799 P14020 MEMBAR Loop_exit !#41 N21800 P14018 MEMBAR Loop_entry !#41 N21801 P14019 BLD 34 -1 FP BE Pri !#41 N21802 P14020 MEMBAR Loop_exit !#41 N21803 P14021 MEMBAR Loop_entry !#41 N21804 P14022 BLD 199 -1 FP BE Pri !#41 N21805 P14023 MEMBAR Loop_exit !#41 N21806 P14021 MEMBAR Loop_entry !#41 N21807 P14022 BLD 199 -1 FP BE Pri !#41 N21808 P14023 MEMBAR Loop_exit !#41 N21809 P14024 MEMBAR Loop_entry !#41 N21810 P14025 BLD 135 -1 FP BE Pri !#41 N21811 P14026 MEMBAR Loop_exit !#41 N21812 P14027 MEMBAR Loop_entry !#41 N21813 P14028 BLD 54 -1 FP BE Pri !#41 N21814 P14029 MEMBAR Loop_exit !#41 N21815 P14030 MEMBAR Loop_entry !#41 N21816 P14031 BLD 8 -1 FP BE Pri !#41 N21817 P14032 MEMBAR Loop_exit !#41 N21818 P14033 MEMBAR Loop_entry !#41 N21819 P14034 BLD 49 -1 FP BE Pri !#41 N21820 P14035 MEMBAR Loop_exit !#41 N21821 P14036 IDC_FLIP 71 Int BE Pri Loop_entry Loop_exit !#41 N21822 P14036 IDC_FLIP 71 Int BE Pri Loop_entry Loop_exit !#41 N21823 P14037 ST 309 0x20800002 FP BE Pri Loop_entry !#41 N21824 P14038 MEMBAR !#41 N21825 P14039 BLD 306 -1 FP BE Pri !#41 N21826 P14040 MEMBAR Loop_exit !#41 N21827 P14041 MEMBAR Loop_entry !#41 N21828 P14042 BLD 14 -1 FP BE Pri !#41 N21829 P14043 MEMBAR Loop_exit !#41 N21830 P14044 MEMBAR Loop_entry !#41 N21831 P14045 BLD 64 -1 FP BE Pri !#41 N21832 P14046 MEMBAR Loop_exit !#41 N21833 P14044 MEMBAR Loop_entry !#41 N21834 P14045 BLD 64 -1 FP BE Pri !#41 N21835 P14046 MEMBAR Loop_exit !#41 N21836 P14047 MEMBAR Loop_entry !#41 N21837 P14048 BLD 301 -1 FP BE Pri !#41 N21838 P14049 MEMBAR Loop_exit !#41 N21839 P14050 MEMBAR Loop_entry Loop_exit !#41 N21840 P14050 MEMBAR Loop_entry Loop_exit !#41 N21841 P14051 MEMBAR Loop_entry !#41 N21842 P14052 BLD 193 -1 FP BE Pri !#41 N21843 P14053 MEMBAR Loop_exit !#41 N21844 P14054 IDC_FLIP 266 Int BE Pri Loop_entry Loop_exit !#41 N21845 P14055 MEMBAR Loop_entry !#41 N21846 P14056 BLD 89 -1 FP BE Pri !#41 N21847 P14056 BLD 90 -1 FP BE Pri !#41 N21848 P14057 MEMBAR Loop_exit !#41 N21849 P14058 MEMBAR Loop_entry !#41 N21850 P14059 BLD 234 -1 FP BE Pri !#41 N21851 P14060 MEMBAR Loop_exit !#41 N21852 P14058 MEMBAR Loop_entry !#41 N21853 P14059 BLD 234 -1 FP BE Pri !#41 N21854 P14060 MEMBAR Loop_exit !#41 N21855 P14061 LD 231 -1 Int BE Pri Loop_entry !#41 N21856 P14062 LD 16 -1 Int BE Pri Loop_exit !#41 N21857 P14063 MEMBAR Loop_entry !#41 N21858 P14064 BLD 117 -1 FP BE Pri !#41 N21859 P14065 MEMBAR Loop_exit !#41 N21860 P14066 MEMBAR Loop_entry !#41 N21861 P14067 BLD 65 -1 FP BE Pri !#41 N21862 P14068 MEMBAR Loop_exit !#41 N21863 P14066 MEMBAR Loop_entry !#41 N21864 P14067 BLD 65 -1 FP BE Pri !#41 N21865 P14068 MEMBAR Loop_exit !#41 N21866 P14069 MEMBAR Loop_entry !#41 N21867 P14070 BLD 251 -1 FP BE Pri !#41 N21868 P14071 MEMBAR Loop_exit !#41 N21869 P14069 MEMBAR Loop_entry !#41 N21870 P14070 BLD 251 -1 FP BE Pri !#41 N21871 P14071 MEMBAR Loop_exit !#41 N21872 P14072 MEMBAR Loop_entry !#41 N21873 P14073 BLD 102 -1 FP BE Pri !#41 N21874 P14073 BLD 103 -1 FP BE Pri !#41 N21875 P14073 BLD 104 -1 FP BE Pri !#41 N21876 P14074 MEMBAR Loop_exit !#41 N21877 P14072 MEMBAR Loop_entry !#41 N21878 P14073 BLD 102 -1 FP BE Pri !#41 N21879 P14073 BLD 103 -1 FP BE Pri !#41 N21880 P14073 BLD 104 -1 FP BE Pri !#41 N21881 P14074 MEMBAR Loop_exit !#41 N21882 P14075 MEMBAR Loop_entry !#41 N21883 P14076 BLD 193 -1 FP BE Pri !#41 N21884 P14077 MEMBAR Loop_exit !#41 N21885 P14075 MEMBAR Loop_entry !#41 N21886 P14076 BLD 193 -1 FP BE Pri !#41 N21887 P14077 MEMBAR Loop_exit !#41 N21888 P14078 MEMBAR Loop_entry !#41 N21889 P14079 BLD 52 -1 FP BE Pri !#41 N21890 P14080 MEMBAR Loop_exit !#41 N21891 P14081 IDC_FLIP 31 Int BE Pri Loop_entry !#41 N21892 P14082 MEMBAR !#41 N21893 P14083 BLD 111 -1 FP BE Pri !#41 N21894 P14083 BLD 112 -1 FP BE Pri !#41 N21895 P14083 BLD 113 -1 FP BE Pri !#41 N21896 P14084 MEMBAR Loop_exit !#41 N21897 P14081 IDC_FLIP 31 Int BE Pri Loop_entry !#41 N21898 P14082 MEMBAR !#41 N21899 P14083 BLD 111 -1 FP BE Pri !#41 N21900 P14083 BLD 112 -1 FP BE Pri !#41 N21901 P14083 BLD 113 -1 FP BE Pri !#41 N21902 P14084 MEMBAR Loop_exit !#41 N21903 P14085 MEMBAR Loop_entry !#41 N21904 P14086 BLD 205 -1 FP BE Pri !#41 N21905 P14087 MEMBAR Loop_exit !#41 N21906 P14088 MEMBAR Loop_entry !#41 N21907 P14089 BLD 266 -1 FP BE Pri !#41 N21908 P14090 MEMBAR Loop_exit !#41 N21909 P14088 MEMBAR Loop_entry !#41 N21910 P14089 BLD 266 -1 FP BE Pri !#41 N21911 P14090 MEMBAR Loop_exit !#41 N21912 P14091 MEMBAR Loop_entry !#41 N21913 P14092 BLD 64 -1 FP BE Pri !#41 N21914 P14093 MEMBAR Loop_exit !#41 N21915 P14091 MEMBAR Loop_entry !#41 N21916 P14092 BLD 64 -1 FP BE Pri !#41 N21917 P14093 MEMBAR Loop_exit !#41 N21918 P14094 MEMBAR Loop_entry !#41 N21919 P14095 BLD 13 -1 FP BE Pri !#41 N21920 P14096 MEMBAR Loop_exit !#41 N21921 P14094 MEMBAR Loop_entry !#41 N21922 P14095 BLD 13 -1 FP BE Pri !#41 N21923 P14096 MEMBAR Loop_exit !#41 N21924 P14097 MEMBAR Loop_entry !#41 N21925 P14098 BLD 14 -1 FP BE Pri !#41 N21926 P14099 MEMBAR Loop_exit !#41 N21927 P14097 MEMBAR Loop_entry !#41 N21928 P14098 BLD 14 -1 FP BE Pri !#41 N21929 P14099 MEMBAR Loop_exit !#41 N21930 P14100 MEMBAR Loop_entry !#41 N21931 P14101 BLD 343 -1 FP BE Pri !#41 N21932 P14101 BLD 344 -1 FP BE Pri !#41 N21933 P14102 MEMBAR Loop_exit !#41 N21934 P14100 MEMBAR Loop_entry !#41 N21935 P14101 BLD 343 -1 FP BE Pri !#41 N21936 P14101 BLD 344 -1 FP BE Pri !#41 N21937 P14102 MEMBAR Loop_exit !#41 N21938 P14103 MEMBAR !#42 N21939 P14104 MEMBAR Loop_entry !#42 N21940 P14105 BLD 106 -1 FP BE Pri !#42 N21941 P14106 MEMBAR Loop_exit !#42 N21942 P14104 MEMBAR Loop_entry !#42 N21943 P14105 BLD 106 -1 FP BE Pri !#42 N21944 P14106 MEMBAR Loop_exit !#42 N21945 P14107 MEMBAR Loop_entry !#42 N21946 P14108 BLD 316 -1 FP BE Pri !#42 N21947 P14109 MEMBAR Loop_exit !#42 N21948 P14107 MEMBAR Loop_entry !#42 N21949 P14108 BLD 316 -1 FP BE Pri !#42 N21950 P14109 MEMBAR Loop_exit !#42 N21951 P14110 IDC_FLIP 195 Int BE Pri Loop_entry Loop_exit !#42 N21952 P14110 IDC_FLIP 195 Int BE Pri Loop_entry Loop_exit !#42 N21953 P14111 MEMBAR Loop_entry !#42 N21954 P14112 BLD 244 -1 FP BE Pri !#42 N21955 P14113 MEMBAR Loop_exit !#42 N21956 P14114 MEMBAR Loop_entry !#42 N21957 P14115 BLD 102 -1 FP BE Pri !#42 N21958 P14115 BLD 103 -1 FP BE Pri !#42 N21959 P14115 BLD 104 -1 FP BE Pri !#42 N21960 P14116 MEMBAR Loop_exit !#42 N21961 P14117 MEMBAR Loop_entry !#42 N21962 P14118 BLD 124 -1 FP BE Pri !#42 N21963 P14118 BLD 125 -1 FP BE Pri !#42 N21964 P14118 BLD 126 -1 FP BE Pri !#42 N21965 P14119 MEMBAR Loop_exit !#42 N21966 P14117 MEMBAR Loop_entry !#42 N21967 P14118 BLD 124 -1 FP BE Pri !#42 N21968 P14118 BLD 125 -1 FP BE Pri !#42 N21969 P14118 BLD 126 -1 FP BE Pri !#42 N21970 P14119 MEMBAR Loop_exit !#42 N21971 P14120 MEMBAR Loop_entry !#42 N21972 P14121 BLD 197 -1 FP BE Pri !#42 N21973 P14122 MEMBAR Loop_exit !#42 N21974 P14123 MEMBAR Loop_entry !#42 N21975 P14124 BLD 310 -1 FP BE Pri !#42 N21976 P14125 MEMBAR Loop_exit !#42 N21977 P14126 MEMBAR Loop_entry !#42 N21978 P14127 BLD 354 -1 FP BE Pri !#42 N21979 P14128 MEMBAR Loop_exit !#42 N21980 P14126 MEMBAR Loop_entry !#42 N21981 P14127 BLD 354 -1 FP BE Pri !#42 N21982 P14128 MEMBAR Loop_exit !#42 N21983 P14129 MEMBAR Loop_entry !#42 N21984 P14130 BLD 142 -1 FP BE Pri !#42 N21985 P14131 MEMBAR Loop_exit !#42 N21986 P14132 MEMBAR Loop_entry !#42 N21987 P14133 BLD 241 -1 FP BE Pri !#42 N21988 P14133 BLD 242 -1 FP BE Pri !#42 N21989 P14134 MEMBAR Loop_exit !#42 N21990 P14135 MEMBAR Loop_entry !#42 N21991 P14136 BLD 192 -1 FP BE Pri !#42 N21992 P14137 MEMBAR Loop_exit !#42 N21993 P14138 MEMBAR Loop_entry !#42 N21994 P14139 BLD 313 -1 FP BE Pri !#42 N21995 P14140 MEMBAR Loop_exit !#42 N21996 P14141 MEMBAR Loop_entry !#42 N21997 P14142 BLD 96 -1 FP BE Pri !#42 N21998 P14143 MEMBAR Loop_exit !#42 N21999 P14141 MEMBAR Loop_entry !#42 N22000 P14142 BLD 96 -1 FP BE Pri !#42 N22001 P14143 MEMBAR Loop_exit !#42 N22002 P14144 MEMBAR Loop_entry !#42 N22003 P14145 BLD 291 -1 FP BE Pri !#42 N22004 P14146 MEMBAR Loop_exit !#42 N22005 P14147 MEMBAR Loop_entry !#42 N22006 P14148 BLD 271 -1 FP BE Pri !#42 N22007 P14149 MEMBAR Loop_exit !#42 N22008 P14147 MEMBAR Loop_entry !#42 N22009 P14148 BLD 271 -1 FP BE Pri !#42 N22010 P14149 MEMBAR Loop_exit !#42 N22011 P14150 FLUSHI 358 Int BE Pri Loop_entry !#42 N22012 P14151 MEMBAR !#42 N22013 P14152 BLD 81 -1 FP BE Pri !#42 N22014 P14153 MEMBAR Loop_exit !#42 N22015 P14154 MEMBAR Loop_entry !#42 N22016 P14155 BLD 58 -1 FP BE Pri !#42 N22017 P14156 MEMBAR Loop_exit !#42 N22018 P14157 MEMBAR Loop_entry !#42 N22019 P14158 BLD 289 -1 FP BE Pri !#42 N22020 P14159 MEMBAR Loop_exit !#42 N22021 P14160 MEMBAR Loop_entry !#42 N22022 P14161 BLD 302 -1 FP BE Pri !#42 N22023 P14162 MEMBAR Loop_exit !#42 N22024 P14163 MEMBAR Loop_entry !#42 N22025 P14164 BLD 321 -1 FP BE Pri !#42 N22026 P14165 MEMBAR Loop_exit !#42 N22027 P14163 MEMBAR Loop_entry !#42 N22028 P14164 BLD 321 -1 FP BE Pri !#42 N22029 P14165 MEMBAR Loop_exit !#42 N22030 P14166 MEMBAR Loop_entry !#42 N22031 P14167 BLD 245 -1 FP BE Pri !#42 N22032 P14168 MEMBAR Loop_exit !#42 N22033 P14169 ST 247 0x95000001 Int BE Pri Loop_entry !#42 N22034 P14170 MEMBAR !#42 N22035 P14171 BLD 16 -1 FP BE Pri !#42 N22036 P14172 MEMBAR Loop_exit !#42 N22037 P14173 ST 11 0x95000002 Int BE Pri Loop_entry !#42 N22038 P14174 MEMBAR !#42 N22039 P14175 BLD 135 -1 FP BE Pri !#42 N22040 P14176 MEMBAR Loop_exit !#42 N22041 P14173 ST 11 0x95000003 Int BE Pri Loop_entry !#42 N22042 P14174 MEMBAR !#42 N22043 P14175 BLD 135 -1 FP BE Pri !#42 N22044 P14176 MEMBAR Loop_exit !#42 N22045 P14177 MEMBAR Loop_entry !#42 N22046 P14178 BLD 352 -1 FP BE Pri !#42 N22047 P14179 MEMBAR Loop_exit !#42 N22048 P14177 MEMBAR Loop_entry !#42 N22049 P14178 BLD 352 -1 FP BE Pri !#42 N22050 P14179 MEMBAR Loop_exit !#42 N22051 P14180 MEMBAR Loop_entry !#42 N22052 P14181 BLD 352 -1 FP BE Pri !#42 N22053 P14182 MEMBAR Loop_exit !#42 N22054 P14180 MEMBAR Loop_entry !#42 N22055 P14181 BLD 352 -1 FP BE Pri !#42 N22056 P14182 MEMBAR Loop_exit !#42 N22057 P14183 IDC_FLIP 44 Int BE Pri Loop_entry Loop_exit !#42 N22058 P14184 MEMBAR Loop_entry !#42 N22059 P14185 BLD 190 -1 FP BE Pri !#42 N22060 P14186 MEMBAR Loop_exit !#42 N22061 P14187 ST 11 0x95000004 Int BE Pri Loop_entry Loop_exit !#42 N22062 P14187 ST 11 0x95000005 Int BE Pri Loop_entry Loop_exit !#42 N22063 P14188 MEMBAR Loop_entry !#42 N22064 P14189 BLD 32 -1 FP BE Pri !#42 N22065 P14189 BLD 33 -1 FP BE Pri !#42 N22066 P14190 MEMBAR Loop_exit !#42 N22067 P14191 MEMBAR Loop_entry !#42 N22068 P14192 BLD 156 -1 FP BE Pri !#42 N22069 P14193 MEMBAR Loop_exit !#42 N22070 P14194 MEMBAR Loop_entry !#42 N22071 P14195 BLD 155 -1 FP BE Pri !#42 N22072 P14196 MEMBAR Loop_exit !#42 N22073 P14194 MEMBAR Loop_entry !#42 N22074 P14195 BLD 155 -1 FP BE Pri !#42 N22075 P14196 MEMBAR Loop_exit !#42 N22076 P14197 MEMBAR Loop_entry !#42 N22077 P14198 BLD 304 -1 FP BE Pri !#42 N22078 P14199 MEMBAR Loop_exit !#42 N22079 P14197 MEMBAR Loop_entry !#42 N22080 P14198 BLD 304 -1 FP BE Pri !#42 N22081 P14199 MEMBAR Loop_exit !#42 N22082 P14200 MEMBAR Loop_entry !#42 N22083 P14201 BLD 102 -1 FP BE Pri !#42 N22084 P14201 BLD 103 -1 FP BE Pri !#42 N22085 P14201 BLD 104 -1 FP BE Pri !#42 N22086 P14202 MEMBAR Loop_exit !#42 N22087 P14200 MEMBAR Loop_entry !#42 N22088 P14201 BLD 102 -1 FP BE Pri !#42 N22089 P14201 BLD 103 -1 FP BE Pri !#42 N22090 P14201 BLD 104 -1 FP BE Pri !#42 N22091 P14202 MEMBAR Loop_exit !#42 N22092 P14203 MEMBAR Loop_entry !#42 N22093 P14204 BLD 42 -1 FP BE Pri !#42 N22094 P14205 MEMBAR Loop_exit !#42 N22095 P14206 MEMBAR Loop_entry !#42 N22096 P14207 BLD 255 -1 FP BE Pri !#42 N22097 P14208 MEMBAR Loop_exit !#42 N22098 P14209 ST 57 0x95000006 Int BE Pri Loop_entry !#42 N22099 P14210 MEMBAR !#42 N22100 P14211 BLD 50 -1 FP BE Pri !#42 N22101 P14212 MEMBAR Loop_exit !#42 N22102 P14209 ST 57 0x95000007 Int BE Pri Loop_entry !#42 N22103 P14210 MEMBAR !#42 N22104 P14211 BLD 50 -1 FP BE Pri !#42 N22105 P14212 MEMBAR Loop_exit !#42 N22106 P14213 MEMBAR Loop_entry !#42 N22107 P14214 BLD 351 -1 FP BE Pri !#42 N22108 P14215 MEMBAR Loop_exit !#42 N22109 P14213 MEMBAR Loop_entry !#42 N22110 P14214 BLD 351 -1 FP BE Pri !#42 N22111 P14215 MEMBAR Loop_exit !#42 N22112 P14216 IDC_FLIP 90 Int BE Pri Loop_entry Loop_exit !#42 N22113 P14217 MEMBAR Loop_entry !#42 N22114 P14218 BLD 331 -1 FP BE Pri !#42 N22115 P14218 BLD 332 -1 FP BE Pri !#42 N22116 P14219 MEMBAR Loop_exit !#42 N22117 P14220 MEMBAR Loop_entry !#42 N22118 P14221 BLD 142 -1 FP BE Pri !#42 N22119 P14222 MEMBAR Loop_exit !#42 N22120 P14220 MEMBAR Loop_entry !#42 N22121 P14221 BLD 142 -1 FP BE Pri !#42 N22122 P14222 MEMBAR Loop_exit !#42 N22123 P14223 MEMBAR Loop_entry !#42 N22124 P14224 BLD 358 -1 FP BE Pri !#42 N22125 P14225 MEMBAR Loop_exit !#42 N22126 P14223 MEMBAR Loop_entry !#42 N22127 P14224 BLD 358 -1 FP BE Pri !#42 N22128 P14225 MEMBAR Loop_exit !#42 N22129 P14226 MEMBAR Loop_entry !#42 N22130 P14227 BLD 262 -1 FP BE Pri !#42 N22131 P14228 MEMBAR Loop_exit !#42 N22132 P14229 IDC_FLIP 109 Int BE Pri Loop_entry Loop_exit !#42 N22133 P14230 MEMBAR Loop_entry !#42 N22134 P14231 BLD 84 -1 FP BE Pri !#42 N22135 P14232 MEMBAR Loop_exit !#42 N22136 P14230 MEMBAR Loop_entry !#42 N22137 P14231 BLD 84 -1 FP BE Pri !#42 N22138 P14232 MEMBAR Loop_exit !#42 N22139 P14233 MEMBAR Loop_entry !#42 N22140 P14234 BLD 223 -1 FP BE Pri !#42 N22141 P14235 MEMBAR Loop_exit !#42 N22142 P14233 MEMBAR Loop_entry !#42 N22143 P14234 BLD 223 -1 FP BE Pri !#42 N22144 P14235 MEMBAR Loop_exit !#42 N22145 P14236 MEMBAR Loop_entry !#42 N22146 P14237 BLD 121 -1 FP BE Pri !#42 N22147 P14238 MEMBAR Loop_exit !#42 N22148 P14236 MEMBAR Loop_entry !#42 N22149 P14237 BLD 121 -1 FP BE Pri !#42 N22150 P14238 MEMBAR Loop_exit !#42 N22151 P14239 PREFETCH 236 Int BE Pri Loop_entry !#42 N22152 P14240 IDC_FLIP 92 Int BE Pri Loop_exit !#42 N22153 P14239 PREFETCH 236 Int BE Pri Loop_entry !#42 N22154 P14240 IDC_FLIP 92 Int BE Pri Loop_exit !#42 N22155 P14241 MEMBAR Loop_entry !#42 N22156 P14242 BLD 21 -1 FP BE Pri !#42 N22157 P14243 MEMBAR Loop_exit !#42 N22158 P14244 MEMBAR Loop_entry !#42 N22159 P14245 BLD 111 -1 FP BE Pri !#42 N22160 P14245 BLD 112 -1 FP BE Pri !#42 N22161 P14245 BLD 113 -1 FP BE Pri !#42 N22162 P14246 MEMBAR Loop_exit !#42 N22163 P14247 MEMBAR Loop_entry !#42 N22164 P14248 BLD 232 -1 FP BE Pri !#42 N22165 P14249 MEMBAR Loop_exit !#42 N22166 P14247 MEMBAR Loop_entry !#42 N22167 P14248 BLD 232 -1 FP BE Pri !#42 N22168 P14249 MEMBAR Loop_exit !#42 N22169 P14250 MEMBAR Loop_entry !#42 N22170 P14251 BLD 187 -1 FP BE Pri !#42 N22171 P14252 MEMBAR Loop_exit !#42 N22172 P14253 MEMBAR Loop_entry !#42 N22173 P14254 BLD 238 -1 FP BE Pri !#42 N22174 P14255 MEMBAR Loop_exit !#42 N22175 P14256 MEMBAR Loop_entry !#42 N22176 P14257 BLD 234 -1 FP BE Pri !#42 N22177 P14258 MEMBAR Loop_exit !#42 N22178 P14256 MEMBAR Loop_entry !#42 N22179 P14257 BLD 234 -1 FP BE Pri !#42 N22180 P14258 MEMBAR Loop_exit !#42 N22181 P14259 MEMBAR Loop_entry !#42 N22182 P14260 BLD 24 -1 FP BE Pri !#42 N22183 P14261 MEMBAR Loop_exit !#42 N22184 P14262 MEMBAR Loop_entry !#42 N22185 P14263 BLD 258 -1 FP BE Pri !#42 N22186 P14264 MEMBAR Loop_exit !#42 N22187 P14265 MEMBAR Loop_entry !#42 N22188 P14266 BLD 71 -1 FP BE Pri !#42 N22189 P14266 BLD 72 -1 FP BE Pri !#A N22188 N22189 !#42 N22190 P14267 MEMBAR Loop_exit !#42 N22191 P14268 MEMBAR Loop_entry !#42 N22192 P14269 BLD 176 -1 FP BE Pri !#42 N22193 P14270 MEMBAR Loop_exit !#42 N22194 P14271 MEMBAR Loop_entry !#42 N22195 P14272 BLD 123 -1 FP BE Pri !#42 N22196 P14273 MEMBAR Loop_exit !#42 N22197 P14271 MEMBAR Loop_entry !#42 N22198 P14272 BLD 123 -1 FP BE Pri !#42 N22199 P14273 MEMBAR Loop_exit !#42 N22200 P14274 PREFETCH 198 NF Int BE Pri Loop_entry !#42 N22201 P14275 ST 96 0x95000008 Int BE Pri Loop_exit !#42 N22202 P14274 PREFETCH 198 NF Int BE Pri Loop_entry !#42 N22203 P14275 ST 96 0x95000009 Int BE Pri Loop_exit !#42 N22204 P14276 MEMBAR Loop_entry !#42 N22205 P14277 BLD 120 -1 FP BE Pri !#42 N22206 P14278 MEMBAR Loop_exit !#42 N22207 P14276 MEMBAR Loop_entry !#42 N22208 P14277 BLD 120 -1 FP BE Pri !#42 N22209 P14278 MEMBAR Loop_exit !#42 N22210 P14279 MEMBAR Loop_entry !#42 N22211 P14280 BLD 91 -1 FP BE Pri !#42 N22212 P14280 BLD 92 -1 FP BE Pri !#42 N22213 P14280 BLD 93 -1 FP BE Pri !#42 N22214 P14281 MEMBAR Loop_exit !#42 N22215 P14282 MEMBAR Loop_entry !#42 N22216 P14283 BLD 128 -1 FP BE Pri !#42 N22217 P14284 MEMBAR Loop_exit !#42 N22218 P14285 MEMBAR Loop_entry !#42 N22219 P14286 BLD 177 -1 FP BE Pri !#42 N22220 P14287 MEMBAR Loop_exit !#42 N22221 P14288 FLUSHI 358 Int BE Pri Loop_entry !#42 N22222 P14289 MEMBAR !#42 N22223 P14290 BLD 297 -1 FP BE Pri !#42 N22224 P14291 MEMBAR Loop_exit !#42 N22225 P14288 FLUSHI 358 Int BE Pri Loop_entry !#42 N22226 P14289 MEMBAR !#42 N22227 P14290 BLD 297 -1 FP BE Pri !#42 N22228 P14291 MEMBAR Loop_exit !#42 N22229 P14292 MEMBAR Loop_entry !#42 N22230 P14293 BLD 151 -1 FP BE Pri !#42 N22231 P14294 MEMBAR Loop_exit !#42 N22232 P14292 MEMBAR Loop_entry !#42 N22233 P14293 BLD 151 -1 FP BE Pri !#42 N22234 P14294 MEMBAR Loop_exit !#42 N22235 P14295 MEMBAR Loop_entry !#42 N22236 P14296 BLD 241 -1 FP BE Pri !#42 N22237 P14296 BLD 242 -1 FP BE Pri !#42 N22238 P14297 MEMBAR Loop_exit !#42 N22239 P14298 IDC_FLIP 158 Int BE Pri Loop_entry Loop_exit !#42 N22240 P14298 IDC_FLIP 158 Int BE Pri Loop_entry Loop_exit !#42 N22241 P14299 MEMBAR Loop_entry !#42 N22242 P14300 BLD 192 -1 FP BE Pri !#42 N22243 P14301 MEMBAR Loop_exit !#42 N22244 P14302 MEMBAR Loop_entry !#42 N22245 P14303 BLD 347 -1 FP BE Pri !#42 N22246 P14304 MEMBAR Loop_exit !#42 N22247 P14305 ST 145 0x9500000a Int BE Pri Loop_entry Loop_exit !#42 N22248 P14306 MEMBAR Loop_entry !#42 N22249 P14307 BLD 282 -1 FP BE Pri !#42 N22250 P14308 MEMBAR Loop_exit !#42 N22251 P14309 MEMBAR Loop_entry !#42 N22252 P14310 BLD 105 -1 FP BE Pri !#42 N22253 P14311 MEMBAR Loop_exit !#42 N22254 P14309 MEMBAR Loop_entry !#42 N22255 P14310 BLD 105 -1 FP BE Pri !#42 N22256 P14311 MEMBAR Loop_exit !#42 N22257 P14312 MEMBAR Loop_entry !#42 N22258 P14313 BLD 89 -1 FP BE Pri !#42 N22259 P14313 BLD 90 -1 FP BE Pri !#42 N22260 P14314 MEMBAR Loop_exit !#42 N22261 P14315 PREFETCH 183 Int BE Pri Loop_entry !#42 N22262 P14316 MEMBAR !#42 N22263 P14317 BLD 215 -1 FP BE Pri !#42 N22264 P14317 BLD 216 -1 FP BE Pri !#42 N22265 P14318 MEMBAR Loop_exit !#42 N22266 P14315 PREFETCH 183 Int BE Pri Loop_entry !#42 N22267 P14316 MEMBAR !#42 N22268 P14317 BLD 215 -1 FP BE Pri !#42 N22269 P14317 BLD 216 -1 FP BE Pri !#42 N22270 P14318 MEMBAR Loop_exit !#42 N22271 P14319 MEMBAR Loop_entry !#42 N22272 P14320 BLD 161 -1 FP BE Pri !#42 N22273 P14321 MEMBAR Loop_exit !#42 N22274 P14322 MEMBAR Loop_entry !#42 N22275 P14323 BLD 3 -1 FP BE Pri !#42 N22276 P14324 MEMBAR Loop_exit !#42 N22277 P14322 MEMBAR Loop_entry !#42 N22278 P14323 BLD 3 -1 FP BE Pri !#42 N22279 P14324 MEMBAR Loop_exit !#42 N22280 P14325 MEMBAR Loop_entry !#42 N22281 P14326 BLD 252 -1 FP BE Pri !#42 N22282 P14327 MEMBAR Loop_exit !#42 N22283 P14328 IDC_FLIP 238 Int BE Pri Loop_entry !#42 N22284 P14329 MEMBAR !#42 N22285 P14330 BLD 318 -1 FP BE Pri !#42 N22286 P14331 MEMBAR Loop_exit !#42 N22287 P14328 IDC_FLIP 238 Int BE Pri Loop_entry !#42 N22288 P14329 MEMBAR !#42 N22289 P14330 BLD 318 -1 FP BE Pri !#42 N22290 P14331 MEMBAR Loop_exit !#42 N22291 P14332 MEMBAR Loop_entry !#42 N22292 P14333 BLD 177 -1 FP BE Pri !#42 N22293 P14334 MEMBAR Loop_exit !#42 N22294 P14332 MEMBAR Loop_entry !#42 N22295 P14333 BLD 177 -1 FP BE Pri !#42 N22296 P14334 MEMBAR Loop_exit !#42 N22297 P14335 MEMBAR Loop_entry !#42 N22298 P14336 BLD 343 -1 FP BE Pri !#42 N22299 P14336 BLD 344 -1 FP BE Pri !#42 N22300 P14337 MEMBAR Loop_exit !#42 N22301 P14338 MEMBAR Loop_entry !#42 N22302 P14339 BLD 97 -1 FP BE Pri !#42 N22303 P14340 MEMBAR Loop_exit !#42 N22304 P14338 MEMBAR Loop_entry !#42 N22305 P14339 BLD 97 -1 FP BE Pri !#42 N22306 P14340 MEMBAR Loop_exit !#42 N22307 P14341 MEMBAR Loop_entry !#42 N22308 P14342 BLD 239 -1 FP BE Pri !#42 N22309 P14343 MEMBAR Loop_exit !#42 N22310 P14341 MEMBAR Loop_entry !#42 N22311 P14342 BLD 239 -1 FP BE Pri !#42 N22312 P14343 MEMBAR Loop_exit !#42 N22313 P14344 MEMBAR Loop_entry !#42 N22314 P14345 BLD 25 -1 FP BE Pri !#42 N22315 P14346 MEMBAR Loop_exit !#42 N22316 P14347 MEMBAR Loop_entry !#42 N22317 P14348 BLD 232 -1 FP BE Pri !#42 N22318 P14349 MEMBAR Loop_exit !#42 N22319 P14347 MEMBAR Loop_entry !#42 N22320 P14348 BLD 232 -1 FP BE Pri !#42 N22321 P14349 MEMBAR Loop_exit !#42 N22322 P14350 MEMBAR Loop_entry !#42 N22323 P14351 BLD 294 -1 FP BE Pri !#42 N22324 P14352 MEMBAR Loop_exit !#42 N22325 P14353 MEMBAR Loop_entry !#42 N22326 P14354 BLD 271 -1 FP BE Pri !#42 N22327 P14355 MEMBAR Loop_exit !#42 N22328 P14356 ST 91 0x9500000b Int BE Pri Loop_entry Loop_exit !#42 N22329 P14356 ST 91 0x9500000c Int BE Pri Loop_entry Loop_exit !#42 N22330 P14357 MEMBAR Loop_entry !#42 N22331 P14358 BLD 97 -1 FP BE Pri !#42 N22332 P14359 MEMBAR Loop_exit !#42 N22333 P14357 MEMBAR Loop_entry !#42 N22334 P14358 BLD 97 -1 FP BE Pri !#42 N22335 P14359 MEMBAR Loop_exit !#42 N22336 P14360 MEMBAR Loop_entry !#42 N22337 P14361 BLD 278 -1 FP BE Pri !#42 N22338 P14362 MEMBAR Loop_exit !#42 N22339 P14360 MEMBAR Loop_entry !#42 N22340 P14361 BLD 278 -1 FP BE Pri !#42 N22341 P14362 MEMBAR Loop_exit !#42 N22342 P14363 MEMBAR Loop_entry !#42 N22343 P14364 BLD 223 -1 FP BE Pri !#42 N22344 P14365 MEMBAR Loop_exit !#42 N22345 P14366 MEMBAR Loop_entry !#42 N22346 P14367 BLD 124 -1 FP BE Pri !#42 N22347 P14367 BLD 125 -1 FP BE Pri !#42 N22348 P14367 BLD 126 -1 FP BE Pri !#42 N22349 P14368 MEMBAR Loop_exit !#42 N22350 P14366 MEMBAR Loop_entry !#42 N22351 P14367 BLD 124 -1 FP BE Pri !#42 N22352 P14367 BLD 125 -1 FP BE Pri !#42 N22353 P14367 BLD 126 -1 FP BE Pri !#42 N22354 P14368 MEMBAR Loop_exit !#42 N22355 P14369 IDC_FLIP 144 Int BE Pri Loop_entry !#42 N22356 P14370 MEMBAR !#42 N22357 P14371 BLD 166 -1 FP BE Pri !#42 N22358 P14372 MEMBAR Loop_exit !#42 N22359 P14373 MEMBAR Loop_entry !#42 N22360 P14374 BLD 22 -1 FP BE Pri !#42 N22361 P14375 MEMBAR Loop_exit !#42 N22362 P14376 MEMBAR Loop_entry !#42 N22363 P14377 BLD 174 -1 FP BE Pri !#42 N22364 P14378 MEMBAR Loop_exit !#42 N22365 P14376 MEMBAR Loop_entry !#42 N22366 P14377 BLD 174 -1 FP BE Pri !#42 N22367 P14378 MEMBAR Loop_exit !#42 N22368 P14379 MEMBAR Loop_entry !#42 N22369 P14380 BLD 248 -1 FP BE Pri !#42 N22370 P14381 MEMBAR Loop_exit !#42 N22371 P14382 MEMBAR Loop_entry !#42 N22372 P14383 BLD 357 -1 FP BE Pri !#42 N22373 P14384 MEMBAR Loop_exit !#42 N22374 P14382 MEMBAR Loop_entry !#42 N22375 P14383 BLD 357 -1 FP BE Pri !#42 N22376 P14384 MEMBAR Loop_exit !#42 N22377 P14385 MEMBAR Loop_entry !#42 N22378 P14386 BLD 65 -1 FP BE Pri !#42 N22379 P14387 MEMBAR Loop_exit !#42 N22380 P14385 MEMBAR Loop_entry !#42 N22381 P14386 BLD 65 -1 FP BE Pri !#42 N22382 P14387 MEMBAR Loop_exit !#42 N22383 P14388 MEMBAR Loop_entry !#42 N22384 P14389 BLD 225 -1 FP BE Pri !#42 N22385 P14390 MEMBAR Loop_exit !#42 N22386 P14391 MEMBAR Loop_entry !#42 N22387 P14392 BLD 337 -1 FP BE Pri !#42 N22388 P14393 MEMBAR Loop_exit !#42 N22389 P14394 MEMBAR Loop_entry !#42 N22390 P14395 BLD 353 -1 FP BE Pri !#42 N22391 P14396 MEMBAR Loop_exit !#42 N22392 P14394 MEMBAR Loop_entry !#42 N22393 P14395 BLD 353 -1 FP BE Pri !#42 N22394 P14396 MEMBAR Loop_exit !#42 N22395 P14397 IDC_FLIP 25 Int BE Pri Loop_entry !#42 N22396 P14398 MEMBAR !#42 N22397 P14399 BLD 78 -1 FP BE Pri !#42 N22398 P14400 MEMBAR Loop_exit !#42 N22399 P14401 MEMBAR Loop_entry !#42 N22400 P14402 BLD 135 -1 FP BE Pri !#42 N22401 P14403 MEMBAR Loop_exit !#42 N22402 P14401 MEMBAR Loop_entry !#42 N22403 P14402 BLD 135 -1 FP BE Pri !#42 N22404 P14403 MEMBAR Loop_exit !#42 N22405 P14404 MEMBAR Loop_entry !#42 N22406 P14405 BLD 146 -1 FP BE Pri !#42 N22407 P14406 MEMBAR Loop_exit !#42 N22408 P14404 MEMBAR Loop_entry !#42 N22409 P14405 BLD 146 -1 FP BE Pri !#42 N22410 P14406 MEMBAR Loop_exit !#42 N22411 P14407 MEMBAR Loop_entry !#42 N22412 P14408 BLD 107 -1 FP BE Pri !#42 N22413 P14409 MEMBAR Loop_exit !#42 N22414 P14407 MEMBAR Loop_entry !#42 N22415 P14408 BLD 107 -1 FP BE Pri !#42 N22416 P14409 MEMBAR Loop_exit !#42 N22417 P14410 PREFETCH 55 Int BE Pri Loop_entry !#42 N22418 P14411 MEMBAR !#42 N22419 P14412 BLD 9 -1 FP BE Pri !#42 N22420 P14413 MEMBAR Loop_exit !#42 N22421 P14410 PREFETCH 55 Int BE Pri Loop_entry !#42 N22422 P14411 MEMBAR !#42 N22423 P14412 BLD 9 -1 FP BE Pri !#42 N22424 P14413 MEMBAR Loop_exit !#42 N22425 P14414 MEMBAR Loop_entry !#42 N22426 P14415 BLD 128 -1 FP BE Pri !#42 N22427 P14416 MEMBAR Loop_exit !#42 N22428 P14417 MEMBAR Loop_entry !#42 N22429 P14418 BLD 62 -1 FP BE Pri !#42 N22430 P14418 BLD 63 -1 FP BE Pri !#42 N22431 P14419 MEMBAR Loop_exit !#42 N22432 P14417 MEMBAR Loop_entry !#42 N22433 P14418 BLD 62 -1 FP BE Pri !#42 N22434 P14418 BLD 63 -1 FP BE Pri !#42 N22435 P14419 MEMBAR Loop_exit !#42 N22436 P14420 MEMBAR Loop_entry !#42 N22437 P14421 BLD 50 -1 FP BE Pri !#42 N22438 P14422 MEMBAR Loop_exit !#42 N22439 P14420 MEMBAR Loop_entry !#42 N22440 P14421 BLD 50 -1 FP BE Pri !#42 N22441 P14422 MEMBAR Loop_exit !#42 N22442 P14423 MEMBAR Loop_entry !#42 N22443 P14424 BLD 176 -1 FP BE Pri !#42 N22444 P14425 MEMBAR Loop_exit !#42 N22445 P14423 MEMBAR Loop_entry !#42 N22446 P14424 BLD 176 -1 FP BE Pri !#42 N22447 P14425 MEMBAR Loop_exit !#42 N22448 P14426 MEMBAR Loop_entry Loop_exit !#42 N22449 P14426 MEMBAR Loop_entry Loop_exit !#42 N22450 P14427 MEMBAR Loop_entry !#42 N22451 P14428 BLD 303 -1 FP BE Pri !#42 N22452 P14429 MEMBAR Loop_exit !#42 N22453 P14430 MEMBAR Loop_entry !#42 N22454 P14431 BLD 299 -1 FP BE Pri !#42 N22455 P14432 MEMBAR Loop_exit !#42 N22456 P14430 MEMBAR Loop_entry !#42 N22457 P14431 BLD 299 -1 FP BE Pri !#42 N22458 P14432 MEMBAR Loop_exit !#42 N22459 P14433 MEMBAR Loop_entry !#42 N22460 P14434 BLD 107 -1 FP BE Pri !#42 N22461 P14435 MEMBAR Loop_exit !#42 N22462 P14436 MEMBAR Loop_entry !#42 N22463 P14437 BLD 343 -1 FP BE Pri !#42 N22464 P14437 BLD 344 -1 FP BE Pri !#42 N22465 P14438 MEMBAR Loop_exit !#42 N22466 P14436 MEMBAR Loop_entry !#42 N22467 P14437 BLD 343 -1 FP BE Pri !#42 N22468 P14437 BLD 344 -1 FP BE Pri !#42 N22469 P14438 MEMBAR Loop_exit !#42 N22470 P14439 MEMBAR !#43 N22471 P14440 MEMBAR Loop_entry !#43 N22472 P14441 BLD 44 -1 FP BE Pri !#43 N22473 P14442 MEMBAR Loop_exit !#43 N22474 P14443 MEMBAR Loop_entry !#43 N22475 P14444 BLD 88 -1 FP BE Pri !#43 N22476 P14445 MEMBAR Loop_exit !#43 N22477 P14446 IDC_FLIP 285 Int BE Pri Loop_entry !#43 N22478 P14447 MEMBAR !#43 N22479 P14448 BLD 213 -1 FP BE Pri !#43 N22480 P14449 MEMBAR Loop_exit !#43 N22481 P14446 IDC_FLIP 285 Int BE Pri Loop_entry !#43 N22482 P14447 MEMBAR !#43 N22483 P14448 BLD 213 -1 FP BE Pri !#43 N22484 P14449 MEMBAR Loop_exit !#43 N22485 P14450 MEMBAR Loop_entry !#43 N22486 P14451 BLD 94 -1 FP BE Pri !#43 N22487 P14451 BLD 95 -1 FP BE Pri !#43 N22488 P14452 MEMBAR Loop_exit !#43 N22489 P14450 MEMBAR Loop_entry !#43 N22490 P14451 BLD 94 -1 FP BE Pri !#43 N22491 P14451 BLD 95 -1 FP BE Pri !#43 N22492 P14452 MEMBAR Loop_exit !#43 N22493 P14453 MEMBAR Loop_entry !#43 N22494 P14454 BLD 69 -1 FP BE Pri !#43 N22495 P14455 MEMBAR Loop_exit !#43 N22496 P14456 MEMBAR Loop_entry !#43 N22497 P14457 BLD 210 -1 FP BE Pri !#43 N22498 P14458 MEMBAR Loop_exit !#43 N22499 P14456 MEMBAR Loop_entry !#43 N22500 P14457 BLD 210 -1 FP BE Pri !#43 N22501 P14458 MEMBAR Loop_exit !#43 N22502 P14459 IDC_FLIP 123 Int BE Pri Loop_entry Loop_exit !#43 N22503 P14459 IDC_FLIP 123 Int BE Pri Loop_entry Loop_exit !#43 N22504 P14460 MEMBAR Loop_entry !#43 N22505 P14461 BLD 148 -1 FP BE Pri !#43 N22506 P14462 MEMBAR Loop_exit !#43 N22507 P14460 MEMBAR Loop_entry !#43 N22508 P14461 BLD 148 -1 FP BE Pri !#43 N22509 P14462 MEMBAR Loop_exit !#43 N22510 P14463 MEMBAR Loop_entry !#43 N22511 P14464 BLD 80 -1 FP BE Pri !#43 N22512 P14465 MEMBAR Loop_exit !#43 N22513 P14466 MEMBAR Loop_entry !#43 N22514 P14467 BLD 293 -1 FP BE Pri !#43 N22515 P14468 MEMBAR Loop_exit !#43 N22516 P14469 MEMBAR Loop_entry !#43 N22517 P14470 BLD 135 -1 FP BE Pri !#43 N22518 P14471 MEMBAR Loop_exit !#43 N22519 P14472 IDC_FLIP 51 Int BE Pri Loop_entry !#43 N22520 P14473 MEMBAR !#43 N22521 P14474 BLD 0 -1 FP BE Pri !#43 N22522 P14475 MEMBAR Loop_exit !#43 N22523 P14472 IDC_FLIP 51 Int BE Pri Loop_entry !#43 N22524 P14473 MEMBAR !#43 N22525 P14474 BLD 0 -1 FP BE Pri !#43 N22526 P14475 MEMBAR Loop_exit !#43 N22527 P14476 IDC_FLIP 356 Int BE Pri Loop_entry Loop_exit !#43 N22528 P14476 IDC_FLIP 356 Int BE Pri Loop_entry Loop_exit !#43 N22529 P14477 MEMBAR Loop_entry !#43 N22530 P14478 BLD 241 -1 FP BE Pri !#43 N22531 P14478 BLD 242 -1 FP BE Pri !#43 N22532 P14479 MEMBAR Loop_exit !#43 N22533 P14480 MEMBAR Loop_entry !#43 N22534 P14481 BLD 318 -1 FP BE Pri !#43 N22535 P14482 MEMBAR Loop_exit !#43 N22536 P14483 MEMBAR Loop_entry !#43 N22537 P14484 BLD 40 -1 FP BE Pri !#43 N22538 P14485 MEMBAR Loop_exit !#43 N22539 P14483 MEMBAR Loop_entry !#43 N22540 P14484 BLD 40 -1 FP BE Pri !#43 N22541 P14485 MEMBAR Loop_exit !#43 N22542 P14486 MEMBAR Loop_entry !#43 N22543 P14487 BLD 149 -1 FP BE Pri !#43 N22544 P14488 MEMBAR Loop_exit !#43 N22545 P14486 MEMBAR Loop_entry !#43 N22546 P14487 BLD 149 -1 FP BE Pri !#43 N22547 P14488 MEMBAR Loop_exit !#43 N22548 P14489 MEMBAR Loop_entry !#43 N22549 P14490 BLD 324 -1 FP BE Pri !#43 N22550 P14491 MEMBAR Loop_exit !#43 N22551 P14489 MEMBAR Loop_entry !#43 N22552 P14490 BLD 324 -1 FP BE Pri !#43 N22553 P14491 MEMBAR Loop_exit !#43 N22554 P14492 MEMBAR Loop_entry !#43 N22555 P14493 BLD 98 -1 FP BE Pri !#43 N22556 P14493 BLD 99 -1 FP BE Pri !#43 N22557 P14494 MEMBAR Loop_exit !#43 N22558 P14495 MEMBAR Loop_entry !#43 N22559 P14496 BLD 56 -1 FP BE Pri !#43 N22560 P14497 MEMBAR Loop_exit !#43 N22561 P14495 MEMBAR Loop_entry !#43 N22562 P14496 BLD 56 -1 FP BE Pri !#43 N22563 P14497 MEMBAR Loop_exit !#43 N22564 P14498 MEMBAR Loop_entry !#43 N22565 P14499 BLD 133 -1 FP BE Pri !#43 N22566 P14500 MEMBAR Loop_exit !#43 N22567 P14501 MEMBAR Loop_entry !#43 N22568 P14502 BLD 339 -1 FP BE Pri !#43 N22569 P14503 MEMBAR Loop_exit !#43 N22570 P14501 MEMBAR Loop_entry !#43 N22571 P14502 BLD 339 -1 FP BE Pri !#43 N22572 P14503 MEMBAR Loop_exit !#43 N22573 P14504 MEMBAR Loop_entry !#43 N22574 P14505 BLD 46 -1 FP BE Pri !#43 N22575 P14506 MEMBAR Loop_exit !#43 N22576 P14507 MEMBAR Loop_entry !#43 N22577 P14508 BLD 271 -1 FP BE Pri !#43 N22578 P14509 MEMBAR Loop_exit !#43 N22579 P14507 MEMBAR Loop_entry !#43 N22580 P14508 BLD 271 -1 FP BE Pri !#43 N22581 P14509 MEMBAR Loop_exit !#43 N22582 P14510 MEMBAR Loop_entry !#43 N22583 P14511 BLD 347 -1 FP BE Pri !#43 N22584 P14512 MEMBAR Loop_exit !#43 N22585 P14510 MEMBAR Loop_entry !#43 N22586 P14511 BLD 347 -1 FP BE Pri !#43 N22587 P14512 MEMBAR Loop_exit !#43 N22588 P14513 MEMBAR Loop_entry !#43 N22589 P14514 BLD 271 -1 FP BE Pri !#43 N22590 P14515 MEMBAR Loop_exit !#43 N22591 P14516 MEMBAR Loop_entry !#43 N22592 P14517 BLD 32 -1 FP BE Pri !#43 N22593 P14517 BLD 33 -1 FP BE Pri !#43 N22594 P14518 MEMBAR Loop_exit !#43 N22595 P14519 MEMBAR Loop_entry !#43 N22596 P14520 BLD 138 -1 FP BE Pri !#43 N22597 P14521 MEMBAR Loop_exit !#43 N22598 P14519 MEMBAR Loop_entry !#43 N22599 P14520 BLD 138 -1 FP BE Pri !#43 N22600 P14521 MEMBAR Loop_exit !#43 N22601 P14522 MEMBAR Loop_entry !#43 N22602 P14523 BLD 174 -1 FP BE Pri !#43 N22603 P14524 MEMBAR Loop_exit !#43 N22604 P14522 MEMBAR Loop_entry !#43 N22605 P14523 BLD 174 -1 FP BE Pri !#43 N22606 P14524 MEMBAR Loop_exit !#43 N22607 P14525 MEMBAR Loop_entry !#43 N22608 P14526 BLD 306 -1 FP BE Pri !#43 N22609 P14527 MEMBAR Loop_exit !#43 N22610 P14528 MEMBAR Loop_entry !#43 N22611 P14529 BLD 292 -1 FP BE Pri !#43 N22612 P14530 MEMBAR Loop_exit !#43 N22613 P14531 MEMBAR Loop_entry !#43 N22614 P14532 BLD 3 -1 FP BE Pri !#43 N22615 P14533 MEMBAR Loop_exit !#43 N22616 P14531 MEMBAR Loop_entry !#43 N22617 P14532 BLD 3 -1 FP BE Pri !#43 N22618 P14533 MEMBAR Loop_exit !#43 N22619 P14534 PREFETCH 82 NF Int BE Pri Loop_entry !#43 N22620 P14535 MEMBAR !#43 N22621 P14536 BLD 258 -1 FP BE Pri !#43 N22622 P14537 MEMBAR Loop_exit !#43 N22623 P14534 PREFETCH 82 NF Int BE Pri Loop_entry !#43 N22624 P14535 MEMBAR !#43 N22625 P14536 BLD 258 -1 FP BE Pri !#43 N22626 P14537 MEMBAR Loop_exit !#43 N22627 P14538 FLUSHI 155 Int BE Pri Loop_entry !#43 N22628 P14539 MEMBAR !#43 N22629 P14540 BLD 15 -1 FP BE Pri !#43 N22630 P14541 MEMBAR Loop_exit !#43 N22631 P14538 FLUSHI 155 Int BE Pri Loop_entry !#43 N22632 P14539 MEMBAR !#43 N22633 P14540 BLD 15 -1 FP BE Pri !#43 N22634 P14541 MEMBAR Loop_exit !#43 N22635 P14542 MEMBAR Loop_entry !#43 N22636 P14543 BLD 283 -1 FP BE Pri !#43 N22637 P14544 MEMBAR Loop_exit !#43 N22638 P14542 MEMBAR Loop_entry !#43 N22639 P14543 BLD 283 -1 FP BE Pri !#43 N22640 P14544 MEMBAR Loop_exit !#43 N22641 P14545 IDC_FLIP 208 Int BE Pri Loop_entry !#43 N22642 P14546 MEMBAR !#43 N22643 P14547 BLD 215 -1 FP BE Pri !#43 N22644 P14547 BLD 216 -1 FP BE Pri !#43 N22645 P14548 MEMBAR Loop_exit !#43 N22646 P14549 MEMBAR Loop_entry !#43 N22647 P14550 BLD 349 -1 FP BE Pri !#43 N22648 P14551 MEMBAR Loop_exit !#43 N22649 P14552 MEMBAR Loop_entry !#43 N22650 P14553 BLD 45 -1 FP BE Pri !#43 N22651 P14554 MEMBAR Loop_exit !#43 N22652 P14555 MEMBAR Loop_entry !#43 N22653 P14556 BLD 253 -1 FP BE Pri !#43 N22654 P14557 MEMBAR Loop_exit !#43 N22655 P14558 IDC_FLIP 208 Int BE Pri Loop_entry !#43 N22656 P14559 MEMBAR !#43 N22657 P14560 BLD 334 -1 FP BE Pri !#43 N22658 P14561 MEMBAR Loop_exit !#43 N22659 P14562 MEMBAR Loop_entry !#43 N22660 P14563 BLD 49 -1 FP BE Pri !#43 N22661 P14564 MEMBAR Loop_exit !#43 N22662 P14562 MEMBAR Loop_entry !#43 N22663 P14563 BLD 49 -1 FP BE Pri !#43 N22664 P14564 MEMBAR Loop_exit !#43 N22665 P14565 MEMBAR Loop_entry Loop_exit !#43 N22666 P14565 MEMBAR Loop_entry Loop_exit !#43 N22667 P14566 MEMBAR Loop_entry !#43 N22668 P14567 BLD 36 -1 FP BE Pri !#43 N22669 P14568 MEMBAR Loop_exit !#43 N22670 P14566 MEMBAR Loop_entry !#43 N22671 P14567 BLD 36 -1 FP BE Pri !#43 N22672 P14568 MEMBAR Loop_exit !#43 N22673 P14569 PREFETCH 34 Int BE Pri Loop_entry !#43 N22674 P14570 MEMBAR !#43 N22675 P14571 BLD 181 -1 FP BE Pri !#43 N22676 P14572 MEMBAR Loop_exit !#43 N22677 P14573 IDC_FLIP 152 Int BE Pri Loop_entry !#43 N22678 P14574 MEMBAR !#43 N22679 P14575 BLD 26 -1 FP BE Pri !#43 N22680 P14576 MEMBAR Loop_exit !#43 N22681 P14573 IDC_FLIP 152 Int BE Pri Loop_entry !#43 N22682 P14574 MEMBAR !#43 N22683 P14575 BLD 26 -1 FP BE Pri !#43 N22684 P14576 MEMBAR Loop_exit !#43 N22685 P14577 MEMBAR Loop_entry !#43 N22686 P14578 BLD 352 -1 FP BE Pri !#43 N22687 P14579 MEMBAR Loop_exit !#43 N22688 P14577 MEMBAR Loop_entry !#43 N22689 P14578 BLD 352 -1 FP BE Pri !#43 N22690 P14579 MEMBAR Loop_exit !#43 N22691 P14580 MEMBAR Loop_entry !#43 N22692 P14581 BLD 189 -1 FP BE Pri !#43 N22693 P14582 MEMBAR Loop_exit !#43 N22694 P14580 MEMBAR Loop_entry !#43 N22695 P14581 BLD 189 -1 FP BE Pri !#43 N22696 P14582 MEMBAR Loop_exit !#43 N22697 P14583 PREFETCH 324 Int BE Pri Loop_entry Loop_exit !#43 N22698 P14583 PREFETCH 324 Int BE Pri Loop_entry Loop_exit !#43 N22699 P14584 MEMBAR Loop_entry !#43 N22700 P14585 BLD 181 -1 FP BE Pri !#43 N22701 P14586 MEMBAR Loop_exit !#43 N22702 P14587 MEMBAR Loop_entry !#43 N22703 P14588 BLD 186 -1 FP BE Pri !#43 N22704 P14589 MEMBAR Loop_exit !#43 N22705 P14590 MEMBAR Loop_entry !#43 N22706 P14591 BLD 180 -1 FP BE Pri !#43 N22707 P14592 MEMBAR Loop_exit !#43 N22708 P14593 IDC_FLIP 97 Int BE Pri Loop_entry Loop_exit !#43 N22709 P14593 IDC_FLIP 97 Int BE Pri Loop_entry Loop_exit !#43 N22710 P14594 MEMBAR Loop_entry Loop_exit !#43 N22711 P14595 MEMBAR Loop_entry !#43 N22712 P14596 BLD 85 -1 FP BE Pri !#43 N22713 P14597 MEMBAR Loop_exit !#43 N22714 P14595 MEMBAR Loop_entry !#43 N22715 P14596 BLD 85 -1 FP BE Pri !#43 N22716 P14597 MEMBAR Loop_exit !#43 N22717 P14598 MEMBAR Loop_entry !#43 N22718 P14599 BLD 207 -1 FP BE Pri !#43 N22719 P14600 MEMBAR Loop_exit !#43 N22720 P14601 MEMBAR Loop_entry !#43 N22721 P14602 BLD 204 -1 FP BE Pri !#43 N22722 P14603 MEMBAR Loop_exit !#43 N22723 P14604 MEMBAR Loop_entry !#43 N22724 P14605 BLD 81 -1 FP BE Pri !#43 N22725 P14606 MEMBAR Loop_exit !#43 N22726 P14607 MEMBAR Loop_entry !#43 N22727 P14608 BLD 347 -1 FP BE Pri !#43 N22728 P14609 MEMBAR Loop_exit !#43 N22729 P14607 MEMBAR Loop_entry !#43 N22730 P14608 BLD 347 -1 FP BE Pri !#43 N22731 P14609 MEMBAR Loop_exit !#43 N22732 P14610 MEMBAR Loop_entry !#43 N22733 P14611 BLD 69 -1 FP BE Pri !#43 N22734 P14612 MEMBAR Loop_exit !#43 N22735 P14610 MEMBAR Loop_entry !#43 N22736 P14611 BLD 69 -1 FP BE Pri !#43 N22737 P14612 MEMBAR Loop_exit !#43 N22738 P14613 MEMBAR Loop_entry !#43 N22739 P14614 BLD 255 -1 FP BE Pri !#43 N22740 P14615 MEMBAR Loop_exit !#43 N22741 P14616 MEMBAR Loop_entry !#43 N22742 P14617 BLD 140 -1 FP BE Pri !#43 N22743 P14618 MEMBAR Loop_exit !#43 N22744 P14616 MEMBAR Loop_entry !#43 N22745 P14617 BLD 140 -1 FP BE Pri !#43 N22746 P14618 MEMBAR Loop_exit !#43 N22747 P14619 MEMBAR Loop_entry !#43 N22748 P14620 BLD 346 -1 FP BE Pri !#43 N22749 P14621 MEMBAR Loop_exit !#43 N22750 P14622 MEMBAR Loop_entry !#43 N22751 P14623 BLD 358 -1 FP BE Pri !#43 N22752 P14624 MEMBAR Loop_exit !#43 N22753 P14622 MEMBAR Loop_entry !#43 N22754 P14623 BLD 358 -1 FP BE Pri !#43 N22755 P14624 MEMBAR Loop_exit !#43 N22756 P14625 MEMBAR Loop_entry !#43 N22757 P14626 BLD 54 -1 FP BE Pri !#43 N22758 P14627 MEMBAR Loop_exit !#43 N22759 P14625 MEMBAR Loop_entry !#43 N22760 P14626 BLD 54 -1 FP BE Pri !#43 N22761 P14627 MEMBAR Loop_exit !#43 N22762 P14628 MEMBAR Loop_entry !#43 N22763 P14629 BLD 310 -1 FP BE Pri !#43 N22764 P14630 MEMBAR Loop_exit !#43 N22765 P14628 MEMBAR Loop_entry !#43 N22766 P14629 BLD 310 -1 FP BE Pri !#43 N22767 P14630 MEMBAR Loop_exit !#43 N22768 P14631 MEMBAR Loop_entry !#43 N22769 P14632 BLD 133 -1 FP BE Pri !#43 N22770 P14633 MEMBAR Loop_exit !#43 N22771 P14631 MEMBAR Loop_entry !#43 N22772 P14632 BLD 133 -1 FP BE Pri !#43 N22773 P14633 MEMBAR Loop_exit !#43 N22774 P14634 MEMBAR Loop_entry !#43 N22775 P14635 BLD 278 -1 FP BE Pri !#43 N22776 P14636 MEMBAR Loop_exit !#43 N22777 P14634 MEMBAR Loop_entry !#43 N22778 P14635 BLD 278 -1 FP BE Pri !#43 N22779 P14636 MEMBAR Loop_exit !#43 N22780 P14637 MEMBAR Loop_entry !#43 N22781 P14638 BLD 197 -1 FP BE Pri !#43 N22782 P14639 MEMBAR Loop_exit !#43 N22783 P14640 ST 206 0x95800001 Int BE Pri Loop_entry !#43 N22784 P14641 MEMBAR !#43 N22785 P14642 BLD 182 -1 FP BE Pri !#43 N22786 P14643 MEMBAR Loop_exit !#43 N22787 P14644 PREFETCH 8 Int BE Pri Loop_entry !#43 N22788 P14645 MEMBAR !#43 N22789 P14646 BLD 349 -1 FP BE Pri !#43 N22790 P14647 MEMBAR Loop_exit !#43 N22791 P14644 PREFETCH 8 Int BE Pri Loop_entry !#43 N22792 P14645 MEMBAR !#43 N22793 P14646 BLD 349 -1 FP BE Pri !#43 N22794 P14647 MEMBAR Loop_exit !#43 N22795 P14648 MEMBAR Loop_entry !#43 N22796 P14649 BLD 294 -1 FP BE Pri !#43 N22797 P14650 MEMBAR Loop_exit !#43 N22798 P14648 MEMBAR Loop_entry !#43 N22799 P14649 BLD 294 -1 FP BE Pri !#43 N22800 P14650 MEMBAR Loop_exit !#43 N22801 P14651 MEMBAR Loop_entry !#43 N22802 P14652 BLD 338 -1 FP BE Pri !#43 N22803 P14653 MEMBAR Loop_exit !#43 N22804 P14651 MEMBAR Loop_entry !#43 N22805 P14652 BLD 338 -1 FP BE Pri !#43 N22806 P14653 MEMBAR Loop_exit !#43 N22807 P14654 MEMBAR Loop_entry !#43 N22808 P14655 BLD 325 -1 FP BE Pri !#43 N22809 P14656 MEMBAR Loop_exit !#43 N22810 P14654 MEMBAR Loop_entry !#43 N22811 P14655 BLD 325 -1 FP BE Pri !#43 N22812 P14656 MEMBAR Loop_exit !#43 N22813 P14657 IDC_FLIP 131 Int BE Pri Loop_entry !#43 N22814 P14658 PREFETCH 296 Int BE Pri Loop_exit !#43 N22815 P14657 IDC_FLIP 131 Int BE Pri Loop_entry !#43 N22816 P14658 PREFETCH 296 Int BE Pri Loop_exit !#43 N22817 P14659 MEMBAR Loop_entry !#43 N22818 P14660 BLD 305 -1 FP BE Pri !#43 N22819 P14661 MEMBAR Loop_exit !#43 N22820 P14662 MEMBAR Loop_entry !#43 N22821 P14663 BLD 120 -1 FP BE Pri !#43 N22822 P14664 MEMBAR Loop_exit !#43 N22823 P14665 MEMBAR Loop_entry !#43 N22824 P14666 BLD 313 -1 FP BE Pri !#43 N22825 P14667 MEMBAR Loop_exit !#43 N22826 P14668 IDC_FLIP 66 Int BE Pri Loop_entry !#43 N22827 P14669 MEMBAR !#43 N22828 P14670 BLD 301 -1 FP BE Pri !#43 N22829 P14671 MEMBAR Loop_exit !#43 N22830 P14672 LD 283 -1 NF Int BE Pri Loop_entry !#43 N22831 P14673 MEMBAR !#43 N22832 P14674 BLD 338 -1 FP BE Pri !#43 N22833 P14675 MEMBAR !#43 N22834 P14676 LD 165 -1 Int BE Pri Loop_exit !#43 N22835 P14672 LD 283 -1 NF Int BE Pri Loop_entry !#43 N22836 P14673 MEMBAR !#43 N22837 P14674 BLD 338 -1 FP BE Pri !#43 N22838 P14675 MEMBAR !#43 N22839 P14676 LD 165 -1 Int BE Pri Loop_exit !#43 N22840 P14677 MEMBAR Loop_entry !#43 N22841 P14678 BLD 239 -1 FP BE Pri !#43 N22842 P14679 MEMBAR Loop_exit !#43 N22843 P14677 MEMBAR Loop_entry !#43 N22844 P14678 BLD 239 -1 FP BE Pri !#43 N22845 P14679 MEMBAR Loop_exit !#43 N22846 P14680 MEMBAR Loop_entry !#43 N22847 P14681 BLD 57 -1 FP BE Pri !#43 N22848 P14682 MEMBAR Loop_exit !#43 N22849 P14680 MEMBAR Loop_entry !#43 N22850 P14681 BLD 57 -1 FP BE Pri !#43 N22851 P14682 MEMBAR Loop_exit !#43 N22852 P14683 MEMBAR Loop_entry !#43 N22853 P14684 BLD 333 -1 FP BE Pri !#43 N22854 P14685 MEMBAR Loop_exit !#43 N22855 P14683 MEMBAR Loop_entry !#43 N22856 P14684 BLD 333 -1 FP BE Pri !#43 N22857 P14685 MEMBAR Loop_exit !#43 N22858 P14686 MEMBAR Loop_entry !#43 N22859 P14687 BLD 111 -1 FP BE Pri !#43 N22860 P14687 BLD 112 -1 FP BE Pri !#43 N22861 P14687 BLD 113 -1 FP BE Pri !#43 N22862 P14688 MEMBAR Loop_exit !#43 N22863 P14689 MEMBAR Loop_entry !#43 N22864 P14690 BLD 80 -1 FP BE Pri !#43 N22865 P14691 MEMBAR Loop_exit !#43 N22866 P14689 MEMBAR Loop_entry !#43 N22867 P14690 BLD 80 -1 FP BE Pri !#43 N22868 P14691 MEMBAR Loop_exit !#43 N22869 P14692 MEMBAR Loop_entry !#43 N22870 P14693 BLD 45 -1 FP BE Pri !#43 N22871 P14694 MEMBAR Loop_exit !#43 N22872 P14692 MEMBAR Loop_entry !#43 N22873 P14693 BLD 45 -1 FP BE Pri !#43 N22874 P14694 MEMBAR Loop_exit !#43 N22875 P14695 MEMBAR Loop_entry !#43 N22876 P14696 BLD 348 -1 FP BE Pri !#43 N22877 P14697 MEMBAR Loop_exit !#43 N22878 P14695 MEMBAR Loop_entry !#43 N22879 P14696 BLD 348 -1 FP BE Pri !#43 N22880 P14697 MEMBAR Loop_exit !#43 N22881 P14698 MEMBAR Loop_entry Loop_exit !#43 N22882 P14699 MEMBAR Loop_entry !#43 N22883 P14700 BLD 313 -1 FP BE Pri !#43 N22884 P14701 MEMBAR Loop_exit !#43 N22885 P14702 MEMBAR Loop_entry !#43 N22886 P14703 BLD 253 -1 FP BE Pri !#43 N22887 P14704 MEMBAR Loop_exit !#43 N22888 P14702 MEMBAR Loop_entry !#43 N22889 P14703 BLD 253 -1 FP BE Pri !#43 N22890 P14704 MEMBAR Loop_exit !#43 N22891 P14705 MEMBAR Loop_entry !#43 N22892 P14706 BLD 271 -1 FP BE Pri !#43 N22893 P14707 MEMBAR Loop_exit !#43 N22894 P14705 MEMBAR Loop_entry !#43 N22895 P14706 BLD 271 -1 FP BE Pri !#43 N22896 P14707 MEMBAR Loop_exit !#43 N22897 P14708 MEMBAR Loop_entry !#43 N22898 P14709 BLD 192 -1 FP BE Pri !#43 N22899 P14710 MEMBAR Loop_exit !#43 N22900 P14708 MEMBAR Loop_entry !#43 N22901 P14709 BLD 192 -1 FP BE Pri !#43 N22902 P14710 MEMBAR Loop_exit !#43 N22903 P14711 MEMBAR Loop_entry !#43 N22904 P14712 BLD 217 -1 FP BE Pri !#43 N22905 P14713 MEMBAR Loop_exit !#43 N22906 P14711 MEMBAR Loop_entry !#43 N22907 P14712 BLD 217 -1 FP BE Pri !#43 N22908 P14713 MEMBAR Loop_exit !#43 N22909 P14714 MEMBAR Loop_entry !#43 N22910 P14715 BLD 109 -1 FP BE Pri !#43 N22911 P14716 MEMBAR Loop_exit !#43 N22912 P14714 MEMBAR Loop_entry !#43 N22913 P14715 BLD 109 -1 FP BE Pri !#43 N22914 P14716 MEMBAR Loop_exit !#43 N22915 P14717 MEMBAR Loop_entry !#43 N22916 P14718 BLD 59 -1 FP BE Pri !#43 N22917 P14719 MEMBAR Loop_exit !#43 N22918 P14717 MEMBAR Loop_entry !#43 N22919 P14718 BLD 59 -1 FP BE Pri !#43 N22920 P14719 MEMBAR Loop_exit !#43 N22921 P14720 MEMBAR Loop_entry !#43 N22922 P14721 BLD 258 -1 FP BE Pri !#43 N22923 P14722 MEMBAR Loop_exit !#43 N22924 P14720 MEMBAR Loop_entry !#43 N22925 P14721 BLD 258 -1 FP BE Pri !#43 N22926 P14722 MEMBAR Loop_exit !#43 N22927 P14723 MEMBAR Loop_entry !#43 N22928 P14724 BLD 97 -1 FP BE Pri !#43 N22929 P14725 MEMBAR Loop_exit !#43 N22930 P14726 PREFETCH 146 Int BE Pri Loop_entry Loop_exit !#43 N22931 P14726 PREFETCH 146 Int BE Pri Loop_entry Loop_exit !#43 N22932 P14727 MEMBAR Loop_entry !#43 N22933 P14728 BLD 105 -1 FP BE Pri !#43 N22934 P14729 MEMBAR Loop_exit !#43 N22935 P14727 MEMBAR Loop_entry !#43 N22936 P14728 BLD 105 -1 FP BE Pri !#43 N22937 P14729 MEMBAR Loop_exit !#43 N22938 P14730 MEMBAR Loop_entry !#43 N22939 P14731 BLD 142 -1 FP BE Pri !#43 N22940 P14732 MEMBAR Loop_exit !#43 N22941 P14730 MEMBAR Loop_entry !#43 N22942 P14731 BLD 142 -1 FP BE Pri !#43 N22943 P14732 MEMBAR Loop_exit !#43 N22944 P14733 IDC_FLIP 92 Int BE Pri Loop_entry Loop_exit !#43 N22945 P14734 ST 14 0x95800002 Int BE Pri Loop_entry Loop_exit !#43 N22946 P14734 ST 14 0x95800003 Int BE Pri Loop_entry Loop_exit !#43 N22947 P14735 IDC_FLIP 76 Int BE Pri Loop_entry !#43 N22948 P14736 MEMBAR !#43 N22949 P14737 BLD 22 -1 FP BE Pri !#43 N22950 P14738 MEMBAR Loop_exit !#43 N22951 P14739 MEMBAR Loop_entry !#43 N22952 P14740 BLD 60 -1 FP BE Pri !#43 N22953 P14741 MEMBAR Loop_exit !#43 N22954 P14739 MEMBAR Loop_entry !#43 N22955 P14740 BLD 60 -1 FP BE Pri !#43 N22956 P14741 MEMBAR Loop_exit !#43 N22957 P14742 IDC_FLIP 272 Int BE Pri Loop_entry !#43 N22958 P14743 MEMBAR !#43 N22959 P14744 BLD 251 -1 FP BE Pri !#43 N22960 P14745 MEMBAR Loop_exit !#43 N22961 P14742 IDC_FLIP 272 Int BE Pri Loop_entry !#43 N22962 P14743 MEMBAR !#43 N22963 P14744 BLD 251 -1 FP BE Pri !#43 N22964 P14745 MEMBAR Loop_exit !#43 N22965 P14746 IDC_FLIP 35 Int BE Pri Loop_entry Loop_exit !#43 N22966 P14746 IDC_FLIP 35 Int BE Pri Loop_entry Loop_exit !#43 N22967 P14747 MEMBAR Loop_entry !#43 N22968 P14748 BLD 36 -1 FP BE Pri !#43 N22969 P14749 MEMBAR Loop_exit !#43 N22970 P14750 MEMBAR Loop_entry !#43 N22971 P14751 BLD 355 -1 FP BE Pri !#43 N22972 P14752 MEMBAR Loop_exit !#43 N22973 P14753 ST 213 0x95800004 Int BE Pri Loop_entry Loop_exit !#43 N22974 P14753 ST 213 0x95800005 Int BE Pri Loop_entry Loop_exit !#43 N22975 P14754 MEMBAR Loop_entry !#43 N22976 P14755 BLD 323 -1 FP BE Pri !#43 N22977 P14756 MEMBAR Loop_exit !#43 N22978 P14757 MEMBAR Loop_entry !#43 N22979 P14758 BLD 282 -1 FP BE Pri !#43 N22980 P14759 MEMBAR Loop_exit !#43 N22981 P14760 MEMBAR !#44 N22982 P14761 MEMBAR Loop_entry !#44 N22983 P14762 BLD 309 -1 FP BE Pri !#44 N22984 P14763 MEMBAR Loop_exit !#44 N22985 P14761 MEMBAR Loop_entry !#44 N22986 P14762 BLD 309 -1 FP BE Pri !#44 N22987 P14763 MEMBAR Loop_exit !#44 N22988 P14764 MEMBAR Loop_entry !#44 N22989 P14765 BLD 110 -1 FP BE Pri !#44 N22990 P14766 MEMBAR Loop_exit !#44 N22991 P14767 MEMBAR Loop_entry !#44 N22992 P14768 BLD 102 -1 FP BE Pri !#44 N22993 P14768 BLD 103 -1 FP BE Pri !#44 N22994 P14768 BLD 104 -1 FP BE Pri !#44 N22995 P14769 MEMBAR Loop_exit !#44 N22996 P14767 MEMBAR Loop_entry !#44 N22997 P14768 BLD 102 -1 FP BE Pri !#44 N22998 P14768 BLD 103 -1 FP BE Pri !#44 N22999 P14768 BLD 104 -1 FP BE Pri !#44 N23000 P14769 MEMBAR Loop_exit !#44 N23001 P14770 MEMBAR Loop_entry !#44 N23002 P14771 BLD 350 -1 FP BE Pri !#44 N23003 P14772 MEMBAR Loop_exit !#44 N23004 P14773 MEMBAR Loop_entry !#44 N23005 P14774 BLD 333 -1 FP BE Pri !#44 N23006 P14775 MEMBAR Loop_exit !#44 N23007 P14776 MEMBAR Loop_entry !#44 N23008 P14777 BLD 25 -1 FP BE Pri !#44 N23009 P14778 MEMBAR Loop_exit !#44 N23010 P14776 MEMBAR Loop_entry !#44 N23011 P14777 BLD 25 -1 FP BE Pri !#44 N23012 P14778 MEMBAR Loop_exit !#44 N23013 P14779 MEMBAR Loop_entry !#44 N23014 P14780 BLD 195 -1 FP BE Pri !#44 N23015 P14781 MEMBAR Loop_exit !#44 N23016 P14782 MEMBAR Loop_entry !#44 N23017 P14783 BLD 94 -1 FP BE Pri !#44 N23018 P14783 BLD 95 -1 FP BE Pri !#44 N23019 P14784 MEMBAR Loop_exit !#44 N23020 P14782 MEMBAR Loop_entry !#44 N23021 P14783 BLD 94 -1 FP BE Pri !#44 N23022 P14783 BLD 95 -1 FP BE Pri !#44 N23023 P14784 MEMBAR Loop_exit !#44 N23024 P14785 MEMBAR Loop_entry !#44 N23025 P14786 BLD 87 -1 FP BE Pri !#44 N23026 P14787 MEMBAR Loop_exit !#44 N23027 P14785 MEMBAR Loop_entry !#44 N23028 P14786 BLD 87 -1 FP BE Pri !#44 N23029 P14787 MEMBAR Loop_exit !#44 N23030 P14788 MEMBAR Loop_entry !#44 N23031 P14789 BLD 176 -1 FP BE Pri !#44 N23032 P14790 MEMBAR Loop_exit !#44 N23033 P14788 MEMBAR Loop_entry !#44 N23034 P14789 BLD 176 -1 FP BE Pri !#44 N23035 P14790 MEMBAR Loop_exit !#44 N23036 P14791 PREFETCH 274 Int BE Pri Loop_entry !#44 N23037 P14792 MEMBAR Loop_exit !#44 N23038 P14793 MEMBAR Loop_entry !#44 N23039 P14794 BLD 59 -1 FP BE Pri !#44 N23040 P14795 MEMBAR Loop_exit !#44 N23041 P14796 MEMBAR Loop_entry !#44 N23042 P14797 BLD 114 -1 FP BE Pri !#44 N23043 P14798 MEMBAR Loop_exit !#44 N23044 P14796 MEMBAR Loop_entry !#44 N23045 P14797 BLD 114 -1 FP BE Pri !#44 N23046 P14798 MEMBAR Loop_exit !#44 N23047 P14799 MEMBAR Loop_entry !#44 N23048 P14800 BLD 163 -1 FP BE Pri !#44 N23049 P14801 MEMBAR Loop_exit !#44 N23050 P14802 MEMBAR Loop_entry !#44 N23051 P14803 BLD 89 -1 FP BE Pri !#44 N23052 P14803 BLD 90 -1 FP BE Pri !#44 N23053 P14804 MEMBAR Loop_exit !#44 N23054 P14805 MEMBAR Loop_entry !#44 N23055 P14806 BLD 317 -1 FP BE Pri !#44 N23056 P14807 MEMBAR Loop_exit !#44 N23057 P14805 MEMBAR Loop_entry !#44 N23058 P14806 BLD 317 -1 FP BE Pri !#44 N23059 P14807 MEMBAR Loop_exit !#44 N23060 P14808 MEMBAR Loop_entry !#44 N23061 P14809 BLD 287 -1 FP BE Pri !#44 N23062 P14810 MEMBAR Loop_exit !#44 N23063 P14811 IDC_FLIP 54 Int BE Pri Loop_entry Loop_exit !#44 N23064 P14812 MEMBAR Loop_entry Loop_exit !#44 N23065 P14812 MEMBAR Loop_entry Loop_exit !#44 N23066 P14813 PREFETCH 281 Int BE Pri Loop_entry Loop_exit !#44 N23067 P14813 PREFETCH 281 Int BE Pri Loop_entry Loop_exit !#44 N23068 P14814 MEMBAR Loop_entry !#44 N23069 P14815 BLD 269 -1 FP BE Pri !#44 N23070 P14816 MEMBAR Loop_exit !#44 N23071 P14817 MEMBAR Loop_entry !#44 N23072 P14818 BLD 2 -1 FP BE Pri !#44 N23073 P14819 MEMBAR Loop_exit !#44 N23074 P14820 MEMBAR Loop_entry !#44 N23075 P14821 BLD 175 -1 FP BE Pri !#44 N23076 P14822 MEMBAR Loop_exit !#44 N23077 P14820 MEMBAR Loop_entry !#44 N23078 P14821 BLD 175 -1 FP BE Pri !#44 N23079 P14822 MEMBAR Loop_exit !#44 N23080 P14823 MEMBAR Loop_entry !#44 N23081 P14824 BLD 94 -1 FP BE Pri !#44 N23082 P14824 BLD 95 -1 FP BE Pri !#44 N23083 P14825 MEMBAR Loop_exit !#44 N23084 P14823 MEMBAR Loop_entry !#44 N23085 P14824 BLD 94 -1 FP BE Pri !#44 N23086 P14824 BLD 95 -1 FP BE Pri !#44 N23087 P14825 MEMBAR Loop_exit !#44 N23088 P14826 MEMBAR Loop_entry !#44 N23089 P14827 BLD 77 -1 FP BE Pri !#44 N23090 P14828 MEMBAR Loop_exit !#44 N23091 P14829 MEMBAR Loop_entry !#44 N23092 P14830 BLD 323 -1 FP BE Pri !#44 N23093 P14831 MEMBAR Loop_exit !#44 N23094 P14829 MEMBAR Loop_entry !#44 N23095 P14830 BLD 323 -1 FP BE Pri !#44 N23096 P14831 MEMBAR Loop_exit !#44 N23097 P14832 MEMBAR Loop_entry !#44 N23098 P14833 BLD 3 -1 FP BE Pri !#44 N23099 P14834 MEMBAR Loop_exit !#44 N23100 P14832 MEMBAR Loop_entry !#44 N23101 P14833 BLD 3 -1 FP BE Pri !#44 N23102 P14834 MEMBAR Loop_exit !#44 N23103 P14835 MEMBAR Loop_entry !#44 N23104 P14836 BLD 317 -1 FP BE Pri !#44 N23105 P14837 MEMBAR Loop_exit !#44 N23106 P14838 MEMBAR Loop_entry !#44 N23107 P14839 BLD 91 -1 FP BE Pri !#44 N23108 P14839 BLD 92 -1 FP BE Pri !#44 N23109 P14839 BLD 93 -1 FP BE Pri !#44 N23110 P14840 MEMBAR Loop_exit !#44 N23111 P14841 PREFETCH 252 Int BE Pri Loop_entry !#44 N23112 P14842 IDC_FLIP 354 Int BE Pri Loop_exit !#44 N23113 P14843 ST 183 0x96000001 Int BE Pri Loop_entry !#44 N23114 P14844 MEMBAR Loop_exit !#44 N23115 P14845 MEMBAR Loop_entry Loop_exit !#44 N23116 P14846 MEMBAR Loop_entry !#44 N23117 P14847 BLD 299 -1 FP BE Pri !#44 N23118 P14848 MEMBAR Loop_exit !#44 N23119 P14849 MEMBAR Loop_entry !#44 N23120 P14850 BLD 174 -1 FP BE Pri !#44 N23121 P14851 MEMBAR Loop_exit !#44 N23122 P14852 MEMBAR Loop_entry !#44 N23123 P14853 BLD 202 -1 FP BE Pri !#44 N23124 P14854 MEMBAR Loop_exit !#44 N23125 P14855 MEMBAR Loop_entry !#44 N23126 P14856 BLD 312 -1 FP BE Pri !#44 N23127 P14857 MEMBAR Loop_exit !#44 N23128 P14855 MEMBAR Loop_entry !#44 N23129 P14856 BLD 312 -1 FP BE Pri !#44 N23130 P14857 MEMBAR Loop_exit !#44 N23131 P14858 MEMBAR Loop_entry !#44 N23132 P14859 BLD 68 -1 FP BE Pri !#44 N23133 P14860 MEMBAR Loop_exit !#44 N23134 P14861 MEMBAR Loop_entry !#44 N23135 P14862 BLD 71 -1 FP BE Pri !#44 N23136 P14862 BLD 72 -1 FP BE Pri !#A N23135 N23136 !#44 N23137 P14863 MEMBAR Loop_exit !#44 N23138 P14864 MEMBAR Loop_entry !#44 N23139 P14865 BLD 111 -1 FP BE Pri !#44 N23140 P14865 BLD 112 -1 FP BE Pri !#44 N23141 P14865 BLD 113 -1 FP BE Pri !#44 N23142 P14866 MEMBAR Loop_exit !#44 N23143 P14864 MEMBAR Loop_entry !#44 N23144 P14865 BLD 111 -1 FP BE Pri !#44 N23145 P14865 BLD 112 -1 FP BE Pri !#44 N23146 P14865 BLD 113 -1 FP BE Pri !#44 N23147 P14866 MEMBAR Loop_exit !#44 N23148 P14867 MEMBAR Loop_entry !#44 N23149 P14868 BLD 62 -1 FP BE Pri !#44 N23150 P14868 BLD 63 -1 FP BE Pri !#44 N23151 P14869 MEMBAR Loop_exit !#44 N23152 P14870 IDC_FLIP 149 Int BE Pri Loop_entry Loop_exit !#44 N23153 P14871 MEMBAR Loop_entry !#44 N23154 P14872 BLD 62 -1 FP BE Pri !#44 N23155 P14872 BLD 63 -1 FP BE Pri !#44 N23156 P14873 MEMBAR Loop_exit !#44 N23157 P14871 MEMBAR Loop_entry !#44 N23158 P14872 BLD 62 -1 FP BE Pri !#44 N23159 P14872 BLD 63 -1 FP BE Pri !#44 N23160 P14873 MEMBAR Loop_exit !#44 N23161 P14874 ST 106 0x96000002 Int BE Pri Loop_entry !#44 N23162 P14875 MEMBAR !#44 N23163 P14876 BLD 264 -1 FP BE Pri !#44 N23164 P14877 MEMBAR Loop_exit !#44 N23165 P14878 MEMBAR Loop_entry !#44 N23166 P14879 BLD 252 -1 FP BE Pri !#44 N23167 P14880 MEMBAR Loop_exit !#44 N23168 P14881 MEMBAR Loop_entry !#44 N23169 P14882 BLD 241 -1 FP BE Pri !#44 N23170 P14882 BLD 242 -1 FP BE Pri !#44 N23171 P14883 MEMBAR Loop_exit !#44 N23172 P14884 MEMBAR Loop_entry !#44 N23173 P14885 BLD 267 -1 FP BE Pri !#44 N23174 P14886 MEMBAR Loop_exit !#44 N23175 P14887 PREFETCH 209 Int BE Pri Loop_entry !#44 N23176 P14888 MEMBAR !#44 N23177 P14889 BLD 59 -1 FP BE Pri !#44 N23178 P14890 MEMBAR Loop_exit !#44 N23179 P14891 MEMBAR Loop_entry !#44 N23180 P14892 BLD 174 -1 FP BE Pri !#44 N23181 P14893 MEMBAR Loop_exit !#44 N23182 P14891 MEMBAR Loop_entry !#44 N23183 P14892 BLD 174 -1 FP BE Pri !#44 N23184 P14893 MEMBAR Loop_exit !#44 N23185 P14894 MEMBAR Loop_entry !#44 N23186 P14895 BLD 14 -1 FP BE Pri !#44 N23187 P14896 MEMBAR Loop_exit !#44 N23188 P14897 MEMBAR Loop_entry !#44 N23189 P14898 BLD 76 -1 FP BE Pri !#44 N23190 P14899 MEMBAR Loop_exit !#44 N23191 P14897 MEMBAR Loop_entry !#44 N23192 P14898 BLD 76 -1 FP BE Pri !#44 N23193 P14899 MEMBAR Loop_exit !#44 N23194 P14900 MEMBAR Loop_entry !#44 N23195 P14901 BLD 275 -1 FP BE Pri !#44 N23196 P14902 MEMBAR Loop_exit !#44 N23197 P14900 MEMBAR Loop_entry !#44 N23198 P14901 BLD 275 -1 FP BE Pri !#44 N23199 P14902 MEMBAR Loop_exit !#44 N23200 P14903 MEMBAR Loop_entry !#44 N23201 P14904 BLD 128 -1 FP BE Pri !#44 N23202 P14905 MEMBAR Loop_exit !#44 N23203 P14903 MEMBAR Loop_entry !#44 N23204 P14904 BLD 128 -1 FP BE Pri !#44 N23205 P14905 MEMBAR Loop_exit !#44 N23206 P14906 MEMBAR Loop_entry !#44 N23207 P14907 BLD 48 -1 FP BE Pri !#44 N23208 P14908 MEMBAR Loop_exit !#44 N23209 P14906 MEMBAR Loop_entry !#44 N23210 P14907 BLD 48 -1 FP BE Pri !#44 N23211 P14908 MEMBAR Loop_exit !#44 N23212 P14909 MEMBAR Loop_entry !#44 N23213 P14910 BLD 297 -1 FP BE Pri !#44 N23214 P14911 MEMBAR Loop_exit !#44 N23215 P14909 MEMBAR Loop_entry !#44 N23216 P14910 BLD 297 -1 FP BE Pri !#44 N23217 P14911 MEMBAR Loop_exit !#44 N23218 P14912 MEMBAR Loop_entry !#44 N23219 P14913 BLD 27 -1 FP BE Pri !#44 N23220 P14914 MEMBAR Loop_exit !#44 N23221 P14912 MEMBAR Loop_entry !#44 N23222 P14913 BLD 27 -1 FP BE Pri !#44 N23223 P14914 MEMBAR Loop_exit !#44 N23224 P14915 MEMBAR Loop_entry !#44 N23225 P14916 BLD 339 -1 FP BE Pri !#44 N23226 P14917 MEMBAR Loop_exit !#44 N23227 P14915 MEMBAR Loop_entry !#44 N23228 P14916 BLD 339 -1 FP BE Pri !#44 N23229 P14917 MEMBAR Loop_exit !#44 N23230 P14918 LD 221 -1 FP BE Pri Loop_entry Loop_exit !#44 N23231 P14918 LD 221 -1 FP BE Pri Loop_entry Loop_exit !#44 N23232 P14919 MEMBAR Loop_entry Loop_exit !#44 N23233 P14920 MEMBAR Loop_entry !#44 N23234 P14921 BLD 143 -1 FP BE Pri !#44 N23235 P14922 MEMBAR Loop_exit !#44 N23236 P14923 MEMBAR Loop_entry !#44 N23237 P14924 BLD 6 -1 FP BE Pri !#44 N23238 P14924 BLD 7 -1 FP BE Pri !#44 N23239 P14925 MEMBAR Loop_exit !#44 N23240 P14923 MEMBAR Loop_entry !#44 N23241 P14924 BLD 6 -1 FP BE Pri !#44 N23242 P14924 BLD 7 -1 FP BE Pri !#44 N23243 P14925 MEMBAR Loop_exit !#44 N23244 P14926 MEMBAR Loop_entry !#44 N23245 P14927 BLD 102 -1 FP BE Pri !#44 N23246 P14927 BLD 103 -1 FP BE Pri !#44 N23247 P14927 BLD 104 -1 FP BE Pri !#44 N23248 P14928 MEMBAR Loop_exit !#44 N23249 P14929 MEMBAR Loop_entry !#44 N23250 P14930 BLD 74 -1 FP BE Pri !#44 N23251 P14931 MEMBAR Loop_exit !#44 N23252 P14929 MEMBAR Loop_entry !#44 N23253 P14930 BLD 74 -1 FP BE Pri !#44 N23254 P14931 MEMBAR Loop_exit !#44 N23255 P14932 MEMBAR Loop_entry !#44 N23256 P14933 BLD 136 -1 FP BE Pri !#44 N23257 P14934 MEMBAR Loop_exit !#44 N23258 P14932 MEMBAR Loop_entry !#44 N23259 P14933 BLD 136 -1 FP BE Pri !#44 N23260 P14934 MEMBAR Loop_exit !#44 N23261 P14935 MEMBAR Loop_entry !#44 N23262 P14936 BLD 94 -1 FP BE Pri !#44 N23263 P14936 BLD 95 -1 FP BE Pri !#44 N23264 P14937 MEMBAR Loop_exit !#44 N23265 P14938 MEMBAR Loop_entry !#44 N23266 P14939 BLD 162 -1 FP BE Pri !#44 N23267 P14940 MEMBAR Loop_exit !#44 N23268 P14941 IDC_FLIP 276 Int BE Pri Loop_entry Loop_exit !#44 N23269 P14942 MEMBAR Loop_entry !#44 N23270 P14943 BLD 307 -1 FP BE Pri !#44 N23271 P14944 MEMBAR Loop_exit !#44 N23272 P14942 MEMBAR Loop_entry !#44 N23273 P14943 BLD 307 -1 FP BE Pri !#44 N23274 P14944 MEMBAR Loop_exit !#44 N23275 P14945 MEMBAR Loop_entry !#44 N23276 P14946 BLD 13 -1 FP BE Pri !#44 N23277 P14947 MEMBAR Loop_exit !#44 N23278 P14948 IDC_FLIP 254 Int BE Pri Loop_entry !#44 N23279 P14949 MEMBAR !#44 N23280 P14950 BLD 135 -1 FP BE Pri !#44 N23281 P14951 MEMBAR Loop_exit !#44 N23282 P14948 IDC_FLIP 254 Int BE Pri Loop_entry !#44 N23283 P14949 MEMBAR !#44 N23284 P14950 BLD 135 -1 FP BE Pri !#44 N23285 P14951 MEMBAR Loop_exit !#44 N23286 P14952 ST 89 0x96000003 Int BE Pri Loop_entry Loop_exit !#44 N23287 P14952 ST 89 0x96000004 Int BE Pri Loop_entry Loop_exit !#44 N23288 P14953 PREFETCH 162 Int BE Pri Loop_entry Loop_exit !#44 N23289 P14954 MEMBAR Loop_entry !#44 N23290 P14955 BLD 78 -1 FP BE Pri !#44 N23291 P14956 MEMBAR Loop_exit !#44 N23292 P14954 MEMBAR Loop_entry !#44 N23293 P14955 BLD 78 -1 FP BE Pri !#44 N23294 P14956 MEMBAR Loop_exit !#44 N23295 P14957 IDC_FLIP 34 Int BE Pri Loop_entry !#44 N23296 P14958 MEMBAR !#44 N23297 P14959 BLD 250 -1 FP BE Pri !#44 N23298 P14960 MEMBAR Loop_exit !#44 N23299 P14957 IDC_FLIP 34 Int BE Pri Loop_entry !#44 N23300 P14958 MEMBAR !#44 N23301 P14959 BLD 250 -1 FP BE Pri !#44 N23302 P14960 MEMBAR Loop_exit !#44 N23303 P14961 MEMBAR Loop_entry !#44 N23304 P14962 BLD 96 -1 FP BE Pri !#44 N23305 P14963 MEMBAR Loop_exit !#44 N23306 P14961 MEMBAR Loop_entry !#44 N23307 P14962 BLD 96 -1 FP BE Pri !#44 N23308 P14963 MEMBAR Loop_exit !#44 N23309 P14964 MEMBAR Loop_entry !#44 N23310 P14965 BLD 254 -1 FP BE Pri !#44 N23311 P14966 MEMBAR Loop_exit !#44 N23312 P14967 ST 209 0x22000001 FP BE Pri Loop_entry !#44 N23313 P14968 IDC_FLIP 267 Int BE Pri Loop_exit !#44 N23314 P14967 ST 209 0x22000002 FP BE Pri Loop_entry !#44 N23315 P14968 IDC_FLIP 267 Int BE Pri Loop_exit !#44 N23316 P14969 MEMBAR Loop_entry !#44 N23317 P14970 BLD 27 -1 FP BE Pri !#44 N23318 P14971 MEMBAR Loop_exit !#44 N23319 P14972 MEMBAR Loop_entry !#44 N23320 P14973 BLD 211 -1 FP BE Pri !#44 N23321 P14974 MEMBAR Loop_exit !#44 N23322 P14975 MEMBAR Loop_entry !#44 N23323 P14976 BLD 241 -1 FP BE Pri !#44 N23324 P14976 BLD 242 -1 FP BE Pri !#44 N23325 P14977 MEMBAR Loop_exit !#44 N23326 P14978 FLUSHI 135 Int BE Pri Loop_entry !#44 N23327 P14979 IDC_FLIP 335 Int BE Pri Loop_exit !#44 N23328 P14980 MEMBAR Loop_entry !#44 N23329 P14981 BLD 114 -1 FP BE Pri !#44 N23330 P14982 MEMBAR Loop_exit !#44 N23331 P14983 MEMBAR Loop_entry !#44 N23332 P14984 BLD 87 -1 FP BE Pri !#44 N23333 P14985 MEMBAR Loop_exit !#44 N23334 P14983 MEMBAR Loop_entry !#44 N23335 P14984 BLD 87 -1 FP BE Pri !#44 N23336 P14985 MEMBAR Loop_exit !#44 N23337 P14986 MEMBAR Loop_entry !#44 N23338 P14987 BLD 238 -1 FP BE Pri !#44 N23339 P14988 MEMBAR Loop_exit !#44 N23340 P14986 MEMBAR Loop_entry !#44 N23341 P14987 BLD 238 -1 FP BE Pri !#44 N23342 P14988 MEMBAR Loop_exit !#44 N23343 P14989 MEMBAR Loop_entry !#44 N23344 P14990 BLD 55 -1 FP BE Pri !#44 N23345 P14991 MEMBAR Loop_exit !#44 N23346 P14989 MEMBAR Loop_entry !#44 N23347 P14990 BLD 55 -1 FP BE Pri !#44 N23348 P14991 MEMBAR Loop_exit !#44 N23349 P14992 MEMBAR Loop_entry !#44 N23350 P14993 BLD 116 -1 FP BE Pri !#44 N23351 P14994 MEMBAR Loop_exit !#44 N23352 P14995 MEMBAR Loop_entry !#44 N23353 P14996 BLD 336 -1 FP BE Pri !#44 N23354 P14997 MEMBAR Loop_exit !#44 N23355 P14995 MEMBAR Loop_entry !#44 N23356 P14996 BLD 336 -1 FP BE Pri !#44 N23357 P14997 MEMBAR Loop_exit !#44 N23358 P14998 MEMBAR Loop_entry !#44 N23359 P14999 BLD 16 -1 FP BE Pri !#44 N23360 P15000 MEMBAR Loop_exit !#44 N23361 P14998 MEMBAR Loop_entry !#44 N23362 P14999 BLD 16 -1 FP BE Pri !#44 N23363 P15000 MEMBAR Loop_exit !#44 N23364 P15001 MEMBAR Loop_entry !#44 N23365 P15002 BLD 25 -1 FP BE Pri !#44 N23366 P15003 MEMBAR Loop_exit !#44 N23367 P15004 MEMBAR Loop_entry !#44 N23368 P15005 BLD 340 -1 FP BE Pri !#44 N23369 P15006 MEMBAR Loop_exit !#44 N23370 P15007 MEMBAR Loop_entry !#44 N23371 P15008 BLD 121 -1 FP BE Pri !#44 N23372 P15009 MEMBAR Loop_exit !#44 N23373 P15010 MEMBAR Loop_entry !#44 N23374 P15011 BLD 86 -1 FP BE Pri !#44 N23375 P15012 MEMBAR Loop_exit !#44 N23376 P15013 IDC_FLIP 102 Int BE Pri Loop_entry Loop_exit !#44 N23377 P15014 MEMBAR Loop_entry !#44 N23378 P15015 BLD 356 -1 FP BE Pri !#44 N23379 P15016 MEMBAR Loop_exit !#44 N23380 P15017 MEMBAR Loop_entry !#44 N23381 P15018 BLD 207 -1 FP BE Pri !#44 N23382 P15019 MEMBAR Loop_exit !#44 N23383 P15017 MEMBAR Loop_entry !#44 N23384 P15018 BLD 207 -1 FP BE Pri !#44 N23385 P15019 MEMBAR Loop_exit !#44 N23386 P15020 MEMBAR Loop_entry !#44 N23387 P15021 BLD 88 -1 FP BE Pri !#44 N23388 P15022 MEMBAR Loop_exit !#44 N23389 P15023 MEMBAR Loop_entry !#44 N23390 P15024 BLD 294 -1 FP BE Pri !#44 N23391 P15025 MEMBAR Loop_exit !#44 N23392 P15023 MEMBAR Loop_entry !#44 N23393 P15024 BLD 294 -1 FP BE Pri !#44 N23394 P15025 MEMBAR Loop_exit !#44 N23395 P15026 MEMBAR Loop_entry !#44 N23396 P15027 BLD 71 -1 FP BE Pri !#44 N23397 P15027 BLD 72 -1 FP BE Pri !#A N23396 N23397 !#44 N23398 P15028 MEMBAR Loop_exit !#44 N23399 P15026 MEMBAR Loop_entry !#44 N23400 P15027 BLD 71 -1 FP BE Pri !#44 N23401 P15027 BLD 72 -1 FP BE Pri !#A N23400 N23401 !#44 N23402 P15028 MEMBAR Loop_exit !#44 N23403 P15029 MEMBAR Loop_entry !#44 N23404 P15030 BLD 133 -1 FP BE Pri !#44 N23405 P15031 MEMBAR Loop_exit !#44 N23406 P15029 MEMBAR Loop_entry !#44 N23407 P15030 BLD 133 -1 FP BE Pri !#44 N23408 P15031 MEMBAR Loop_exit !#44 N23409 P15032 MEMBAR Loop_entry !#44 N23410 P15033 BLD 91 -1 FP BE Pri !#44 N23411 P15033 BLD 92 -1 FP BE Pri !#44 N23412 P15033 BLD 93 -1 FP BE Pri !#44 N23413 P15034 MEMBAR Loop_exit !#44 N23414 P15032 MEMBAR Loop_entry !#44 N23415 P15033 BLD 91 -1 FP BE Pri !#44 N23416 P15033 BLD 92 -1 FP BE Pri !#44 N23417 P15033 BLD 93 -1 FP BE Pri !#44 N23418 P15034 MEMBAR Loop_exit !#44 N23419 P15035 MEMBAR Loop_entry !#44 N23420 P15036 BLD 334 -1 FP BE Pri !#44 N23421 P15037 MEMBAR Loop_exit !#44 N23422 P15035 MEMBAR Loop_entry !#44 N23423 P15036 BLD 334 -1 FP BE Pri !#44 N23424 P15037 MEMBAR Loop_exit !#44 N23425 P15038 MEMBAR Loop_entry !#44 N23426 P15039 BLD 336 -1 FP BE Pri !#44 N23427 P15040 MEMBAR Loop_exit !#44 N23428 P15038 MEMBAR Loop_entry !#44 N23429 P15039 BLD 336 -1 FP BE Pri !#44 N23430 P15040 MEMBAR Loop_exit !#44 N23431 P15041 MEMBAR Loop_entry !#44 N23432 P15042 BLD 254 -1 FP BE Pri !#44 N23433 P15043 MEMBAR Loop_exit !#44 N23434 P15041 MEMBAR Loop_entry !#44 N23435 P15042 BLD 254 -1 FP BE Pri !#44 N23436 P15043 MEMBAR Loop_exit !#44 N23437 P15044 MEMBAR Loop_entry !#44 N23438 P15045 BLD 87 -1 FP BE Pri !#44 N23439 P15046 MEMBAR Loop_exit !#44 N23440 P15047 FLUSHI 163 Int BE Pri Loop_entry !#44 N23441 P15048 MEMBAR !#44 N23442 P15049 BLD 177 -1 FP BE Pri !#44 N23443 P15050 MEMBAR Loop_exit !#44 N23444 P15051 MEMBAR Loop_entry !#44 N23445 P15052 BLD 308 -1 FP BE Pri !#44 N23446 P15053 MEMBAR Loop_exit !#44 N23447 P15051 MEMBAR Loop_entry !#44 N23448 P15052 BLD 308 -1 FP BE Pri !#44 N23449 P15053 MEMBAR Loop_exit !#44 N23450 P15054 MEMBAR Loop_entry !#44 N23451 P15055 BLD 276 -1 FP BE Pri !#44 N23452 P15056 MEMBAR Loop_exit !#44 N23453 P15057 MEMBAR Loop_entry !#44 N23454 P15058 BLD 68 -1 FP BE Pri !#44 N23455 P15059 MEMBAR Loop_exit !#44 N23456 P15057 MEMBAR Loop_entry !#44 N23457 P15058 BLD 68 -1 FP BE Pri !#44 N23458 P15059 MEMBAR Loop_exit !#44 N23459 P15060 PREFETCH 179 Int BE Pri Loop_entry Loop_exit !#44 N23460 P15061 MEMBAR Loop_entry !#44 N23461 P15062 BLD 321 -1 FP BE Pri !#44 N23462 P15063 MEMBAR Loop_exit !#44 N23463 P15061 MEMBAR Loop_entry !#44 N23464 P15062 BLD 321 -1 FP BE Pri !#44 N23465 P15063 MEMBAR Loop_exit !#44 N23466 P15064 MEMBAR Loop_entry !#44 N23467 P15065 BLD 255 -1 FP BE Pri !#44 N23468 P15066 MEMBAR Loop_exit !#44 N23469 P15067 MEMBAR Loop_entry !#44 N23470 P15068 BLD 294 -1 FP BE Pri !#44 N23471 P15069 MEMBAR Loop_exit !#44 N23472 P15067 MEMBAR Loop_entry !#44 N23473 P15068 BLD 294 -1 FP BE Pri !#44 N23474 P15069 MEMBAR Loop_exit !#44 N23475 P15070 MEMBAR Loop_entry !#44 N23476 P15071 BLD 105 -1 FP BE Pri !#44 N23477 P15072 MEMBAR Loop_exit !#44 N23478 P15073 MEMBAR Loop_entry !#44 N23479 P15074 BLD 204 -1 FP BE Pri !#44 N23480 P15075 MEMBAR Loop_exit !#44 N23481 P15076 MEMBAR Loop_entry !#44 N23482 P15077 BLD 298 -1 FP BE Pri !#44 N23483 P15078 MEMBAR Loop_exit !#44 N23484 P15076 MEMBAR Loop_entry !#44 N23485 P15077 BLD 298 -1 FP BE Pri !#44 N23486 P15078 MEMBAR Loop_exit !#44 N23487 P15079 MEMBAR Loop_entry !#44 N23488 P15080 BLD 36 -1 FP BE Pri !#44 N23489 P15081 MEMBAR Loop_exit !#44 N23490 P15079 MEMBAR Loop_entry !#44 N23491 P15080 BLD 36 -1 FP BE Pri !#44 N23492 P15081 MEMBAR Loop_exit !#44 N23493 P15082 MEMBAR Loop_entry !#44 N23494 P15083 BLD 318 -1 FP BE Pri !#44 N23495 P15084 MEMBAR Loop_exit !#44 N23496 P15085 LD 307 -1 Int BE Pri Loop_entry !#44 N23497 P15086 LD 302 -1 Int BE Pri Loop_exit !#44 N23498 P15087 MEMBAR Loop_entry !#44 N23499 P15088 BLD 154 -1 FP BE Pri !#44 N23500 P15089 MEMBAR Loop_exit !#44 N23501 P15090 MEMBAR Loop_entry !#44 N23502 P15091 BLD 331 -1 FP BE Pri !#44 N23503 P15091 BLD 332 -1 FP BE Pri !#44 N23504 P15092 MEMBAR Loop_exit !#44 N23505 P15090 MEMBAR Loop_entry !#44 N23506 P15091 BLD 331 -1 FP BE Pri !#44 N23507 P15091 BLD 332 -1 FP BE Pri !#44 N23508 P15092 MEMBAR Loop_exit !#44 N23509 P15093 MEMBAR Loop_entry !#44 N23510 P15094 BLD 138 -1 FP BE Pri !#44 N23511 P15095 MEMBAR Loop_exit !#44 N23512 P15093 MEMBAR Loop_entry !#44 N23513 P15094 BLD 138 -1 FP BE Pri !#44 N23514 P15095 MEMBAR Loop_exit !#44 N23515 P15096 IDC_FLIP 291 Int BE Pri Loop_entry Loop_exit !#44 N23516 P15097 MEMBAR !#45 N23517 P15098 MEMBAR Loop_entry !#45 N23518 P15099 BLD 184 -1 FP BE Pri !#45 N23519 P15100 MEMBAR Loop_exit !#45 N23520 P15101 MEMBAR Loop_entry !#45 N23521 P15102 BLD 320 -1 FP BE Pri !#45 N23522 P15103 MEMBAR Loop_exit !#45 N23523 P15101 MEMBAR Loop_entry !#45 N23524 P15102 BLD 320 -1 FP BE Pri !#45 N23525 P15103 MEMBAR Loop_exit !#45 N23526 P15104 MEMBAR Loop_entry !#45 N23527 P15105 BLD 111 -1 FP BE Pri !#45 N23528 P15105 BLD 112 -1 FP BE Pri !#45 N23529 P15105 BLD 113 -1 FP BE Pri !#45 N23530 P15106 MEMBAR Loop_exit !#45 N23531 P15107 MEMBAR Loop_entry !#45 N23532 P15108 BLD 281 -1 FP BE Pri !#45 N23533 P15109 MEMBAR Loop_exit !#45 N23534 P15110 MEMBAR Loop_entry !#45 N23535 P15111 BLD 10 -1 FP BE Pri !#45 N23536 P15112 MEMBAR Loop_exit !#45 N23537 P15110 MEMBAR Loop_entry !#45 N23538 P15111 BLD 10 -1 FP BE Pri !#45 N23539 P15112 MEMBAR Loop_exit !#45 N23540 P15113 MEMBAR Loop_entry !#45 N23541 P15114 BLD 241 -1 FP BE Pri !#45 N23542 P15114 BLD 242 -1 FP BE Pri !#45 N23543 P15115 MEMBAR Loop_exit !#45 N23544 P15116 MEMBAR Loop_entry !#45 N23545 P15117 BLD 151 -1 FP BE Pri !#45 N23546 P15118 MEMBAR Loop_exit !#45 N23547 P15116 MEMBAR Loop_entry !#45 N23548 P15117 BLD 151 -1 FP BE Pri !#45 N23549 P15118 MEMBAR Loop_exit !#45 N23550 P15119 PREFETCH 225 Int BE Pri Loop_entry !#45 N23551 P15120 MEMBAR !#45 N23552 P15121 BLD 229 -1 FP BE Pri !#45 N23553 P15122 MEMBAR Loop_exit !#45 N23554 P15119 PREFETCH 225 Int BE Pri Loop_entry !#45 N23555 P15120 MEMBAR !#45 N23556 P15121 BLD 229 -1 FP BE Pri !#45 N23557 P15122 MEMBAR Loop_exit !#45 N23558 P15123 MEMBAR Loop_entry !#45 N23559 P15124 BLD 209 -1 FP BE Pri !#45 N23560 P15125 MEMBAR Loop_exit !#45 N23561 P15126 MEMBAR Loop_entry !#45 N23562 P15127 BLD 67 -1 FP BE Pri !#45 N23563 P15128 MEMBAR Loop_exit !#45 N23564 P15129 MEMBAR Loop_entry !#45 N23565 P15130 BLD 194 -1 FP BE Pri !#45 N23566 P15131 MEMBAR Loop_exit !#45 N23567 P15129 MEMBAR Loop_entry !#45 N23568 P15130 BLD 194 -1 FP BE Pri !#45 N23569 P15131 MEMBAR Loop_exit !#45 N23570 P15132 PREFETCH 100 Int BE Pri Loop_entry Loop_exit !#45 N23571 P15132 PREFETCH 100 Int BE Pri Loop_entry Loop_exit !#45 N23572 P15133 MEMBAR Loop_entry !#45 N23573 P15134 BLD 105 -1 FP BE Pri !#45 N23574 P15135 MEMBAR Loop_exit !#45 N23575 P15133 MEMBAR Loop_entry !#45 N23576 P15134 BLD 105 -1 FP BE Pri !#45 N23577 P15135 MEMBAR Loop_exit !#45 N23578 P15136 MEMBAR Loop_entry !#45 N23579 P15137 BLD 0 -1 FP BE Pri !#45 N23580 P15138 MEMBAR Loop_exit !#45 N23581 P15139 MEMBAR Loop_entry !#45 N23582 P15140 BLD 32 -1 FP BE Pri !#45 N23583 P15140 BLD 33 -1 FP BE Pri !#45 N23584 P15141 MEMBAR Loop_exit !#45 N23585 P15142 MEMBAR Loop_entry !#45 N23586 P15143 BLD 328 -1 FP BE Pri !#45 N23587 P15144 MEMBAR Loop_exit !#45 N23588 P15145 MEMBAR Loop_entry !#45 N23589 P15146 BLD 139 -1 FP BE Pri !#45 N23590 P15147 MEMBAR Loop_exit !#45 N23591 P15148 MEMBAR Loop_entry !#45 N23592 P15149 BLD 292 -1 FP BE Pri !#45 N23593 P15150 MEMBAR Loop_exit !#45 N23594 P15148 MEMBAR Loop_entry !#45 N23595 P15149 BLD 292 -1 FP BE Pri !#45 N23596 P15150 MEMBAR Loop_exit !#45 N23597 P15151 MEMBAR Loop_entry !#45 N23598 P15152 BLD 127 -1 FP BE Pri !#45 N23599 P15153 MEMBAR Loop_exit !#45 N23600 P15154 MEMBAR Loop_entry !#45 N23601 P15155 BLD 16 -1 FP BE Pri !#45 N23602 P15156 MEMBAR Loop_exit !#45 N23603 P15157 IDC_FLIP 358 Int BE Pri Loop_entry Loop_exit !#45 N23604 P15158 MEMBAR Loop_entry !#45 N23605 P15159 BLD 233 -1 FP BE Pri !#45 N23606 P15160 MEMBAR Loop_exit !#45 N23607 P15161 MEMBAR Loop_entry !#45 N23608 P15162 BLD 244 -1 FP BE Pri !#45 N23609 P15163 MEMBAR Loop_exit !#45 N23610 P15164 MEMBAR Loop_entry !#45 N23611 P15165 BLD 20 -1 FP BE Pri !#45 N23612 P15166 MEMBAR Loop_exit !#45 N23613 P15167 MEMBAR Loop_entry !#45 N23614 P15168 BLD 58 -1 FP BE Pri !#45 N23615 P15169 MEMBAR Loop_exit !#45 N23616 P15167 MEMBAR Loop_entry !#45 N23617 P15168 BLD 58 -1 FP BE Pri !#45 N23618 P15169 MEMBAR Loop_exit !#45 N23619 P15170 MEMBAR Loop_entry !#45 N23620 P15171 BLD 272 -1 FP BE Pri !#45 N23621 P15172 MEMBAR Loop_exit !#45 N23622 P15173 MEMBAR Loop_entry !#45 N23623 P15174 BLD 94 -1 FP BE Pri !#45 N23624 P15174 BLD 95 -1 FP BE Pri !#45 N23625 P15175 MEMBAR Loop_exit !#45 N23626 P15176 MEMBAR Loop_entry !#45 N23627 P15177 BLD 310 -1 FP BE Pri !#45 N23628 P15178 MEMBAR Loop_exit !#45 N23629 P15176 MEMBAR Loop_entry !#45 N23630 P15177 BLD 310 -1 FP BE Pri !#45 N23631 P15178 MEMBAR Loop_exit !#45 N23632 P15179 MEMBAR Loop_entry !#45 N23633 P15180 BLD 289 -1 FP BE Pri !#45 N23634 P15181 MEMBAR Loop_exit !#45 N23635 P15182 MEMBAR Loop_entry !#45 N23636 P15183 BLD 34 -1 FP BE Pri !#45 N23637 P15184 MEMBAR Loop_exit !#45 N23638 P15182 MEMBAR Loop_entry !#45 N23639 P15183 BLD 34 -1 FP BE Pri !#45 N23640 P15184 MEMBAR Loop_exit !#45 N23641 P15185 MEMBAR Loop_entry !#45 N23642 P15186 BLD 124 -1 FP BE Pri !#45 N23643 P15186 BLD 125 -1 FP BE Pri !#45 N23644 P15186 BLD 126 -1 FP BE Pri !#45 N23645 P15187 MEMBAR Loop_exit !#45 N23646 P15185 MEMBAR Loop_entry !#45 N23647 P15186 BLD 124 -1 FP BE Pri !#45 N23648 P15186 BLD 125 -1 FP BE Pri !#45 N23649 P15186 BLD 126 -1 FP BE Pri !#45 N23650 P15187 MEMBAR Loop_exit !#45 N23651 P15188 MEMBAR Loop_entry !#45 N23652 P15189 BLD 106 -1 FP BE Pri !#45 N23653 P15190 MEMBAR Loop_exit !#45 N23654 P15188 MEMBAR Loop_entry !#45 N23655 P15189 BLD 106 -1 FP BE Pri !#45 N23656 P15190 MEMBAR Loop_exit !#45 N23657 P15191 MEMBAR Loop_entry !#45 N23658 P15192 BLD 205 -1 FP BE Pri !#45 N23659 P15193 MEMBAR Loop_exit !#45 N23660 P15191 MEMBAR Loop_entry !#45 N23661 P15192 BLD 205 -1 FP BE Pri !#45 N23662 P15193 MEMBAR Loop_exit !#45 N23663 P15194 MEMBAR Loop_entry !#45 N23664 P15195 BLD 16 -1 FP BE Pri !#45 N23665 P15196 MEMBAR Loop_exit !#45 N23666 P15194 MEMBAR Loop_entry !#45 N23667 P15195 BLD 16 -1 FP BE Pri !#45 N23668 P15196 MEMBAR Loop_exit !#45 N23669 P15197 MEMBAR Loop_entry !#45 N23670 P15198 BLD 111 -1 FP BE Pri !#45 N23671 P15198 BLD 112 -1 FP BE Pri !#45 N23672 P15198 BLD 113 -1 FP BE Pri !#45 N23673 P15199 MEMBAR Loop_exit !#45 N23674 P15200 MEMBAR Loop_entry !#45 N23675 P15201 BLD 280 -1 FP BE Pri !#45 N23676 P15202 MEMBAR Loop_exit !#45 N23677 P15203 MEMBAR Loop_entry !#45 N23678 P15204 BLD 67 -1 FP BE Pri !#45 N23679 P15205 MEMBAR Loop_exit !#45 N23680 P15206 MEMBAR Loop_entry !#45 N23681 P15207 BLD 38 -1 FP BE Pri !#45 N23682 P15208 MEMBAR Loop_exit !#45 N23683 P15206 MEMBAR Loop_entry !#45 N23684 P15207 BLD 38 -1 FP BE Pri !#45 N23685 P15208 MEMBAR Loop_exit !#45 N23686 P15209 MEMBAR Loop_entry !#45 N23687 P15210 BLD 342 -1 FP BE Pri !#45 N23688 P15211 MEMBAR Loop_exit !#45 N23689 P15209 MEMBAR Loop_entry !#45 N23690 P15210 BLD 342 -1 FP BE Pri !#45 N23691 P15211 MEMBAR Loop_exit !#45 N23692 P15212 MEMBAR Loop_entry !#45 N23693 P15213 BLD 291 -1 FP BE Pri !#45 N23694 P15214 MEMBAR Loop_exit !#45 N23695 P15212 MEMBAR Loop_entry !#45 N23696 P15213 BLD 291 -1 FP BE Pri !#45 N23697 P15214 MEMBAR Loop_exit !#45 N23698 P15215 MEMBAR Loop_entry !#45 N23699 P15216 BLD 343 -1 FP BE Pri !#45 N23700 P15216 BLD 344 -1 FP BE Pri !#45 N23701 P15217 MEMBAR Loop_exit !#45 N23702 P15218 MEMBAR Loop_entry !#45 N23703 P15219 BLD 48 -1 FP BE Pri !#45 N23704 P15220 MEMBAR Loop_exit !#45 N23705 P15218 MEMBAR Loop_entry !#45 N23706 P15219 BLD 48 -1 FP BE Pri !#45 N23707 P15220 MEMBAR Loop_exit !#45 N23708 P15221 IDC_FLIP 189 Int BE Pri Loop_entry !#45 N23709 P15222 MEMBAR !#45 N23710 P15223 BLD 280 -1 FP BE Pri !#45 N23711 P15224 MEMBAR Loop_exit !#45 N23712 P15221 IDC_FLIP 189 Int BE Pri Loop_entry !#45 N23713 P15222 MEMBAR !#45 N23714 P15223 BLD 280 -1 FP BE Pri !#45 N23715 P15224 MEMBAR Loop_exit !#45 N23716 P15225 MEMBAR Loop_entry !#45 N23717 P15226 BLD 171 -1 FP BE Pri !#45 N23718 P15227 MEMBAR Loop_exit !#45 N23719 P15228 IDC_FLIP 35 Int BE Pri Loop_entry Loop_exit !#45 N23720 P15229 MEMBAR Loop_entry !#45 N23721 P15230 BLD 270 -1 FP BE Pri !#45 N23722 P15231 MEMBAR Loop_exit !#45 N23723 P15232 MEMBAR Loop_entry !#45 N23724 P15233 BLD 338 -1 FP BE Pri !#45 N23725 P15234 MEMBAR Loop_exit !#45 N23726 P15235 ST 260 0x96800001 Int BE Pri Loop_entry Loop_exit !#45 N23727 P15236 MEMBAR Loop_entry !#45 N23728 P15237 BLD 317 -1 FP BE Pri !#45 N23729 P15238 MEMBAR Loop_exit !#45 N23730 P15239 MEMBAR Loop_entry !#45 N23731 P15240 BLD 124 -1 FP BE Pri !#45 N23732 P15240 BLD 125 -1 FP BE Pri !#45 N23733 P15240 BLD 126 -1 FP BE Pri !#45 N23734 P15241 MEMBAR Loop_exit !#45 N23735 P15239 MEMBAR Loop_entry !#45 N23736 P15240 BLD 124 -1 FP BE Pri !#45 N23737 P15240 BLD 125 -1 FP BE Pri !#45 N23738 P15240 BLD 126 -1 FP BE Pri !#45 N23739 P15241 MEMBAR Loop_exit !#45 N23740 P15242 MEMBAR Loop_entry !#45 N23741 P15243 BLD 207 -1 FP BE Pri !#45 N23742 P15244 MEMBAR Loop_exit !#45 N23743 P15242 MEMBAR Loop_entry !#45 N23744 P15243 BLD 207 -1 FP BE Pri !#45 N23745 P15244 MEMBAR Loop_exit !#45 N23746 P15245 MEMBAR Loop_entry !#45 N23747 P15246 BLD 170 -1 FP BE Pri !#45 N23748 P15247 MEMBAR Loop_exit !#45 N23749 P15248 MEMBAR Loop_entry !#45 N23750 P15249 BLD 199 -1 FP BE Pri !#45 N23751 P15250 MEMBAR Loop_exit !#45 N23752 P15248 MEMBAR Loop_entry !#45 N23753 P15249 BLD 199 -1 FP BE Pri !#45 N23754 P15250 MEMBAR Loop_exit !#45 N23755 P15251 MEMBAR Loop_entry !#45 N23756 P15252 BLD 47 -1 FP BE Pri !#45 N23757 P15253 MEMBAR Loop_exit !#45 N23758 P15254 MEMBAR Loop_entry Loop_exit !#45 N23759 P15254 MEMBAR Loop_entry Loop_exit !#45 N23760 P15255 MEMBAR Loop_entry !#45 N23761 P15256 BLD 27 -1 FP BE Pri !#45 N23762 P15257 MEMBAR Loop_exit !#45 N23763 P15255 MEMBAR Loop_entry !#45 N23764 P15256 BLD 27 -1 FP BE Pri !#45 N23765 P15257 MEMBAR Loop_exit !#45 N23766 P15258 MEMBAR Loop_entry !#45 N23767 P15259 BLD 293 -1 FP BE Pri !#45 N23768 P15260 MEMBAR Loop_exit !#45 N23769 P15261 IDC_FLIP 157 Int BE Pri Loop_entry !#45 N23770 P15262 MEMBAR !#45 N23771 P15263 BLD 183 -1 FP BE Pri !#45 N23772 P15264 MEMBAR Loop_exit !#45 N23773 P15261 IDC_FLIP 157 Int BE Pri Loop_entry !#45 N23774 P15262 MEMBAR !#45 N23775 P15263 BLD 183 -1 FP BE Pri !#45 N23776 P15264 MEMBAR Loop_exit !#45 N23777 P15265 MEMBAR Loop_entry !#45 N23778 P15266 BLD 221 -1 FP BE Pri !#45 N23779 P15267 MEMBAR Loop_exit !#45 N23780 P15265 MEMBAR Loop_entry !#45 N23781 P15266 BLD 221 -1 FP BE Pri !#45 N23782 P15267 MEMBAR Loop_exit !#45 N23783 P15268 MEMBAR Loop_entry !#45 N23784 P15269 BLD 145 -1 FP BE Pri !#45 N23785 P15270 MEMBAR Loop_exit !#45 N23786 P15271 MEMBAR Loop_entry !#45 N23787 P15272 BLD 127 -1 FP BE Pri !#45 N23788 P15273 MEMBAR Loop_exit !#45 N23789 P15274 MEMBAR Loop_entry !#45 N23790 P15275 BLD 203 -1 FP BE Pri !#45 N23791 P15276 MEMBAR Loop_exit !#45 N23792 P15277 MEMBAR Loop_entry !#45 N23793 P15278 BLD 309 -1 FP BE Pri !#45 N23794 P15279 MEMBAR Loop_exit !#45 N23795 P15280 MEMBAR Loop_entry !#45 N23796 P15281 BLD 54 -1 FP BE Pri !#45 N23797 P15282 MEMBAR Loop_exit !#45 N23798 P15280 MEMBAR Loop_entry !#45 N23799 P15281 BLD 54 -1 FP BE Pri !#45 N23800 P15282 MEMBAR Loop_exit !#45 N23801 P15283 MEMBAR Loop_entry !#45 N23802 P15284 BLD 241 -1 FP BE Pri !#45 N23803 P15284 BLD 242 -1 FP BE Pri !#45 N23804 P15285 MEMBAR Loop_exit !#45 N23805 P15283 MEMBAR Loop_entry !#45 N23806 P15284 BLD 241 -1 FP BE Pri !#45 N23807 P15284 BLD 242 -1 FP BE Pri !#45 N23808 P15285 MEMBAR Loop_exit !#45 N23809 P15286 MEMBAR Loop_entry !#45 N23810 P15287 BLD 257 -1 FP BE Pri !#45 N23811 P15288 MEMBAR Loop_exit !#45 N23812 P15289 MEMBAR Loop_entry !#45 N23813 P15290 BLD 278 -1 FP BE Pri !#45 N23814 P15291 MEMBAR Loop_exit !#45 N23815 P15289 MEMBAR Loop_entry !#45 N23816 P15290 BLD 278 -1 FP BE Pri !#45 N23817 P15291 MEMBAR Loop_exit !#45 N23818 P15292 MEMBAR Loop_entry !#45 N23819 P15293 BLD 83 -1 FP BE Pri !#45 N23820 P15294 MEMBAR Loop_exit !#45 N23821 P15295 MEMBAR Loop_entry !#45 N23822 P15296 BLD 48 -1 FP BE Pri !#45 N23823 P15297 MEMBAR Loop_exit !#45 N23824 P15295 MEMBAR Loop_entry !#45 N23825 P15296 BLD 48 -1 FP BE Pri !#45 N23826 P15297 MEMBAR Loop_exit !#45 N23827 P15298 MEMBAR Loop_entry !#45 N23828 P15299 BLD 353 -1 FP BE Pri !#45 N23829 P15300 MEMBAR Loop_exit !#45 N23830 P15298 MEMBAR Loop_entry !#45 N23831 P15299 BLD 353 -1 FP BE Pri !#45 N23832 P15300 MEMBAR Loop_exit !#45 N23833 P15301 MEMBAR Loop_entry !#45 N23834 P15302 BLD 229 -1 FP BE Pri !#45 N23835 P15303 MEMBAR Loop_exit !#45 N23836 P15304 MEMBAR Loop_entry !#45 N23837 P15305 BLD 160 -1 FP BE Pri !#45 N23838 P15306 MEMBAR Loop_exit !#45 N23839 P15304 MEMBAR Loop_entry !#45 N23840 P15305 BLD 160 -1 FP BE Pri !#45 N23841 P15306 MEMBAR Loop_exit !#45 N23842 P15307 MEMBAR Loop_entry !#45 N23843 P15308 BLD 230 -1 FP BE Pri !#45 N23844 P15309 MEMBAR Loop_exit !#45 N23845 P15310 MEMBAR Loop_entry !#45 N23846 P15311 BLD 198 -1 FP BE Pri !#45 N23847 P15312 MEMBAR Loop_exit !#45 N23848 P15313 MEMBAR Loop_entry !#45 N23849 P15314 BLD 295 -1 FP BE Pri !#45 N23850 P15314 BLD 296 -1 FP BE Pri !#45 N23851 P15315 MEMBAR Loop_exit !#45 N23852 P15316 MEMBAR Loop_entry !#45 N23853 P15317 BLD 346 -1 FP BE Pri !#45 N23854 P15318 MEMBAR Loop_exit !#45 N23855 P15319 MEMBAR Loop_entry !#45 N23856 P15320 BLD 209 -1 FP BE Pri !#45 N23857 P15321 MEMBAR Loop_exit !#45 N23858 P15322 MEMBAR Loop_entry !#45 N23859 P15323 BLD 274 -1 FP BE Pri !#45 N23860 P15324 MEMBAR Loop_exit !#45 N23861 P15325 MEMBAR Loop_entry !#45 N23862 P15326 BLD 312 -1 FP BE Pri !#45 N23863 P15327 MEMBAR Loop_exit !#45 N23864 P15328 MEMBAR Loop_entry !#45 N23865 P15329 BLD 153 -1 FP BE Pri !#45 N23866 P15330 MEMBAR Loop_exit !#45 N23867 P15331 MEMBAR Loop_entry !#45 N23868 P15332 BLD 356 -1 FP BE Pri !#45 N23869 P15333 MEMBAR Loop_exit !#45 N23870 P15331 MEMBAR Loop_entry !#45 N23871 P15332 BLD 356 -1 FP BE Pri !#45 N23872 P15333 MEMBAR Loop_exit !#45 N23873 P15334 MEMBAR Loop_entry !#45 N23874 P15335 BLD 244 -1 FP BE Pri !#45 N23875 P15336 MEMBAR Loop_exit !#45 N23876 P15334 MEMBAR Loop_entry !#45 N23877 P15335 BLD 244 -1 FP BE Pri !#45 N23878 P15336 MEMBAR Loop_exit !#45 N23879 P15337 ST 13 0x96800002 Int BE Pri Loop_entry Loop_exit !#45 N23880 P15337 ST 13 0x96800003 Int BE Pri Loop_entry Loop_exit !#45 N23881 P15338 MEMBAR Loop_entry !#45 N23882 P15339 BLD 128 -1 FP BE Pri !#45 N23883 P15340 MEMBAR Loop_exit !#45 N23884 P15338 MEMBAR Loop_entry !#45 N23885 P15339 BLD 128 -1 FP BE Pri !#45 N23886 P15340 MEMBAR Loop_exit !#45 N23887 P15341 MEMBAR Loop_entry !#45 N23888 P15342 BLD 286 -1 FP BE Pri !#45 N23889 P15343 MEMBAR Loop_exit !#45 N23890 P15344 MEMBAR Loop_entry !#45 N23891 P15345 BLD 243 -1 FP BE Pri !#45 N23892 P15346 MEMBAR Loop_exit !#45 N23893 P15347 MEMBAR Loop_entry !#45 N23894 P15348 BLD 326 -1 FP BE Pri !#45 N23895 P15349 MEMBAR Loop_exit !#45 N23896 P15350 PREFETCH 69 Int BE Pri Loop_entry Loop_exit !#45 N23897 P15351 MEMBAR Loop_entry !#45 N23898 P15352 BLD 38 -1 FP BE Pri !#45 N23899 P15353 MEMBAR Loop_exit !#45 N23900 P15354 LD 98 -1 Int BE Pri Loop_entry !#45 N23901 P15355 LD 151 -1 Int BE Pri Loop_exit !#45 N23902 P15354 LD 98 -1 Int BE Pri Loop_entry !#45 N23903 P15355 LD 151 -1 Int BE Pri Loop_exit !#45 N23904 P15356 MEMBAR Loop_entry !#45 N23905 P15357 BLD 276 -1 FP BE Pri !#45 N23906 P15358 MEMBAR Loop_exit !#45 N23907 P15356 MEMBAR Loop_entry !#45 N23908 P15357 BLD 276 -1 FP BE Pri !#45 N23909 P15358 MEMBAR Loop_exit !#45 N23910 P15359 MEMBAR Loop_entry !#45 N23911 P15360 BLD 11 -1 FP BE Pri !#45 N23912 P15360 BLD 12 -1 FP BE Pri !#45 N23913 P15361 MEMBAR Loop_exit !#45 N23914 P15362 MEMBAR Loop_entry !#45 N23915 P15363 BLD 262 -1 FP BE Pri !#45 N23916 P15364 MEMBAR Loop_exit !#45 N23917 P15362 MEMBAR Loop_entry !#45 N23918 P15363 BLD 262 -1 FP BE Pri !#45 N23919 P15364 MEMBAR Loop_exit !#45 N23920 P15365 PREFETCH 248 Int BE Pri Loop_entry !#45 N23921 P15366 IDC_FLIP 195 Int BE Pri Loop_exit !#45 N23922 P15365 PREFETCH 248 Int BE Pri Loop_entry !#45 N23923 P15366 IDC_FLIP 195 Int BE Pri Loop_exit !#45 N23924 P15367 MEMBAR Loop_entry !#45 N23925 P15368 BLD 40 -1 FP BE Pri !#45 N23926 P15369 MEMBAR Loop_exit !#45 N23927 P15367 MEMBAR Loop_entry !#45 N23928 P15368 BLD 40 -1 FP BE Pri !#45 N23929 P15369 MEMBAR Loop_exit !#45 N23930 P15370 MEMBAR Loop_entry !#45 N23931 P15371 BLD 155 -1 FP BE Pri !#45 N23932 P15372 MEMBAR Loop_exit !#45 N23933 P15370 MEMBAR Loop_entry !#45 N23934 P15371 BLD 155 -1 FP BE Pri !#45 N23935 P15372 MEMBAR Loop_exit !#45 N23936 P15373 ST 294 0x22800001 FP BE Pri Loop_entry Loop_exit !#45 N23937 P15373 ST 294 0x22800002 FP BE Pri Loop_entry Loop_exit !#45 N23938 P15374 ST 233 0x22800003 FP BE Pri Loop_entry Loop_exit !#45 N23939 P15374 ST 233 0x22800004 FP BE Pri Loop_entry Loop_exit !#45 N23940 P15375 MEMBAR Loop_entry !#45 N23941 P15376 BLD 120 -1 FP BE Pri !#45 N23942 P15377 MEMBAR Loop_exit !#45 N23943 P15378 FLUSHI 155 Int BE Pri Loop_entry !#45 N23944 P15379 ST 195 0x96800004 Int BE Pri Loop_exit !#45 N23945 P15380 MEMBAR Loop_entry !#45 N23946 P15381 BLD 23 -1 FP BE Pri !#45 N23947 P15382 MEMBAR Loop_exit !#45 N23948 P15383 MEMBAR Loop_entry !#45 N23949 P15384 BLD 34 -1 FP BE Pri !#45 N23950 P15385 MEMBAR Loop_exit !#45 N23951 P15383 MEMBAR Loop_entry !#45 N23952 P15384 BLD 34 -1 FP BE Pri !#45 N23953 P15385 MEMBAR Loop_exit !#45 N23954 P15386 MEMBAR Loop_entry !#45 N23955 P15387 BLD 266 -1 FP BE Pri !#45 N23956 P15388 MEMBAR Loop_exit !#45 N23957 P15389 FLUSHI 186 Int BE Pri Loop_entry !#45 N23958 P15390 MEMBAR !#45 N23959 P15391 BLD 287 -1 FP BE Pri !#45 N23960 P15392 MEMBAR Loop_exit !#45 N23961 P15389 FLUSHI 186 Int BE Pri Loop_entry !#45 N23962 P15390 MEMBAR !#45 N23963 P15391 BLD 287 -1 FP BE Pri !#45 N23964 P15392 MEMBAR Loop_exit !#45 N23965 P15393 MEMBAR Loop_entry !#45 N23966 P15394 BLD 172 -1 FP BE Pri !#45 N23967 P15395 MEMBAR Loop_exit !#45 N23968 P15393 MEMBAR Loop_entry !#45 N23969 P15394 BLD 172 -1 FP BE Pri !#45 N23970 P15395 MEMBAR Loop_exit !#45 N23971 P15396 MEMBAR Loop_entry !#45 N23972 P15397 BLD 246 -1 FP BE Pri !#45 N23973 P15398 MEMBAR Loop_exit !#45 N23974 P15396 MEMBAR Loop_entry !#45 N23975 P15397 BLD 246 -1 FP BE Pri !#45 N23976 P15398 MEMBAR Loop_exit !#45 N23977 P15399 IDC_FLIP 79 Int BE Pri Loop_entry Loop_exit !#45 N23978 P15399 IDC_FLIP 79 Int BE Pri Loop_entry Loop_exit !#45 N23979 P15400 PREFETCH 188 Int BE Pri Loop_entry Loop_exit !#45 N23980 P15401 IDC_FLIP 295 Int BE Pri Loop_entry !#45 N23981 P15402 MEMBAR !#45 N23982 P15403 BLD 259 -1 FP BE Pri !#45 N23983 P15404 MEMBAR Loop_exit !#45 N23984 P15405 MEMBAR Loop_entry !#45 N23985 P15406 BLD 183 -1 FP BE Pri !#45 N23986 P15407 MEMBAR Loop_exit !#45 N23987 P15405 MEMBAR Loop_entry !#45 N23988 P15406 BLD 183 -1 FP BE Pri !#45 N23989 P15407 MEMBAR Loop_exit !#45 N23990 P15408 ST 123 0x96800005 Int BE Pri Loop_entry Loop_exit !#45 N23991 P15408 ST 123 0x96800006 Int BE Pri Loop_entry Loop_exit !#45 N23992 P15409 MEMBAR Loop_entry !#45 N23993 P15410 BLD 235 -1 FP BE Pri !#45 N23994 P15411 MEMBAR Loop_exit !#45 N23995 P15409 MEMBAR Loop_entry !#45 N23996 P15410 BLD 235 -1 FP BE Pri !#45 N23997 P15411 MEMBAR Loop_exit !#45 N23998 P15412 MEMBAR Loop_entry !#45 N23999 P15413 BLD 279 -1 FP BE Pri !#45 N24000 P15414 MEMBAR Loop_exit !#45 N24001 P15412 MEMBAR Loop_entry !#45 N24002 P15413 BLD 279 -1 FP BE Pri !#45 N24003 P15414 MEMBAR Loop_exit !#45 N24004 P15415 MEMBAR Loop_entry !#45 N24005 P15416 BLD 150 -1 FP BE Pri !#45 N24006 P15417 MEMBAR Loop_exit !#45 N24007 P15415 MEMBAR Loop_entry !#45 N24008 P15416 BLD 150 -1 FP BE Pri !#45 N24009 P15417 MEMBAR Loop_exit !#45 N24010 P15418 MEMBAR Loop_entry !#45 N24011 P15419 BLD 346 -1 FP BE Pri !#45 N24012 P15420 MEMBAR Loop_exit !#45 N24013 P15421 MEMBAR Loop_entry !#45 N24014 P15422 BLD 29 -1 FP BE Pri !#45 N24015 P15423 MEMBAR Loop_exit !#45 N24016 P15421 MEMBAR Loop_entry !#45 N24017 P15422 BLD 29 -1 FP BE Pri !#45 N24018 P15423 MEMBAR Loop_exit !#45 N24019 P15424 MEMBAR Loop_entry !#45 N24020 P15425 BLD 6 -1 FP BE Pri !#45 N24021 P15425 BLD 7 -1 FP BE Pri !#45 N24022 P15426 MEMBAR Loop_exit !#45 N24023 P15427 PREFETCH 87 Int BE Pri Loop_entry !#45 N24024 P15428 MEMBAR !#45 N24025 P15429 BLD 6 -1 FP BE Pri !#45 N24026 P15429 BLD 7 -1 FP BE Pri !#45 N24027 P15430 MEMBAR Loop_exit !#45 N24028 P15427 PREFETCH 87 Int BE Pri Loop_entry !#45 N24029 P15428 MEMBAR !#45 N24030 P15429 BLD 6 -1 FP BE Pri !#45 N24031 P15429 BLD 7 -1 FP BE Pri !#45 N24032 P15430 MEMBAR Loop_exit !#45 N24033 P15431 MEMBAR Loop_entry !#45 N24034 P15432 BLD 55 -1 FP BE Pri !#45 N24035 P15433 MEMBAR Loop_exit !#45 N24036 P15431 MEMBAR Loop_entry !#45 N24037 P15432 BLD 55 -1 FP BE Pri !#45 N24038 P15433 MEMBAR Loop_exit !#45 N24039 P15434 MEMBAR Loop_entry !#45 N24040 P15435 BLD 229 -1 FP BE Pri !#45 N24041 P15436 MEMBAR Loop_exit !#45 N24042 P15437 MEMBAR !#46 N24043 P15438 MEMBAR Loop_entry !#46 N24044 P15439 BLD 262 -1 FP BE Pri !#46 N24045 P15440 MEMBAR Loop_exit !#46 N24046 P15441 MEMBAR Loop_entry !#46 N24047 P15442 BLD 57 -1 FP BE Pri !#46 N24048 P15443 MEMBAR Loop_exit !#46 N24049 P15444 LD 216 -1 NF Int BE Pri Loop_entry !#46 N24050 P15445 MEMBAR !#46 N24051 P15446 BLD 298 -1 FP BE Pri !#46 N24052 P15447 MEMBAR !#46 N24053 P15448 LD 280 -1 Int BE Pri Loop_exit !#46 N24054 P15444 LD 216 -1 NF Int BE Pri Loop_entry !#46 N24055 P15445 MEMBAR !#46 N24056 P15446 BLD 298 -1 FP BE Pri !#46 N24057 P15447 MEMBAR !#46 N24058 P15448 LD 280 -1 Int BE Pri Loop_exit !#46 N24059 P15449 MEMBAR Loop_entry !#46 N24060 P15450 BLD 284 -1 FP BE Pri !#46 N24061 P15451 MEMBAR Loop_exit !#46 N24062 P15449 MEMBAR Loop_entry !#46 N24063 P15450 BLD 284 -1 FP BE Pri !#46 N24064 P15451 MEMBAR Loop_exit !#46 N24065 P15452 MEMBAR Loop_entry !#46 N24066 P15453 BLD 331 -1 FP BE Pri !#46 N24067 P15453 BLD 332 -1 FP BE Pri !#46 N24068 P15454 MEMBAR Loop_exit !#46 N24069 P15455 MEMBAR Loop_entry !#46 N24070 P15456 BLD 238 -1 FP BE Pri !#46 N24071 P15457 MEMBAR Loop_exit !#46 N24072 P15455 MEMBAR Loop_entry !#46 N24073 P15456 BLD 238 -1 FP BE Pri !#46 N24074 P15457 MEMBAR Loop_exit !#46 N24075 P15458 MEMBAR Loop_entry !#46 N24076 P15459 BLD 21 -1 FP BE Pri !#46 N24077 P15460 MEMBAR Loop_exit !#46 N24078 P15461 MEMBAR Loop_entry !#46 N24079 P15462 BLD 254 -1 FP BE Pri !#46 N24080 P15463 MEMBAR Loop_exit !#46 N24081 P15464 MEMBAR Loop_entry !#46 N24082 P15465 BLD 11 -1 FP BE Pri !#46 N24083 P15465 BLD 12 -1 FP BE Pri !#46 N24084 P15466 MEMBAR Loop_exit !#46 N24085 P15464 MEMBAR Loop_entry !#46 N24086 P15465 BLD 11 -1 FP BE Pri !#46 N24087 P15465 BLD 12 -1 FP BE Pri !#46 N24088 P15466 MEMBAR Loop_exit !#46 N24089 P15467 MEMBAR Loop_entry !#46 N24090 P15468 BLD 268 -1 FP BE Pri !#46 N24091 P15469 MEMBAR Loop_exit !#46 N24092 P15467 MEMBAR Loop_entry !#46 N24093 P15468 BLD 268 -1 FP BE Pri !#46 N24094 P15469 MEMBAR Loop_exit !#46 N24095 P15470 MEMBAR Loop_entry !#46 N24096 P15471 BLD 52 -1 FP BE Pri !#46 N24097 P15472 MEMBAR Loop_exit !#46 N24098 P15473 IDC_FLIP 61 Int BE Pri Loop_entry !#46 N24099 P15474 MEMBAR !#46 N24100 P15475 BLD 124 -1 FP BE Pri !#46 N24101 P15475 BLD 125 -1 FP BE Pri !#46 N24102 P15475 BLD 126 -1 FP BE Pri !#46 N24103 P15476 MEMBAR Loop_exit !#46 N24104 P15477 ST 54 0x97000001 Int LE Pri Loop_entry Loop_exit !#46 N24105 P15478 MEMBAR Loop_entry !#46 N24106 P15479 BLD 44 -1 FP BE Pri !#46 N24107 P15480 MEMBAR Loop_exit !#46 N24108 P15481 MEMBAR Loop_entry !#46 N24109 P15482 BLD 5 -1 FP BE Pri !#46 N24110 P15483 MEMBAR Loop_exit !#46 N24111 P15481 MEMBAR Loop_entry !#46 N24112 P15482 BLD 5 -1 FP BE Pri !#46 N24113 P15483 MEMBAR Loop_exit !#46 N24114 P15484 MEMBAR Loop_entry !#46 N24115 P15485 BLD 172 -1 FP BE Pri !#46 N24116 P15486 MEMBAR Loop_exit !#46 N24117 P15487 MEMBAR Loop_entry !#46 N24118 P15488 BLD 331 -1 FP BE Pri !#46 N24119 P15488 BLD 332 -1 FP BE Pri !#46 N24120 P15489 MEMBAR Loop_exit !#46 N24121 P15487 MEMBAR Loop_entry !#46 N24122 P15488 BLD 331 -1 FP BE Pri !#46 N24123 P15488 BLD 332 -1 FP BE Pri !#46 N24124 P15489 MEMBAR Loop_exit !#46 N24125 P15490 MEMBAR Loop_entry !#46 N24126 P15491 BLD 191 -1 FP BE Pri !#46 N24127 P15492 MEMBAR Loop_exit !#46 N24128 P15493 MEMBAR Loop_entry !#46 N24129 P15494 BLD 284 -1 FP BE Pri !#46 N24130 P15495 MEMBAR Loop_exit !#46 N24131 P15496 MEMBAR Loop_entry !#46 N24132 P15497 BLD 40 -1 FP BE Pri !#46 N24133 P15498 MEMBAR Loop_exit !#46 N24134 P15499 MEMBAR Loop_entry !#46 N24135 P15500 BLD 272 -1 FP BE Pri !#46 N24136 P15501 MEMBAR Loop_exit !#46 N24137 P15502 LD 175 -1 Int BE Pri Loop_entry !#46 N24138 P15503 LD 195 -1 Int LE Pri Loop_exit !#46 N24139 P15502 LD 175 -1 Int BE Pri Loop_entry !#46 N24140 P15503 LD 195 -1 Int LE Pri Loop_exit !#46 N24141 P15504 MEMBAR Loop_entry !#46 N24142 P15505 BLD 134 -1 FP BE Pri !#46 N24143 P15506 MEMBAR Loop_exit !#46 N24144 P15507 MEMBAR Loop_entry !#46 N24145 P15508 BLD 97 -1 FP BE Pri !#46 N24146 P15509 MEMBAR Loop_exit !#46 N24147 P15507 MEMBAR Loop_entry !#46 N24148 P15508 BLD 97 -1 FP BE Pri !#46 N24149 P15509 MEMBAR Loop_exit !#46 N24150 P15510 MEMBAR Loop_entry !#46 N24151 P15511 BLD 269 -1 FP BE Pri !#46 N24152 P15512 MEMBAR Loop_exit !#46 N24153 P15513 MEMBAR Loop_entry !#46 N24154 P15514 BLD 243 -1 FP BE Pri !#46 N24155 P15515 MEMBAR Loop_exit !#46 N24156 P15516 IDC_FLIP 214 Int BE Pri Loop_entry Loop_exit !#46 N24157 P15516 IDC_FLIP 214 Int BE Pri Loop_entry Loop_exit !#46 N24158 P15517 MEMBAR Loop_entry !#46 N24159 P15518 BLD 66 -1 FP BE Pri !#46 N24160 P15519 MEMBAR Loop_exit !#46 N24161 P15517 MEMBAR Loop_entry !#46 N24162 P15518 BLD 66 -1 FP BE Pri !#46 N24163 P15519 MEMBAR Loop_exit !#46 N24164 P15520 ST 239 0x97000002 Int BE Pri Loop_entry Loop_exit !#46 N24165 P15521 MEMBAR Loop_entry !#46 N24166 P15522 BLD 218 -1 FP BE Pri !#46 N24167 P15523 MEMBAR Loop_exit !#46 N24168 P15521 MEMBAR Loop_entry !#46 N24169 P15522 BLD 218 -1 FP BE Pri !#46 N24170 P15523 MEMBAR Loop_exit !#46 N24171 P15524 MEMBAR Loop_entry !#46 N24172 P15525 BLD 169 -1 FP BE Pri !#46 N24173 P15526 MEMBAR Loop_exit !#46 N24174 P15524 MEMBAR Loop_entry !#46 N24175 P15525 BLD 169 -1 FP BE Pri !#46 N24176 P15526 MEMBAR Loop_exit !#46 N24177 P15527 MEMBAR Loop_entry !#46 N24178 P15528 BLD 43 -1 FP BE Pri !#46 N24179 P15529 MEMBAR Loop_exit !#46 N24180 P15527 MEMBAR Loop_entry !#46 N24181 P15528 BLD 43 -1 FP BE Pri !#46 N24182 P15529 MEMBAR Loop_exit !#46 N24183 P15530 MEMBAR Loop_entry !#46 N24184 P15531 BLD 215 -1 FP BE Pri !#46 N24185 P15531 BLD 216 -1 FP BE Pri !#46 N24186 P15532 MEMBAR Loop_exit !#46 N24187 P15530 MEMBAR Loop_entry !#46 N24188 P15531 BLD 215 -1 FP BE Pri !#46 N24189 P15531 BLD 216 -1 FP BE Pri !#46 N24190 P15532 MEMBAR Loop_exit !#46 N24191 P15533 MEMBAR Loop_entry !#46 N24192 P15534 BLD 202 -1 FP BE Pri !#46 N24193 P15535 MEMBAR Loop_exit !#46 N24194 P15536 MEMBAR Loop_entry !#46 N24195 P15537 BLD 251 -1 FP BE Pri !#46 N24196 P15538 MEMBAR Loop_exit !#46 N24197 P15539 MEMBAR Loop_entry !#46 N24198 P15540 BLD 345 -1 FP BE Pri !#46 N24199 P15541 MEMBAR Loop_exit !#46 N24200 P15539 MEMBAR Loop_entry !#46 N24201 P15540 BLD 345 -1 FP BE Pri !#46 N24202 P15541 MEMBAR Loop_exit !#46 N24203 P15542 PREFETCH 134 Int BE Pri Loop_entry Loop_exit !#46 N24204 P15543 MEMBAR Loop_entry !#46 N24205 P15544 BLD 97 -1 FP BE Pri !#46 N24206 P15545 MEMBAR Loop_exit !#46 N24207 P15543 MEMBAR Loop_entry !#46 N24208 P15544 BLD 97 -1 FP BE Pri !#46 N24209 P15545 MEMBAR Loop_exit !#46 N24210 P15546 MEMBAR Loop_entry !#46 N24211 P15547 BLD 281 -1 FP BE Pri !#46 N24212 P15548 MEMBAR Loop_exit !#46 N24213 P15549 MEMBAR Loop_entry !#46 N24214 P15550 BLD 51 -1 FP BE Pri !#46 N24215 P15551 MEMBAR Loop_exit !#46 N24216 P15549 MEMBAR Loop_entry !#46 N24217 P15550 BLD 51 -1 FP BE Pri !#46 N24218 P15551 MEMBAR Loop_exit !#46 N24219 P15552 ST 90 0x97000003 Int BE Pri Loop_entry !#46 N24220 P15553 MEMBAR !#46 N24221 P15554 BLD 305 -1 FP BE Pri !#46 N24222 P15555 MEMBAR Loop_exit !#46 N24223 P15552 ST 90 0x97000004 Int BE Pri Loop_entry !#46 N24224 P15553 MEMBAR !#46 N24225 P15554 BLD 305 -1 FP BE Pri !#46 N24226 P15555 MEMBAR Loop_exit !#46 N24227 P15556 MEMBAR Loop_entry !#46 N24228 P15557 BLD 68 -1 FP BE Pri !#46 N24229 P15558 MEMBAR Loop_exit !#46 N24230 P15559 MEMBAR Loop_entry !#46 N24231 P15560 BLD 171 -1 FP BE Pri !#46 N24232 P15561 MEMBAR Loop_exit !#46 N24233 P15559 MEMBAR Loop_entry !#46 N24234 P15560 BLD 171 -1 FP BE Pri !#46 N24235 P15561 MEMBAR Loop_exit !#46 N24236 P15562 MEMBAR Loop_entry !#46 N24237 P15563 BLD 146 -1 FP BE Pri !#46 N24238 P15564 MEMBAR Loop_exit !#46 N24239 P15565 IDC_FLIP 48 Int BE Pri Loop_entry Loop_exit !#46 N24240 P15565 IDC_FLIP 48 Int BE Pri Loop_entry Loop_exit !#46 N24241 P15566 MEMBAR Loop_entry !#46 N24242 P15567 BLD 183 -1 FP BE Pri !#46 N24243 P15568 MEMBAR Loop_exit !#46 N24244 P15566 MEMBAR Loop_entry !#46 N24245 P15567 BLD 183 -1 FP BE Pri !#46 N24246 P15568 MEMBAR Loop_exit !#46 N24247 P15569 MEMBAR Loop_entry !#46 N24248 P15570 BLD 201 -1 FP BE Pri !#46 N24249 P15571 MEMBAR Loop_exit !#46 N24250 P15569 MEMBAR Loop_entry !#46 N24251 P15570 BLD 201 -1 FP BE Pri !#46 N24252 P15571 MEMBAR Loop_exit !#46 N24253 P15572 ST 202 0x97000005 Int BE Pri Loop_entry !#46 N24254 P15573 MEMBAR !#46 N24255 P15574 BLD 11 -1 FP BE Pri !#46 N24256 P15574 BLD 12 -1 FP BE Pri !#46 N24257 P15575 MEMBAR Loop_exit !#46 N24258 P15572 ST 202 0x97000006 Int BE Pri Loop_entry !#46 N24259 P15573 MEMBAR !#46 N24260 P15574 BLD 11 -1 FP BE Pri !#46 N24261 P15574 BLD 12 -1 FP BE Pri !#46 N24262 P15575 MEMBAR Loop_exit !#46 N24263 P15576 MEMBAR Loop_entry !#46 N24264 P15577 BLD 272 -1 FP BE Pri !#46 N24265 P15578 MEMBAR Loop_exit !#46 N24266 P15579 MEMBAR Loop_entry !#46 N24267 P15580 BLD 43 -1 FP BE Pri !#46 N24268 P15581 MEMBAR Loop_exit !#46 N24269 P15579 MEMBAR Loop_entry !#46 N24270 P15580 BLD 43 -1 FP BE Pri !#46 N24271 P15581 MEMBAR Loop_exit !#46 N24272 P15582 MEMBAR Loop_entry !#46 N24273 P15583 BLD 221 -1 FP BE Pri !#46 N24274 P15584 MEMBAR Loop_exit !#46 N24275 P15585 MEMBAR Loop_entry !#46 N24276 P15586 BLD 289 -1 FP BE Pri !#46 N24277 P15587 MEMBAR Loop_exit !#46 N24278 P15585 MEMBAR Loop_entry !#46 N24279 P15586 BLD 289 -1 FP BE Pri !#46 N24280 P15587 MEMBAR Loop_exit !#46 N24281 P15588 IDC_FLIP 138 Int BE Pri Loop_entry Loop_exit !#46 N24282 P15589 MEMBAR Loop_entry !#46 N24283 P15590 BLD 274 -1 FP BE Pri !#46 N24284 P15591 MEMBAR Loop_exit !#46 N24285 P15589 MEMBAR Loop_entry !#46 N24286 P15590 BLD 274 -1 FP BE Pri !#46 N24287 P15591 MEMBAR Loop_exit !#46 N24288 P15592 MEMBAR Loop_entry !#46 N24289 P15593 BLD 285 -1 FP BE Pri !#46 N24290 P15594 MEMBAR Loop_exit !#46 N24291 P15595 MEMBAR Loop_entry !#46 N24292 P15596 BLD 233 -1 FP BE Pri !#46 N24293 P15597 MEMBAR Loop_exit !#46 N24294 P15598 MEMBAR Loop_entry !#46 N24295 P15599 BLD 142 -1 FP BE Pri !#46 N24296 P15600 MEMBAR Loop_exit !#46 N24297 P15601 MEMBAR Loop_entry !#46 N24298 P15602 BLD 2 -1 FP BE Pri !#46 N24299 P15603 MEMBAR Loop_exit !#46 N24300 P15601 MEMBAR Loop_entry !#46 N24301 P15602 BLD 2 -1 FP BE Pri !#46 N24302 P15603 MEMBAR Loop_exit !#46 N24303 P15604 MEMBAR Loop_entry !#46 N24304 P15605 BLD 252 -1 FP BE Pri !#46 N24305 P15606 MEMBAR Loop_exit !#46 N24306 P15607 MEMBAR Loop_entry !#46 N24307 P15608 BLD 172 -1 FP BE Pri !#46 N24308 P15609 MEMBAR Loop_exit !#46 N24309 P15607 MEMBAR Loop_entry !#46 N24310 P15608 BLD 172 -1 FP BE Pri !#46 N24311 P15609 MEMBAR Loop_exit !#46 N24312 P15610 MEMBAR Loop_entry !#46 N24313 P15611 BLD 91 -1 FP BE Pri !#46 N24314 P15611 BLD 92 -1 FP BE Pri !#46 N24315 P15611 BLD 93 -1 FP BE Pri !#46 N24316 P15612 MEMBAR Loop_exit !#46 N24317 P15613 MEMBAR Loop_entry !#46 N24318 P15614 BLD 348 -1 FP BE Pri !#46 N24319 P15615 MEMBAR Loop_exit !#46 N24320 P15616 MEMBAR Loop_entry !#46 N24321 P15617 BLD 165 -1 FP BE Pri !#46 N24322 P15618 MEMBAR Loop_exit !#46 N24323 P15619 MEMBAR Loop_entry !#46 N24324 P15620 BLD 299 -1 FP BE Pri !#46 N24325 P15621 MEMBAR Loop_exit !#46 N24326 P15622 MEMBAR Loop_entry !#46 N24327 P15623 BLD 22 -1 FP BE Pri !#46 N24328 P15624 MEMBAR Loop_exit !#46 N24329 P15622 MEMBAR Loop_entry !#46 N24330 P15623 BLD 22 -1 FP BE Pri !#46 N24331 P15624 MEMBAR Loop_exit !#46 N24332 P15625 MEMBAR Loop_entry !#46 N24333 P15626 BLD 23 -1 FP BE Pri !#46 N24334 P15627 MEMBAR Loop_exit !#46 N24335 P15628 MEMBAR Loop_entry !#46 N24336 P15629 BLD 147 -1 FP BE Pri !#46 N24337 P15630 MEMBAR Loop_exit !#46 N24338 P15631 MEMBAR Loop_entry !#46 N24339 P15632 BLD 232 -1 FP BE Pri !#46 N24340 P15633 MEMBAR Loop_exit !#46 N24341 P15634 MEMBAR Loop_entry !#46 N24342 P15635 BLD 355 -1 FP BE Pri !#46 N24343 P15636 MEMBAR Loop_exit !#46 N24344 P15637 IDC_FLIP 323 Int BE Pri Loop_entry Loop_exit !#46 N24345 P15637 IDC_FLIP 323 Int BE Pri Loop_entry Loop_exit !#46 N24346 P15638 MEMBAR Loop_entry !#46 N24347 P15639 BLD 97 -1 FP BE Pri !#46 N24348 P15640 MEMBAR Loop_exit !#46 N24349 P15638 MEMBAR Loop_entry !#46 N24350 P15639 BLD 97 -1 FP BE Pri !#46 N24351 P15640 MEMBAR Loop_exit !#46 N24352 P15641 LD 358 -1 Int BE Pri Loop_entry !#46 N24353 P15642 MEMBAR !#46 N24354 P15643 BLD 169 -1 FP BE Pri !#46 N24355 P15644 MEMBAR !#46 N24356 P15645 LD 10 -1 Int BE Pri Loop_exit !#46 N24357 P15646 MEMBAR Loop_entry !#46 N24358 P15647 BLD 110 -1 FP BE Pri !#46 N24359 P15648 MEMBAR Loop_exit !#46 N24360 P15649 MEMBAR Loop_entry !#46 N24361 P15650 BLD 263 -1 FP BE Pri !#46 N24362 P15651 MEMBAR Loop_exit !#46 N24363 P15649 MEMBAR Loop_entry !#46 N24364 P15650 BLD 263 -1 FP BE Pri !#46 N24365 P15651 MEMBAR Loop_exit !#46 N24366 P15652 PREFETCH 252 Int BE Pri Loop_entry !#46 N24367 P15653 MEMBAR !#46 N24368 P15654 BLD 32 -1 FP BE Pri !#46 N24369 P15654 BLD 33 -1 FP BE Pri !#46 N24370 P15655 MEMBAR Loop_exit !#46 N24371 P15656 MEMBAR Loop_entry !#46 N24372 P15657 BLD 295 -1 FP BE Pri !#46 N24373 P15657 BLD 296 -1 FP BE Pri !#46 N24374 P15658 MEMBAR Loop_exit !#46 N24375 P15659 IDC_FLIP 177 Int BE Pri Loop_entry Loop_exit !#46 N24376 P15660 MEMBAR Loop_entry !#46 N24377 P15661 BLD 347 -1 FP BE Pri !#46 N24378 P15662 MEMBAR Loop_exit !#46 N24379 P15663 MEMBAR Loop_entry !#46 N24380 P15664 BLD 154 -1 FP BE Pri !#46 N24381 P15665 MEMBAR Loop_exit !#46 N24382 P15666 MEMBAR Loop_entry !#46 N24383 P15667 BLD 190 -1 FP BE Pri !#46 N24384 P15668 MEMBAR Loop_exit !#46 N24385 P15669 MEMBAR Loop_entry !#46 N24386 P15670 BLD 8 -1 FP BE Pri !#46 N24387 P15671 MEMBAR Loop_exit !#46 N24388 P15669 MEMBAR Loop_entry !#46 N24389 P15670 BLD 8 -1 FP BE Pri !#46 N24390 P15671 MEMBAR Loop_exit !#46 N24391 P15672 MEMBAR Loop_entry !#46 N24392 P15673 BLD 314 -1 FP BE Pri !#46 N24393 P15674 MEMBAR Loop_exit !#46 N24394 P15672 MEMBAR Loop_entry !#46 N24395 P15673 BLD 314 -1 FP BE Pri !#46 N24396 P15674 MEMBAR Loop_exit !#46 N24397 P15675 MEMBAR Loop_entry !#46 N24398 P15676 BLD 6 -1 FP BE Pri !#46 N24399 P15676 BLD 7 -1 FP BE Pri !#46 N24400 P15677 MEMBAR Loop_exit !#46 N24401 P15678 MEMBAR Loop_entry !#46 N24402 P15679 BLD 218 -1 FP BE Pri !#46 N24403 P15680 MEMBAR Loop_exit !#46 N24404 P15678 MEMBAR Loop_entry !#46 N24405 P15679 BLD 218 -1 FP BE Pri !#46 N24406 P15680 MEMBAR Loop_exit !#46 N24407 P15681 MEMBAR Loop_entry !#46 N24408 P15682 BLD 318 -1 FP BE Pri !#46 N24409 P15683 MEMBAR Loop_exit !#46 N24410 P15681 MEMBAR Loop_entry !#46 N24411 P15682 BLD 318 -1 FP BE Pri !#46 N24412 P15683 MEMBAR Loop_exit !#46 N24413 P15684 MEMBAR Loop_entry !#46 N24414 P15685 BLD 131 -1 FP BE Pri !#46 N24415 P15686 MEMBAR Loop_exit !#46 N24416 P15684 MEMBAR Loop_entry !#46 N24417 P15685 BLD 131 -1 FP BE Pri !#46 N24418 P15686 MEMBAR Loop_exit !#46 N24419 P15687 MEMBAR Loop_entry !#46 N24420 P15688 BLD 165 -1 FP BE Pri !#46 N24421 P15689 MEMBAR Loop_exit !#46 N24422 P15687 MEMBAR Loop_entry !#46 N24423 P15688 BLD 165 -1 FP BE Pri !#46 N24424 P15689 MEMBAR Loop_exit !#46 N24425 P15690 MEMBAR Loop_entry !#46 N24426 P15691 BLD 165 -1 FP BE Pri !#46 N24427 P15692 MEMBAR Loop_exit !#46 N24428 P15690 MEMBAR Loop_entry !#46 N24429 P15691 BLD 165 -1 FP BE Pri !#46 N24430 P15692 MEMBAR Loop_exit !#46 N24431 P15693 MEMBAR Loop_entry !#46 N24432 P15694 BLD 115 -1 FP BE Pri !#46 N24433 P15695 MEMBAR Loop_exit !#46 N24434 P15693 MEMBAR Loop_entry !#46 N24435 P15694 BLD 115 -1 FP BE Pri !#46 N24436 P15695 MEMBAR Loop_exit !#46 N24437 P15696 MEMBAR Loop_entry !#46 N24438 P15697 BLD 228 -1 FP BE Pri !#46 N24439 P15698 MEMBAR Loop_exit !#46 N24440 P15696 MEMBAR Loop_entry !#46 N24441 P15697 BLD 228 -1 FP BE Pri !#46 N24442 P15698 MEMBAR Loop_exit !#46 N24443 P15699 MEMBAR Loop_entry !#46 N24444 P15700 BLD 339 -1 FP BE Pri !#46 N24445 P15701 MEMBAR Loop_exit !#46 N24446 P15699 MEMBAR Loop_entry !#46 N24447 P15700 BLD 339 -1 FP BE Pri !#46 N24448 P15701 MEMBAR Loop_exit !#46 N24449 P15702 MEMBAR Loop_entry !#46 N24450 P15703 BLD 325 -1 FP BE Pri !#46 N24451 P15704 MEMBAR Loop_exit !#46 N24452 P15705 MEMBAR Loop_entry !#46 N24453 P15706 BLD 114 -1 FP BE Pri !#46 N24454 P15707 MEMBAR Loop_exit !#46 N24455 P15705 MEMBAR Loop_entry !#46 N24456 P15706 BLD 114 -1 FP BE Pri !#46 N24457 P15707 MEMBAR Loop_exit !#46 N24458 P15708 MEMBAR Loop_entry !#46 N24459 P15709 BLD 149 -1 FP BE Pri !#46 N24460 P15710 MEMBAR Loop_exit !#46 N24461 P15711 MEMBAR Loop_entry !#46 N24462 P15712 BLD 190 -1 FP BE Pri !#46 N24463 P15713 MEMBAR Loop_exit !#46 N24464 P15711 MEMBAR Loop_entry !#46 N24465 P15712 BLD 190 -1 FP BE Pri !#46 N24466 P15713 MEMBAR Loop_exit !#46 N24467 P15714 MEMBAR Loop_entry !#46 N24468 P15715 BLD 226 -1 FP BE Pri !#46 N24469 P15716 MEMBAR Loop_exit !#46 N24470 P15714 MEMBAR Loop_entry !#46 N24471 P15715 BLD 226 -1 FP BE Pri !#46 N24472 P15716 MEMBAR Loop_exit !#46 N24473 P15717 MEMBAR Loop_entry !#46 N24474 P15718 BLD 50 -1 FP BE Pri !#46 N24475 P15719 MEMBAR Loop_exit !#46 N24476 P15720 MEMBAR Loop_entry !#46 N24477 P15721 BLD 284 -1 FP BE Pri !#46 N24478 P15722 MEMBAR Loop_exit !#46 N24479 P15720 MEMBAR Loop_entry !#46 N24480 P15721 BLD 284 -1 FP BE Pri !#46 N24481 P15722 MEMBAR Loop_exit !#46 N24482 P15723 MEMBAR Loop_entry !#46 N24483 P15724 BLD 169 -1 FP BE Pri !#46 N24484 P15725 MEMBAR Loop_exit !#46 N24485 P15726 MEMBAR Loop_entry !#46 N24486 P15727 BLD 213 -1 FP BE Pri !#46 N24487 P15728 MEMBAR Loop_exit !#46 N24488 P15726 MEMBAR Loop_entry !#46 N24489 P15727 BLD 213 -1 FP BE Pri !#46 N24490 P15728 MEMBAR Loop_exit !#46 N24491 P15729 MEMBAR Loop_entry !#46 N24492 P15730 BLD 122 -1 FP BE Pri !#46 N24493 P15731 MEMBAR Loop_exit !#46 N24494 P15732 MEMBAR Loop_entry !#46 N24495 P15733 BLD 149 -1 FP BE Pri !#46 N24496 P15734 MEMBAR Loop_exit !#46 N24497 P15732 MEMBAR Loop_entry !#46 N24498 P15733 BLD 149 -1 FP BE Pri !#46 N24499 P15734 MEMBAR Loop_exit !#46 N24500 P15735 MEMBAR Loop_entry !#46 N24501 P15736 BLD 75 -1 FP BE Pri !#46 N24502 P15737 MEMBAR Loop_exit !#46 N24503 P15735 MEMBAR Loop_entry !#46 N24504 P15736 BLD 75 -1 FP BE Pri !#46 N24505 P15737 MEMBAR Loop_exit !#46 N24506 P15738 MEMBAR Loop_entry !#46 N24507 P15739 BLD 156 -1 FP BE Pri !#46 N24508 P15740 MEMBAR Loop_exit !#46 N24509 P15738 MEMBAR Loop_entry !#46 N24510 P15739 BLD 156 -1 FP BE Pri !#46 N24511 P15740 MEMBAR Loop_exit !#46 N24512 P15741 MEMBAR Loop_entry !#46 N24513 P15742 BLD 307 -1 FP BE Pri !#46 N24514 P15743 MEMBAR Loop_exit !#46 N24515 P15741 MEMBAR Loop_entry !#46 N24516 P15742 BLD 307 -1 FP BE Pri !#46 N24517 P15743 MEMBAR Loop_exit !#46 N24518 P15744 IDC_FLIP 353 Int BE Pri Loop_entry !#46 N24519 P15745 MEMBAR !#46 N24520 P15746 BLD 334 -1 FP BE Pri !#46 N24521 P15747 MEMBAR Loop_exit !#46 N24522 P15744 IDC_FLIP 353 Int BE Pri Loop_entry !#46 N24523 P15745 MEMBAR !#46 N24524 P15746 BLD 334 -1 FP BE Pri !#46 N24525 P15747 MEMBAR Loop_exit !#46 N24526 P15748 MEMBAR Loop_entry !#46 N24527 P15749 BLD 233 -1 FP BE Pri !#46 N24528 P15750 MEMBAR Loop_exit !#46 N24529 P15748 MEMBAR Loop_entry !#46 N24530 P15749 BLD 233 -1 FP BE Pri !#46 N24531 P15750 MEMBAR Loop_exit !#46 N24532 P15751 IDC_FLIP 236 Int BE Pri Loop_entry !#46 N24533 P15752 MEMBAR !#46 N24534 P15753 BLD 307 -1 FP BE Pri !#46 N24535 P15754 MEMBAR Loop_exit !#46 N24536 P15751 IDC_FLIP 236 Int BE Pri Loop_entry !#46 N24537 P15752 MEMBAR !#46 N24538 P15753 BLD 307 -1 FP BE Pri !#46 N24539 P15754 MEMBAR Loop_exit !#46 N24540 P15755 MEMBAR Loop_entry !#46 N24541 P15756 BLD 155 -1 FP BE Pri !#46 N24542 P15757 MEMBAR Loop_exit !#46 N24543 P15755 MEMBAR Loop_entry !#46 N24544 P15756 BLD 155 -1 FP BE Pri !#46 N24545 P15757 MEMBAR Loop_exit !#46 N24546 P15758 MEMBAR Loop_entry !#46 N24547 P15759 BLD 102 -1 FP BE Pri !#46 N24548 P15759 BLD 103 -1 FP BE Pri !#46 N24549 P15759 BLD 104 -1 FP BE Pri !#46 N24550 P15760 MEMBAR Loop_exit !#46 N24551 P15758 MEMBAR Loop_entry !#46 N24552 P15759 BLD 102 -1 FP BE Pri !#46 N24553 P15759 BLD 103 -1 FP BE Pri !#46 N24554 P15759 BLD 104 -1 FP BE Pri !#46 N24555 P15760 MEMBAR Loop_exit !#46 N24556 P15761 MEMBAR Loop_entry !#46 N24557 P15762 BLD 43 -1 FP BE Pri !#46 N24558 P15763 MEMBAR Loop_exit !#46 N24559 P15761 MEMBAR Loop_entry !#46 N24560 P15762 BLD 43 -1 FP BE Pri !#46 N24561 P15763 MEMBAR Loop_exit !#46 N24562 P15764 MEMBAR Loop_entry !#46 N24563 P15765 BLD 325 -1 FP BE Pri !#46 N24564 P15766 MEMBAR Loop_exit !#46 N24565 P15767 MEMBAR !#47 N24566 P15768 MEMBAR Loop_entry !#47 N24567 P15769 BLD 91 -1 FP BE Pri !#47 N24568 P15769 BLD 92 -1 FP BE Pri !#47 N24569 P15769 BLD 93 -1 FP BE Pri !#47 N24570 P15770 MEMBAR Loop_exit !#47 N24571 P15771 MEMBAR Loop_entry !#47 N24572 P15772 BLD 330 -1 FP BE Pri !#47 N24573 P15773 MEMBAR Loop_exit !#47 N24574 P15774 MEMBAR Loop_entry !#47 N24575 P15775 BLD 245 -1 FP BE Pri !#47 N24576 P15776 MEMBAR Loop_exit !#47 N24577 P15774 MEMBAR Loop_entry !#47 N24578 P15775 BLD 245 -1 FP BE Pri !#47 N24579 P15776 MEMBAR Loop_exit !#47 N24580 P15777 IDC_FLIP 15 Int BE Pri Loop_entry !#47 N24581 P15778 MEMBAR !#47 N24582 P15779 BLD 29 -1 FP BE Pri !#47 N24583 P15780 MEMBAR Loop_exit !#47 N24584 P15777 IDC_FLIP 15 Int BE Pri Loop_entry !#47 N24585 P15778 MEMBAR !#47 N24586 P15779 BLD 29 -1 FP BE Pri !#47 N24587 P15780 MEMBAR Loop_exit !#47 N24588 P15781 MEMBAR Loop_entry !#47 N24589 P15782 BLD 322 -1 FP BE Pri !#47 N24590 P15783 MEMBAR Loop_exit !#47 N24591 P15781 MEMBAR Loop_entry !#47 N24592 P15782 BLD 322 -1 FP BE Pri !#47 N24593 P15783 MEMBAR Loop_exit !#47 N24594 P15784 MEMBAR Loop_entry !#47 N24595 P15785 BLD 305 -1 FP BE Pri !#47 N24596 P15786 MEMBAR Loop_exit !#47 N24597 P15784 MEMBAR Loop_entry !#47 N24598 P15785 BLD 305 -1 FP BE Pri !#47 N24599 P15786 MEMBAR Loop_exit !#47 N24600 P15787 MEMBAR Loop_entry !#47 N24601 P15788 BLD 115 -1 FP BE Pri !#47 N24602 P15789 MEMBAR Loop_exit !#47 N24603 P15790 MEMBAR Loop_entry !#47 N24604 P15791 BLD 169 -1 FP BE Pri !#47 N24605 P15792 MEMBAR Loop_exit !#47 N24606 P15793 MEMBAR Loop_entry !#47 N24607 P15794 BLD 276 -1 FP BE Pri !#47 N24608 P15795 MEMBAR Loop_exit !#47 N24609 P15796 MEMBAR Loop_entry !#47 N24610 P15797 BLD 240 -1 FP BE Pri !#47 N24611 P15798 MEMBAR Loop_exit !#47 N24612 P15799 MEMBAR Loop_entry !#47 N24613 P15800 BLD 94 -1 FP BE Pri !#47 N24614 P15800 BLD 95 -1 FP BE Pri !#47 N24615 P15801 MEMBAR Loop_exit !#47 N24616 P15799 MEMBAR Loop_entry !#47 N24617 P15800 BLD 94 -1 FP BE Pri !#47 N24618 P15800 BLD 95 -1 FP BE Pri !#47 N24619 P15801 MEMBAR Loop_exit !#47 N24620 P15802 MEMBAR Loop_entry !#47 N24621 P15803 BLD 214 -1 FP BE Pri !#47 N24622 P15804 MEMBAR Loop_exit !#47 N24623 P15802 MEMBAR Loop_entry !#47 N24624 P15803 BLD 214 -1 FP BE Pri !#47 N24625 P15804 MEMBAR Loop_exit !#47 N24626 P15805 MEMBAR Loop_entry !#47 N24627 P15806 BLD 159 -1 FP BE Pri !#47 N24628 P15807 MEMBAR Loop_exit !#47 N24629 P15805 MEMBAR Loop_entry !#47 N24630 P15806 BLD 159 -1 FP BE Pri !#47 N24631 P15807 MEMBAR Loop_exit !#47 N24632 P15808 MEMBAR Loop_entry !#47 N24633 P15809 BLD 158 -1 FP BE Pri !#47 N24634 P15810 MEMBAR Loop_exit !#47 N24635 P15811 MEMBAR Loop_entry !#47 N24636 P15812 BLD 179 -1 FP BE Pri !#47 N24637 P15813 MEMBAR Loop_exit !#47 N24638 P15814 MEMBAR Loop_entry !#47 N24639 P15815 BLD 274 -1 FP BE Pri !#47 N24640 P15816 MEMBAR Loop_exit !#47 N24641 P15817 PREFETCH 248 Int BE Pri Loop_entry !#47 N24642 P15818 MEMBAR !#47 N24643 P15819 BLD 166 -1 FP BE Pri !#47 N24644 P15820 MEMBAR Loop_exit !#47 N24645 P15817 PREFETCH 248 Int BE Pri Loop_entry !#47 N24646 P15818 MEMBAR !#47 N24647 P15819 BLD 166 -1 FP BE Pri !#47 N24648 P15820 MEMBAR Loop_exit !#47 N24649 P15821 MEMBAR Loop_entry !#47 N24650 P15822 BLD 351 -1 FP BE Pri !#47 N24651 P15823 MEMBAR Loop_exit !#47 N24652 P15821 MEMBAR Loop_entry !#47 N24653 P15822 BLD 351 -1 FP BE Pri !#47 N24654 P15823 MEMBAR Loop_exit !#47 N24655 P15824 MEMBAR Loop_entry !#47 N24656 P15825 BLD 189 -1 FP BE Pri !#47 N24657 P15826 MEMBAR Loop_exit !#47 N24658 P15827 MEMBAR Loop_entry !#47 N24659 P15828 BLD 135 -1 FP BE Pri !#47 N24660 P15829 MEMBAR Loop_exit !#47 N24661 P15827 MEMBAR Loop_entry !#47 N24662 P15828 BLD 135 -1 FP BE Pri !#47 N24663 P15829 MEMBAR Loop_exit !#47 N24664 P15830 IDC_FLIP 17 Int BE Pri Loop_entry !#47 N24665 P15831 MEMBAR !#47 N24666 P15832 BLD 89 -1 FP BE Pri !#47 N24667 P15832 BLD 90 -1 FP BE Pri !#47 N24668 P15833 MEMBAR Loop_exit !#47 N24669 P15830 IDC_FLIP 17 Int BE Pri Loop_entry !#47 N24670 P15831 MEMBAR !#47 N24671 P15832 BLD 89 -1 FP BE Pri !#47 N24672 P15832 BLD 90 -1 FP BE Pri !#47 N24673 P15833 MEMBAR Loop_exit !#47 N24674 P15834 MEMBAR Loop_entry !#47 N24675 P15835 BLD 6 -1 FP BE Pri !#47 N24676 P15835 BLD 7 -1 FP BE Pri !#47 N24677 P15836 MEMBAR Loop_exit !#47 N24678 P15834 MEMBAR Loop_entry !#47 N24679 P15835 BLD 6 -1 FP BE Pri !#47 N24680 P15835 BLD 7 -1 FP BE Pri !#47 N24681 P15836 MEMBAR Loop_exit !#47 N24682 P15837 MEMBAR Loop_entry !#47 N24683 P15838 BLD 169 -1 FP BE Pri !#47 N24684 P15839 MEMBAR Loop_exit !#47 N24685 P15837 MEMBAR Loop_entry !#47 N24686 P15838 BLD 169 -1 FP BE Pri !#47 N24687 P15839 MEMBAR Loop_exit !#47 N24688 P15840 MEMBAR Loop_entry !#47 N24689 P15841 BLD 241 -1 FP BE Pri !#47 N24690 P15841 BLD 242 -1 FP BE Pri !#47 N24691 P15842 MEMBAR Loop_exit !#47 N24692 P15843 MEMBAR Loop_entry !#47 N24693 P15844 BLD 31 -1 FP BE Pri !#47 N24694 P15845 MEMBAR Loop_exit !#47 N24695 P15843 MEMBAR Loop_entry !#47 N24696 P15844 BLD 31 -1 FP BE Pri !#47 N24697 P15845 MEMBAR Loop_exit !#47 N24698 P15846 MEMBAR Loop_entry !#47 N24699 P15847 BLD 331 -1 FP BE Pri !#47 N24700 P15847 BLD 332 -1 FP BE Pri !#47 N24701 P15848 MEMBAR Loop_exit !#47 N24702 P15846 MEMBAR Loop_entry !#47 N24703 P15847 BLD 331 -1 FP BE Pri !#47 N24704 P15847 BLD 332 -1 FP BE Pri !#47 N24705 P15848 MEMBAR Loop_exit !#47 N24706 P15849 MEMBAR Loop_entry !#47 N24707 P15850 BLD 14 -1 FP BE Pri !#47 N24708 P15851 MEMBAR Loop_exit !#47 N24709 P15852 MEMBAR Loop_entry !#47 N24710 P15853 BLD 347 -1 FP BE Pri !#47 N24711 P15854 MEMBAR Loop_exit !#47 N24712 P15852 MEMBAR Loop_entry !#47 N24713 P15853 BLD 347 -1 FP BE Pri !#47 N24714 P15854 MEMBAR Loop_exit !#47 N24715 P15855 MEMBAR Loop_entry !#47 N24716 P15856 BLD 346 -1 FP BE Pri !#47 N24717 P15857 MEMBAR Loop_exit !#47 N24718 P15858 MEMBAR Loop_entry !#47 N24719 P15859 BLD 109 -1 FP BE Pri !#47 N24720 P15860 MEMBAR Loop_exit !#47 N24721 P15861 MEMBAR Loop_entry !#47 N24722 P15862 BLD 47 -1 FP BE Pri !#47 N24723 P15863 MEMBAR Loop_exit !#47 N24724 P15861 MEMBAR Loop_entry !#47 N24725 P15862 BLD 47 -1 FP BE Pri !#47 N24726 P15863 MEMBAR Loop_exit !#47 N24727 P15864 MEMBAR Loop_entry !#47 N24728 P15865 BLD 314 -1 FP BE Pri !#47 N24729 P15866 MEMBAR Loop_exit !#47 N24730 P15864 MEMBAR Loop_entry !#47 N24731 P15865 BLD 314 -1 FP BE Pri !#47 N24732 P15866 MEMBAR Loop_exit !#47 N24733 P15867 MEMBAR Loop_entry !#47 N24734 P15868 BLD 310 -1 FP BE Pri !#47 N24735 P15869 MEMBAR Loop_exit !#47 N24736 P15870 MEMBAR Loop_entry !#47 N24737 P15871 BLD 166 -1 FP BE Pri !#47 N24738 P15872 MEMBAR Loop_exit !#47 N24739 P15870 MEMBAR Loop_entry !#47 N24740 P15871 BLD 166 -1 FP BE Pri !#47 N24741 P15872 MEMBAR Loop_exit !#47 N24742 P15873 MEMBAR Loop_entry !#47 N24743 P15874 BLD 259 -1 FP BE Pri !#47 N24744 P15875 MEMBAR Loop_exit !#47 N24745 P15873 MEMBAR Loop_entry !#47 N24746 P15874 BLD 259 -1 FP BE Pri !#47 N24747 P15875 MEMBAR Loop_exit !#47 N24748 P15876 MEMBAR Loop_entry !#47 N24749 P15877 BLD 70 -1 FP BE Pri !#47 N24750 P15878 MEMBAR Loop_exit !#47 N24751 P15879 MEMBAR Loop_entry !#47 N24752 P15880 BLD 303 -1 FP BE Pri !#47 N24753 P15881 MEMBAR Loop_exit !#47 N24754 P15879 MEMBAR Loop_entry !#47 N24755 P15880 BLD 303 -1 FP BE Pri !#47 N24756 P15881 MEMBAR Loop_exit !#47 N24757 P15882 MEMBAR Loop_entry !#47 N24758 P15883 BLD 173 -1 FP BE Pri !#47 N24759 P15884 MEMBAR Loop_exit !#47 N24760 P15882 MEMBAR Loop_entry !#47 N24761 P15883 BLD 173 -1 FP BE Pri !#47 N24762 P15884 MEMBAR Loop_exit !#47 N24763 P15885 MEMBAR Loop_entry !#47 N24764 P15886 BLD 245 -1 FP BE Pri !#47 N24765 P15887 MEMBAR Loop_exit !#47 N24766 P15885 MEMBAR Loop_entry !#47 N24767 P15886 BLD 245 -1 FP BE Pri !#47 N24768 P15887 MEMBAR Loop_exit !#47 N24769 P15888 MEMBAR Loop_entry !#47 N24770 P15889 BLD 321 -1 FP BE Pri !#47 N24771 P15890 MEMBAR Loop_exit !#47 N24772 P15888 MEMBAR Loop_entry !#47 N24773 P15889 BLD 321 -1 FP BE Pri !#47 N24774 P15890 MEMBAR Loop_exit !#47 N24775 P15891 MEMBAR Loop_entry !#47 N24776 P15892 BLD 13 -1 FP BE Pri !#47 N24777 P15893 MEMBAR Loop_exit !#47 N24778 P15891 MEMBAR Loop_entry !#47 N24779 P15892 BLD 13 -1 FP BE Pri !#47 N24780 P15893 MEMBAR Loop_exit !#47 N24781 P15894 MEMBAR Loop_entry !#47 N24782 P15895 BLD 275 -1 FP BE Pri !#47 N24783 P15896 MEMBAR Loop_exit !#47 N24784 P15897 ST 214 0x97800001 Int BE Pri Loop_entry Loop_exit !#47 N24785 P15897 ST 214 0x97800002 Int BE Pri Loop_entry Loop_exit !#47 N24786 P15898 MEMBAR Loop_entry !#47 N24787 P15899 BLD 273 -1 FP BE Pri !#47 N24788 P15900 MEMBAR Loop_exit !#47 N24789 P15901 IDC_FLIP 11 Int BE Pri Loop_entry Loop_exit !#47 N24790 P15901 IDC_FLIP 11 Int BE Pri Loop_entry Loop_exit !#47 N24791 P15902 MEMBAR Loop_entry !#47 N24792 P15903 BLD 251 -1 FP BE Pri !#47 N24793 P15904 MEMBAR Loop_exit !#47 N24794 P15902 MEMBAR Loop_entry !#47 N24795 P15903 BLD 251 -1 FP BE Pri !#47 N24796 P15904 MEMBAR Loop_exit !#47 N24797 P15905 MEMBAR Loop_entry !#47 N24798 P15906 BLD 32 -1 FP BE Pri !#47 N24799 P15906 BLD 33 -1 FP BE Pri !#47 N24800 P15907 MEMBAR Loop_exit !#47 N24801 P15905 MEMBAR Loop_entry !#47 N24802 P15906 BLD 32 -1 FP BE Pri !#47 N24803 P15906 BLD 33 -1 FP BE Pri !#47 N24804 P15907 MEMBAR Loop_exit !#47 N24805 P15908 IDC_FLIP 118 Int BE Pri Loop_entry !#47 N24806 P15909 MEMBAR !#47 N24807 P15910 BLD 199 -1 FP BE Pri !#47 N24808 P15911 MEMBAR Loop_exit !#47 N24809 P15912 MEMBAR Loop_entry !#47 N24810 P15913 BLD 153 -1 FP BE Pri !#47 N24811 P15914 MEMBAR Loop_exit !#47 N24812 P15912 MEMBAR Loop_entry !#47 N24813 P15913 BLD 153 -1 FP BE Pri !#47 N24814 P15914 MEMBAR Loop_exit !#47 N24815 P15915 MEMBAR Loop_entry !#47 N24816 P15916 BLD 29 -1 FP BE Pri !#47 N24817 P15917 MEMBAR Loop_exit !#47 N24818 P15918 MEMBAR Loop_entry !#47 N24819 P15919 BLD 233 -1 FP BE Pri !#47 N24820 P15920 MEMBAR Loop_exit !#47 N24821 P15918 MEMBAR Loop_entry !#47 N24822 P15919 BLD 233 -1 FP BE Pri !#47 N24823 P15920 MEMBAR Loop_exit !#47 N24824 P15921 ST 222 0x97800003 Int BE Pri Loop_entry !#47 N24825 P15922 MEMBAR !#47 N24826 P15923 BLD 51 -1 FP BE Pri !#47 N24827 P15924 MEMBAR Loop_exit !#47 N24828 P15921 ST 222 0x97800004 Int BE Pri Loop_entry !#47 N24829 P15922 MEMBAR !#47 N24830 P15923 BLD 51 -1 FP BE Pri !#47 N24831 P15924 MEMBAR Loop_exit !#47 N24832 P15925 MEMBAR Loop_entry !#47 N24833 P15926 BLD 102 -1 FP BE Pri !#47 N24834 P15926 BLD 103 -1 FP BE Pri !#47 N24835 P15926 BLD 104 -1 FP BE Pri !#47 N24836 P15927 MEMBAR Loop_exit !#47 N24837 P15925 MEMBAR Loop_entry !#47 N24838 P15926 BLD 102 -1 FP BE Pri !#47 N24839 P15926 BLD 103 -1 FP BE Pri !#47 N24840 P15926 BLD 104 -1 FP BE Pri !#47 N24841 P15927 MEMBAR Loop_exit !#47 N24842 P15928 MEMBAR Loop_entry !#47 N24843 P15929 BLD 314 -1 FP BE Pri !#47 N24844 P15930 MEMBAR Loop_exit !#47 N24845 P15928 MEMBAR Loop_entry !#47 N24846 P15929 BLD 314 -1 FP BE Pri !#47 N24847 P15930 MEMBAR Loop_exit !#47 N24848 P15931 MEMBAR Loop_entry !#47 N24849 P15932 BLD 214 -1 FP BE Pri !#47 N24850 P15933 MEMBAR Loop_exit !#47 N24851 P15931 MEMBAR Loop_entry !#47 N24852 P15932 BLD 214 -1 FP BE Pri !#47 N24853 P15933 MEMBAR Loop_exit !#47 N24854 P15934 ST 116 0x23800001 FP BE Pri Loop_entry !#47 N24855 P15935 IDC_FLIP 101 Int BE Pri Loop_exit !#47 N24856 P15936 IDC_FLIP 29 Int BE Pri Loop_entry !#47 N24857 P15937 MEMBAR !#47 N24858 P15938 BLD 65 -1 FP BE Pri !#47 N24859 P15939 MEMBAR Loop_exit !#47 N24860 P15940 MEMBAR Loop_entry !#47 N24861 P15941 BLD 129 -1 FP BE Pri !#47 N24862 P15942 MEMBAR Loop_exit !#47 N24863 P15943 MEMBAR Loop_entry !#47 N24864 P15944 BLD 284 -1 FP BE Pri !#47 N24865 P15945 MEMBAR Loop_exit !#47 N24866 P15943 MEMBAR Loop_entry !#47 N24867 P15944 BLD 284 -1 FP BE Pri !#47 N24868 P15945 MEMBAR Loop_exit !#47 N24869 P15946 MEMBAR Loop_entry !#47 N24870 P15947 BLD 237 -1 FP BE Pri !#47 N24871 P15948 MEMBAR Loop_exit !#47 N24872 P15949 MEMBAR Loop_entry !#47 N24873 P15950 BLD 40 -1 FP BE Pri !#47 N24874 P15951 MEMBAR Loop_exit !#47 N24875 P15949 MEMBAR Loop_entry !#47 N24876 P15950 BLD 40 -1 FP BE Pri !#47 N24877 P15951 MEMBAR Loop_exit !#47 N24878 P15952 MEMBAR Loop_entry !#47 N24879 P15953 BLD 227 -1 FP BE Pri !#47 N24880 P15954 MEMBAR Loop_exit !#47 N24881 P15952 MEMBAR Loop_entry !#47 N24882 P15953 BLD 227 -1 FP BE Pri !#47 N24883 P15954 MEMBAR Loop_exit !#47 N24884 P15955 MEMBAR Loop_entry !#47 N24885 P15956 BLD 182 -1 FP BE Pri !#47 N24886 P15957 MEMBAR Loop_exit !#47 N24887 P15958 LD 141 -1 Int BE Pri Loop_entry !#47 N24888 P15959 LD 227 -1 Int BE Pri Loop_exit !#47 N24889 P15958 LD 141 -1 Int BE Pri Loop_entry !#47 N24890 P15959 LD 227 -1 Int BE Pri Loop_exit !#47 N24891 P15960 MEMBAR Loop_entry !#47 N24892 P15961 BLD 232 -1 FP BE Pri !#47 N24893 P15962 MEMBAR Loop_exit !#47 N24894 P15960 MEMBAR Loop_entry !#47 N24895 P15961 BLD 232 -1 FP BE Pri !#47 N24896 P15962 MEMBAR Loop_exit !#47 N24897 P15963 MEMBAR Loop_entry !#47 N24898 P15964 BLD 218 -1 FP BE Pri !#47 N24899 P15965 MEMBAR Loop_exit !#47 N24900 P15963 MEMBAR Loop_entry !#47 N24901 P15964 BLD 218 -1 FP BE Pri !#47 N24902 P15965 MEMBAR Loop_exit !#47 N24903 P15966 MEMBAR Loop_entry !#47 N24904 P15967 BLD 301 -1 FP BE Pri !#47 N24905 P15968 MEMBAR Loop_exit !#47 N24906 P15969 MEMBAR Loop_entry !#47 N24907 P15970 BLD 240 -1 FP BE Pri !#47 N24908 P15971 MEMBAR Loop_exit !#47 N24909 P15972 MEMBAR Loop_entry !#47 N24910 P15973 BLD 53 -1 FP BE Pri !#47 N24911 P15974 MEMBAR Loop_exit !#47 N24912 P15972 MEMBAR Loop_entry !#47 N24913 P15973 BLD 53 -1 FP BE Pri !#47 N24914 P15974 MEMBAR Loop_exit !#47 N24915 P15975 PREFETCH 75 Int BE Pri Loop_entry Loop_exit !#47 N24916 P15976 MEMBAR Loop_entry !#47 N24917 P15977 BLD 32 -1 FP BE Pri !#47 N24918 P15977 BLD 33 -1 FP BE Pri !#47 N24919 P15978 MEMBAR Loop_exit !#47 N24920 P15976 MEMBAR Loop_entry !#47 N24921 P15977 BLD 32 -1 FP BE Pri !#47 N24922 P15977 BLD 33 -1 FP BE Pri !#47 N24923 P15978 MEMBAR Loop_exit !#47 N24924 P15979 MEMBAR Loop_entry !#47 N24925 P15980 BLD 167 -1 FP BE Pri !#47 N24926 P15981 MEMBAR Loop_exit !#47 N24927 P15979 MEMBAR Loop_entry !#47 N24928 P15980 BLD 167 -1 FP BE Pri !#47 N24929 P15981 MEMBAR Loop_exit !#47 N24930 P15982 MEMBAR Loop_entry !#47 N24931 P15983 BLD 173 -1 FP BE Pri !#47 N24932 P15984 MEMBAR Loop_exit !#47 N24933 P15985 FLUSHI 163 Int BE Pri Loop_entry Loop_exit !#47 N24934 P15986 PREFETCH 207 NF Int BE Pri Loop_entry Loop_exit !#47 N24935 P15986 PREFETCH 207 NF Int BE Pri Loop_entry Loop_exit !#47 N24936 P15987 MEMBAR Loop_entry !#47 N24937 P15988 BLD 65 -1 FP BE Pri !#47 N24938 P15989 MEMBAR Loop_exit !#47 N24939 P15990 MEMBAR Loop_entry !#47 N24940 P15991 BLD 266 -1 FP BE Pri !#47 N24941 P15992 MEMBAR Loop_exit !#47 N24942 P15993 MEMBAR Loop_entry !#47 N24943 P15994 BLD 54 -1 FP BE Pri !#47 N24944 P15995 MEMBAR Loop_exit !#47 N24945 P15996 MEMBAR Loop_entry !#47 N24946 P15997 BLD 218 -1 FP BE Pri !#47 N24947 P15998 MEMBAR Loop_exit !#47 N24948 P15999 MEMBAR Loop_entry !#47 N24949 P16000 BLD 14 -1 FP BE Pri !#47 N24950 P16001 MEMBAR Loop_exit !#47 N24951 P16002 MEMBAR Loop_entry !#47 N24952 P16003 BLD 118 -1 FP BE Pri !#47 N24953 P16004 MEMBAR Loop_exit !#47 N24954 P16002 MEMBAR Loop_entry !#47 N24955 P16003 BLD 118 -1 FP BE Pri !#47 N24956 P16004 MEMBAR Loop_exit !#47 N24957 P16005 MEMBAR Loop_entry !#47 N24958 P16006 BLD 176 -1 FP BE Pri !#47 N24959 P16007 MEMBAR Loop_exit !#47 N24960 P16008 MEMBAR Loop_entry !#47 N24961 P16009 BLD 246 -1 FP BE Pri !#47 N24962 P16010 MEMBAR Loop_exit !#47 N24963 P16008 MEMBAR Loop_entry !#47 N24964 P16009 BLD 246 -1 FP BE Pri !#47 N24965 P16010 MEMBAR Loop_exit !#47 N24966 P16011 MEMBAR Loop_entry !#47 N24967 P16012 BLD 171 -1 FP BE Pri !#47 N24968 P16013 MEMBAR Loop_exit !#47 N24969 P16011 MEMBAR Loop_entry !#47 N24970 P16012 BLD 171 -1 FP BE Pri !#47 N24971 P16013 MEMBAR Loop_exit !#47 N24972 P16014 MEMBAR Loop_entry !#47 N24973 P16015 BLD 27 -1 FP BE Pri !#47 N24974 P16016 MEMBAR Loop_exit !#47 N24975 P16017 MEMBAR Loop_entry !#47 N24976 P16018 BLD 341 -1 FP BE Pri !#47 N24977 P16019 MEMBAR Loop_exit !#47 N24978 P16020 LD 132 -1 Int BE Pri Loop_entry !#47 N24979 P16021 MEMBAR !#47 N24980 P16022 BLD 202 -1 FP BE Pri !#47 N24981 P16023 MEMBAR !#47 N24982 P16024 LD 300 -1 Int BE Pri Loop_exit !#47 N24983 P16025 MEMBAR Loop_entry !#47 N24984 P16026 BLD 141 -1 FP BE Pri !#47 N24985 P16027 MEMBAR Loop_exit !#47 N24986 P16025 MEMBAR Loop_entry !#47 N24987 P16026 BLD 141 -1 FP BE Pri !#47 N24988 P16027 MEMBAR Loop_exit !#47 N24989 P16028 MEMBAR Loop_entry !#47 N24990 P16029 BLD 331 -1 FP BE Pri !#47 N24991 P16029 BLD 332 -1 FP BE Pri !#47 N24992 P16030 MEMBAR Loop_exit !#47 N24993 P16031 MEMBAR Loop_entry !#47 N24994 P16032 BLD 234 -1 FP BE Pri !#47 N24995 P16033 MEMBAR Loop_exit !#47 N24996 P16034 MEMBAR Loop_entry !#47 N24997 P16035 BLD 74 -1 FP BE Pri !#47 N24998 P16036 MEMBAR Loop_exit !#47 N24999 P16034 MEMBAR Loop_entry !#47 N25000 P16035 BLD 74 -1 FP BE Pri !#47 N25001 P16036 MEMBAR Loop_exit !#47 N25002 P16037 MEMBAR Loop_entry !#47 N25003 P16038 BLD 56 -1 FP BE Pri !#47 N25004 P16039 MEMBAR Loop_exit !#47 N25005 P16037 MEMBAR Loop_entry !#47 N25006 P16038 BLD 56 -1 FP BE Pri !#47 N25007 P16039 MEMBAR Loop_exit !#47 N25008 P16040 ST 23 0x97800005 Int BE Pri Loop_entry Loop_exit !#47 N25009 P16041 ST 177 0x97800006 Int BE Pri Loop_entry Loop_exit !#47 N25010 P16042 IDC_FLIP 114 Int BE Pri Loop_entry !#47 N25011 P16043 IDC_FLIP 79 Int BE Pri Loop_exit !#47 N25012 P16042 IDC_FLIP 114 Int BE Pri Loop_entry !#47 N25013 P16043 IDC_FLIP 79 Int BE Pri Loop_exit !#47 N25014 P16044 MEMBAR Loop_entry !#47 N25015 P16045 BLD 148 -1 FP BE Pri !#47 N25016 P16046 MEMBAR Loop_exit !#47 N25017 P16047 MEMBAR Loop_entry !#47 N25018 P16048 BLD 214 -1 FP BE Pri !#47 N25019 P16049 MEMBAR Loop_exit !#47 N25020 P16047 MEMBAR Loop_entry !#47 N25021 P16048 BLD 214 -1 FP BE Pri !#47 N25022 P16049 MEMBAR Loop_exit !#47 N25023 P16050 MEMBAR Loop_entry !#47 N25024 P16051 BLD 144 -1 FP BE Pri !#47 N25025 P16052 MEMBAR Loop_exit !#47 N25026 P16050 MEMBAR Loop_entry !#47 N25027 P16051 BLD 144 -1 FP BE Pri !#47 N25028 P16052 MEMBAR Loop_exit !#47 N25029 P16053 MEMBAR Loop_entry !#47 N25030 P16054 BLD 128 -1 FP BE Pri !#47 N25031 P16055 MEMBAR Loop_exit !#47 N25032 P16053 MEMBAR Loop_entry !#47 N25033 P16054 BLD 128 -1 FP BE Pri !#47 N25034 P16055 MEMBAR Loop_exit !#47 N25035 P16056 MEMBAR Loop_entry !#47 N25036 P16057 BLD 41 -1 FP BE Pri !#47 N25037 P16058 MEMBAR Loop_exit !#47 N25038 P16059 MEMBAR Loop_entry !#47 N25039 P16060 BLD 279 -1 FP BE Pri !#47 N25040 P16061 MEMBAR Loop_exit !#47 N25041 P16059 MEMBAR Loop_entry !#47 N25042 P16060 BLD 279 -1 FP BE Pri !#47 N25043 P16061 MEMBAR Loop_exit !#47 N25044 P16062 MEMBAR Loop_entry !#47 N25045 P16063 BLD 289 -1 FP BE Pri !#47 N25046 P16064 MEMBAR Loop_exit !#47 N25047 P16062 MEMBAR Loop_entry !#47 N25048 P16063 BLD 289 -1 FP BE Pri !#47 N25049 P16064 MEMBAR Loop_exit !#47 N25050 P16065 MEMBAR Loop_entry !#47 N25051 P16066 BLD 34 -1 FP BE Pri !#47 N25052 P16067 MEMBAR Loop_exit !#47 N25053 P16065 MEMBAR Loop_entry !#47 N25054 P16066 BLD 34 -1 FP BE Pri !#47 N25055 P16067 MEMBAR Loop_exit !#47 N25056 P16068 MEMBAR Loop_entry !#47 N25057 P16069 BLD 266 -1 FP BE Pri !#47 N25058 P16070 MEMBAR Loop_exit !#47 N25059 P16071 MEMBAR Loop_entry !#47 N25060 P16072 BLD 223 -1 FP BE Pri !#47 N25061 P16073 MEMBAR Loop_exit !#47 N25062 P16074 MEMBAR Loop_entry !#47 N25063 P16075 BLD 231 -1 FP BE Pri !#47 N25064 P16076 MEMBAR Loop_exit !#47 N25065 P16074 MEMBAR Loop_entry !#47 N25066 P16075 BLD 231 -1 FP BE Pri !#47 N25067 P16076 MEMBAR Loop_exit !#47 N25068 P16077 MEMBAR Loop_entry !#47 N25069 P16078 BLD 76 -1 FP BE Pri !#47 N25070 P16079 MEMBAR Loop_exit !#47 N25071 P16077 MEMBAR Loop_entry !#47 N25072 P16078 BLD 76 -1 FP BE Pri !#47 N25073 P16079 MEMBAR Loop_exit !#47 N25074 P16080 IDC_FLIP 358 Int BE Pri Loop_entry !#47 N25075 P16081 MEMBAR !#47 N25076 P16082 BLD 293 -1 FP BE Pri !#47 N25077 P16083 MEMBAR Loop_exit !#47 N25078 P16080 IDC_FLIP 358 Int BE Pri Loop_entry !#47 N25079 P16081 MEMBAR !#47 N25080 P16082 BLD 293 -1 FP BE Pri !#47 N25081 P16083 MEMBAR Loop_exit !#47 N25082 P16084 MEMBAR Loop_entry !#47 N25083 P16085 BLD 241 -1 FP BE Pri !#47 N25084 P16085 BLD 242 -1 FP BE Pri !#47 N25085 P16086 MEMBAR Loop_exit !#47 N25086 P16087 MEMBAR Loop_entry !#47 N25087 P16088 BLD 187 -1 FP BE Pri !#47 N25088 P16089 MEMBAR Loop_exit !#47 N25089 P16090 MEMBAR !#48 N25090 P16091 MEMBAR Loop_entry !#48 N25091 P16092 BLD 212 -1 FP BE Pri !#48 N25092 P16093 MEMBAR Loop_exit !#48 N25093 P16091 MEMBAR Loop_entry !#48 N25094 P16092 BLD 212 -1 FP BE Pri !#48 N25095 P16093 MEMBAR Loop_exit !#48 N25096 P16094 MEMBAR Loop_entry !#48 N25097 P16095 BLD 183 -1 FP BE Pri !#48 N25098 P16096 MEMBAR Loop_exit !#48 N25099 P16094 MEMBAR Loop_entry !#48 N25100 P16095 BLD 183 -1 FP BE Pri !#48 N25101 P16096 MEMBAR Loop_exit !#48 N25102 P16097 FLUSHI 211 Int BE Pri Loop_entry Loop_exit !#48 N25103 P16098 MEMBAR Loop_entry !#48 N25104 P16099 BLD 119 -1 FP BE Pri !#48 N25105 P16100 MEMBAR Loop_exit !#48 N25106 P16101 MEMBAR Loop_entry !#48 N25107 P16102 BLD 30 -1 FP BE Pri !#48 N25108 P16103 MEMBAR Loop_exit !#48 N25109 P16101 MEMBAR Loop_entry !#48 N25110 P16102 BLD 30 -1 FP BE Pri !#48 N25111 P16103 MEMBAR Loop_exit !#48 N25112 P16104 MEMBAR Loop_entry !#48 N25113 P16105 BLD 228 -1 FP BE Pri !#48 N25114 P16106 MEMBAR Loop_exit !#48 N25115 P16104 MEMBAR Loop_entry !#48 N25116 P16105 BLD 228 -1 FP BE Pri !#48 N25117 P16106 MEMBAR Loop_exit !#48 N25118 P16107 MEMBAR Loop_entry !#48 N25119 P16108 BLD 100 -1 FP BE Pri !#48 N25120 P16109 MEMBAR Loop_exit !#48 N25121 P16110 MEMBAR Loop_entry !#48 N25122 P16111 BLD 261 -1 FP BE Pri !#48 N25123 P16112 MEMBAR Loop_exit !#48 N25124 P16110 MEMBAR Loop_entry !#48 N25125 P16111 BLD 261 -1 FP BE Pri !#48 N25126 P16112 MEMBAR Loop_exit !#48 N25127 P16113 MEMBAR Loop_entry !#48 N25128 P16114 BLD 200 -1 FP BE Pri !#48 N25129 P16115 MEMBAR Loop_exit !#48 N25130 P16113 MEMBAR Loop_entry !#48 N25131 P16114 BLD 200 -1 FP BE Pri !#48 N25132 P16115 MEMBAR Loop_exit !#48 N25133 P16116 MEMBAR Loop_entry !#48 N25134 P16117 BLD 165 -1 FP BE Pri !#48 N25135 P16118 MEMBAR Loop_exit !#48 N25136 P16119 MEMBAR Loop_entry !#48 N25137 P16120 BLD 94 -1 FP BE Pri !#48 N25138 P16120 BLD 95 -1 FP BE Pri !#48 N25139 P16121 MEMBAR Loop_exit !#48 N25140 P16122 MEMBAR Loop_entry !#48 N25141 P16123 BLD 266 -1 FP BE Pri !#48 N25142 P16124 MEMBAR Loop_exit !#48 N25143 P16125 MEMBAR Loop_entry !#48 N25144 P16126 BLD 135 -1 FP BE Pri !#48 N25145 P16127 MEMBAR Loop_exit !#48 N25146 P16128 MEMBAR Loop_entry !#48 N25147 P16129 BLD 136 -1 FP BE Pri !#48 N25148 P16130 MEMBAR Loop_exit !#48 N25149 P16131 MEMBAR Loop_entry !#48 N25150 P16132 BLD 181 -1 FP BE Pri !#48 N25151 P16133 MEMBAR Loop_exit !#48 N25152 P16134 MEMBAR Loop_entry !#48 N25153 P16135 BLD 349 -1 FP BE Pri !#48 N25154 P16136 MEMBAR Loop_exit !#48 N25155 P16134 MEMBAR Loop_entry !#48 N25156 P16135 BLD 349 -1 FP BE Pri !#48 N25157 P16136 MEMBAR Loop_exit !#48 N25158 P16137 MEMBAR Loop_entry !#48 N25159 P16138 BLD 343 -1 FP BE Pri !#48 N25160 P16138 BLD 344 -1 FP BE Pri !#48 N25161 P16139 MEMBAR Loop_exit !#48 N25162 P16137 MEMBAR Loop_entry !#48 N25163 P16138 BLD 343 -1 FP BE Pri !#48 N25164 P16138 BLD 344 -1 FP BE Pri !#48 N25165 P16139 MEMBAR Loop_exit !#48 N25166 P16140 MEMBAR Loop_entry !#48 N25167 P16141 BLD 262 -1 FP BE Pri !#48 N25168 P16142 MEMBAR Loop_exit !#48 N25169 P16143 MEMBAR Loop_entry !#48 N25170 P16144 BLD 217 -1 FP BE Pri !#48 N25171 P16145 MEMBAR Loop_exit !#48 N25172 P16146 MEMBAR Loop_entry !#48 N25173 P16147 BLD 164 -1 FP BE Pri !#48 N25174 P16148 MEMBAR Loop_exit !#48 N25175 P16146 MEMBAR Loop_entry !#48 N25176 P16147 BLD 164 -1 FP BE Pri !#48 N25177 P16148 MEMBAR Loop_exit !#48 N25178 P16149 MEMBAR Loop_entry !#48 N25179 P16150 BLD 108 -1 FP BE Pri !#48 N25180 P16151 MEMBAR Loop_exit !#48 N25181 P16149 MEMBAR Loop_entry !#48 N25182 P16150 BLD 108 -1 FP BE Pri !#48 N25183 P16151 MEMBAR Loop_exit !#48 N25184 P16152 IDC_FLIP 245 Int BE Pri Loop_entry !#48 N25185 P16153 MEMBAR !#48 N25186 P16154 BLD 37 -1 FP BE Pri !#48 N25187 P16155 MEMBAR Loop_exit !#48 N25188 P16156 MEMBAR Loop_entry !#48 N25189 P16157 BLD 340 -1 FP BE Pri !#48 N25190 P16158 MEMBAR Loop_exit !#48 N25191 P16159 MEMBAR Loop_entry !#48 N25192 P16160 BLD 215 -1 FP BE Pri !#48 N25193 P16160 BLD 216 -1 FP BE Pri !#48 N25194 P16161 MEMBAR Loop_exit !#48 N25195 P16159 MEMBAR Loop_entry !#48 N25196 P16160 BLD 215 -1 FP BE Pri !#48 N25197 P16160 BLD 216 -1 FP BE Pri !#48 N25198 P16161 MEMBAR Loop_exit !#48 N25199 P16162 MEMBAR Loop_entry !#48 N25200 P16163 BLD 188 -1 FP BE Pri !#48 N25201 P16164 MEMBAR Loop_exit !#48 N25202 P16162 MEMBAR Loop_entry !#48 N25203 P16163 BLD 188 -1 FP BE Pri !#48 N25204 P16164 MEMBAR Loop_exit !#48 N25205 P16165 MEMBAR Loop_entry !#48 N25206 P16166 BLD 311 -1 FP BE Pri !#48 N25207 P16167 MEMBAR Loop_exit !#48 N25208 P16165 MEMBAR Loop_entry !#48 N25209 P16166 BLD 311 -1 FP BE Pri !#48 N25210 P16167 MEMBAR Loop_exit !#48 N25211 P16168 MEMBAR Loop_entry !#48 N25212 P16169 BLD 77 -1 FP BE Pri !#48 N25213 P16170 MEMBAR Loop_exit !#48 N25214 P16171 IDC_FLIP 347 Int BE Pri Loop_entry !#48 N25215 P16172 MEMBAR !#48 N25216 P16173 BLD 303 -1 FP BE Pri !#48 N25217 P16174 MEMBAR Loop_exit !#48 N25218 P16175 MEMBAR Loop_entry !#48 N25219 P16176 BLD 87 -1 FP BE Pri !#48 N25220 P16177 MEMBAR Loop_exit !#48 N25221 P16175 MEMBAR Loop_entry !#48 N25222 P16176 BLD 87 -1 FP BE Pri !#48 N25223 P16177 MEMBAR Loop_exit !#48 N25224 P16178 MEMBAR Loop_entry !#48 N25225 P16179 BLD 48 -1 FP BE Pri !#48 N25226 P16180 MEMBAR Loop_exit !#48 N25227 P16181 MEMBAR Loop_entry !#48 N25228 P16182 BLD 24 -1 FP BE Pri !#48 N25229 P16183 MEMBAR Loop_exit !#48 N25230 P16184 MEMBAR Loop_entry !#48 N25231 P16185 BLD 257 -1 FP BE Pri !#48 N25232 P16186 MEMBAR Loop_exit !#48 N25233 P16184 MEMBAR Loop_entry !#48 N25234 P16185 BLD 257 -1 FP BE Pri !#48 N25235 P16186 MEMBAR Loop_exit !#48 N25236 P16187 MEMBAR Loop_entry !#48 N25237 P16188 BLD 97 -1 FP BE Pri !#48 N25238 P16189 MEMBAR Loop_exit !#48 N25239 P16190 MEMBAR Loop_entry !#48 N25240 P16191 BLD 127 -1 FP BE Pri !#48 N25241 P16192 MEMBAR Loop_exit !#48 N25242 P16190 MEMBAR Loop_entry !#48 N25243 P16191 BLD 127 -1 FP BE Pri !#48 N25244 P16192 MEMBAR Loop_exit !#48 N25245 P16193 MEMBAR Loop_entry Loop_exit !#48 N25246 P16193 MEMBAR Loop_entry Loop_exit !#48 N25247 P16194 MEMBAR Loop_entry !#48 N25248 P16195 BLD 31 -1 FP BE Pri !#48 N25249 P16196 MEMBAR Loop_exit !#48 N25250 P16197 MEMBAR Loop_entry !#48 N25251 P16198 BLD 265 -1 FP BE Pri !#48 N25252 P16199 MEMBAR Loop_exit !#48 N25253 P16200 MEMBAR Loop_entry !#48 N25254 P16201 BLD 213 -1 FP BE Pri !#48 N25255 P16202 MEMBAR Loop_exit !#48 N25256 P16200 MEMBAR Loop_entry !#48 N25257 P16201 BLD 213 -1 FP BE Pri !#48 N25258 P16202 MEMBAR Loop_exit !#48 N25259 P16203 MEMBAR Loop_entry !#48 N25260 P16204 BLD 189 -1 FP BE Pri !#48 N25261 P16205 MEMBAR Loop_exit !#48 N25262 P16206 IDC_FLIP 266 Int BE Pri Loop_entry Loop_exit !#48 N25263 P16206 IDC_FLIP 266 Int BE Pri Loop_entry Loop_exit !#48 N25264 P16207 MEMBAR Loop_entry !#48 N25265 P16208 BLD 170 -1 FP BE Pri !#48 N25266 P16209 MEMBAR Loop_exit !#48 N25267 P16207 MEMBAR Loop_entry !#48 N25268 P16208 BLD 170 -1 FP BE Pri !#48 N25269 P16209 MEMBAR Loop_exit !#48 N25270 P16210 MEMBAR Loop_entry !#48 N25271 P16211 BLD 18 -1 FP BE Pri !#48 N25272 P16212 MEMBAR Loop_exit !#48 N25273 P16210 MEMBAR Loop_entry !#48 N25274 P16211 BLD 18 -1 FP BE Pri !#48 N25275 P16212 MEMBAR Loop_exit !#48 N25276 P16213 MEMBAR Loop_entry !#48 N25277 P16214 BLD 28 -1 FP BE Pri !#48 N25278 P16215 MEMBAR Loop_exit !#48 N25279 P16213 MEMBAR Loop_entry !#48 N25280 P16214 BLD 28 -1 FP BE Pri !#48 N25281 P16215 MEMBAR Loop_exit !#48 N25282 P16216 MEMBAR Loop_entry !#48 N25283 P16217 BLD 316 -1 FP BE Pri !#48 N25284 P16218 MEMBAR Loop_exit !#48 N25285 P16216 MEMBAR Loop_entry !#48 N25286 P16217 BLD 316 -1 FP BE Pri !#48 N25287 P16218 MEMBAR Loop_exit !#48 N25288 P16219 FLUSHI 202 Int BE Pri Loop_entry Loop_exit !#48 N25289 P16220 MEMBAR Loop_entry !#48 N25290 P16221 BLD 278 -1 FP BE Pri !#48 N25291 P16222 MEMBAR Loop_exit !#48 N25292 P16223 MEMBAR Loop_entry !#48 N25293 P16224 BLD 43 -1 FP BE Pri !#48 N25294 P16225 MEMBAR Loop_exit !#48 N25295 P16226 MEMBAR Loop_entry !#48 N25296 P16227 BLD 265 -1 FP BE Pri !#48 N25297 P16228 MEMBAR Loop_exit !#48 N25298 P16229 MEMBAR Loop_entry !#48 N25299 P16230 BLD 330 -1 FP BE Pri !#48 N25300 P16231 MEMBAR Loop_exit !#48 N25301 P16232 MEMBAR Loop_entry !#48 N25302 P16233 BLD 34 -1 FP BE Pri !#48 N25303 P16234 MEMBAR Loop_exit !#48 N25304 P16235 IDC_FLIP 63 Int BE Pri Loop_entry Loop_exit !#48 N25305 P16236 MEMBAR Loop_entry !#48 N25306 P16237 BLD 86 -1 FP BE Pri !#48 N25307 P16238 MEMBAR Loop_exit !#48 N25308 P16236 MEMBAR Loop_entry !#48 N25309 P16237 BLD 86 -1 FP BE Pri !#48 N25310 P16238 MEMBAR Loop_exit !#48 N25311 P16239 IDC_FLIP 1 Int BE Pri Loop_entry !#48 N25312 P16240 ST 341 0x98000001 Int BE Pri Loop_exit !#48 N25313 P16241 MEMBAR Loop_entry !#48 N25314 P16242 BLD 133 -1 FP BE Pri !#48 N25315 P16243 MEMBAR Loop_exit !#48 N25316 P16241 MEMBAR Loop_entry !#48 N25317 P16242 BLD 133 -1 FP BE Pri !#48 N25318 P16243 MEMBAR Loop_exit !#48 N25319 P16244 IDC_FLIP 182 Int BE Pri Loop_entry !#48 N25320 P16245 PREFETCH 151 Int BE Pri Loop_exit !#48 N25321 P16244 IDC_FLIP 182 Int BE Pri Loop_entry !#48 N25322 P16245 PREFETCH 151 Int BE Pri Loop_exit !#48 N25323 P16246 MEMBAR Loop_entry !#48 N25324 P16247 BLD 32 -1 FP BE Pri !#48 N25325 P16247 BLD 33 -1 FP BE Pri !#48 N25326 P16248 MEMBAR Loop_exit !#48 N25327 P16249 MEMBAR Loop_entry !#48 N25328 P16250 BLD 82 -1 FP BE Pri !#48 N25329 P16251 MEMBAR Loop_exit !#48 N25330 P16252 IDC_FLIP 229 Int BE Pri Loop_entry !#48 N25331 P16253 MEMBAR !#48 N25332 P16254 BLD 285 -1 FP BE Pri !#48 N25333 P16255 MEMBAR Loop_exit !#48 N25334 P16256 MEMBAR Loop_entry !#48 N25335 P16257 BLD 79 -1 FP BE Pri !#48 N25336 P16258 MEMBAR Loop_exit !#48 N25337 P16256 MEMBAR Loop_entry !#48 N25338 P16257 BLD 79 -1 FP BE Pri !#48 N25339 P16258 MEMBAR Loop_exit !#48 N25340 P16259 MEMBAR Loop_entry !#48 N25341 P16260 BLD 85 -1 FP BE Pri !#48 N25342 P16261 MEMBAR Loop_exit !#48 N25343 P16259 MEMBAR Loop_entry !#48 N25344 P16260 BLD 85 -1 FP BE Pri !#48 N25345 P16261 MEMBAR Loop_exit !#48 N25346 P16262 MEMBAR Loop_entry !#48 N25347 P16263 BLD 269 -1 FP BE Pri !#48 N25348 P16264 MEMBAR Loop_exit !#48 N25349 P16262 MEMBAR Loop_entry !#48 N25350 P16263 BLD 269 -1 FP BE Pri !#48 N25351 P16264 MEMBAR Loop_exit !#48 N25352 P16265 MEMBAR Loop_entry !#48 N25353 P16266 BLD 128 -1 FP BE Pri !#48 N25354 P16267 MEMBAR Loop_exit !#48 N25355 P16268 MEMBAR Loop_entry !#48 N25356 P16269 BLD 213 -1 FP BE Pri !#48 N25357 P16270 MEMBAR Loop_exit !#48 N25358 P16271 MEMBAR Loop_entry !#48 N25359 P16272 BLD 74 -1 FP BE Pri !#48 N25360 P16273 MEMBAR Loop_exit !#48 N25361 P16271 MEMBAR Loop_entry !#48 N25362 P16272 BLD 74 -1 FP BE Pri !#48 N25363 P16273 MEMBAR Loop_exit !#48 N25364 P16274 MEMBAR Loop_entry !#48 N25365 P16275 BLD 325 -1 FP BE Pri !#48 N25366 P16276 MEMBAR Loop_exit !#48 N25367 P16274 MEMBAR Loop_entry !#48 N25368 P16275 BLD 325 -1 FP BE Pri !#48 N25369 P16276 MEMBAR Loop_exit !#48 N25370 P16277 MEMBAR Loop_entry !#48 N25371 P16278 BLD 275 -1 FP BE Pri !#48 N25372 P16279 MEMBAR Loop_exit !#48 N25373 P16280 MEMBAR Loop_entry !#48 N25374 P16281 BLD 348 -1 FP BE Pri !#48 N25375 P16282 MEMBAR Loop_exit !#48 N25376 P16280 MEMBAR Loop_entry !#48 N25377 P16281 BLD 348 -1 FP BE Pri !#48 N25378 P16282 MEMBAR Loop_exit !#48 N25379 P16283 MEMBAR Loop_entry !#48 N25380 P16284 BLD 237 -1 FP BE Pri !#48 N25381 P16285 MEMBAR Loop_exit !#48 N25382 P16283 MEMBAR Loop_entry !#48 N25383 P16284 BLD 237 -1 FP BE Pri !#48 N25384 P16285 MEMBAR Loop_exit !#48 N25385 P16286 MEMBAR Loop_entry !#48 N25386 P16287 BLD 234 -1 FP BE Pri !#48 N25387 P16288 MEMBAR Loop_exit !#48 N25388 P16286 MEMBAR Loop_entry !#48 N25389 P16287 BLD 234 -1 FP BE Pri !#48 N25390 P16288 MEMBAR Loop_exit !#48 N25391 P16289 MEMBAR Loop_entry !#48 N25392 P16290 BLD 111 -1 FP BE Pri !#48 N25393 P16290 BLD 112 -1 FP BE Pri !#48 N25394 P16290 BLD 113 -1 FP BE Pri !#48 N25395 P16291 MEMBAR Loop_exit !#48 N25396 P16289 MEMBAR Loop_entry !#48 N25397 P16290 BLD 111 -1 FP BE Pri !#48 N25398 P16290 BLD 112 -1 FP BE Pri !#48 N25399 P16290 BLD 113 -1 FP BE Pri !#48 N25400 P16291 MEMBAR Loop_exit !#48 N25401 P16292 MEMBAR Loop_entry !#48 N25402 P16293 BLD 300 -1 FP BE Pri !#48 N25403 P16294 MEMBAR Loop_exit !#48 N25404 P16292 MEMBAR Loop_entry !#48 N25405 P16293 BLD 300 -1 FP BE Pri !#48 N25406 P16294 MEMBAR Loop_exit !#48 N25407 P16295 MEMBAR Loop_entry !#48 N25408 P16296 BLD 158 -1 FP BE Pri !#48 N25409 P16297 MEMBAR Loop_exit !#48 N25410 P16298 MEMBAR Loop_entry !#48 N25411 P16299 BLD 85 -1 FP BE Pri !#48 N25412 P16300 MEMBAR Loop_exit !#48 N25413 P16298 MEMBAR Loop_entry !#48 N25414 P16299 BLD 85 -1 FP BE Pri !#48 N25415 P16300 MEMBAR Loop_exit !#48 N25416 P16301 MEMBAR Loop_entry !#48 N25417 P16302 BLD 114 -1 FP BE Pri !#48 N25418 P16303 MEMBAR Loop_exit !#48 N25419 P16301 MEMBAR Loop_entry !#48 N25420 P16302 BLD 114 -1 FP BE Pri !#48 N25421 P16303 MEMBAR Loop_exit !#48 N25422 P16304 MEMBAR Loop_entry !#48 N25423 P16305 BLD 289 -1 FP BE Pri !#48 N25424 P16306 MEMBAR Loop_exit !#48 N25425 P16307 MEMBAR Loop_entry !#48 N25426 P16308 BLD 132 -1 FP BE Pri !#48 N25427 P16309 MEMBAR Loop_exit !#48 N25428 P16307 MEMBAR Loop_entry !#48 N25429 P16308 BLD 132 -1 FP BE Pri !#48 N25430 P16309 MEMBAR Loop_exit !#48 N25431 P16310 PREFETCH 266 Int BE Pri Loop_entry Loop_exit !#48 N25432 P16310 PREFETCH 266 Int BE Pri Loop_entry Loop_exit !#48 N25433 P16311 MEMBAR Loop_entry !#48 N25434 P16312 BLD 225 -1 FP BE Pri !#48 N25435 P16313 MEMBAR Loop_exit !#48 N25436 P16311 MEMBAR Loop_entry !#48 N25437 P16312 BLD 225 -1 FP BE Pri !#48 N25438 P16313 MEMBAR Loop_exit !#48 N25439 P16314 MEMBAR Loop_entry !#48 N25440 P16315 BLD 264 -1 FP BE Pri !#48 N25441 P16316 MEMBAR Loop_exit !#48 N25442 P16317 MEMBAR Loop_entry !#48 N25443 P16318 BLD 85 -1 FP BE Pri !#48 N25444 P16319 MEMBAR Loop_exit !#48 N25445 P16317 MEMBAR Loop_entry !#48 N25446 P16318 BLD 85 -1 FP BE Pri !#48 N25447 P16319 MEMBAR Loop_exit !#48 N25448 P16320 MEMBAR Loop_entry !#48 N25449 P16321 BLD 89 -1 FP BE Pri !#48 N25450 P16321 BLD 90 -1 FP BE Pri !#48 N25451 P16322 MEMBAR Loop_exit !#48 N25452 P16323 MEMBAR Loop_entry !#48 N25453 P16324 BLD 27 -1 FP BE Pri !#48 N25454 P16325 MEMBAR Loop_exit !#48 N25455 P16323 MEMBAR Loop_entry !#48 N25456 P16324 BLD 27 -1 FP BE Pri !#48 N25457 P16325 MEMBAR Loop_exit !#48 N25458 P16326 MEMBAR Loop_entry !#48 N25459 P16327 BLD 200 -1 FP BE Pri !#48 N25460 P16328 MEMBAR Loop_exit !#48 N25461 P16329 MEMBAR Loop_entry !#48 N25462 P16330 BLD 261 -1 FP BE Pri !#48 N25463 P16331 MEMBAR Loop_exit !#48 N25464 P16332 IDC_FLIP 47 Int BE Pri Loop_entry !#48 N25465 P16333 MEMBAR !#48 N25466 P16334 BLD 178 -1 FP BE Pri !#48 N25467 P16335 MEMBAR Loop_exit !#48 N25468 P16332 IDC_FLIP 47 Int BE Pri Loop_entry !#48 N25469 P16333 MEMBAR !#48 N25470 P16334 BLD 178 -1 FP BE Pri !#48 N25471 P16335 MEMBAR Loop_exit !#48 N25472 P16336 MEMBAR Loop_entry !#48 N25473 P16337 BLD 91 -1 FP BE Pri !#48 N25474 P16337 BLD 92 -1 FP BE Pri !#48 N25475 P16337 BLD 93 -1 FP BE Pri !#48 N25476 P16338 MEMBAR Loop_exit !#48 N25477 P16336 MEMBAR Loop_entry !#48 N25478 P16337 BLD 91 -1 FP BE Pri !#48 N25479 P16337 BLD 92 -1 FP BE Pri !#48 N25480 P16337 BLD 93 -1 FP BE Pri !#48 N25481 P16338 MEMBAR Loop_exit !#48 N25482 P16339 MEMBAR Loop_entry !#48 N25483 P16340 BLD 66 -1 FP BE Pri !#48 N25484 P16341 MEMBAR Loop_exit !#48 N25485 P16342 MEMBAR Loop_entry !#48 N25486 P16343 BLD 164 -1 FP BE Pri !#48 N25487 P16344 MEMBAR Loop_exit !#48 N25488 P16345 PREFETCH 205 Int BE Pri Loop_entry !#48 N25489 P16346 MEMBAR !#48 N25490 P16347 BLD 331 -1 FP BE Pri !#48 N25491 P16347 BLD 332 -1 FP BE Pri !#48 N25492 P16348 MEMBAR Loop_exit !#48 N25493 P16345 PREFETCH 205 Int BE Pri Loop_entry !#48 N25494 P16346 MEMBAR !#48 N25495 P16347 BLD 331 -1 FP BE Pri !#48 N25496 P16347 BLD 332 -1 FP BE Pri !#48 N25497 P16348 MEMBAR Loop_exit !#48 N25498 P16349 MEMBAR Loop_entry !#48 N25499 P16350 BLD 205 -1 FP BE Pri !#48 N25500 P16351 MEMBAR Loop_exit !#48 N25501 P16352 MEMBAR Loop_entry !#48 N25502 P16353 BLD 219 -1 FP BE Pri !#48 N25503 P16353 BLD 220 -1 FP BE Pri !#48 N25504 P16354 MEMBAR Loop_exit !#48 N25505 P16355 FLUSHI 213 Int BE Pri Loop_entry Loop_exit !#48 N25506 P16355 FLUSHI 213 Int BE Pri Loop_entry Loop_exit !#48 N25507 P16356 MEMBAR Loop_entry !#48 N25508 P16357 BLD 108 -1 FP BE Pri !#48 N25509 P16358 MEMBAR Loop_exit !#48 N25510 P16359 MEMBAR Loop_entry !#48 N25511 P16360 BLD 350 -1 FP BE Pri !#48 N25512 P16361 MEMBAR Loop_exit !#48 N25513 P16362 IDC_FLIP 5 Int BE Pri Loop_entry !#48 N25514 P16363 MEMBAR !#48 N25515 P16364 BLD 245 -1 FP BE Pri !#48 N25516 P16365 MEMBAR Loop_exit !#48 N25517 P16366 LD 188 -1 Int BE Pri Loop_entry !#48 N25518 P16367 MEMBAR !#48 N25519 P16368 BLD 55 -1 FP BE Pri !#48 N25520 P16369 MEMBAR !#48 N25521 P16370 LD 243 -1 Int LE Pri Loop_exit !#48 N25522 P16371 MEMBAR Loop_entry !#48 N25523 P16372 BLD 268 -1 FP BE Pri !#48 N25524 P16373 MEMBAR Loop_exit !#48 N25525 P16371 MEMBAR Loop_entry !#48 N25526 P16372 BLD 268 -1 FP BE Pri !#48 N25527 P16373 MEMBAR Loop_exit !#48 N25528 P16374 MEMBAR Loop_entry !#48 N25529 P16375 BLD 105 -1 FP BE Pri !#48 N25530 P16376 MEMBAR Loop_exit !#48 N25531 P16374 MEMBAR Loop_entry !#48 N25532 P16375 BLD 105 -1 FP BE Pri !#48 N25533 P16376 MEMBAR Loop_exit !#48 N25534 P16377 MEMBAR Loop_entry !#48 N25535 P16378 BLD 219 -1 FP BE Pri !#48 N25536 P16378 BLD 220 -1 FP BE Pri !#48 N25537 P16379 MEMBAR Loop_exit !#48 N25538 P16380 MEMBAR Loop_entry !#48 N25539 P16381 BLD 128 -1 FP BE Pri !#48 N25540 P16382 MEMBAR Loop_exit !#48 N25541 P16380 MEMBAR Loop_entry !#48 N25542 P16381 BLD 128 -1 FP BE Pri !#48 N25543 P16382 MEMBAR Loop_exit !#48 N25544 P16383 MEMBAR Loop_entry !#48 N25545 P16384 BLD 59 -1 FP BE Pri !#48 N25546 P16385 MEMBAR Loop_exit !#48 N25547 P16386 MEMBAR Loop_entry !#48 N25548 P16387 BLD 225 -1 FP BE Pri !#48 N25549 P16388 MEMBAR Loop_exit !#48 N25550 P16386 MEMBAR Loop_entry !#48 N25551 P16387 BLD 225 -1 FP BE Pri !#48 N25552 P16388 MEMBAR Loop_exit !#48 N25553 P16389 MEMBAR Loop_entry !#48 N25554 P16390 BLD 152 -1 FP BE Pri !#48 N25555 P16391 MEMBAR Loop_exit !#48 N25556 P16389 MEMBAR Loop_entry !#48 N25557 P16390 BLD 152 -1 FP BE Pri !#48 N25558 P16391 MEMBAR Loop_exit !#48 N25559 P16392 MEMBAR Loop_entry !#48 N25560 P16393 BLD 78 -1 FP BE Pri !#48 N25561 P16394 MEMBAR Loop_exit !#48 N25562 P16392 MEMBAR Loop_entry !#48 N25563 P16393 BLD 78 -1 FP BE Pri !#48 N25564 P16394 MEMBAR Loop_exit !#48 N25565 P16395 MEMBAR Loop_entry !#48 N25566 P16396 BLD 41 -1 FP BE Pri !#48 N25567 P16397 MEMBAR Loop_exit !#48 N25568 P16398 IDC_FLIP 174 Int BE Pri Loop_entry !#48 N25569 P16399 MEMBAR !#48 N25570 P16400 BLD 305 -1 FP BE Pri !#48 N25571 P16401 MEMBAR Loop_exit !#48 N25572 P16398 IDC_FLIP 174 Int BE Pri Loop_entry !#48 N25573 P16399 MEMBAR !#48 N25574 P16400 BLD 305 -1 FP BE Pri !#48 N25575 P16401 MEMBAR Loop_exit !#48 N25576 P16402 MEMBAR Loop_entry !#48 N25577 P16403 BLD 248 -1 FP BE Pri !#48 N25578 P16404 MEMBAR Loop_exit !#48 N25579 P16405 IDC_FLIP 325 Int BE Pri Loop_entry Loop_exit !#48 N25580 P16406 MEMBAR Loop_entry !#48 N25581 P16407 BLD 62 -1 FP BE Pri !#48 N25582 P16407 BLD 63 -1 FP BE Pri !#48 N25583 P16408 MEMBAR Loop_exit !#48 N25584 P16406 MEMBAR Loop_entry !#48 N25585 P16407 BLD 62 -1 FP BE Pri !#48 N25586 P16407 BLD 63 -1 FP BE Pri !#48 N25587 P16408 MEMBAR Loop_exit !#48 N25588 P16409 IDC_FLIP 124 Int BE Pri Loop_entry Loop_exit !#48 N25589 P16410 IDC_FLIP 96 Int BE Pri Loop_entry Loop_exit !#48 N25590 P16410 IDC_FLIP 96 Int BE Pri Loop_entry Loop_exit !#48 N25591 P16411 MEMBAR Loop_entry !#48 N25592 P16412 BLD 290 -1 FP BE Pri !#48 N25593 P16413 MEMBAR Loop_exit !#48 N25594 P16411 MEMBAR Loop_entry !#48 N25595 P16412 BLD 290 -1 FP BE Pri !#48 N25596 P16413 MEMBAR Loop_exit !#48 N25597 P16414 MEMBAR Loop_entry !#48 N25598 P16415 BLD 138 -1 FP BE Pri !#48 N25599 P16416 MEMBAR Loop_exit !#48 N25600 P16414 MEMBAR Loop_entry !#48 N25601 P16415 BLD 138 -1 FP BE Pri !#48 N25602 P16416 MEMBAR Loop_exit !#48 N25603 P16417 MEMBAR Loop_entry !#48 N25604 P16418 BLD 21 -1 FP BE Pri !#48 N25605 P16419 MEMBAR Loop_exit !#48 N25606 P16420 MEMBAR Loop_entry !#48 N25607 P16421 BLD 212 -1 FP BE Pri !#48 N25608 P16422 MEMBAR Loop_exit !#48 N25609 P16420 MEMBAR Loop_entry !#48 N25610 P16421 BLD 212 -1 FP BE Pri !#48 N25611 P16422 MEMBAR Loop_exit !#48 N25612 P16423 MEMBAR !#49 N25613 P16424 MEMBAR Loop_entry !#49 N25614 P16425 BLD 265 -1 FP BE Pri !#49 N25615 P16426 MEMBAR Loop_exit !#49 N25616 P16427 MEMBAR Loop_entry !#49 N25617 P16428 BLD 174 -1 FP BE Pri !#49 N25618 P16429 MEMBAR Loop_exit !#49 N25619 P16427 MEMBAR Loop_entry !#49 N25620 P16428 BLD 174 -1 FP BE Pri !#49 N25621 P16429 MEMBAR Loop_exit !#49 N25622 P16430 MEMBAR Loop_entry !#49 N25623 P16431 BLD 284 -1 FP BE Pri !#49 N25624 P16432 MEMBAR Loop_exit !#49 N25625 P16433 LD 154 -1 Int BE Pri Loop_entry !#49 N25626 P16434 MEMBAR !#49 N25627 P16435 BLD 199 -1 FP BE Pri !#49 N25628 P16436 MEMBAR !#49 N25629 P16437 LD 148 -1 Int BE Pri Loop_exit !#49 N25630 P16433 LD 154 -1 Int BE Pri Loop_entry !#49 N25631 P16434 MEMBAR !#49 N25632 P16435 BLD 199 -1 FP BE Pri !#49 N25633 P16436 MEMBAR !#49 N25634 P16437 LD 148 -1 Int BE Pri Loop_exit !#49 N25635 P16438 MEMBAR Loop_entry !#49 N25636 P16439 BLD 34 -1 FP BE Pri !#49 N25637 P16440 MEMBAR Loop_exit !#49 N25638 P16441 IDC_FLIP 294 Int BE Pri Loop_entry !#49 N25639 P16442 MEMBAR !#49 N25640 P16443 BLD 87 -1 FP BE Pri !#49 N25641 P16444 MEMBAR Loop_exit !#49 N25642 P16441 IDC_FLIP 294 Int BE Pri Loop_entry !#49 N25643 P16442 MEMBAR !#49 N25644 P16443 BLD 87 -1 FP BE Pri !#49 N25645 P16444 MEMBAR Loop_exit !#49 N25646 P16445 MEMBAR Loop_entry !#49 N25647 P16446 BLD 119 -1 FP BE Pri !#49 N25648 P16447 MEMBAR Loop_exit !#49 N25649 P16445 MEMBAR Loop_entry !#49 N25650 P16446 BLD 119 -1 FP BE Pri !#49 N25651 P16447 MEMBAR Loop_exit !#49 N25652 P16448 IDC_FLIP 136 Int BE Pri Loop_entry Loop_exit !#49 N25653 P16448 IDC_FLIP 136 Int BE Pri Loop_entry Loop_exit !#49 N25654 P16449 MEMBAR Loop_entry !#49 N25655 P16450 BLD 340 -1 FP BE Pri !#49 N25656 P16451 MEMBAR Loop_exit !#49 N25657 P16449 MEMBAR Loop_entry !#49 N25658 P16450 BLD 340 -1 FP BE Pri !#49 N25659 P16451 MEMBAR Loop_exit !#49 N25660 P16452 IDC_FLIP 120 Int BE Pri Loop_entry Loop_exit !#49 N25661 P16452 IDC_FLIP 120 Int BE Pri Loop_entry Loop_exit !#49 N25662 P16453 MEMBAR Loop_entry !#49 N25663 P16454 BLD 249 -1 FP BE Pri !#49 N25664 P16455 MEMBAR Loop_exit !#49 N25665 P16456 MEMBAR Loop_entry !#49 N25666 P16457 BLD 286 -1 FP BE Pri !#49 N25667 P16458 MEMBAR Loop_exit !#49 N25668 P16456 MEMBAR Loop_entry !#49 N25669 P16457 BLD 286 -1 FP BE Pri !#49 N25670 P16458 MEMBAR Loop_exit !#49 N25671 P16459 MEMBAR Loop_entry !#49 N25672 P16460 BLD 10 -1 FP BE Pri !#49 N25673 P16461 MEMBAR Loop_exit !#49 N25674 P16462 MEMBAR Loop_entry !#49 N25675 P16463 BLD 186 -1 FP BE Pri !#49 N25676 P16464 MEMBAR Loop_exit !#49 N25677 P16465 MEMBAR Loop_entry !#49 N25678 P16466 BLD 290 -1 FP BE Pri !#49 N25679 P16467 MEMBAR Loop_exit !#49 N25680 P16465 MEMBAR Loop_entry !#49 N25681 P16466 BLD 290 -1 FP BE Pri !#49 N25682 P16467 MEMBAR Loop_exit !#49 N25683 P16468 MEMBAR Loop_entry !#49 N25684 P16469 BLD 319 -1 FP BE Pri !#49 N25685 P16470 MEMBAR Loop_exit !#49 N25686 P16468 MEMBAR Loop_entry !#49 N25687 P16469 BLD 319 -1 FP BE Pri !#49 N25688 P16470 MEMBAR Loop_exit !#49 N25689 P16471 MEMBAR Loop_entry !#49 N25690 P16472 BLD 297 -1 FP BE Pri !#49 N25691 P16473 MEMBAR Loop_exit !#49 N25692 P16471 MEMBAR Loop_entry !#49 N25693 P16472 BLD 297 -1 FP BE Pri !#49 N25694 P16473 MEMBAR Loop_exit !#49 N25695 P16474 MEMBAR Loop_entry !#49 N25696 P16475 BLD 328 -1 FP BE Pri !#49 N25697 P16476 MEMBAR Loop_exit !#49 N25698 P16474 MEMBAR Loop_entry !#49 N25699 P16475 BLD 328 -1 FP BE Pri !#49 N25700 P16476 MEMBAR Loop_exit !#49 N25701 P16477 MEMBAR Loop_entry !#49 N25702 P16478 BLD 313 -1 FP BE Pri !#49 N25703 P16479 MEMBAR Loop_exit !#49 N25704 P16480 PREFETCH 225 Int BE Pri Loop_entry Loop_exit !#49 N25705 P16480 PREFETCH 225 Int BE Pri Loop_entry Loop_exit !#49 N25706 P16481 MEMBAR Loop_entry !#49 N25707 P16482 BLD 52 -1 FP BE Pri !#49 N25708 P16483 MEMBAR Loop_exit !#49 N25709 P16484 MEMBAR Loop_entry !#49 N25710 P16485 BLD 352 -1 FP BE Pri !#49 N25711 P16486 MEMBAR Loop_exit !#49 N25712 P16484 MEMBAR Loop_entry !#49 N25713 P16485 BLD 352 -1 FP BE Pri !#49 N25714 P16486 MEMBAR Loop_exit !#49 N25715 P16487 MEMBAR Loop_entry !#49 N25716 P16488 BLD 195 -1 FP BE Pri !#49 N25717 P16489 MEMBAR Loop_exit !#49 N25718 P16487 MEMBAR Loop_entry !#49 N25719 P16488 BLD 195 -1 FP BE Pri !#49 N25720 P16489 MEMBAR Loop_exit !#49 N25721 P16490 PREFETCH 136 Int BE Pri Loop_entry !#49 N25722 P16491 MEMBAR !#49 N25723 P16492 BLD 196 -1 FP BE Pri !#49 N25724 P16493 MEMBAR Loop_exit !#49 N25725 P16494 IDC_FLIP 99 Int BE Pri Loop_entry !#49 N25726 P16495 MEMBAR !#49 N25727 P16496 BLD 102 -1 FP BE Pri !#49 N25728 P16496 BLD 103 -1 FP BE Pri !#49 N25729 P16496 BLD 104 -1 FP BE Pri !#49 N25730 P16497 MEMBAR Loop_exit !#49 N25731 P16494 IDC_FLIP 99 Int BE Pri Loop_entry !#49 N25732 P16495 MEMBAR !#49 N25733 P16496 BLD 102 -1 FP BE Pri !#49 N25734 P16496 BLD 103 -1 FP BE Pri !#49 N25735 P16496 BLD 104 -1 FP BE Pri !#49 N25736 P16497 MEMBAR Loop_exit !#49 N25737 P16498 MEMBAR Loop_entry !#49 N25738 P16499 BLD 328 -1 FP BE Pri !#49 N25739 P16500 MEMBAR Loop_exit !#49 N25740 P16498 MEMBAR Loop_entry !#49 N25741 P16499 BLD 328 -1 FP BE Pri !#49 N25742 P16500 MEMBAR Loop_exit !#49 N25743 P16501 MEMBAR Loop_entry !#49 N25744 P16502 BLD 189 -1 FP BE Pri !#49 N25745 P16503 MEMBAR Loop_exit !#49 N25746 P16501 MEMBAR Loop_entry !#49 N25747 P16502 BLD 189 -1 FP BE Pri !#49 N25748 P16503 MEMBAR Loop_exit !#49 N25749 P16504 MEMBAR Loop_entry !#49 N25750 P16505 BLD 192 -1 FP BE Pri !#49 N25751 P16506 MEMBAR Loop_exit !#49 N25752 P16507 IDC_FLIP 267 Int BE Pri Loop_entry Loop_exit !#49 N25753 P16508 MEMBAR Loop_entry !#49 N25754 P16509 BLD 134 -1 FP BE Pri !#49 N25755 P16510 MEMBAR Loop_exit !#49 N25756 P16511 MEMBAR Loop_entry !#49 N25757 P16512 BLD 75 -1 FP BE Pri !#49 N25758 P16513 MEMBAR Loop_exit !#49 N25759 P16514 MEMBAR Loop_entry !#49 N25760 P16515 BLD 261 -1 FP BE Pri !#49 N25761 P16516 MEMBAR Loop_exit !#49 N25762 P16517 MEMBAR Loop_entry !#49 N25763 P16518 BLD 105 -1 FP BE Pri !#49 N25764 P16519 MEMBAR Loop_exit !#49 N25765 P16517 MEMBAR Loop_entry !#49 N25766 P16518 BLD 105 -1 FP BE Pri !#49 N25767 P16519 MEMBAR Loop_exit !#49 N25768 P16520 IDC_FLIP 66 Int BE Pri Loop_entry Loop_exit !#49 N25769 P16521 MEMBAR Loop_entry !#49 N25770 P16522 BLD 159 -1 FP BE Pri !#49 N25771 P16523 MEMBAR Loop_exit !#49 N25772 P16521 MEMBAR Loop_entry !#49 N25773 P16522 BLD 159 -1 FP BE Pri !#49 N25774 P16523 MEMBAR Loop_exit !#49 N25775 P16524 MEMBAR Loop_entry !#49 N25776 P16525 BLD 180 -1 FP BE Pri !#49 N25777 P16526 MEMBAR Loop_exit !#49 N25778 P16527 ST 211 0x98800001 Int BE Pri Loop_entry Loop_exit !#49 N25779 P16527 ST 211 0x98800002 Int BE Pri Loop_entry Loop_exit !#49 N25780 P16528 MEMBAR Loop_entry !#49 N25781 P16529 BLD 124 -1 FP BE Pri !#49 N25782 P16529 BLD 125 -1 FP BE Pri !#49 N25783 P16529 BLD 126 -1 FP BE Pri !#49 N25784 P16530 MEMBAR Loop_exit !#49 N25785 P16531 MEMBAR Loop_entry !#49 N25786 P16532 BLD 350 -1 FP BE Pri !#49 N25787 P16533 MEMBAR Loop_exit !#49 N25788 P16531 MEMBAR Loop_entry !#49 N25789 P16532 BLD 350 -1 FP BE Pri !#49 N25790 P16533 MEMBAR Loop_exit !#49 N25791 P16534 MEMBAR Loop_entry !#49 N25792 P16535 BLD 274 -1 FP BE Pri !#49 N25793 P16536 MEMBAR Loop_exit !#49 N25794 P16534 MEMBAR Loop_entry !#49 N25795 P16535 BLD 274 -1 FP BE Pri !#49 N25796 P16536 MEMBAR Loop_exit !#49 N25797 P16537 IDC_FLIP 16 Int BE Pri Loop_entry Loop_exit !#49 N25798 P16537 IDC_FLIP 16 Int BE Pri Loop_entry Loop_exit !#49 N25799 P16538 MEMBAR Loop_entry !#49 N25800 P16539 BLD 122 -1 FP BE Pri !#49 N25801 P16540 MEMBAR Loop_exit !#49 N25802 P16538 MEMBAR Loop_entry !#49 N25803 P16539 BLD 122 -1 FP BE Pri !#49 N25804 P16540 MEMBAR Loop_exit !#49 N25805 P16541 MEMBAR Loop_entry !#49 N25806 P16542 BLD 177 -1 FP BE Pri !#49 N25807 P16543 MEMBAR Loop_exit !#49 N25808 P16541 MEMBAR Loop_entry !#49 N25809 P16542 BLD 177 -1 FP BE Pri !#49 N25810 P16543 MEMBAR Loop_exit !#49 N25811 P16544 MEMBAR Loop_entry !#49 N25812 P16545 BLD 351 -1 FP BE Pri !#49 N25813 P16546 MEMBAR Loop_exit !#49 N25814 P16547 MEMBAR Loop_entry !#49 N25815 P16548 BLD 21 -1 FP BE Pri !#49 N25816 P16549 MEMBAR Loop_exit !#49 N25817 P16550 IDC_FLIP 171 Int BE Pri Loop_entry !#49 N25818 P16551 MEMBAR !#49 N25819 P16552 BLD 253 -1 FP BE Pri !#49 N25820 P16553 MEMBAR Loop_exit !#49 N25821 P16550 IDC_FLIP 171 Int BE Pri Loop_entry !#49 N25822 P16551 MEMBAR !#49 N25823 P16552 BLD 253 -1 FP BE Pri !#49 N25824 P16553 MEMBAR Loop_exit !#49 N25825 P16554 ST 272 0x98800003 Int BE Pri Loop_entry Loop_exit !#49 N25826 P16555 MEMBAR Loop_entry !#49 N25827 P16556 BLD 321 -1 FP BE Pri !#49 N25828 P16557 MEMBAR Loop_exit !#49 N25829 P16558 MEMBAR Loop_entry !#49 N25830 P16559 BLD 6 -1 FP BE Pri !#49 N25831 P16559 BLD 7 -1 FP BE Pri !#49 N25832 P16560 MEMBAR Loop_exit !#49 N25833 P16561 MEMBAR Loop_entry !#49 N25834 P16562 BLD 86 -1 FP BE Pri !#49 N25835 P16563 MEMBAR Loop_exit !#49 N25836 P16564 MEMBAR Loop_entry !#49 N25837 P16565 BLD 161 -1 FP BE Pri !#49 N25838 P16566 MEMBAR Loop_exit !#49 N25839 P16567 MEMBAR Loop_entry !#49 N25840 P16568 BLD 292 -1 FP BE Pri !#49 N25841 P16569 MEMBAR Loop_exit !#49 N25842 P16570 MEMBAR Loop_entry !#49 N25843 P16571 BLD 75 -1 FP BE Pri !#49 N25844 P16572 MEMBAR Loop_exit !#49 N25845 P16570 MEMBAR Loop_entry !#49 N25846 P16571 BLD 75 -1 FP BE Pri !#49 N25847 P16572 MEMBAR Loop_exit !#49 N25848 P16573 FLUSHI 244 Int BE Pri Loop_entry !#49 N25849 P16574 MEMBAR !#49 N25850 P16575 BLD 160 -1 FP BE Pri !#49 N25851 P16576 MEMBAR Loop_exit !#49 N25852 P16573 FLUSHI 244 Int BE Pri Loop_entry !#49 N25853 P16574 MEMBAR !#49 N25854 P16575 BLD 160 -1 FP BE Pri !#49 N25855 P16576 MEMBAR Loop_exit !#49 N25856 P16577 IDC_FLIP 60 Int BE Pri Loop_entry Loop_exit !#49 N25857 P16577 IDC_FLIP 60 Int BE Pri Loop_entry Loop_exit !#49 N25858 P16578 MEMBAR Loop_entry !#49 N25859 P16579 BLD 61 -1 FP BE Pri !#49 N25860 P16580 MEMBAR Loop_exit !#49 N25861 P16581 IDC_FLIP 238 Int BE Pri Loop_entry !#49 N25862 P16582 MEMBAR !#49 N25863 P16583 BLD 88 -1 FP BE Pri !#49 N25864 P16584 MEMBAR Loop_exit !#49 N25865 P16585 MEMBAR Loop_entry !#49 N25866 P16586 BLD 345 -1 FP BE Pri !#49 N25867 P16587 MEMBAR Loop_exit !#49 N25868 P16588 IDC_FLIP 79 Int BE Pri Loop_entry Loop_exit !#49 N25869 P16589 MEMBAR Loop_entry !#49 N25870 P16590 BLD 151 -1 FP BE Pri !#49 N25871 P16591 MEMBAR Loop_exit !#49 N25872 P16592 MEMBAR Loop_entry !#49 N25873 P16593 BLD 354 -1 FP BE Pri !#49 N25874 P16594 MEMBAR Loop_exit !#49 N25875 P16595 MEMBAR Loop_entry !#49 N25876 P16596 BLD 124 -1 FP BE Pri !#49 N25877 P16596 BLD 125 -1 FP BE Pri !#49 N25878 P16596 BLD 126 -1 FP BE Pri !#49 N25879 P16597 MEMBAR Loop_exit !#49 N25880 P16598 MEMBAR Loop_entry !#49 N25881 P16599 BLD 167 -1 FP BE Pri !#49 N25882 P16600 MEMBAR Loop_exit !#49 N25883 P16598 MEMBAR Loop_entry !#49 N25884 P16599 BLD 167 -1 FP BE Pri !#49 N25885 P16600 MEMBAR Loop_exit !#49 N25886 P16601 MEMBAR Loop_entry !#49 N25887 P16602 BLD 352 -1 FP BE Pri !#49 N25888 P16603 MEMBAR Loop_exit !#49 N25889 P16604 MEMBAR Loop_entry !#49 N25890 P16605 BLD 290 -1 FP BE Pri !#49 N25891 P16606 MEMBAR Loop_exit !#49 N25892 P16604 MEMBAR Loop_entry !#49 N25893 P16605 BLD 290 -1 FP BE Pri !#49 N25894 P16606 MEMBAR Loop_exit !#49 N25895 P16607 MEMBAR Loop_entry !#49 N25896 P16608 BLD 98 -1 FP BE Pri !#49 N25897 P16608 BLD 99 -1 FP BE Pri !#49 N25898 P16609 MEMBAR Loop_exit !#49 N25899 P16610 MEMBAR Loop_entry !#49 N25900 P16611 BLD 195 -1 FP BE Pri !#49 N25901 P16612 MEMBAR Loop_exit !#49 N25902 P16610 MEMBAR Loop_entry !#49 N25903 P16611 BLD 195 -1 FP BE Pri !#49 N25904 P16612 MEMBAR Loop_exit !#49 N25905 P16613 MEMBAR Loop_entry !#49 N25906 P16614 BLD 116 -1 FP BE Pri !#49 N25907 P16615 MEMBAR Loop_exit !#49 N25908 P16613 MEMBAR Loop_entry !#49 N25909 P16614 BLD 116 -1 FP BE Pri !#49 N25910 P16615 MEMBAR Loop_exit !#49 N25911 P16616 MEMBAR Loop_entry !#49 N25912 P16617 BLD 156 -1 FP BE Pri !#49 N25913 P16618 MEMBAR Loop_exit !#49 N25914 P16619 MEMBAR Loop_entry !#49 N25915 P16620 BLD 252 -1 FP BE Pri !#49 N25916 P16621 MEMBAR Loop_exit !#49 N25917 P16622 MEMBAR Loop_entry !#49 N25918 P16623 BLD 144 -1 FP BE Pri !#49 N25919 P16624 MEMBAR Loop_exit !#49 N25920 P16622 MEMBAR Loop_entry !#49 N25921 P16623 BLD 144 -1 FP BE Pri !#49 N25922 P16624 MEMBAR Loop_exit !#49 N25923 P16625 PREFETCH 109 Int BE Pri Loop_entry Loop_exit !#49 N25924 P16625 PREFETCH 109 Int BE Pri Loop_entry Loop_exit !#49 N25925 P16626 MEMBAR Loop_entry !#49 N25926 P16627 BLD 142 -1 FP BE Pri !#49 N25927 P16628 MEMBAR Loop_exit !#49 N25928 P16626 MEMBAR Loop_entry !#49 N25929 P16627 BLD 142 -1 FP BE Pri !#49 N25930 P16628 MEMBAR Loop_exit !#49 N25931 P16629 MEMBAR Loop_entry !#49 N25932 P16630 BLD 32 -1 FP BE Pri !#49 N25933 P16630 BLD 33 -1 FP BE Pri !#49 N25934 P16631 MEMBAR Loop_exit !#49 N25935 P16629 MEMBAR Loop_entry !#49 N25936 P16630 BLD 32 -1 FP BE Pri !#49 N25937 P16630 BLD 33 -1 FP BE Pri !#49 N25938 P16631 MEMBAR Loop_exit !#49 N25939 P16632 MEMBAR Loop_entry !#49 N25940 P16633 BLD 39 -1 FP BE Pri !#49 N25941 P16634 MEMBAR Loop_exit !#49 N25942 P16635 MEMBAR Loop_entry !#49 N25943 P16636 BLD 89 -1 FP BE Pri !#49 N25944 P16636 BLD 90 -1 FP BE Pri !#49 N25945 P16637 MEMBAR Loop_exit !#49 N25946 P16635 MEMBAR Loop_entry !#49 N25947 P16636 BLD 89 -1 FP BE Pri !#49 N25948 P16636 BLD 90 -1 FP BE Pri !#49 N25949 P16637 MEMBAR Loop_exit !#49 N25950 P16638 MEMBAR Loop_entry !#49 N25951 P16639 BLD 298 -1 FP BE Pri !#49 N25952 P16640 MEMBAR Loop_exit !#49 N25953 P16638 MEMBAR Loop_entry !#49 N25954 P16639 BLD 298 -1 FP BE Pri !#49 N25955 P16640 MEMBAR Loop_exit !#49 N25956 P16641 MEMBAR Loop_entry !#49 N25957 P16642 BLD 141 -1 FP BE Pri !#49 N25958 P16643 MEMBAR Loop_exit !#49 N25959 P16644 MEMBAR Loop_entry !#49 N25960 P16645 BLD 141 -1 FP BE Pri !#49 N25961 P16646 MEMBAR Loop_exit !#49 N25962 P16644 MEMBAR Loop_entry !#49 N25963 P16645 BLD 141 -1 FP BE Pri !#49 N25964 P16646 MEMBAR Loop_exit !#49 N25965 P16647 MEMBAR Loop_entry !#49 N25966 P16648 BLD 26 -1 FP BE Pri !#49 N25967 P16649 MEMBAR Loop_exit !#49 N25968 P16650 MEMBAR Loop_entry !#49 N25969 P16651 BLD 313 -1 FP BE Pri !#49 N25970 P16652 MEMBAR Loop_exit !#49 N25971 P16653 MEMBAR Loop_entry !#49 N25972 P16654 BLD 188 -1 FP BE Pri !#49 N25973 P16655 MEMBAR Loop_exit !#49 N25974 P16653 MEMBAR Loop_entry !#49 N25975 P16654 BLD 188 -1 FP BE Pri !#49 N25976 P16655 MEMBAR Loop_exit !#49 N25977 P16656 MEMBAR Loop_entry !#49 N25978 P16657 BLD 226 -1 FP BE Pri !#49 N25979 P16658 MEMBAR Loop_exit !#49 N25980 P16659 PREFETCH 207 Int BE Pri Loop_entry !#49 N25981 P16660 MEMBAR !#49 N25982 P16661 BLD 211 -1 FP BE Pri !#49 N25983 P16662 MEMBAR Loop_exit !#49 N25984 P16663 PREFETCH 224 Int BE Pri Loop_entry Loop_exit !#49 N25985 P16664 ST 277 0x98800004 Int BE Pri Loop_entry !#49 N25986 P16665 MEMBAR !#49 N25987 P16666 BLD 200 -1 FP BE Pri !#49 N25988 P16667 MEMBAR Loop_exit !#49 N25989 P16664 ST 277 0x98800005 Int BE Pri Loop_entry !#49 N25990 P16665 MEMBAR !#49 N25991 P16666 BLD 200 -1 FP BE Pri !#49 N25992 P16667 MEMBAR Loop_exit !#49 N25993 P16668 IDC_FLIP 138 Int BE Pri Loop_entry Loop_exit !#49 N25994 P16668 IDC_FLIP 138 Int BE Pri Loop_entry Loop_exit !#49 N25995 P16669 MEMBAR Loop_entry !#49 N25996 P16670 BLD 71 -1 FP BE Pri !#49 N25997 P16670 BLD 72 -1 FP BE Pri !#A N25996 N25997 !#49 N25998 P16671 MEMBAR Loop_exit !#49 N25999 P16669 MEMBAR Loop_entry !#49 N26000 P16670 BLD 71 -1 FP BE Pri !#49 N26001 P16670 BLD 72 -1 FP BE Pri !#A N26000 N26001 !#49 N26002 P16671 MEMBAR Loop_exit !#49 N26003 P16672 MEMBAR Loop_entry !#49 N26004 P16673 BLD 25 -1 FP BE Pri !#49 N26005 P16674 MEMBAR Loop_exit !#49 N26006 P16675 MEMBAR Loop_entry !#49 N26007 P16676 BLD 114 -1 FP BE Pri !#49 N26008 P16677 MEMBAR Loop_exit !#49 N26009 P16678 IDC_FLIP 227 Int BE Pri Loop_entry !#49 N26010 P16679 MEMBAR !#49 N26011 P16680 BLD 138 -1 FP BE Pri !#49 N26012 P16681 MEMBAR Loop_exit !#49 N26013 P16678 IDC_FLIP 227 Int BE Pri Loop_entry !#49 N26014 P16679 MEMBAR !#49 N26015 P16680 BLD 138 -1 FP BE Pri !#49 N26016 P16681 MEMBAR Loop_exit !#49 N26017 P16682 IDC_FLIP 327 Int BE Pri Loop_entry !#49 N26018 P16683 MEMBAR !#49 N26019 P16684 BLD 79 -1 FP BE Pri !#49 N26020 P16685 MEMBAR Loop_exit !#49 N26021 P16682 IDC_FLIP 327 Int BE Pri Loop_entry !#49 N26022 P16683 MEMBAR !#49 N26023 P16684 BLD 79 -1 FP BE Pri !#49 N26024 P16685 MEMBAR Loop_exit !#49 N26025 P16686 MEMBAR Loop_entry !#49 N26026 P16687 BLD 191 -1 FP BE Pri !#49 N26027 P16688 MEMBAR Loop_exit !#49 N26028 P16686 MEMBAR Loop_entry !#49 N26029 P16687 BLD 191 -1 FP BE Pri !#49 N26030 P16688 MEMBAR Loop_exit !#49 N26031 P16689 MEMBAR Loop_entry !#49 N26032 P16690 BLD 304 -1 FP BE Pri !#49 N26033 P16691 MEMBAR Loop_exit !#49 N26034 P16689 MEMBAR Loop_entry !#49 N26035 P16690 BLD 304 -1 FP BE Pri !#49 N26036 P16691 MEMBAR Loop_exit !#49 N26037 P16692 ST 86 0x98800006 Int BE Pri Loop_entry Loop_exit !#49 N26038 P16693 MEMBAR Loop_entry !#49 N26039 P16694 BLD 50 -1 FP BE Pri !#49 N26040 P16695 MEMBAR Loop_exit !#49 N26041 P16696 MEMBAR Loop_entry !#49 N26042 P16697 BLD 305 -1 FP BE Pri !#49 N26043 P16698 MEMBAR Loop_exit !#49 N26044 P16696 MEMBAR Loop_entry !#49 N26045 P16697 BLD 305 -1 FP BE Pri !#49 N26046 P16698 MEMBAR Loop_exit !#49 N26047 P16699 MEMBAR Loop_entry !#49 N26048 P16700 BLD 102 -1 FP BE Pri !#49 N26049 P16700 BLD 103 -1 FP BE Pri !#49 N26050 P16700 BLD 104 -1 FP BE Pri !#49 N26051 P16701 MEMBAR Loop_exit !#49 N26052 P16702 MEMBAR Loop_entry !#49 N26053 P16703 BLD 128 -1 FP BE Pri !#49 N26054 P16704 MEMBAR Loop_exit !#49 N26055 P16702 MEMBAR Loop_entry !#49 N26056 P16703 BLD 128 -1 FP BE Pri !#49 N26057 P16704 MEMBAR Loop_exit !#49 N26058 P16705 MEMBAR Loop_entry !#49 N26059 P16706 BLD 165 -1 FP BE Pri !#49 N26060 P16707 MEMBAR Loop_exit !#49 N26061 P16708 MEMBAR Loop_entry !#49 N26062 P16709 BLD 27 -1 FP BE Pri !#49 N26063 P16710 MEMBAR Loop_exit !#49 N26064 P16711 MEMBAR Loop_entry !#49 N26065 P16712 BLD 25 -1 FP BE Pri !#49 N26066 P16713 MEMBAR Loop_exit !#49 N26067 P16711 MEMBAR Loop_entry !#49 N26068 P16712 BLD 25 -1 FP BE Pri !#49 N26069 P16713 MEMBAR Loop_exit !#49 N26070 P16714 MEMBAR Loop_entry !#49 N26071 P16715 BLD 176 -1 FP BE Pri !#49 N26072 P16716 MEMBAR Loop_exit !#49 N26073 P16717 MEMBAR Loop_entry !#49 N26074 P16718 BLD 163 -1 FP BE Pri !#49 N26075 P16719 MEMBAR Loop_exit !#49 N26076 P16720 MEMBAR Loop_entry !#49 N26077 P16721 BLD 149 -1 FP BE Pri !#49 N26078 P16722 MEMBAR Loop_exit !#49 N26079 P16720 MEMBAR Loop_entry !#49 N26080 P16721 BLD 149 -1 FP BE Pri !#49 N26081 P16722 MEMBAR Loop_exit !#49 N26082 P16723 ST 195 0x98800007 Int BE Pri Loop_entry !#49 N26083 P16724 MEMBAR !#49 N26084 P16725 BLD 86 -1 FP BE Pri !#49 N26085 P16726 MEMBAR Loop_exit !#49 N26086 P16723 ST 195 0x98800008 Int BE Pri Loop_entry !#49 N26087 P16724 MEMBAR !#49 N26088 P16725 BLD 86 -1 FP BE Pri !#49 N26089 P16726 MEMBAR Loop_exit !#49 N26090 P16727 MEMBAR Loop_entry !#49 N26091 P16728 BLD 124 -1 FP BE Pri !#49 N26092 P16728 BLD 125 -1 FP BE Pri !#49 N26093 P16728 BLD 126 -1 FP BE Pri !#49 N26094 P16729 MEMBAR Loop_exit !#49 N26095 P16730 IDC_FLIP 342 Int BE Pri Loop_entry !#49 N26096 P16731 MEMBAR !#49 N26097 P16732 BLD 298 -1 FP BE Pri !#49 N26098 P16733 MEMBAR Loop_exit !#49 N26099 P16730 IDC_FLIP 342 Int BE Pri Loop_entry !#49 N26100 P16731 MEMBAR !#49 N26101 P16732 BLD 298 -1 FP BE Pri !#49 N26102 P16733 MEMBAR Loop_exit !#49 N26103 P16734 MEMBAR Loop_entry !#49 N26104 P16735 BLD 107 -1 FP BE Pri !#49 N26105 P16736 MEMBAR Loop_exit !#49 N26106 P16737 MEMBAR Loop_entry !#49 N26107 P16738 BLD 215 -1 FP BE Pri !#49 N26108 P16738 BLD 216 -1 FP BE Pri !#49 N26109 P16739 MEMBAR Loop_exit !#49 N26110 P16740 MEMBAR Loop_entry !#49 N26111 P16741 BLD 70 -1 FP BE Pri !#49 N26112 P16742 MEMBAR Loop_exit !#49 N26113 P16740 MEMBAR Loop_entry !#49 N26114 P16741 BLD 70 -1 FP BE Pri !#49 N26115 P16742 MEMBAR Loop_exit !#49 N26116 P16743 MEMBAR Loop_entry !#49 N26117 P16744 BLD 32 -1 FP BE Pri !#49 N26118 P16744 BLD 33 -1 FP BE Pri !#49 N26119 P16745 MEMBAR Loop_exit !#49 N26120 P16743 MEMBAR Loop_entry !#49 N26121 P16744 BLD 32 -1 FP BE Pri !#49 N26122 P16744 BLD 33 -1 FP BE Pri !#49 N26123 P16745 MEMBAR Loop_exit !#49 N26124 P16746 MEMBAR Loop_entry !#49 N26125 P16747 BLD 102 -1 FP BE Pri !#49 N26126 P16747 BLD 103 -1 FP BE Pri !#49 N26127 P16747 BLD 104 -1 FP BE Pri !#49 N26128 P16748 MEMBAR Loop_exit !#49 N26129 P16749 MEMBAR Loop_entry !#49 N26130 P16750 BLD 192 -1 FP BE Pri !#49 N26131 P16751 MEMBAR Loop_exit !#49 N26132 P16749 MEMBAR Loop_entry !#49 N26133 P16750 BLD 192 -1 FP BE Pri !#49 N26134 P16751 MEMBAR Loop_exit !#49 N26135 P16752 MEMBAR Loop_entry !#49 N26136 P16753 BLD 246 -1 FP BE Pri !#49 N26137 P16754 MEMBAR Loop_exit !#49 N26138 P16755 MEMBAR !#50 N26139 P16756 MEMBAR Loop_entry !#50 N26140 P16757 BLD 91 -1 FP BE Pri !#50 N26141 P16757 BLD 92 -1 FP BE Pri !#50 N26142 P16757 BLD 93 -1 FP BE Pri !#50 N26143 P16758 MEMBAR Loop_exit !#50 N26144 P16756 MEMBAR Loop_entry !#50 N26145 P16757 BLD 91 -1 FP BE Pri !#50 N26146 P16757 BLD 92 -1 FP BE Pri !#50 N26147 P16757 BLD 93 -1 FP BE Pri !#50 N26148 P16758 MEMBAR Loop_exit !#50 N26149 P16759 MEMBAR Loop_entry !#50 N26150 P16760 BLD 252 -1 FP BE Pri !#50 N26151 P16761 MEMBAR Loop_exit !#50 N26152 P16759 MEMBAR Loop_entry !#50 N26153 P16760 BLD 252 -1 FP BE Pri !#50 N26154 P16761 MEMBAR Loop_exit !#50 N26155 P16762 MEMBAR Loop_entry !#50 N26156 P16763 BLD 100 -1 FP BE Pri !#50 N26157 P16764 MEMBAR Loop_exit !#50 N26158 P16762 MEMBAR Loop_entry !#50 N26159 P16763 BLD 100 -1 FP BE Pri !#50 N26160 P16764 MEMBAR Loop_exit !#50 N26161 P16765 MEMBAR Loop_entry !#50 N26162 P16766 BLD 44 -1 FP BE Pri !#50 N26163 P16767 MEMBAR Loop_exit !#50 N26164 P16765 MEMBAR Loop_entry !#50 N26165 P16766 BLD 44 -1 FP BE Pri !#50 N26166 P16767 MEMBAR Loop_exit !#50 N26167 P16768 MEMBAR Loop_entry !#50 N26168 P16769 BLD 288 -1 FP BE Pri !#50 N26169 P16770 MEMBAR Loop_exit !#50 N26170 P16768 MEMBAR Loop_entry !#50 N26171 P16769 BLD 288 -1 FP BE Pri !#50 N26172 P16770 MEMBAR Loop_exit !#50 N26173 P16771 MEMBAR Loop_entry !#50 N26174 P16772 BLD 50 -1 FP BE Pri !#50 N26175 P16773 MEMBAR Loop_exit !#50 N26176 P16771 MEMBAR Loop_entry !#50 N26177 P16772 BLD 50 -1 FP BE Pri !#50 N26178 P16773 MEMBAR Loop_exit !#50 N26179 P16774 MEMBAR Loop_entry !#50 N26180 P16775 BLD 161 -1 FP BE Pri !#50 N26181 P16776 MEMBAR Loop_exit !#50 N26182 P16777 MEMBAR Loop_entry !#50 N26183 P16778 BLD 136 -1 FP BE Pri !#50 N26184 P16779 MEMBAR Loop_exit !#50 N26185 P16777 MEMBAR Loop_entry !#50 N26186 P16778 BLD 136 -1 FP BE Pri !#50 N26187 P16779 MEMBAR Loop_exit !#50 N26188 P16780 MEMBAR Loop_entry !#50 N26189 P16781 BLD 9 -1 FP BE Pri !#50 N26190 P16782 MEMBAR Loop_exit !#50 N26191 P16783 MEMBAR Loop_entry !#50 N26192 P16784 BLD 189 -1 FP BE Pri !#50 N26193 P16785 MEMBAR Loop_exit !#50 N26194 P16786 MEMBAR Loop_entry !#50 N26195 P16787 BLD 116 -1 FP BE Pri !#50 N26196 P16788 MEMBAR Loop_exit !#50 N26197 P16786 MEMBAR Loop_entry !#50 N26198 P16787 BLD 116 -1 FP BE Pri !#50 N26199 P16788 MEMBAR Loop_exit !#50 N26200 P16789 IDC_FLIP 229 Int BE Pri Loop_entry !#50 N26201 P16790 MEMBAR !#50 N26202 P16791 BLD 264 -1 FP BE Pri !#50 N26203 P16792 MEMBAR Loop_exit !#50 N26204 P16793 MEMBAR Loop_entry !#50 N26205 P16794 BLD 354 -1 FP BE Pri !#50 N26206 P16795 MEMBAR Loop_exit !#50 N26207 P16796 MEMBAR Loop_entry !#50 N26208 P16797 BLD 287 -1 FP BE Pri !#50 N26209 P16798 MEMBAR Loop_exit !#50 N26210 P16796 MEMBAR Loop_entry !#50 N26211 P16797 BLD 287 -1 FP BE Pri !#50 N26212 P16798 MEMBAR Loop_exit !#50 N26213 P16799 MEMBAR Loop_entry !#50 N26214 P16800 BLD 331 -1 FP BE Pri !#50 N26215 P16800 BLD 332 -1 FP BE Pri !#50 N26216 P16801 MEMBAR Loop_exit !#50 N26217 P16799 MEMBAR Loop_entry !#50 N26218 P16800 BLD 331 -1 FP BE Pri !#50 N26219 P16800 BLD 332 -1 FP BE Pri !#50 N26220 P16801 MEMBAR Loop_exit !#50 N26221 P16802 MEMBAR Loop_entry !#50 N26222 P16803 BLD 254 -1 FP BE Pri !#50 N26223 P16804 MEMBAR Loop_exit !#50 N26224 P16805 MEMBAR Loop_entry !#50 N26225 P16806 BLD 62 -1 FP BE Pri !#50 N26226 P16806 BLD 63 -1 FP BE Pri !#50 N26227 P16807 MEMBAR Loop_exit !#50 N26228 P16805 MEMBAR Loop_entry !#50 N26229 P16806 BLD 62 -1 FP BE Pri !#50 N26230 P16806 BLD 63 -1 FP BE Pri !#50 N26231 P16807 MEMBAR Loop_exit !#50 N26232 P16808 MEMBAR Loop_entry !#50 N26233 P16809 BLD 358 -1 FP BE Pri !#50 N26234 P16810 MEMBAR Loop_exit !#50 N26235 P16808 MEMBAR Loop_entry !#50 N26236 P16809 BLD 358 -1 FP BE Pri !#50 N26237 P16810 MEMBAR Loop_exit !#50 N26238 P16811 MEMBAR Loop_entry !#50 N26239 P16812 BLD 239 -1 FP BE Pri !#50 N26240 P16813 MEMBAR Loop_exit !#50 N26241 P16814 MEMBAR Loop_entry !#50 N26242 P16815 BLD 147 -1 FP BE Pri !#50 N26243 P16816 MEMBAR Loop_exit !#50 N26244 P16817 MEMBAR Loop_entry !#50 N26245 P16818 BLD 280 -1 FP BE Pri !#50 N26246 P16819 MEMBAR Loop_exit !#50 N26247 P16817 MEMBAR Loop_entry !#50 N26248 P16818 BLD 280 -1 FP BE Pri !#50 N26249 P16819 MEMBAR Loop_exit !#50 N26250 P16820 MEMBAR Loop_entry !#50 N26251 P16821 BLD 200 -1 FP BE Pri !#50 N26252 P16822 MEMBAR Loop_exit !#50 N26253 P16823 MEMBAR Loop_entry !#50 N26254 P16824 BLD 299 -1 FP BE Pri !#50 N26255 P16825 MEMBAR Loop_exit !#50 N26256 P16823 MEMBAR Loop_entry !#50 N26257 P16824 BLD 299 -1 FP BE Pri !#50 N26258 P16825 MEMBAR Loop_exit !#50 N26259 P16826 MEMBAR Loop_entry !#50 N26260 P16827 BLD 188 -1 FP BE Pri !#50 N26261 P16828 MEMBAR Loop_exit !#50 N26262 P16829 MEMBAR Loop_entry !#50 N26263 P16830 BLD 206 -1 FP BE Pri !#50 N26264 P16831 MEMBAR Loop_exit !#50 N26265 P16832 MEMBAR Loop_entry !#50 N26266 P16833 BLD 140 -1 FP BE Pri !#50 N26267 P16834 MEMBAR Loop_exit !#50 N26268 P16832 MEMBAR Loop_entry !#50 N26269 P16833 BLD 140 -1 FP BE Pri !#50 N26270 P16834 MEMBAR Loop_exit !#50 N26271 P16835 MEMBAR Loop_entry !#50 N26272 P16836 BLD 143 -1 FP BE Pri !#50 N26273 P16837 MEMBAR Loop_exit !#50 N26274 P16838 MEMBAR Loop_entry !#50 N26275 P16839 BLD 228 -1 FP BE Pri !#50 N26276 P16840 MEMBAR Loop_exit !#50 N26277 P16838 MEMBAR Loop_entry !#50 N26278 P16839 BLD 228 -1 FP BE Pri !#50 N26279 P16840 MEMBAR Loop_exit !#50 N26280 P16841 IDC_FLIP 78 Int BE Pri Loop_entry !#50 N26281 P16842 MEMBAR !#50 N26282 P16843 BLD 162 -1 FP BE Pri !#50 N26283 P16844 MEMBAR Loop_exit !#50 N26284 P16845 MEMBAR Loop_entry !#50 N26285 P16846 BLD 147 -1 FP BE Pri !#50 N26286 P16847 MEMBAR Loop_exit !#50 N26287 P16845 MEMBAR Loop_entry !#50 N26288 P16846 BLD 147 -1 FP BE Pri !#50 N26289 P16847 MEMBAR Loop_exit !#50 N26290 P16848 MEMBAR Loop_entry !#50 N26291 P16849 BLD 136 -1 FP BE Pri !#50 N26292 P16850 MEMBAR Loop_exit !#50 N26293 P16848 MEMBAR Loop_entry !#50 N26294 P16849 BLD 136 -1 FP BE Pri !#50 N26295 P16850 MEMBAR Loop_exit !#50 N26296 P16851 MEMBAR Loop_entry !#50 N26297 P16852 BLD 71 -1 FP BE Pri !#50 N26298 P16852 BLD 72 -1 FP BE Pri !#A N26297 N26298 !#50 N26299 P16853 MEMBAR Loop_exit !#50 N26300 P16851 MEMBAR Loop_entry !#50 N26301 P16852 BLD 71 -1 FP BE Pri !#50 N26302 P16852 BLD 72 -1 FP BE Pri !#A N26301 N26302 !#50 N26303 P16853 MEMBAR Loop_exit !#50 N26304 P16854 ST 33 0x99000001 Int BE Pri Loop_entry Loop_exit !#50 N26305 P16855 PREFETCH 131 Int BE Pri Loop_entry !#50 N26306 P16856 MEMBAR !#50 N26307 P16857 BLD 51 -1 FP BE Pri !#50 N26308 P16858 MEMBAR Loop_exit !#50 N26309 P16859 MEMBAR Loop_entry !#50 N26310 P16860 BLD 303 -1 FP BE Pri !#50 N26311 P16861 MEMBAR Loop_exit !#50 N26312 P16859 MEMBAR Loop_entry !#50 N26313 P16860 BLD 303 -1 FP BE Pri !#50 N26314 P16861 MEMBAR Loop_exit !#50 N26315 P16862 MEMBAR Loop_entry !#50 N26316 P16863 BLD 1 -1 FP BE Pri !#50 N26317 P16864 MEMBAR Loop_exit !#50 N26318 P16862 MEMBAR Loop_entry !#50 N26319 P16863 BLD 1 -1 FP BE Pri !#50 N26320 P16864 MEMBAR Loop_exit !#50 N26321 P16865 MEMBAR Loop_entry !#50 N26322 P16866 BLD 179 -1 FP BE Pri !#50 N26323 P16867 MEMBAR Loop_exit !#50 N26324 P16865 MEMBAR Loop_entry !#50 N26325 P16866 BLD 179 -1 FP BE Pri !#50 N26326 P16867 MEMBAR Loop_exit !#50 N26327 P16868 MEMBAR Loop_entry !#50 N26328 P16869 BLD 128 -1 FP BE Pri !#50 N26329 P16870 MEMBAR Loop_exit !#50 N26330 P16871 MEMBAR Loop_entry !#50 N26331 P16872 BLD 247 -1 FP BE Pri !#50 N26332 P16873 MEMBAR Loop_exit !#50 N26333 P16874 MEMBAR Loop_entry !#50 N26334 P16875 BLD 110 -1 FP BE Pri !#50 N26335 P16876 MEMBAR Loop_exit !#50 N26336 P16877 MEMBAR Loop_entry !#50 N26337 P16878 BLD 315 -1 FP BE Pri !#50 N26338 P16879 MEMBAR Loop_exit !#50 N26339 P16880 IDC_FLIP 289 Int BE Pri Loop_entry !#50 N26340 P16881 MEMBAR !#50 N26341 P16882 BLD 279 -1 FP BE Pri !#50 N26342 P16883 MEMBAR Loop_exit !#50 N26343 P16880 IDC_FLIP 289 Int BE Pri Loop_entry !#50 N26344 P16881 MEMBAR !#50 N26345 P16882 BLD 279 -1 FP BE Pri !#50 N26346 P16883 MEMBAR Loop_exit !#50 N26347 P16884 MEMBAR Loop_entry !#50 N26348 P16885 BLD 291 -1 FP BE Pri !#50 N26349 P16886 MEMBAR Loop_exit !#50 N26350 P16887 MEMBAR Loop_entry !#50 N26351 P16888 BLD 57 -1 FP BE Pri !#50 N26352 P16889 MEMBAR Loop_exit !#50 N26353 P16887 MEMBAR Loop_entry !#50 N26354 P16888 BLD 57 -1 FP BE Pri !#50 N26355 P16889 MEMBAR Loop_exit !#50 N26356 P16890 MEMBAR Loop_entry !#50 N26357 P16891 BLD 73 -1 FP BE Pri !#50 N26358 P16892 MEMBAR Loop_exit !#50 N26359 P16890 MEMBAR Loop_entry !#50 N26360 P16891 BLD 73 -1 FP BE Pri !#50 N26361 P16892 MEMBAR Loop_exit !#50 N26362 P16893 MEMBAR Loop_entry !#50 N26363 P16894 BLD 64 -1 FP BE Pri !#50 N26364 P16895 MEMBAR Loop_exit !#50 N26365 P16893 MEMBAR Loop_entry !#50 N26366 P16894 BLD 64 -1 FP BE Pri !#50 N26367 P16895 MEMBAR Loop_exit !#50 N26368 P16896 MEMBAR Loop_entry !#50 N26369 P16897 BLD 353 -1 FP BE Pri !#50 N26370 P16898 MEMBAR Loop_exit !#50 N26371 P16896 MEMBAR Loop_entry !#50 N26372 P16897 BLD 353 -1 FP BE Pri !#50 N26373 P16898 MEMBAR Loop_exit !#50 N26374 P16899 MEMBAR Loop_entry !#50 N26375 P16900 BLD 342 -1 FP BE Pri !#50 N26376 P16901 MEMBAR Loop_exit !#50 N26377 P16902 LD 47 -1 Int BE Pri Loop_entry !#50 N26378 P16903 LD 183 -1 Int BE Pri Loop_exit !#50 N26379 P16902 LD 47 -1 Int BE Pri Loop_entry !#50 N26380 P16903 LD 183 -1 Int BE Pri Loop_exit !#50 N26381 P16904 PREFETCH 4 Int BE Pri Loop_entry Loop_exit !#50 N26382 P16904 PREFETCH 4 Int BE Pri Loop_entry Loop_exit !#50 N26383 P16905 MEMBAR Loop_entry !#50 N26384 P16906 BLD 124 -1 FP BE Pri !#50 N26385 P16906 BLD 125 -1 FP BE Pri !#50 N26386 P16906 BLD 126 -1 FP BE Pri !#50 N26387 P16907 MEMBAR Loop_exit !#50 N26388 P16908 MEMBAR Loop_entry !#50 N26389 P16909 BLD 146 -1 FP BE Pri !#50 N26390 P16910 MEMBAR Loop_exit !#50 N26391 P16908 MEMBAR Loop_entry !#50 N26392 P16909 BLD 146 -1 FP BE Pri !#50 N26393 P16910 MEMBAR Loop_exit !#50 N26394 P16911 MEMBAR Loop_entry !#50 N26395 P16912 BLD 292 -1 FP BE Pri !#50 N26396 P16913 MEMBAR Loop_exit !#50 N26397 P16911 MEMBAR Loop_entry !#50 N26398 P16912 BLD 292 -1 FP BE Pri !#50 N26399 P16913 MEMBAR Loop_exit !#50 N26400 P16914 MEMBAR Loop_entry !#50 N26401 P16915 BLD 158 -1 FP BE Pri !#50 N26402 P16916 MEMBAR Loop_exit !#50 N26403 P16914 MEMBAR Loop_entry !#50 N26404 P16915 BLD 158 -1 FP BE Pri !#50 N26405 P16916 MEMBAR Loop_exit !#50 N26406 P16917 MEMBAR Loop_entry !#50 N26407 P16918 BLD 280 -1 FP BE Pri !#50 N26408 P16919 MEMBAR Loop_exit !#50 N26409 P16920 ST 23 0x25000001 FP BE Pri Loop_entry Loop_exit !#50 N26410 P16920 ST 23 0x25000002 FP BE Pri Loop_entry Loop_exit !#50 N26411 P16921 MEMBAR Loop_entry !#50 N26412 P16922 BLD 127 -1 FP BE Pri !#50 N26413 P16923 MEMBAR Loop_exit !#50 N26414 P16924 MEMBAR Loop_entry !#50 N26415 P16925 BLD 119 -1 FP BE Pri !#50 N26416 P16926 MEMBAR Loop_exit !#50 N26417 P16924 MEMBAR Loop_entry !#50 N26418 P16925 BLD 119 -1 FP BE Pri !#50 N26419 P16926 MEMBAR Loop_exit !#50 N26420 P16927 MEMBAR Loop_entry !#50 N26421 P16928 BLD 148 -1 FP BE Pri !#50 N26422 P16929 MEMBAR Loop_exit !#50 N26423 P16927 MEMBAR Loop_entry !#50 N26424 P16928 BLD 148 -1 FP BE Pri !#50 N26425 P16929 MEMBAR Loop_exit !#50 N26426 P16930 MEMBAR Loop_entry !#50 N26427 P16931 BLD 14 -1 FP BE Pri !#50 N26428 P16932 MEMBAR Loop_exit !#50 N26429 P16930 MEMBAR Loop_entry !#50 N26430 P16931 BLD 14 -1 FP BE Pri !#50 N26431 P16932 MEMBAR Loop_exit !#50 N26432 P16933 MEMBAR Loop_entry !#50 N26433 P16934 BLD 297 -1 FP BE Pri !#50 N26434 P16935 MEMBAR Loop_exit !#50 N26435 P16936 MEMBAR Loop_entry !#50 N26436 P16937 BLD 193 -1 FP BE Pri !#50 N26437 P16938 MEMBAR Loop_exit !#50 N26438 P16939 MEMBAR Loop_entry !#50 N26439 P16940 BLD 284 -1 FP BE Pri !#50 N26440 P16941 MEMBAR Loop_exit !#50 N26441 P16939 MEMBAR Loop_entry !#50 N26442 P16940 BLD 284 -1 FP BE Pri !#50 N26443 P16941 MEMBAR Loop_exit !#50 N26444 P16942 MEMBAR Loop_entry !#50 N26445 P16943 BLD 255 -1 FP BE Pri !#50 N26446 P16944 MEMBAR Loop_exit !#50 N26447 P16942 MEMBAR Loop_entry !#50 N26448 P16943 BLD 255 -1 FP BE Pri !#50 N26449 P16944 MEMBAR Loop_exit !#50 N26450 P16945 MEMBAR Loop_entry !#50 N26451 P16946 BLD 209 -1 FP BE Pri !#50 N26452 P16947 MEMBAR Loop_exit !#50 N26453 P16948 ST 188 0x99000002 Int BE Pri Loop_entry Loop_exit !#50 N26454 P16949 MEMBAR Loop_entry !#50 N26455 P16950 BLD 152 -1 FP BE Pri !#50 N26456 P16951 MEMBAR Loop_exit !#50 N26457 P16952 MEMBAR Loop_entry !#50 N26458 P16953 BLD 120 -1 FP BE Pri !#50 N26459 P16954 MEMBAR Loop_exit !#50 N26460 P16952 MEMBAR Loop_entry !#50 N26461 P16953 BLD 120 -1 FP BE Pri !#50 N26462 P16954 MEMBAR Loop_exit !#50 N26463 P16955 MEMBAR Loop_entry !#50 N26464 P16956 BLD 78 -1 FP BE Pri !#50 N26465 P16957 MEMBAR Loop_exit !#50 N26466 P16955 MEMBAR Loop_entry !#50 N26467 P16956 BLD 78 -1 FP BE Pri !#50 N26468 P16957 MEMBAR Loop_exit !#50 N26469 P16958 MEMBAR Loop_entry !#50 N26470 P16959 BLD 32 -1 FP BE Pri !#50 N26471 P16959 BLD 33 -1 FP BE Pri !#50 N26472 P16960 MEMBAR Loop_exit !#50 N26473 P16958 MEMBAR Loop_entry !#50 N26474 P16959 BLD 32 -1 FP BE Pri !#50 N26475 P16959 BLD 33 -1 FP BE Pri !#50 N26476 P16960 MEMBAR Loop_exit !#50 N26477 P16961 MEMBAR Loop_entry !#50 N26478 P16962 BLD 148 -1 FP BE Pri !#50 N26479 P16963 MEMBAR Loop_exit !#50 N26480 P16964 MEMBAR Loop_entry !#50 N26481 P16965 BLD 75 -1 FP BE Pri !#50 N26482 P16966 MEMBAR Loop_exit !#50 N26483 P16967 MEMBAR Loop_entry !#50 N26484 P16968 BLD 118 -1 FP BE Pri !#50 N26485 P16969 MEMBAR Loop_exit !#50 N26486 P16970 MEMBAR Loop_entry !#50 N26487 P16971 BLD 141 -1 FP BE Pri !#50 N26488 P16972 MEMBAR Loop_exit !#50 N26489 P16970 MEMBAR Loop_entry !#50 N26490 P16971 BLD 141 -1 FP BE Pri !#50 N26491 P16972 MEMBAR Loop_exit !#50 N26492 P16973 MEMBAR Loop_entry !#50 N26493 P16974 BLD 65 -1 FP BE Pri !#50 N26494 P16975 MEMBAR Loop_exit !#50 N26495 P16976 MEMBAR Loop_entry !#50 N26496 P16977 BLD 276 -1 FP BE Pri !#50 N26497 P16978 MEMBAR Loop_exit !#50 N26498 P16979 MEMBAR Loop_entry !#50 N26499 P16980 BLD 326 -1 FP BE Pri !#50 N26500 P16981 MEMBAR Loop_exit !#50 N26501 P16982 MEMBAR Loop_entry !#50 N26502 P16983 BLD 29 -1 FP BE Pri !#50 N26503 P16984 MEMBAR Loop_exit !#50 N26504 P16982 MEMBAR Loop_entry !#50 N26505 P16983 BLD 29 -1 FP BE Pri !#50 N26506 P16984 MEMBAR Loop_exit !#50 N26507 P16985 MEMBAR Loop_entry !#50 N26508 P16986 BLD 259 -1 FP BE Pri !#50 N26509 P16987 MEMBAR Loop_exit !#50 N26510 P16988 MEMBAR Loop_entry !#50 N26511 P16989 BLD 158 -1 FP BE Pri !#50 N26512 P16990 MEMBAR Loop_exit !#50 N26513 P16991 MEMBAR Loop_entry !#50 N26514 P16992 BLD 272 -1 FP BE Pri !#50 N26515 P16993 MEMBAR Loop_exit !#50 N26516 P16994 MEMBAR Loop_entry !#50 N26517 P16995 BLD 134 -1 FP BE Pri !#50 N26518 P16996 MEMBAR Loop_exit !#50 N26519 P16997 MEMBAR Loop_entry !#50 N26520 P16998 BLD 236 -1 FP BE Pri !#50 N26521 P16999 MEMBAR Loop_exit !#50 N26522 P16997 MEMBAR Loop_entry !#50 N26523 P16998 BLD 236 -1 FP BE Pri !#50 N26524 P16999 MEMBAR Loop_exit !#50 N26525 P17000 MEMBAR Loop_entry !#50 N26526 P17001 BLD 264 -1 FP BE Pri !#50 N26527 P17002 MEMBAR Loop_exit !#50 N26528 P17003 MEMBAR Loop_entry !#50 N26529 P17004 BLD 174 -1 FP BE Pri !#50 N26530 P17005 MEMBAR Loop_exit !#50 N26531 P17006 MEMBAR Loop_entry !#50 N26532 P17007 BLD 42 -1 FP BE Pri !#50 N26533 P17008 MEMBAR Loop_exit !#50 N26534 P17006 MEMBAR Loop_entry !#50 N26535 P17007 BLD 42 -1 FP BE Pri !#50 N26536 P17008 MEMBAR Loop_exit !#50 N26537 P17009 MEMBAR Loop_entry !#50 N26538 P17010 BLD 1 -1 FP BE Pri !#50 N26539 P17011 MEMBAR Loop_exit !#50 N26540 P17012 MEMBAR Loop_entry !#50 N26541 P17013 BLD 51 -1 FP BE Pri !#50 N26542 P17014 MEMBAR Loop_exit !#50 N26543 P17012 MEMBAR Loop_entry !#50 N26544 P17013 BLD 51 -1 FP BE Pri !#50 N26545 P17014 MEMBAR Loop_exit !#50 N26546 P17015 MEMBAR Loop_entry !#50 N26547 P17016 BLD 160 -1 FP BE Pri !#50 N26548 P17017 MEMBAR Loop_exit !#50 N26549 P17015 MEMBAR Loop_entry !#50 N26550 P17016 BLD 160 -1 FP BE Pri !#50 N26551 P17017 MEMBAR Loop_exit !#50 N26552 P17018 PREFETCH 160 Int BE Pri Loop_entry Loop_exit !#50 N26553 P17019 MEMBAR Loop_entry !#50 N26554 P17020 BLD 85 -1 FP BE Pri !#50 N26555 P17021 MEMBAR Loop_exit !#50 N26556 P17022 MEMBAR Loop_entry !#50 N26557 P17023 BLD 54 -1 FP BE Pri !#50 N26558 P17024 MEMBAR Loop_exit !#50 N26559 P17022 MEMBAR Loop_entry !#50 N26560 P17023 BLD 54 -1 FP BE Pri !#50 N26561 P17024 MEMBAR Loop_exit !#50 N26562 P17025 MEMBAR Loop_entry !#50 N26563 P17026 BLD 226 -1 FP BE Pri !#50 N26564 P17027 MEMBAR Loop_exit !#50 N26565 P17025 MEMBAR Loop_entry !#50 N26566 P17026 BLD 226 -1 FP BE Pri !#50 N26567 P17027 MEMBAR Loop_exit !#50 N26568 P17028 MEMBAR Loop_entry !#50 N26569 P17029 BLD 9 -1 FP BE Pri !#50 N26570 P17030 MEMBAR Loop_exit !#50 N26571 P17031 MEMBAR Loop_entry !#50 N26572 P17032 BLD 42 -1 FP BE Pri !#50 N26573 P17033 MEMBAR Loop_exit !#50 N26574 P17034 IDC_FLIP 170 Int BE Pri Loop_entry !#50 N26575 P17035 MEMBAR !#50 N26576 P17036 BLD 201 -1 FP BE Pri !#50 N26577 P17037 MEMBAR Loop_exit !#50 N26578 P17034 IDC_FLIP 170 Int BE Pri Loop_entry !#50 N26579 P17035 MEMBAR !#50 N26580 P17036 BLD 201 -1 FP BE Pri !#50 N26581 P17037 MEMBAR Loop_exit !#50 N26582 P17038 MEMBAR Loop_entry !#50 N26583 P17039 BLD 323 -1 FP BE Pri !#50 N26584 P17040 MEMBAR Loop_exit !#50 N26585 P17038 MEMBAR Loop_entry !#50 N26586 P17039 BLD 323 -1 FP BE Pri !#50 N26587 P17040 MEMBAR Loop_exit !#50 N26588 P17041 MEMBAR Loop_entry !#50 N26589 P17042 BLD 94 -1 FP BE Pri !#50 N26590 P17042 BLD 95 -1 FP BE Pri !#50 N26591 P17043 MEMBAR Loop_exit !#50 N26592 P17041 MEMBAR Loop_entry !#50 N26593 P17042 BLD 94 -1 FP BE Pri !#50 N26594 P17042 BLD 95 -1 FP BE Pri !#50 N26595 P17043 MEMBAR Loop_exit !#50 N26596 P17044 ST 236 0x99000003 Int BE Pri Loop_entry Loop_exit !#50 N26597 P17044 ST 236 0x99000004 Int BE Pri Loop_entry Loop_exit !#50 N26598 P17045 MEMBAR Loop_entry !#50 N26599 P17046 BLD 141 -1 FP BE Pri !#50 N26600 P17047 MEMBAR Loop_exit !#50 N26601 P17045 MEMBAR Loop_entry !#50 N26602 P17046 BLD 141 -1 FP BE Pri !#50 N26603 P17047 MEMBAR Loop_exit !#50 N26604 P17048 MEMBAR Loop_entry !#50 N26605 P17049 BLD 219 -1 FP BE Pri !#50 N26606 P17049 BLD 220 -1 FP BE Pri !#50 N26607 P17050 MEMBAR Loop_exit !#50 N26608 P17051 PREFETCH 197 Int BE Pri Loop_entry !#50 N26609 P17052 IDC_FLIP 238 Int BE Pri Loop_exit !#50 N26610 P17051 PREFETCH 197 Int BE Pri Loop_entry !#50 N26611 P17052 IDC_FLIP 238 Int BE Pri Loop_exit !#50 N26612 P17053 MEMBAR Loop_entry !#50 N26613 P17054 BLD 280 -1 FP BE Pri !#50 N26614 P17055 MEMBAR Loop_exit !#50 N26615 P17053 MEMBAR Loop_entry !#50 N26616 P17054 BLD 280 -1 FP BE Pri !#50 N26617 P17055 MEMBAR Loop_exit !#50 N26618 P17056 MEMBAR Loop_entry !#50 N26619 P17057 BLD 132 -1 FP BE Pri !#50 N26620 P17058 MEMBAR Loop_exit !#50 N26621 P17056 MEMBAR Loop_entry !#50 N26622 P17057 BLD 132 -1 FP BE Pri !#50 N26623 P17058 MEMBAR Loop_exit !#50 N26624 P17059 MEMBAR Loop_entry !#50 N26625 P17060 BLD 356 -1 FP BE Pri !#50 N26626 P17061 MEMBAR Loop_exit !#50 N26627 P17059 MEMBAR Loop_entry !#50 N26628 P17060 BLD 356 -1 FP BE Pri !#50 N26629 P17061 MEMBAR Loop_exit !#50 N26630 P17062 MEMBAR Loop_entry !#50 N26631 P17063 BLD 138 -1 FP BE Pri !#50 N26632 P17064 MEMBAR Loop_exit !#50 N26633 P17065 MEMBAR Loop_entry !#50 N26634 P17066 BLD 62 -1 FP BE Pri !#50 N26635 P17066 BLD 63 -1 FP BE Pri !#50 N26636 P17067 MEMBAR Loop_exit !#50 N26637 P17065 MEMBAR Loop_entry !#50 N26638 P17066 BLD 62 -1 FP BE Pri !#50 N26639 P17066 BLD 63 -1 FP BE Pri !#50 N26640 P17067 MEMBAR Loop_exit !#50 N26641 P17068 MEMBAR Loop_entry !#50 N26642 P17069 BLD 330 -1 FP BE Pri !#50 N26643 P17070 MEMBAR Loop_exit !#50 N26644 P17068 MEMBAR Loop_entry !#50 N26645 P17069 BLD 330 -1 FP BE Pri !#50 N26646 P17070 MEMBAR Loop_exit !#50 N26647 P17071 MEMBAR Loop_entry !#50 N26648 P17072 BLD 231 -1 FP BE Pri !#50 N26649 P17073 MEMBAR Loop_exit !#50 N26650 P17071 MEMBAR Loop_entry !#50 N26651 P17072 BLD 231 -1 FP BE Pri !#50 N26652 P17073 MEMBAR Loop_exit !#50 N26653 P17074 PREFETCH 245 Int BE Pri Loop_entry Loop_exit !#50 N26654 P17075 MEMBAR Loop_entry !#50 N26655 P17076 BLD 254 -1 FP BE Pri !#50 N26656 P17077 MEMBAR Loop_exit !#50 N26657 P17075 MEMBAR Loop_entry !#50 N26658 P17076 BLD 254 -1 FP BE Pri !#50 N26659 P17077 MEMBAR Loop_exit !#50 N26660 P17078 MEMBAR !#51 N26661 P17079 MEMBAR Loop_entry !#51 N26662 P17080 BLD 84 -1 FP BE Pri !#51 N26663 P17081 MEMBAR Loop_exit !#51 N26664 P17079 MEMBAR Loop_entry !#51 N26665 P17080 BLD 84 -1 FP BE Pri !#51 N26666 P17081 MEMBAR Loop_exit !#51 N26667 P17082 MEMBAR Loop_entry !#51 N26668 P17083 BLD 147 -1 FP BE Pri !#51 N26669 P17084 MEMBAR Loop_exit !#51 N26670 P17082 MEMBAR Loop_entry !#51 N26671 P17083 BLD 147 -1 FP BE Pri !#51 N26672 P17084 MEMBAR Loop_exit !#51 N26673 P17085 MEMBAR Loop_entry !#51 N26674 P17086 BLD 61 -1 FP BE Pri !#51 N26675 P17087 MEMBAR Loop_exit !#51 N26676 P17088 MEMBAR Loop_entry !#51 N26677 P17089 BLD 337 -1 FP BE Pri !#51 N26678 P17090 MEMBAR Loop_exit !#51 N26679 P17091 MEMBAR Loop_entry !#51 N26680 P17092 BLD 135 -1 FP BE Pri !#51 N26681 P17093 MEMBAR Loop_exit !#51 N26682 P17094 MEMBAR Loop_entry !#51 N26683 P17095 BLD 158 -1 FP BE Pri !#51 N26684 P17096 MEMBAR Loop_exit !#51 N26685 P17097 MEMBAR Loop_entry !#51 N26686 P17098 BLD 98 -1 FP BE Pri !#51 N26687 P17098 BLD 99 -1 FP BE Pri !#51 N26688 P17099 MEMBAR Loop_exit !#51 N26689 P17100 IDC_FLIP 169 Int BE Pri Loop_entry Loop_exit !#51 N26690 P17100 IDC_FLIP 169 Int BE Pri Loop_entry Loop_exit !#51 N26691 P17101 MEMBAR Loop_entry !#51 N26692 P17102 BLD 111 -1 FP BE Pri !#51 N26693 P17102 BLD 112 -1 FP BE Pri !#51 N26694 P17102 BLD 113 -1 FP BE Pri !#51 N26695 P17103 MEMBAR Loop_exit !#51 N26696 P17104 MEMBAR Loop_entry !#51 N26697 P17105 BLD 148 -1 FP BE Pri !#51 N26698 P17106 MEMBAR Loop_exit !#51 N26699 P17104 MEMBAR Loop_entry !#51 N26700 P17105 BLD 148 -1 FP BE Pri !#51 N26701 P17106 MEMBAR Loop_exit !#51 N26702 P17107 ST 215 0x99800001 Int BE Pri Loop_entry Loop_exit !#51 N26703 P17108 PREFETCH 238 Int BE Pri Loop_entry Loop_exit !#51 N26704 P17108 PREFETCH 238 Int BE Pri Loop_entry Loop_exit !#51 N26705 P17109 MEMBAR Loop_entry !#51 N26706 P17110 BLD 345 -1 FP BE Pri !#51 N26707 P17111 MEMBAR Loop_exit !#51 N26708 P17112 PREFETCH 290 Int BE Pri Loop_entry Loop_exit !#51 N26709 P17112 PREFETCH 290 Int BE Pri Loop_entry Loop_exit !#51 N26710 P17113 MEMBAR Loop_entry !#51 N26711 P17114 BLD 271 -1 FP BE Pri !#51 N26712 P17115 MEMBAR Loop_exit !#51 N26713 P17116 PREFETCH 133 Int BE Pri Loop_entry Loop_exit !#51 N26714 P17117 MEMBAR Loop_entry !#51 N26715 P17118 BLD 68 -1 FP BE Pri !#51 N26716 P17119 MEMBAR Loop_exit !#51 N26717 P17117 MEMBAR Loop_entry !#51 N26718 P17118 BLD 68 -1 FP BE Pri !#51 N26719 P17119 MEMBAR Loop_exit !#51 N26720 P17120 MEMBAR Loop_entry !#51 N26721 P17121 BLD 174 -1 FP BE Pri !#51 N26722 P17122 MEMBAR Loop_exit !#51 N26723 P17120 MEMBAR Loop_entry !#51 N26724 P17121 BLD 174 -1 FP BE Pri !#51 N26725 P17122 MEMBAR Loop_exit !#51 N26726 P17123 FLUSHI 135 Int BE Pri Loop_entry !#51 N26727 P17124 MEMBAR !#51 N26728 P17125 BLD 285 -1 FP BE Pri !#51 N26729 P17126 MEMBAR Loop_exit !#51 N26730 P17123 FLUSHI 135 Int BE Pri Loop_entry !#51 N26731 P17124 MEMBAR !#51 N26732 P17125 BLD 285 -1 FP BE Pri !#51 N26733 P17126 MEMBAR Loop_exit !#51 N26734 P17127 PREFETCH 36 Int BE Pri Loop_entry Loop_exit !#51 N26735 P17127 PREFETCH 36 Int BE Pri Loop_entry Loop_exit !#51 N26736 P17128 MEMBAR Loop_entry !#51 N26737 P17129 BLD 43 -1 FP BE Pri !#51 N26738 P17130 MEMBAR Loop_exit !#51 N26739 P17131 MEMBAR Loop_entry !#51 N26740 P17132 BLD 225 -1 FP BE Pri !#51 N26741 P17133 MEMBAR Loop_exit !#51 N26742 P17134 PREFETCH 75 NF Int BE Pri Loop_entry !#51 N26743 P17135 IDC_FLIP 102 Int BE Pri Loop_exit !#51 N26744 P17136 MEMBAR Loop_entry !#51 N26745 P17137 BLD 21 -1 FP BE Pri !#51 N26746 P17138 MEMBAR Loop_exit !#51 N26747 P17139 MEMBAR Loop_entry !#51 N26748 P17140 BLD 297 -1 FP BE Pri !#51 N26749 P17141 MEMBAR Loop_exit !#51 N26750 P17139 MEMBAR Loop_entry !#51 N26751 P17140 BLD 297 -1 FP BE Pri !#51 N26752 P17141 MEMBAR Loop_exit !#51 N26753 P17142 MEMBAR Loop_entry !#51 N26754 P17143 BLD 62 -1 FP BE Pri !#51 N26755 P17143 BLD 63 -1 FP BE Pri !#51 N26756 P17144 MEMBAR Loop_exit !#51 N26757 P17142 MEMBAR Loop_entry !#51 N26758 P17143 BLD 62 -1 FP BE Pri !#51 N26759 P17143 BLD 63 -1 FP BE Pri !#51 N26760 P17144 MEMBAR Loop_exit !#51 N26761 P17145 MEMBAR Loop_entry !#51 N26762 P17146 BLD 346 -1 FP BE Pri !#51 N26763 P17147 MEMBAR Loop_exit !#51 N26764 P17148 MEMBAR Loop_entry !#51 N26765 P17149 BLD 161 -1 FP BE Pri !#51 N26766 P17150 MEMBAR Loop_exit !#51 N26767 P17148 MEMBAR Loop_entry !#51 N26768 P17149 BLD 161 -1 FP BE Pri !#51 N26769 P17150 MEMBAR Loop_exit !#51 N26770 P17151 MEMBAR Loop_entry !#51 N26771 P17152 BLD 182 -1 FP BE Pri !#51 N26772 P17153 MEMBAR Loop_exit !#51 N26773 P17154 IDC_FLIP 181 Int BE Pri Loop_entry Loop_exit !#51 N26774 P17154 IDC_FLIP 181 Int BE Pri Loop_entry Loop_exit !#51 N26775 P17155 MEMBAR Loop_entry !#51 N26776 P17156 BLD 188 -1 FP BE Pri !#51 N26777 P17157 MEMBAR Loop_exit !#51 N26778 P17155 MEMBAR Loop_entry !#51 N26779 P17156 BLD 188 -1 FP BE Pri !#51 N26780 P17157 MEMBAR Loop_exit !#51 N26781 P17158 MEMBAR Loop_entry !#51 N26782 P17159 BLD 263 -1 FP BE Pri !#51 N26783 P17160 MEMBAR Loop_exit !#51 N26784 P17158 MEMBAR Loop_entry !#51 N26785 P17159 BLD 263 -1 FP BE Pri !#51 N26786 P17160 MEMBAR Loop_exit !#51 N26787 P17161 MEMBAR Loop_entry !#51 N26788 P17162 BLD 69 -1 FP BE Pri !#51 N26789 P17163 MEMBAR Loop_exit !#51 N26790 P17164 MEMBAR Loop_entry !#51 N26791 P17165 BLD 169 -1 FP BE Pri !#51 N26792 P17166 MEMBAR Loop_exit !#51 N26793 P17167 ST 343 0x99800002 Int BE Pri Loop_entry Loop_exit !#51 N26794 P17168 MEMBAR Loop_entry !#51 N26795 P17169 BLD 89 -1 FP BE Pri !#51 N26796 P17169 BLD 90 -1 FP BE Pri !#51 N26797 P17170 MEMBAR Loop_exit !#51 N26798 P17171 MEMBAR Loop_entry !#51 N26799 P17172 BLD 77 -1 FP BE Pri !#51 N26800 P17173 MEMBAR Loop_exit !#51 N26801 P17174 MEMBAR Loop_entry !#51 N26802 P17175 BLD 178 -1 FP BE Pri !#51 N26803 P17176 MEMBAR Loop_exit !#51 N26804 P17177 MEMBAR Loop_entry !#51 N26805 P17178 BLD 188 -1 FP BE Pri !#51 N26806 P17179 MEMBAR Loop_exit !#51 N26807 P17180 MEMBAR Loop_entry !#51 N26808 P17181 BLD 123 -1 FP BE Pri !#51 N26809 P17182 MEMBAR Loop_exit !#51 N26810 P17180 MEMBAR Loop_entry !#51 N26811 P17181 BLD 123 -1 FP BE Pri !#51 N26812 P17182 MEMBAR Loop_exit !#51 N26813 P17183 MEMBAR Loop_entry !#51 N26814 P17184 BLD 45 -1 FP BE Pri !#51 N26815 P17185 MEMBAR Loop_exit !#51 N26816 P17186 MEMBAR Loop_entry !#51 N26817 P17187 BLD 48 -1 FP BE Pri !#51 N26818 P17188 MEMBAR Loop_exit !#51 N26819 P17186 MEMBAR Loop_entry !#51 N26820 P17187 BLD 48 -1 FP BE Pri !#51 N26821 P17188 MEMBAR Loop_exit !#51 N26822 P17189 MEMBAR Loop_entry !#51 N26823 P17190 BLD 352 -1 FP BE Pri !#51 N26824 P17191 MEMBAR Loop_exit !#51 N26825 P17189 MEMBAR Loop_entry !#51 N26826 P17190 BLD 352 -1 FP BE Pri !#51 N26827 P17191 MEMBAR Loop_exit !#51 N26828 P17192 MEMBAR Loop_entry !#51 N26829 P17193 BLD 162 -1 FP BE Pri !#51 N26830 P17194 MEMBAR Loop_exit !#51 N26831 P17192 MEMBAR Loop_entry !#51 N26832 P17193 BLD 162 -1 FP BE Pri !#51 N26833 P17194 MEMBAR Loop_exit !#51 N26834 P17195 MEMBAR Loop_entry !#51 N26835 P17196 BLD 323 -1 FP BE Pri !#51 N26836 P17197 MEMBAR Loop_exit !#51 N26837 P17195 MEMBAR Loop_entry !#51 N26838 P17196 BLD 323 -1 FP BE Pri !#51 N26839 P17197 MEMBAR Loop_exit !#51 N26840 P17198 MEMBAR Loop_entry !#51 N26841 P17199 BLD 268 -1 FP BE Pri !#51 N26842 P17200 MEMBAR Loop_exit !#51 N26843 P17198 MEMBAR Loop_entry !#51 N26844 P17199 BLD 268 -1 FP BE Pri !#51 N26845 P17200 MEMBAR Loop_exit !#51 N26846 P17201 IDC_FLIP 315 Int BE Pri Loop_entry Loop_exit !#51 N26847 P17202 MEMBAR Loop_entry !#51 N26848 P17203 BLD 294 -1 FP BE Pri !#51 N26849 P17204 MEMBAR Loop_exit !#51 N26850 P17202 MEMBAR Loop_entry !#51 N26851 P17203 BLD 294 -1 FP BE Pri !#51 N26852 P17204 MEMBAR Loop_exit !#51 N26853 P17205 MEMBAR Loop_entry !#51 N26854 P17206 BLD 102 -1 FP BE Pri !#51 N26855 P17206 BLD 103 -1 FP BE Pri !#51 N26856 P17206 BLD 104 -1 FP BE Pri !#51 N26857 P17207 MEMBAR Loop_exit !#51 N26858 P17205 MEMBAR Loop_entry !#51 N26859 P17206 BLD 102 -1 FP BE Pri !#51 N26860 P17206 BLD 103 -1 FP BE Pri !#51 N26861 P17206 BLD 104 -1 FP BE Pri !#51 N26862 P17207 MEMBAR Loop_exit !#51 N26863 P17208 MEMBAR Loop_entry !#51 N26864 P17209 BLD 175 -1 FP BE Pri !#51 N26865 P17210 MEMBAR Loop_exit !#51 N26866 P17208 MEMBAR Loop_entry !#51 N26867 P17209 BLD 175 -1 FP BE Pri !#51 N26868 P17210 MEMBAR Loop_exit !#51 N26869 P17211 MEMBAR Loop_entry !#51 N26870 P17212 BLD 232 -1 FP BE Pri !#51 N26871 P17213 MEMBAR Loop_exit !#51 N26872 P17214 MEMBAR Loop_entry !#51 N26873 P17215 BLD 2 -1 FP BE Pri !#51 N26874 P17216 MEMBAR Loop_exit !#51 N26875 P17214 MEMBAR Loop_entry !#51 N26876 P17215 BLD 2 -1 FP BE Pri !#51 N26877 P17216 MEMBAR Loop_exit !#51 N26878 P17217 MEMBAR Loop_entry !#51 N26879 P17218 BLD 241 -1 FP BE Pri !#51 N26880 P17218 BLD 242 -1 FP BE Pri !#51 N26881 P17219 MEMBAR Loop_exit !#51 N26882 P17220 MEMBAR Loop_entry !#51 N26883 P17221 BLD 71 -1 FP BE Pri !#51 N26884 P17221 BLD 72 -1 FP BE Pri !#A N26883 N26884 !#51 N26885 P17222 MEMBAR Loop_exit !#51 N26886 P17223 MEMBAR Loop_entry !#51 N26887 P17224 BLD 219 -1 FP BE Pri !#51 N26888 P17224 BLD 220 -1 FP BE Pri !#51 N26889 P17225 MEMBAR Loop_exit !#51 N26890 P17226 MEMBAR Loop_entry !#51 N26891 P17227 BLD 264 -1 FP BE Pri !#51 N26892 P17228 MEMBAR Loop_exit !#51 N26893 P17226 MEMBAR Loop_entry !#51 N26894 P17227 BLD 264 -1 FP BE Pri !#51 N26895 P17228 MEMBAR Loop_exit !#51 N26896 P17229 MEMBAR Loop_entry !#51 N26897 P17230 BLD 255 -1 FP BE Pri !#51 N26898 P17231 MEMBAR Loop_exit !#51 N26899 P17232 MEMBAR Loop_entry !#51 N26900 P17233 BLD 81 -1 FP BE Pri !#51 N26901 P17234 MEMBAR Loop_exit !#51 N26902 P17232 MEMBAR Loop_entry !#51 N26903 P17233 BLD 81 -1 FP BE Pri !#51 N26904 P17234 MEMBAR Loop_exit !#51 N26905 P17235 MEMBAR Loop_entry !#51 N26906 P17236 BLD 276 -1 FP BE Pri !#51 N26907 P17237 MEMBAR Loop_exit !#51 N26908 P17238 MEMBAR Loop_entry !#51 N26909 P17239 BLD 123 -1 FP BE Pri !#51 N26910 P17240 MEMBAR Loop_exit !#51 N26911 P17241 MEMBAR Loop_entry !#51 N26912 P17242 BLD 141 -1 FP BE Pri !#51 N26913 P17243 MEMBAR Loop_exit !#51 N26914 P17241 MEMBAR Loop_entry !#51 N26915 P17242 BLD 141 -1 FP BE Pri !#51 N26916 P17243 MEMBAR Loop_exit !#51 N26917 P17244 MEMBAR Loop_entry !#51 N26918 P17245 BLD 52 -1 FP BE Pri !#51 N26919 P17246 MEMBAR Loop_exit !#51 N26920 P17247 MEMBAR Loop_entry !#51 N26921 P17248 BLD 67 -1 FP BE Pri !#51 N26922 P17249 MEMBAR Loop_exit !#51 N26923 P17247 MEMBAR Loop_entry !#51 N26924 P17248 BLD 67 -1 FP BE Pri !#51 N26925 P17249 MEMBAR Loop_exit !#51 N26926 P17250 MEMBAR Loop_entry !#51 N26927 P17251 BLD 35 -1 FP BE Pri !#51 N26928 P17252 MEMBAR Loop_exit !#51 N26929 P17253 MEMBAR Loop_entry !#51 N26930 P17254 BLD 132 -1 FP BE Pri !#51 N26931 P17255 MEMBAR Loop_exit !#51 N26932 P17256 MEMBAR Loop_entry !#51 N26933 P17257 BLD 116 -1 FP BE Pri !#51 N26934 P17258 MEMBAR Loop_exit !#51 N26935 P17256 MEMBAR Loop_entry !#51 N26936 P17257 BLD 116 -1 FP BE Pri !#51 N26937 P17258 MEMBAR Loop_exit !#51 N26938 P17259 MEMBAR Loop_entry !#51 N26939 P17260 BLD 284 -1 FP BE Pri !#51 N26940 P17261 MEMBAR Loop_exit !#51 N26941 P17262 MEMBAR Loop_entry !#51 N26942 P17263 BLD 317 -1 FP BE Pri !#51 N26943 P17264 MEMBAR Loop_exit !#51 N26944 P17262 MEMBAR Loop_entry !#51 N26945 P17263 BLD 317 -1 FP BE Pri !#51 N26946 P17264 MEMBAR Loop_exit !#51 N26947 P17265 MEMBAR Loop_entry !#51 N26948 P17266 BLD 343 -1 FP BE Pri !#51 N26949 P17266 BLD 344 -1 FP BE Pri !#51 N26950 P17267 MEMBAR Loop_exit !#51 N26951 P17265 MEMBAR Loop_entry !#51 N26952 P17266 BLD 343 -1 FP BE Pri !#51 N26953 P17266 BLD 344 -1 FP BE Pri !#51 N26954 P17267 MEMBAR Loop_exit !#51 N26955 P17268 MEMBAR Loop_entry !#51 N26956 P17269 BLD 180 -1 FP BE Pri !#51 N26957 P17270 MEMBAR Loop_exit !#51 N26958 P17271 MEMBAR Loop_entry !#51 N26959 P17272 BLD 311 -1 FP BE Pri !#51 N26960 P17273 MEMBAR Loop_exit !#51 N26961 P17274 MEMBAR Loop_entry !#51 N26962 P17275 BLD 56 -1 FP BE Pri !#51 N26963 P17276 MEMBAR Loop_exit !#51 N26964 P17277 IDC_FLIP 155 Int BE Pri Loop_entry Loop_exit !#51 N26965 P17277 IDC_FLIP 155 Int BE Pri Loop_entry Loop_exit !#51 N26966 P17278 IDC_FLIP 356 Int BE Pri Loop_entry !#51 N26967 P17279 LD 276 -1 Int BE Pri !#51 N26968 P17280 LD 120 -1 Int BE Pri Loop_exit !#51 N26969 P17281 MEMBAR Loop_entry !#51 N26970 P17282 BLD 20 -1 FP BE Pri !#51 N26971 P17283 MEMBAR Loop_exit !#51 N26972 P17281 MEMBAR Loop_entry !#51 N26973 P17282 BLD 20 -1 FP BE Pri !#51 N26974 P17283 MEMBAR Loop_exit !#51 N26975 P17284 MEMBAR Loop_entry !#51 N26976 P17285 BLD 28 -1 FP BE Pri !#51 N26977 P17286 MEMBAR Loop_exit !#51 N26978 P17284 MEMBAR Loop_entry !#51 N26979 P17285 BLD 28 -1 FP BE Pri !#51 N26980 P17286 MEMBAR Loop_exit !#51 N26981 P17287 MEMBAR Loop_entry !#51 N26982 P17288 BLD 345 -1 FP BE Pri !#51 N26983 P17289 MEMBAR Loop_exit !#51 N26984 P17287 MEMBAR Loop_entry !#51 N26985 P17288 BLD 345 -1 FP BE Pri !#51 N26986 P17289 MEMBAR Loop_exit !#51 N26987 P17290 MEMBAR Loop_entry !#51 N26988 P17291 BLD 169 -1 FP BE Pri !#51 N26989 P17292 MEMBAR Loop_exit !#51 N26990 P17290 MEMBAR Loop_entry !#51 N26991 P17291 BLD 169 -1 FP BE Pri !#51 N26992 P17292 MEMBAR Loop_exit !#51 N26993 P17293 MEMBAR Loop_entry !#51 N26994 P17294 BLD 215 -1 FP BE Pri !#51 N26995 P17294 BLD 216 -1 FP BE Pri !#51 N26996 P17295 MEMBAR Loop_exit !#51 N26997 P17296 MEMBAR Loop_entry !#51 N26998 P17297 BLD 349 -1 FP BE Pri !#51 N26999 P17298 MEMBAR Loop_exit !#51 N27000 P17299 MEMBAR Loop_entry !#51 N27001 P17300 BLD 122 -1 FP BE Pri !#51 N27002 P17301 MEMBAR Loop_exit !#51 N27003 P17302 MEMBAR Loop_entry !#51 N27004 P17303 BLD 91 -1 FP BE Pri !#51 N27005 P17303 BLD 92 -1 FP BE Pri !#51 N27006 P17303 BLD 93 -1 FP BE Pri !#51 N27007 P17304 MEMBAR Loop_exit !#51 N27008 P17305 MEMBAR Loop_entry !#51 N27009 P17306 BLD 315 -1 FP BE Pri !#51 N27010 P17307 MEMBAR Loop_exit !#51 N27011 P17308 MEMBAR Loop_entry Loop_exit !#51 N27012 P17308 MEMBAR Loop_entry Loop_exit !#51 N27013 P17309 MEMBAR Loop_entry !#51 N27014 P17310 BLD 212 -1 FP BE Pri !#51 N27015 P17311 MEMBAR Loop_exit !#51 N27016 P17309 MEMBAR Loop_entry !#51 N27017 P17310 BLD 212 -1 FP BE Pri !#51 N27018 P17311 MEMBAR Loop_exit !#51 N27019 P17312 IDC_FLIP 355 Int BE Pri Loop_entry !#51 N27020 P17313 PREFETCH 19 Int BE Pri Loop_exit !#51 N27021 P17312 IDC_FLIP 355 Int BE Pri Loop_entry !#51 N27022 P17313 PREFETCH 19 Int BE Pri Loop_exit !#51 N27023 P17314 MEMBAR Loop_entry !#51 N27024 P17315 BLD 138 -1 FP BE Pri !#51 N27025 P17316 MEMBAR Loop_exit !#51 N27026 P17317 MEMBAR Loop_entry !#51 N27027 P17318 BLD 44 -1 FP BE Pri !#51 N27028 P17319 MEMBAR Loop_exit !#51 N27029 P17320 MEMBAR Loop_entry !#51 N27030 P17321 BLD 247 -1 FP BE Pri !#51 N27031 P17322 MEMBAR Loop_exit !#51 N27032 P17323 MEMBAR Loop_entry !#51 N27033 P17324 BLD 206 -1 FP BE Pri !#51 N27034 P17325 MEMBAR Loop_exit !#51 N27035 P17326 MEMBAR Loop_entry !#51 N27036 P17327 BLD 94 -1 FP BE Pri !#51 N27037 P17327 BLD 95 -1 FP BE Pri !#51 N27038 P17328 MEMBAR Loop_exit !#51 N27039 P17329 IDC_FLIP 180 Int BE Pri Loop_entry Loop_exit !#51 N27040 P17329 IDC_FLIP 180 Int BE Pri Loop_entry Loop_exit !#51 N27041 P17330 MEMBAR Loop_entry !#51 N27042 P17331 BLD 204 -1 FP BE Pri !#51 N27043 P17332 MEMBAR Loop_exit !#51 N27044 P17330 MEMBAR Loop_entry !#51 N27045 P17331 BLD 204 -1 FP BE Pri !#51 N27046 P17332 MEMBAR Loop_exit !#51 N27047 P17333 MEMBAR Loop_entry !#51 N27048 P17334 BLD 297 -1 FP BE Pri !#51 N27049 P17335 MEMBAR Loop_exit !#51 N27050 P17336 MEMBAR Loop_entry !#51 N27051 P17337 BLD 339 -1 FP BE Pri !#51 N27052 P17338 MEMBAR Loop_exit !#51 N27053 P17339 MEMBAR Loop_entry !#51 N27054 P17340 BLD 168 -1 FP BE Pri !#51 N27055 P17341 MEMBAR Loop_exit !#51 N27056 P17342 MEMBAR Loop_entry !#51 N27057 P17343 BLD 133 -1 FP BE Pri !#51 N27058 P17344 MEMBAR Loop_exit !#51 N27059 P17345 MEMBAR Loop_entry !#51 N27060 P17346 BLD 94 -1 FP BE Pri !#51 N27061 P17346 BLD 95 -1 FP BE Pri !#51 N27062 P17347 MEMBAR Loop_exit !#51 N27063 P17345 MEMBAR Loop_entry !#51 N27064 P17346 BLD 94 -1 FP BE Pri !#51 N27065 P17346 BLD 95 -1 FP BE Pri !#51 N27066 P17347 MEMBAR Loop_exit !#51 N27067 P17348 MEMBAR Loop_entry !#51 N27068 P17349 BLD 130 -1 FP BE Pri !#51 N27069 P17350 MEMBAR Loop_exit !#51 N27070 P17351 MEMBAR Loop_entry !#51 N27071 P17352 BLD 13 -1 FP BE Pri !#51 N27072 P17353 MEMBAR Loop_exit !#51 N27073 P17351 MEMBAR Loop_entry !#51 N27074 P17352 BLD 13 -1 FP BE Pri !#51 N27075 P17353 MEMBAR Loop_exit !#51 N27076 P17354 MEMBAR Loop_entry !#51 N27077 P17355 BLD 326 -1 FP BE Pri !#51 N27078 P17356 MEMBAR Loop_exit !#51 N27079 P17354 MEMBAR Loop_entry !#51 N27080 P17355 BLD 326 -1 FP BE Pri !#51 N27081 P17356 MEMBAR Loop_exit !#51 N27082 P17357 MEMBAR Loop_entry !#51 N27083 P17358 BLD 127 -1 FP BE Pri !#51 N27084 P17359 MEMBAR Loop_exit !#51 N27085 P17360 MEMBAR Loop_entry !#51 N27086 P17361 BLD 167 -1 FP BE Pri !#51 N27087 P17362 MEMBAR Loop_exit !#51 N27088 P17360 MEMBAR Loop_entry !#51 N27089 P17361 BLD 167 -1 FP BE Pri !#51 N27090 P17362 MEMBAR Loop_exit !#51 N27091 P17363 MEMBAR Loop_entry !#51 N27092 P17364 BLD 254 -1 FP BE Pri !#51 N27093 P17365 MEMBAR Loop_exit !#51 N27094 P17363 MEMBAR Loop_entry !#51 N27095 P17364 BLD 254 -1 FP BE Pri !#51 N27096 P17365 MEMBAR Loop_exit !#51 N27097 P17366 ST 347 0x99800003 Int BE Pri Loop_entry Loop_exit !#51 N27098 P17366 ST 347 0x99800004 Int BE Pri Loop_entry Loop_exit !#51 N27099 P17367 MEMBAR Loop_entry !#51 N27100 P17368 BLD 52 -1 FP BE Pri !#51 N27101 P17369 MEMBAR Loop_exit !#51 N27102 P17370 IDC_FLIP 126 Int BE Pri Loop_entry Loop_exit !#51 N27103 P17371 MEMBAR Loop_entry !#51 N27104 P17372 BLD 35 -1 FP BE Pri !#51 N27105 P17373 MEMBAR Loop_exit !#51 N27106 P17371 MEMBAR Loop_entry !#51 N27107 P17372 BLD 35 -1 FP BE Pri !#51 N27108 P17373 MEMBAR Loop_exit !#51 N27109 P17374 MEMBAR Loop_entry !#51 N27110 P17375 BLD 221 -1 FP BE Pri !#51 N27111 P17376 MEMBAR Loop_exit !#51 N27112 P17374 MEMBAR Loop_entry !#51 N27113 P17375 BLD 221 -1 FP BE Pri !#51 N27114 P17376 MEMBAR Loop_exit !#51 N27115 P17377 MEMBAR Loop_entry !#51 N27116 P17378 BLD 89 -1 FP BE Pri !#51 N27117 P17378 BLD 90 -1 FP BE Pri !#51 N27118 P17379 MEMBAR Loop_exit !#51 N27119 P17377 MEMBAR Loop_entry !#51 N27120 P17378 BLD 89 -1 FP BE Pri !#51 N27121 P17378 BLD 90 -1 FP BE Pri !#51 N27122 P17379 MEMBAR Loop_exit !#51 N27123 P17380 MEMBAR Loop_entry !#51 N27124 P17381 BLD 302 -1 FP BE Pri !#51 N27125 P17382 MEMBAR Loop_exit !#51 N27126 P17380 MEMBAR Loop_entry !#51 N27127 P17381 BLD 302 -1 FP BE Pri !#51 N27128 P17382 MEMBAR Loop_exit !#51 N27129 P17383 MEMBAR Loop_entry !#51 N27130 P17384 BLD 44 -1 FP BE Pri !#51 N27131 P17385 MEMBAR Loop_exit !#51 N27132 P17386 MEMBAR Loop_entry !#51 N27133 P17387 BLD 285 -1 FP BE Pri !#51 N27134 P17388 MEMBAR Loop_exit !#51 N27135 P17389 MEMBAR Loop_entry !#51 N27136 P17390 BLD 346 -1 FP BE Pri !#51 N27137 P17391 MEMBAR Loop_exit !#51 N27138 P17389 MEMBAR Loop_entry !#51 N27139 P17390 BLD 346 -1 FP BE Pri !#51 N27140 P17391 MEMBAR Loop_exit !#51 N27141 P17392 ST 127 0x99800005 Int BE Pri Loop_entry Loop_exit !#51 N27142 P17393 MEMBAR Loop_entry !#51 N27143 P17394 BLD 295 -1 FP BE Pri !#51 N27144 P17394 BLD 296 -1 FP BE Pri !#51 N27145 P17395 MEMBAR Loop_exit !#51 N27146 P17393 MEMBAR Loop_entry !#51 N27147 P17394 BLD 295 -1 FP BE Pri !#51 N27148 P17394 BLD 296 -1 FP BE Pri !#51 N27149 P17395 MEMBAR Loop_exit !#51 N27150 P17396 MEMBAR Loop_entry !#51 N27151 P17397 BLD 178 -1 FP BE Pri !#51 N27152 P17398 MEMBAR Loop_exit !#51 N27153 P17396 MEMBAR Loop_entry !#51 N27154 P17397 BLD 178 -1 FP BE Pri !#51 N27155 P17398 MEMBAR Loop_exit !#51 N27156 P17399 MEMBAR Loop_entry !#51 N27157 P17400 BLD 289 -1 FP BE Pri !#51 N27158 P17401 MEMBAR Loop_exit !#51 N27159 P17399 MEMBAR Loop_entry !#51 N27160 P17400 BLD 289 -1 FP BE Pri !#51 N27161 P17401 MEMBAR Loop_exit !#51 N27162 P17402 MEMBAR Loop_entry !#51 N27163 P17403 BLD 155 -1 FP BE Pri !#51 N27164 P17404 MEMBAR Loop_exit !#51 N27165 P17405 MEMBAR Loop_entry !#51 N27166 P17406 BLD 40 -1 FP BE Pri !#51 N27167 P17407 MEMBAR Loop_exit !#51 N27168 P17405 MEMBAR Loop_entry !#51 N27169 P17406 BLD 40 -1 FP BE Pri !#51 N27170 P17407 MEMBAR Loop_exit !#51 N27171 P17408 IDC_FLIP 27 Int BE Pri Loop_entry !#51 N27172 P17409 MEMBAR !#51 N27173 P17410 BLD 79 -1 FP BE Pri !#51 N27174 P17411 MEMBAR Loop_exit !#51 N27175 P17412 MEMBAR Loop_entry !#51 N27176 P17413 BLD 303 -1 FP BE Pri !#51 N27177 P17414 MEMBAR Loop_exit !#51 N27178 P17412 MEMBAR Loop_entry !#51 N27179 P17413 BLD 303 -1 FP BE Pri !#51 N27180 P17414 MEMBAR Loop_exit !#51 N27181 P17415 IDC_FLIP 9 Int BE Pri Loop_entry Loop_exit !#51 N27182 P17416 MEMBAR Loop_entry !#51 N27183 P17417 BLD 271 -1 FP BE Pri !#51 N27184 P17418 MEMBAR Loop_exit !#51 N27185 P17419 MEMBAR Loop_entry !#51 N27186 P17420 BLD 321 -1 FP BE Pri !#51 N27187 P17421 MEMBAR Loop_exit !#51 N27188 P17422 MEMBAR !#52 N27189 P17423 MEMBAR Loop_entry !#52 N27190 P17424 BLD 162 -1 FP BE Pri !#52 N27191 P17425 MEMBAR Loop_exit !#52 N27192 P17426 MEMBAR Loop_entry !#52 N27193 P17427 BLD 355 -1 FP BE Pri !#52 N27194 P17428 MEMBAR Loop_exit !#52 N27195 P17426 MEMBAR Loop_entry !#52 N27196 P17427 BLD 355 -1 FP BE Pri !#52 N27197 P17428 MEMBAR Loop_exit !#52 N27198 P17429 MEMBAR Loop_entry !#52 N27199 P17430 BLD 297 -1 FP BE Pri !#52 N27200 P17431 MEMBAR Loop_exit !#52 N27201 P17432 MEMBAR Loop_entry !#52 N27202 P17433 BLD 37 -1 FP BE Pri !#52 N27203 P17434 MEMBAR Loop_exit !#52 N27204 P17432 MEMBAR Loop_entry !#52 N27205 P17433 BLD 37 -1 FP BE Pri !#52 N27206 P17434 MEMBAR Loop_exit !#52 N27207 P17435 MEMBAR Loop_entry !#52 N27208 P17436 BLD 71 -1 FP BE Pri !#52 N27209 P17436 BLD 72 -1 FP BE Pri !#A N27208 N27209 !#52 N27210 P17437 MEMBAR Loop_exit !#52 N27211 P17438 IDC_FLIP 305 Int BE Pri Loop_entry Loop_exit !#52 N27212 P17438 IDC_FLIP 305 Int BE Pri Loop_entry Loop_exit !#52 N27213 P17439 ST 207 0x9a000001 Int BE Pri Loop_entry Loop_exit !#52 N27214 P17439 ST 207 0x9a000002 Int BE Pri Loop_entry Loop_exit !#52 N27215 P17440 MEMBAR Loop_entry !#52 N27216 P17441 BLD 217 -1 FP BE Pri !#52 N27217 P17442 MEMBAR Loop_exit !#52 N27218 P17440 MEMBAR Loop_entry !#52 N27219 P17441 BLD 217 -1 FP BE Pri !#52 N27220 P17442 MEMBAR Loop_exit !#52 N27221 P17443 MEMBAR Loop_entry !#52 N27222 P17444 BLD 50 -1 FP BE Pri !#52 N27223 P17445 MEMBAR Loop_exit !#52 N27224 P17446 MEMBAR Loop_entry !#52 N27225 P17447 BLD 6 -1 FP BE Pri !#52 N27226 P17447 BLD 7 -1 FP BE Pri !#52 N27227 P17448 MEMBAR Loop_exit !#52 N27228 P17449 MEMBAR Loop_entry !#52 N27229 P17450 BLD 119 -1 FP BE Pri !#52 N27230 P17451 MEMBAR Loop_exit !#52 N27231 P17449 MEMBAR Loop_entry !#52 N27232 P17450 BLD 119 -1 FP BE Pri !#52 N27233 P17451 MEMBAR Loop_exit !#52 N27234 P17452 MEMBAR Loop_entry !#52 N27235 P17453 BLD 260 -1 FP BE Pri !#52 N27236 P17454 MEMBAR Loop_exit !#52 N27237 P17452 MEMBAR Loop_entry !#52 N27238 P17453 BLD 260 -1 FP BE Pri !#52 N27239 P17454 MEMBAR Loop_exit !#52 N27240 P17455 MEMBAR Loop_entry !#52 N27241 P17456 BLD 144 -1 FP BE Pri !#52 N27242 P17457 MEMBAR Loop_exit !#52 N27243 P17458 IDC_FLIP 95 Int BE Pri Loop_entry Loop_exit !#52 N27244 P17459 MEMBAR Loop_entry !#52 N27245 P17460 BLD 176 -1 FP BE Pri !#52 N27246 P17461 MEMBAR Loop_exit !#52 N27247 P17462 MEMBAR Loop_entry !#52 N27248 P17463 BLD 97 -1 FP BE Pri !#52 N27249 P17464 MEMBAR Loop_exit !#52 N27250 P17465 MEMBAR Loop_entry !#52 N27251 P17466 BLD 190 -1 FP BE Pri !#52 N27252 P17467 MEMBAR Loop_exit !#52 N27253 P17468 MEMBAR Loop_entry !#52 N27254 P17469 BLD 1 -1 FP BE Pri !#52 N27255 P17470 MEMBAR Loop_exit !#52 N27256 P17468 MEMBAR Loop_entry !#52 N27257 P17469 BLD 1 -1 FP BE Pri !#52 N27258 P17470 MEMBAR Loop_exit !#52 N27259 P17471 IDC_FLIP 50 Int BE Pri Loop_entry Loop_exit !#52 N27260 P17471 IDC_FLIP 50 Int BE Pri Loop_entry Loop_exit !#52 N27261 P17472 MEMBAR Loop_entry !#52 N27262 P17473 BLD 142 -1 FP BE Pri !#52 N27263 P17474 MEMBAR Loop_exit !#52 N27264 P17472 MEMBAR Loop_entry !#52 N27265 P17473 BLD 142 -1 FP BE Pri !#52 N27266 P17474 MEMBAR Loop_exit !#52 N27267 P17475 PREFETCH 24 Int BE Pri Loop_entry !#52 N27268 P17476 MEMBAR !#52 N27269 P17477 BLD 229 -1 FP BE Pri !#52 N27270 P17478 MEMBAR Loop_exit !#52 N27271 P17479 MEMBAR Loop_entry !#52 N27272 P17480 BLD 308 -1 FP BE Pri !#52 N27273 P17481 MEMBAR Loop_exit !#52 N27274 P17482 MEMBAR Loop_entry !#52 N27275 P17483 BLD 338 -1 FP BE Pri !#52 N27276 P17484 MEMBAR Loop_exit !#52 N27277 P17482 MEMBAR Loop_entry !#52 N27278 P17483 BLD 338 -1 FP BE Pri !#52 N27279 P17484 MEMBAR Loop_exit !#52 N27280 P17485 MEMBAR Loop_entry !#52 N27281 P17486 BLD 133 -1 FP BE Pri !#52 N27282 P17487 MEMBAR Loop_exit !#52 N27283 P17488 MEMBAR Loop_entry !#52 N27284 P17489 BLD 97 -1 FP BE Pri !#52 N27285 P17490 MEMBAR Loop_exit !#52 N27286 P17491 MEMBAR Loop_entry !#52 N27287 P17492 BLD 58 -1 FP BE Pri !#52 N27288 P17493 MEMBAR Loop_exit !#52 N27289 P17494 MEMBAR Loop_entry !#52 N27290 P17495 BLD 75 -1 FP BE Pri !#52 N27291 P17496 MEMBAR Loop_exit !#52 N27292 P17497 MEMBAR Loop_entry !#52 N27293 P17498 BLD 48 -1 FP BE Pri !#52 N27294 P17499 MEMBAR Loop_exit !#52 N27295 P17500 MEMBAR Loop_entry !#52 N27296 P17501 BLD 204 -1 FP BE Pri !#52 N27297 P17502 MEMBAR Loop_exit !#52 N27298 P17500 MEMBAR Loop_entry !#52 N27299 P17501 BLD 204 -1 FP BE Pri !#52 N27300 P17502 MEMBAR Loop_exit !#52 N27301 P17503 MEMBAR Loop_entry !#52 N27302 P17504 BLD 107 -1 FP BE Pri !#52 N27303 P17505 MEMBAR Loop_exit !#52 N27304 P17503 MEMBAR Loop_entry !#52 N27305 P17504 BLD 107 -1 FP BE Pri !#52 N27306 P17505 MEMBAR Loop_exit !#52 N27307 P17506 MEMBAR Loop_entry !#52 N27308 P17507 BLD 264 -1 FP BE Pri !#52 N27309 P17508 MEMBAR Loop_exit !#52 N27310 P17509 IDC_FLIP 155 Int BE Pri Loop_entry Loop_exit !#52 N27311 P17509 IDC_FLIP 155 Int BE Pri Loop_entry Loop_exit !#52 N27312 P17510 MEMBAR Loop_entry !#52 N27313 P17511 BLD 28 -1 FP BE Pri !#52 N27314 P17512 MEMBAR Loop_exit !#52 N27315 P17510 MEMBAR Loop_entry !#52 N27316 P17511 BLD 28 -1 FP BE Pri !#52 N27317 P17512 MEMBAR Loop_exit !#52 N27318 P17513 MEMBAR Loop_entry !#52 N27319 P17514 BLD 131 -1 FP BE Pri !#52 N27320 P17515 MEMBAR Loop_exit !#52 N27321 P17513 MEMBAR Loop_entry !#52 N27322 P17514 BLD 131 -1 FP BE Pri !#52 N27323 P17515 MEMBAR Loop_exit !#52 N27324 P17516 MEMBAR Loop_entry !#52 N27325 P17517 BLD 329 -1 FP BE Pri !#52 N27326 P17518 MEMBAR Loop_exit !#52 N27327 P17516 MEMBAR Loop_entry !#52 N27328 P17517 BLD 329 -1 FP BE Pri !#52 N27329 P17518 MEMBAR Loop_exit !#52 N27330 P17519 MEMBAR Loop_entry !#52 N27331 P17520 BLD 348 -1 FP BE Pri !#52 N27332 P17521 MEMBAR Loop_exit !#52 N27333 P17522 MEMBAR Loop_entry !#52 N27334 P17523 BLD 180 -1 FP BE Pri !#52 N27335 P17524 MEMBAR Loop_exit !#52 N27336 P17522 MEMBAR Loop_entry !#52 N27337 P17523 BLD 180 -1 FP BE Pri !#52 N27338 P17524 MEMBAR Loop_exit !#52 N27339 P17525 MEMBAR Loop_entry !#52 N27340 P17526 BLD 86 -1 FP BE Pri !#52 N27341 P17527 MEMBAR Loop_exit !#52 N27342 P17525 MEMBAR Loop_entry !#52 N27343 P17526 BLD 86 -1 FP BE Pri !#52 N27344 P17527 MEMBAR Loop_exit !#52 N27345 P17528 MEMBAR Loop_entry !#52 N27346 P17529 BLD 316 -1 FP BE Pri !#52 N27347 P17530 MEMBAR Loop_exit !#52 N27348 P17528 MEMBAR Loop_entry !#52 N27349 P17529 BLD 316 -1 FP BE Pri !#52 N27350 P17530 MEMBAR Loop_exit !#52 N27351 P17531 MEMBAR Loop_entry !#52 N27352 P17532 BLD 311 -1 FP BE Pri !#52 N27353 P17533 MEMBAR Loop_exit !#52 N27354 P17531 MEMBAR Loop_entry !#52 N27355 P17532 BLD 311 -1 FP BE Pri !#52 N27356 P17533 MEMBAR Loop_exit !#52 N27357 P17534 MEMBAR Loop_entry !#52 N27358 P17535 BLD 232 -1 FP BE Pri !#52 N27359 P17536 MEMBAR Loop_exit !#52 N27360 P17534 MEMBAR Loop_entry !#52 N27361 P17535 BLD 232 -1 FP BE Pri !#52 N27362 P17536 MEMBAR Loop_exit !#52 N27363 P17537 MEMBAR Loop_entry !#52 N27364 P17538 BLD 340 -1 FP BE Pri !#52 N27365 P17539 MEMBAR Loop_exit !#52 N27366 P17537 MEMBAR Loop_entry !#52 N27367 P17538 BLD 340 -1 FP BE Pri !#52 N27368 P17539 MEMBAR Loop_exit !#52 N27369 P17540 MEMBAR Loop_entry !#52 N27370 P17541 BLD 124 -1 FP BE Pri !#52 N27371 P17541 BLD 125 -1 FP BE Pri !#52 N27372 P17541 BLD 126 -1 FP BE Pri !#52 N27373 P17542 MEMBAR Loop_exit !#52 N27374 P17543 MEMBAR Loop_entry !#52 N27375 P17544 BLD 131 -1 FP BE Pri !#52 N27376 P17545 MEMBAR Loop_exit !#52 N27377 P17546 IDC_FLIP 324 Int BE Pri Loop_entry Loop_exit !#52 N27378 P17547 IDC_FLIP 51 Int BE Pri Loop_entry Loop_exit !#52 N27379 P17548 IDC_FLIP 231 Int BE Pri Loop_entry !#52 N27380 P17549 MEMBAR !#52 N27381 P17550 BLD 226 -1 FP BE Pri !#52 N27382 P17551 MEMBAR Loop_exit !#52 N27383 P17548 IDC_FLIP 231 Int BE Pri Loop_entry !#52 N27384 P17549 MEMBAR !#52 N27385 P17550 BLD 226 -1 FP BE Pri !#52 N27386 P17551 MEMBAR Loop_exit !#52 N27387 P17552 MEMBAR Loop_entry !#52 N27388 P17553 BLD 146 -1 FP BE Pri !#52 N27389 P17554 MEMBAR Loop_exit !#52 N27390 P17555 IDC_FLIP 221 Int BE Pri Loop_entry Loop_exit !#52 N27391 P17556 MEMBAR Loop_entry !#52 N27392 P17557 BLD 70 -1 FP BE Pri !#52 N27393 P17558 MEMBAR Loop_exit !#52 N27394 P17559 MEMBAR Loop_entry !#52 N27395 P17560 BLD 74 -1 FP BE Pri !#52 N27396 P17561 MEMBAR Loop_exit !#52 N27397 P17562 MEMBAR Loop_entry !#52 N27398 P17563 BLD 88 -1 FP BE Pri !#52 N27399 P17564 MEMBAR Loop_exit !#52 N27400 P17565 MEMBAR Loop_entry !#52 N27401 P17566 BLD 130 -1 FP BE Pri !#52 N27402 P17567 MEMBAR Loop_exit !#52 N27403 P17568 MEMBAR Loop_entry !#52 N27404 P17569 BLD 227 -1 FP BE Pri !#52 N27405 P17570 MEMBAR Loop_exit !#52 N27406 P17571 IDC_FLIP 265 Int BE Pri Loop_entry Loop_exit !#52 N27407 P17571 IDC_FLIP 265 Int BE Pri Loop_entry Loop_exit !#52 N27408 P17572 MEMBAR Loop_entry !#52 N27409 P17573 BLD 350 -1 FP BE Pri !#52 N27410 P17574 MEMBAR Loop_exit !#52 N27411 P17575 MEMBAR Loop_entry !#52 N27412 P17576 BLD 337 -1 FP BE Pri !#52 N27413 P17577 MEMBAR Loop_exit !#52 N27414 P17578 MEMBAR Loop_entry !#52 N27415 P17579 BLD 289 -1 FP BE Pri !#52 N27416 P17580 MEMBAR Loop_exit !#52 N27417 P17578 MEMBAR Loop_entry !#52 N27418 P17579 BLD 289 -1 FP BE Pri !#52 N27419 P17580 MEMBAR Loop_exit !#52 N27420 P17581 MEMBAR Loop_entry !#52 N27421 P17582 BLD 162 -1 FP BE Pri !#52 N27422 P17583 MEMBAR Loop_exit !#52 N27423 P17584 MEMBAR Loop_entry !#52 N27424 P17585 BLD 244 -1 FP BE Pri !#52 N27425 P17586 MEMBAR Loop_exit !#52 N27426 P17587 MEMBAR Loop_entry !#52 N27427 P17588 BLD 42 -1 FP BE Pri !#52 N27428 P17589 MEMBAR Loop_exit !#52 N27429 P17590 MEMBAR Loop_entry !#52 N27430 P17591 BLD 276 -1 FP BE Pri !#52 N27431 P17592 MEMBAR Loop_exit !#52 N27432 P17590 MEMBAR Loop_entry !#52 N27433 P17591 BLD 276 -1 FP BE Pri !#52 N27434 P17592 MEMBAR Loop_exit !#52 N27435 P17593 MEMBAR Loop_entry !#52 N27436 P17594 BLD 348 -1 FP BE Pri !#52 N27437 P17595 MEMBAR Loop_exit !#52 N27438 P17596 MEMBAR Loop_entry !#52 N27439 P17597 BLD 22 -1 FP BE Pri !#52 N27440 P17598 MEMBAR Loop_exit !#52 N27441 P17596 MEMBAR Loop_entry !#52 N27442 P17597 BLD 22 -1 FP BE Pri !#52 N27443 P17598 MEMBAR Loop_exit !#52 N27444 P17599 ST 17 0x9a000003 Int BE Pri Loop_entry Loop_exit !#52 N27445 P17599 ST 17 0x9a000004 Int BE Pri Loop_entry Loop_exit !#52 N27446 P17600 MEMBAR Loop_entry !#52 N27447 P17601 BLD 85 -1 FP BE Pri !#52 N27448 P17602 MEMBAR Loop_exit !#52 N27449 P17600 MEMBAR Loop_entry !#52 N27450 P17601 BLD 85 -1 FP BE Pri !#52 N27451 P17602 MEMBAR Loop_exit !#52 N27452 P17603 MEMBAR Loop_entry !#52 N27453 P17604 BLD 73 -1 FP BE Pri !#52 N27454 P17605 MEMBAR Loop_exit !#52 N27455 P17606 MEMBAR Loop_entry !#52 N27456 P17607 BLD 56 -1 FP BE Pri !#52 N27457 P17608 MEMBAR Loop_exit !#52 N27458 P17609 MEMBAR Loop_entry !#52 N27459 P17610 BLD 212 -1 FP BE Pri !#52 N27460 P17611 MEMBAR Loop_exit !#52 N27461 P17609 MEMBAR Loop_entry !#52 N27462 P17610 BLD 212 -1 FP BE Pri !#52 N27463 P17611 MEMBAR Loop_exit !#52 N27464 P17612 PREFETCH 324 Int BE Pri Loop_entry !#52 N27465 P17613 IDC_FLIP 205 Int BE Pri Loop_exit !#52 N27466 P17612 PREFETCH 324 Int BE Pri Loop_entry !#52 N27467 P17613 IDC_FLIP 205 Int BE Pri Loop_exit !#52 N27468 P17614 MEMBAR Loop_entry !#52 N27469 P17615 BLD 282 -1 FP BE Pri !#52 N27470 P17616 MEMBAR Loop_exit !#52 N27471 P17617 MEMBAR Loop_entry !#52 N27472 P17618 BLD 206 -1 FP BE Pri !#52 N27473 P17619 MEMBAR Loop_exit !#52 N27474 P17620 ST 105 0x9a000005 Int BE Pri Loop_entry !#52 N27475 P17621 MEMBAR !#52 N27476 P17622 BLD 132 -1 FP BE Pri !#52 N27477 P17623 MEMBAR Loop_exit !#52 N27478 P17620 ST 105 0x9a000006 Int BE Pri Loop_entry !#52 N27479 P17621 MEMBAR !#52 N27480 P17622 BLD 132 -1 FP BE Pri !#52 N27481 P17623 MEMBAR Loop_exit !#52 N27482 P17624 IDC_FLIP 127 Int BE Pri Loop_entry !#52 N27483 P17625 ST 102 0x9a000007 Int BE Pri Loop_exit !#52 N27484 P17626 MEMBAR Loop_entry !#52 N27485 P17627 BLD 29 -1 FP BE Pri !#52 N27486 P17628 MEMBAR Loop_exit !#52 N27487 P17626 MEMBAR Loop_entry !#52 N27488 P17627 BLD 29 -1 FP BE Pri !#52 N27489 P17628 MEMBAR Loop_exit !#52 N27490 P17629 MEMBAR Loop_entry !#52 N27491 P17630 BLD 23 -1 FP BE Pri !#52 N27492 P17631 MEMBAR Loop_exit !#52 N27493 P17629 MEMBAR Loop_entry !#52 N27494 P17630 BLD 23 -1 FP BE Pri !#52 N27495 P17631 MEMBAR Loop_exit !#52 N27496 P17632 MEMBAR Loop_entry !#52 N27497 P17633 BLD 273 -1 FP BE Pri !#52 N27498 P17634 MEMBAR Loop_exit !#52 N27499 P17635 MEMBAR Loop_entry !#52 N27500 P17636 BLD 182 -1 FP BE Pri !#52 N27501 P17637 MEMBAR Loop_exit !#52 N27502 P17635 MEMBAR Loop_entry !#52 N27503 P17636 BLD 182 -1 FP BE Pri !#52 N27504 P17637 MEMBAR Loop_exit !#52 N27505 P17638 MEMBAR Loop_entry !#52 N27506 P17639 BLD 236 -1 FP BE Pri !#52 N27507 P17640 MEMBAR Loop_exit !#52 N27508 P17638 MEMBAR Loop_entry !#52 N27509 P17639 BLD 236 -1 FP BE Pri !#52 N27510 P17640 MEMBAR Loop_exit !#52 N27511 P17641 MEMBAR Loop_entry !#52 N27512 P17642 BLD 48 -1 FP BE Pri !#52 N27513 P17643 MEMBAR Loop_exit !#52 N27514 P17644 MEMBAR Loop_entry !#52 N27515 P17645 BLD 96 -1 FP BE Pri !#52 N27516 P17646 MEMBAR Loop_exit !#52 N27517 P17647 MEMBAR Loop_entry !#52 N27518 P17648 BLD 176 -1 FP BE Pri !#52 N27519 P17649 MEMBAR Loop_exit !#52 N27520 P17650 ST 117 0x9a000008 Int BE Pri Loop_entry !#52 N27521 P17651 MEMBAR !#52 N27522 P17652 BLD 348 -1 FP BE Pri !#52 N27523 P17653 MEMBAR Loop_exit !#52 N27524 P17654 MEMBAR Loop_entry !#52 N27525 P17655 BLD 79 -1 FP BE Pri !#52 N27526 P17656 MEMBAR Loop_exit !#52 N27527 P17657 MEMBAR Loop_entry !#52 N27528 P17658 BLD 192 -1 FP BE Pri !#52 N27529 P17659 MEMBAR Loop_exit !#52 N27530 P17660 FLUSHI 161 Int BE Pri Loop_entry Loop_exit !#52 N27531 P17661 MEMBAR Loop_entry !#52 N27532 P17662 BLD 213 -1 FP BE Pri !#52 N27533 P17663 MEMBAR Loop_exit !#52 N27534 P17661 MEMBAR Loop_entry !#52 N27535 P17662 BLD 213 -1 FP BE Pri !#52 N27536 P17663 MEMBAR Loop_exit !#52 N27537 P17664 IDC_FLIP 74 Int BE Pri Loop_entry Loop_exit !#52 N27538 P17665 MEMBAR Loop_entry !#52 N27539 P17666 BLD 254 -1 FP BE Pri !#52 N27540 P17667 MEMBAR Loop_exit !#52 N27541 P17665 MEMBAR Loop_entry !#52 N27542 P17666 BLD 254 -1 FP BE Pri !#52 N27543 P17667 MEMBAR Loop_exit !#52 N27544 P17668 PREFETCH 328 Int BE Pri Loop_entry !#52 N27545 P17669 MEMBAR !#52 N27546 P17670 BLD 212 -1 FP BE Pri !#52 N27547 P17671 MEMBAR Loop_exit !#52 N27548 P17668 PREFETCH 328 Int BE Pri Loop_entry !#52 N27549 P17669 MEMBAR !#52 N27550 P17670 BLD 212 -1 FP BE Pri !#52 N27551 P17671 MEMBAR Loop_exit !#52 N27552 P17672 MEMBAR Loop_entry !#52 N27553 P17673 BLD 59 -1 FP BE Pri !#52 N27554 P17674 MEMBAR Loop_exit !#52 N27555 P17675 MEMBAR Loop_entry !#52 N27556 P17676 BLD 71 -1 FP BE Pri !#52 N27557 P17676 BLD 72 -1 FP BE Pri !#A N27556 N27557 !#52 N27558 P17677 MEMBAR Loop_exit !#52 N27559 P17678 MEMBAR Loop_entry !#52 N27560 P17679 BLD 181 -1 FP BE Pri !#52 N27561 P17680 MEMBAR Loop_exit !#52 N27562 P17678 MEMBAR Loop_entry !#52 N27563 P17679 BLD 181 -1 FP BE Pri !#52 N27564 P17680 MEMBAR Loop_exit !#52 N27565 P17681 MEMBAR Loop_entry !#52 N27566 P17682 BLD 347 -1 FP BE Pri !#52 N27567 P17683 MEMBAR Loop_exit !#52 N27568 P17684 ST 32 0x9a000009 Int BE Pri Loop_entry !#52 N27569 P17685 MEMBAR !#52 N27570 P17686 BLD 196 -1 FP BE Pri !#52 N27571 P17687 MEMBAR Loop_exit !#52 N27572 P17688 MEMBAR Loop_entry !#52 N27573 P17689 BLD 19 -1 FP BE Pri !#52 N27574 P17690 MEMBAR Loop_exit !#52 N27575 P17691 MEMBAR Loop_entry Loop_exit !#52 N27576 P17691 MEMBAR Loop_entry Loop_exit !#52 N27577 P17692 MEMBAR Loop_entry !#52 N27578 P17693 BLD 189 -1 FP BE Pri !#52 N27579 P17694 MEMBAR Loop_exit !#52 N27580 P17692 MEMBAR Loop_entry !#52 N27581 P17693 BLD 189 -1 FP BE Pri !#52 N27582 P17694 MEMBAR Loop_exit !#52 N27583 P17695 MEMBAR Loop_entry !#52 N27584 P17696 BLD 326 -1 FP BE Pri !#52 N27585 P17697 MEMBAR Loop_exit !#52 N27586 P17695 MEMBAR Loop_entry !#52 N27587 P17696 BLD 326 -1 FP BE Pri !#52 N27588 P17697 MEMBAR Loop_exit !#52 N27589 P17698 MEMBAR Loop_entry !#52 N27590 P17699 BLD 11 -1 FP BE Pri !#52 N27591 P17699 BLD 12 -1 FP BE Pri !#52 N27592 P17700 MEMBAR Loop_exit !#52 N27593 P17698 MEMBAR Loop_entry !#52 N27594 P17699 BLD 11 -1 FP BE Pri !#52 N27595 P17699 BLD 12 -1 FP BE Pri !#52 N27596 P17700 MEMBAR Loop_exit !#52 N27597 P17701 LD 229 -1 Int BE Pri Loop_entry !#52 N27598 P17702 IDC_FLIP 75 Int BE Pri !#52 N27599 P17703 LD 30 -1 Int BE Pri Loop_exit !#52 N27600 P17701 LD 229 -1 Int BE Pri Loop_entry !#52 N27601 P17702 IDC_FLIP 75 Int BE Pri !#52 N27602 P17703 LD 30 -1 Int BE Pri Loop_exit !#52 N27603 P17704 ST 355 0x9a00000a Int BE Pri Loop_entry !#52 N27604 P17705 MEMBAR !#52 N27605 P17706 BLD 14 -1 FP BE Pri !#52 N27606 P17707 MEMBAR Loop_exit !#52 N27607 P17704 ST 355 0x9a00000b Int BE Pri Loop_entry !#52 N27608 P17705 MEMBAR !#52 N27609 P17706 BLD 14 -1 FP BE Pri !#52 N27610 P17707 MEMBAR Loop_exit !#52 N27611 P17708 MEMBAR Loop_entry !#52 N27612 P17709 BLD 240 -1 FP BE Pri !#52 N27613 P17710 MEMBAR Loop_exit !#52 N27614 P17708 MEMBAR Loop_entry !#52 N27615 P17709 BLD 240 -1 FP BE Pri !#52 N27616 P17710 MEMBAR Loop_exit !#52 N27617 P17711 MEMBAR Loop_entry !#52 N27618 P17712 BLD 192 -1 FP BE Pri !#52 N27619 P17713 MEMBAR Loop_exit !#52 N27620 P17711 MEMBAR Loop_entry !#52 N27621 P17712 BLD 192 -1 FP BE Pri !#52 N27622 P17713 MEMBAR Loop_exit !#52 N27623 P17714 FLUSHI 318 Int BE Pri Loop_entry !#52 N27624 P17715 MEMBAR !#52 N27625 P17716 BLD 291 -1 FP BE Pri !#52 N27626 P17717 MEMBAR Loop_exit !#52 N27627 P17714 FLUSHI 318 Int BE Pri Loop_entry !#52 N27628 P17715 MEMBAR !#52 N27629 P17716 BLD 291 -1 FP BE Pri !#52 N27630 P17717 MEMBAR Loop_exit !#52 N27631 P17718 MEMBAR Loop_entry !#52 N27632 P17719 BLD 134 -1 FP BE Pri !#52 N27633 P17720 MEMBAR Loop_exit !#52 N27634 P17721 MEMBAR Loop_entry !#52 N27635 P17722 BLD 160 -1 FP BE Pri !#52 N27636 P17723 MEMBAR Loop_exit !#52 N27637 P17724 IDC_FLIP 282 Int BE Pri Loop_entry Loop_exit !#52 N27638 P17725 MEMBAR Loop_entry !#52 N27639 P17726 BLD 181 -1 FP BE Pri !#52 N27640 P17727 MEMBAR Loop_exit !#52 N27641 P17725 MEMBAR Loop_entry !#52 N27642 P17726 BLD 181 -1 FP BE Pri !#52 N27643 P17727 MEMBAR Loop_exit !#52 N27644 P17728 MEMBAR Loop_entry !#52 N27645 P17729 BLD 143 -1 FP BE Pri !#52 N27646 P17730 MEMBAR Loop_exit !#52 N27647 P17731 MEMBAR Loop_entry !#52 N27648 P17732 BLD 198 -1 FP BE Pri !#52 N27649 P17733 MEMBAR Loop_exit !#52 N27650 P17731 MEMBAR Loop_entry !#52 N27651 P17732 BLD 198 -1 FP BE Pri !#52 N27652 P17733 MEMBAR Loop_exit !#52 N27653 P17734 MEMBAR Loop_entry !#52 N27654 P17735 BLD 311 -1 FP BE Pri !#52 N27655 P17736 MEMBAR Loop_exit !#52 N27656 P17737 MEMBAR Loop_entry !#52 N27657 P17738 BLD 186 -1 FP BE Pri !#52 N27658 P17739 MEMBAR Loop_exit !#52 N27659 P17740 IDC_FLIP 94 Int BE Pri Loop_entry !#52 N27660 P17741 MEMBAR !#52 N27661 P17742 BLD 327 -1 FP BE Pri !#52 N27662 P17743 MEMBAR Loop_exit !#52 N27663 P17740 IDC_FLIP 94 Int BE Pri Loop_entry !#52 N27664 P17741 MEMBAR !#52 N27665 P17742 BLD 327 -1 FP BE Pri !#52 N27666 P17743 MEMBAR Loop_exit !#52 N27667 P17744 PREFETCH 343 Int BE Pri Loop_entry Loop_exit !#52 N27668 P17745 MEMBAR Loop_entry !#52 N27669 P17746 BLD 111 -1 FP BE Pri !#52 N27670 P17746 BLD 112 -1 FP BE Pri !#52 N27671 P17746 BLD 113 -1 FP BE Pri !#52 N27672 P17747 MEMBAR Loop_exit !#52 N27673 P17745 MEMBAR Loop_entry !#52 N27674 P17746 BLD 111 -1 FP BE Pri !#52 N27675 P17746 BLD 112 -1 FP BE Pri !#52 N27676 P17746 BLD 113 -1 FP BE Pri !#52 N27677 P17747 MEMBAR Loop_exit !#52 N27678 P17748 LD 286 -1 Int BE Pri Loop_entry !#52 N27679 P17749 LD 102 -1 Int BE Pri Loop_exit !#52 N27680 P17750 MEMBAR Loop_entry !#52 N27681 P17751 BLD 310 -1 FP BE Pri !#52 N27682 P17752 MEMBAR Loop_exit !#52 N27683 P17753 MEMBAR Loop_entry !#52 N27684 P17754 BLD 196 -1 FP BE Pri !#52 N27685 P17755 MEMBAR Loop_exit !#52 N27686 P17756 MEMBAR Loop_entry !#52 N27687 P17757 BLD 305 -1 FP BE Pri !#52 N27688 P17758 MEMBAR Loop_exit !#52 N27689 P17759 MEMBAR Loop_entry !#52 N27690 P17760 BLD 20 -1 FP BE Pri !#52 N27691 P17761 MEMBAR Loop_exit !#52 N27692 P17762 MEMBAR Loop_entry !#52 N27693 P17763 BLD 316 -1 FP BE Pri !#52 N27694 P17764 MEMBAR Loop_exit !#52 N27695 P17762 MEMBAR Loop_entry !#52 N27696 P17763 BLD 316 -1 FP BE Pri !#52 N27697 P17764 MEMBAR Loop_exit !#52 N27698 P17765 MEMBAR Loop_entry !#52 N27699 P17766 BLD 179 -1 FP BE Pri !#52 N27700 P17767 MEMBAR Loop_exit !#52 N27701 P17768 MEMBAR !#53 N27702 P17769 MEMBAR Loop_entry !#53 N27703 P17770 BLD 181 -1 FP BE Pri !#53 N27704 P17771 MEMBAR Loop_exit !#53 N27705 P17769 MEMBAR Loop_entry !#53 N27706 P17770 BLD 181 -1 FP BE Pri !#53 N27707 P17771 MEMBAR Loop_exit !#53 N27708 P17772 PREFETCH 149 Int BE Pri Loop_entry !#53 N27709 P17773 MEMBAR !#53 N27710 P17774 BLD 165 -1 FP BE Pri !#53 N27711 P17775 MEMBAR Loop_exit !#53 N27712 P17776 MEMBAR Loop_entry !#53 N27713 P17777 BLD 337 -1 FP BE Pri !#53 N27714 P17778 MEMBAR Loop_exit !#53 N27715 P17776 MEMBAR Loop_entry !#53 N27716 P17777 BLD 337 -1 FP BE Pri !#53 N27717 P17778 MEMBAR Loop_exit !#53 N27718 P17779 MEMBAR Loop_entry Loop_exit !#53 N27719 P17780 MEMBAR Loop_entry !#53 N27720 P17781 BLD 277 -1 FP BE Pri !#53 N27721 P17782 MEMBAR Loop_exit !#53 N27722 P17780 MEMBAR Loop_entry !#53 N27723 P17781 BLD 277 -1 FP BE Pri !#53 N27724 P17782 MEMBAR Loop_exit !#53 N27725 P17783 MEMBAR Loop_entry !#53 N27726 P17784 BLD 102 -1 FP BE Pri !#53 N27727 P17784 BLD 103 -1 FP BE Pri !#53 N27728 P17784 BLD 104 -1 FP BE Pri !#53 N27729 P17785 MEMBAR Loop_exit !#53 N27730 P17786 MEMBAR Loop_entry !#53 N27731 P17787 BLD 122 -1 FP BE Pri !#53 N27732 P17788 MEMBAR Loop_exit !#53 N27733 P17786 MEMBAR Loop_entry !#53 N27734 P17787 BLD 122 -1 FP BE Pri !#53 N27735 P17788 MEMBAR Loop_exit !#53 N27736 P17789 MEMBAR Loop_entry !#53 N27737 P17790 BLD 279 -1 FP BE Pri !#53 N27738 P17791 MEMBAR Loop_exit !#53 N27739 P17792 MEMBAR Loop_entry !#53 N27740 P17793 BLD 178 -1 FP BE Pri !#53 N27741 P17794 MEMBAR Loop_exit !#53 N27742 P17792 MEMBAR Loop_entry !#53 N27743 P17793 BLD 178 -1 FP BE Pri !#53 N27744 P17794 MEMBAR Loop_exit !#53 N27745 P17795 MEMBAR Loop_entry !#53 N27746 P17796 BLD 307 -1 FP BE Pri !#53 N27747 P17797 MEMBAR Loop_exit !#53 N27748 P17798 MEMBAR Loop_entry !#53 N27749 P17799 BLD 312 -1 FP BE Pri !#53 N27750 P17800 MEMBAR Loop_exit !#53 N27751 P17798 MEMBAR Loop_entry !#53 N27752 P17799 BLD 312 -1 FP BE Pri !#53 N27753 P17800 MEMBAR Loop_exit !#53 N27754 P17801 MEMBAR Loop_entry !#53 N27755 P17802 BLD 167 -1 FP BE Pri !#53 N27756 P17803 MEMBAR Loop_exit !#53 N27757 P17801 MEMBAR Loop_entry !#53 N27758 P17802 BLD 167 -1 FP BE Pri !#53 N27759 P17803 MEMBAR Loop_exit !#53 N27760 P17804 IDC_FLIP 274 Int BE Pri Loop_entry Loop_exit !#53 N27761 P17805 MEMBAR Loop_entry !#53 N27762 P17806 BLD 182 -1 FP BE Pri !#53 N27763 P17807 MEMBAR Loop_exit !#53 N27764 P17808 IDC_FLIP 337 Int BE Pri Loop_entry Loop_exit !#53 N27765 P17808 IDC_FLIP 337 Int BE Pri Loop_entry Loop_exit !#53 N27766 P17809 MEMBAR Loop_entry !#53 N27767 P17810 BLD 215 -1 FP BE Pri !#53 N27768 P17810 BLD 216 -1 FP BE Pri !#53 N27769 P17811 MEMBAR Loop_exit !#53 N27770 P17809 MEMBAR Loop_entry !#53 N27771 P17810 BLD 215 -1 FP BE Pri !#53 N27772 P17810 BLD 216 -1 FP BE Pri !#53 N27773 P17811 MEMBAR Loop_exit !#53 N27774 P17812 MEMBAR Loop_entry !#53 N27775 P17813 BLD 180 -1 FP BE Pri !#53 N27776 P17814 MEMBAR Loop_exit !#53 N27777 P17815 MEMBAR Loop_entry !#53 N27778 P17816 BLD 204 -1 FP BE Pri !#53 N27779 P17817 MEMBAR Loop_exit !#53 N27780 P17815 MEMBAR Loop_entry !#53 N27781 P17816 BLD 204 -1 FP BE Pri !#53 N27782 P17817 MEMBAR Loop_exit !#53 N27783 P17818 MEMBAR Loop_entry !#53 N27784 P17819 BLD 94 -1 FP BE Pri !#53 N27785 P17819 BLD 95 -1 FP BE Pri !#53 N27786 P17820 MEMBAR Loop_exit !#53 N27787 P17818 MEMBAR Loop_entry !#53 N27788 P17819 BLD 94 -1 FP BE Pri !#53 N27789 P17819 BLD 95 -1 FP BE Pri !#53 N27790 P17820 MEMBAR Loop_exit !#53 N27791 P17821 MEMBAR Loop_entry !#53 N27792 P17822 BLD 195 -1 FP BE Pri !#53 N27793 P17823 MEMBAR Loop_exit !#53 N27794 P17821 MEMBAR Loop_entry !#53 N27795 P17822 BLD 195 -1 FP BE Pri !#53 N27796 P17823 MEMBAR Loop_exit !#53 N27797 P17824 MEMBAR Loop_entry !#53 N27798 P17825 BLD 323 -1 FP BE Pri !#53 N27799 P17826 MEMBAR Loop_exit !#53 N27800 P17827 MEMBAR Loop_entry !#53 N27801 P17828 BLD 143 -1 FP BE Pri !#53 N27802 P17829 MEMBAR Loop_exit !#53 N27803 P17827 MEMBAR Loop_entry !#53 N27804 P17828 BLD 143 -1 FP BE Pri !#53 N27805 P17829 MEMBAR Loop_exit !#53 N27806 P17830 MEMBAR Loop_entry !#53 N27807 P17831 BLD 174 -1 FP BE Pri !#53 N27808 P17832 MEMBAR Loop_exit !#53 N27809 P17833 MEMBAR Loop_entry !#53 N27810 P17834 BLD 177 -1 FP BE Pri !#53 N27811 P17835 MEMBAR Loop_exit !#53 N27812 P17833 MEMBAR Loop_entry !#53 N27813 P17834 BLD 177 -1 FP BE Pri !#53 N27814 P17835 MEMBAR Loop_exit !#53 N27815 P17836 MEMBAR Loop_entry !#53 N27816 P17837 BLD 232 -1 FP BE Pri !#53 N27817 P17838 MEMBAR Loop_exit !#53 N27818 P17836 MEMBAR Loop_entry !#53 N27819 P17837 BLD 232 -1 FP BE Pri !#53 N27820 P17838 MEMBAR Loop_exit !#53 N27821 P17839 MEMBAR Loop_entry !#53 N27822 P17840 BLD 127 -1 FP BE Pri !#53 N27823 P17841 MEMBAR Loop_exit !#53 N27824 P17842 MEMBAR Loop_entry !#53 N27825 P17843 BLD 347 -1 FP BE Pri !#53 N27826 P17844 MEMBAR Loop_exit !#53 N27827 P17842 MEMBAR Loop_entry !#53 N27828 P17843 BLD 347 -1 FP BE Pri !#53 N27829 P17844 MEMBAR Loop_exit !#53 N27830 P17845 MEMBAR Loop_entry !#53 N27831 P17846 BLD 73 -1 FP BE Pri !#53 N27832 P17847 MEMBAR Loop_exit !#53 N27833 P17845 MEMBAR Loop_entry !#53 N27834 P17846 BLD 73 -1 FP BE Pri !#53 N27835 P17847 MEMBAR Loop_exit !#53 N27836 P17848 MEMBAR Loop_entry !#53 N27837 P17849 BLD 150 -1 FP BE Pri !#53 N27838 P17850 MEMBAR Loop_exit !#53 N27839 P17848 MEMBAR Loop_entry !#53 N27840 P17849 BLD 150 -1 FP BE Pri !#53 N27841 P17850 MEMBAR Loop_exit !#53 N27842 P17851 MEMBAR Loop_entry !#53 N27843 P17852 BLD 71 -1 FP BE Pri !#53 N27844 P17852 BLD 72 -1 FP BE Pri !#A N27843 N27844 !#53 N27845 P17853 MEMBAR Loop_exit !#53 N27846 P17851 MEMBAR Loop_entry !#53 N27847 P17852 BLD 71 -1 FP BE Pri !#53 N27848 P17852 BLD 72 -1 FP BE Pri !#A N27847 N27848 !#53 N27849 P17853 MEMBAR Loop_exit !#53 N27850 P17854 MEMBAR Loop_entry !#53 N27851 P17855 BLD 297 -1 FP BE Pri !#53 N27852 P17856 MEMBAR Loop_exit !#53 N27853 P17854 MEMBAR Loop_entry !#53 N27854 P17855 BLD 297 -1 FP BE Pri !#53 N27855 P17856 MEMBAR Loop_exit !#53 N27856 P17857 MEMBAR Loop_entry !#53 N27857 P17858 BLD 79 -1 FP BE Pri !#53 N27858 P17859 MEMBAR Loop_exit !#53 N27859 P17857 MEMBAR Loop_entry !#53 N27860 P17858 BLD 79 -1 FP BE Pri !#53 N27861 P17859 MEMBAR Loop_exit !#53 N27862 P17860 MEMBAR Loop_entry !#53 N27863 P17861 BLD 76 -1 FP BE Pri !#53 N27864 P17862 MEMBAR Loop_exit !#53 N27865 P17863 MEMBAR Loop_entry !#53 N27866 P17864 BLD 282 -1 FP BE Pri !#53 N27867 P17865 MEMBAR Loop_exit !#53 N27868 P17863 MEMBAR Loop_entry !#53 N27869 P17864 BLD 282 -1 FP BE Pri !#53 N27870 P17865 MEMBAR Loop_exit !#53 N27871 P17866 MEMBAR Loop_entry !#53 N27872 P17867 BLD 188 -1 FP BE Pri !#53 N27873 P17868 MEMBAR Loop_exit !#53 N27874 P17869 MEMBAR Loop_entry !#53 N27875 P17870 BLD 267 -1 FP BE Pri !#53 N27876 P17871 MEMBAR Loop_exit !#53 N27877 P17869 MEMBAR Loop_entry !#53 N27878 P17870 BLD 267 -1 FP BE Pri !#53 N27879 P17871 MEMBAR Loop_exit !#53 N27880 P17872 MEMBAR Loop_entry !#53 N27881 P17873 BLD 147 -1 FP BE Pri !#53 N27882 P17874 MEMBAR Loop_exit !#53 N27883 P17872 MEMBAR Loop_entry !#53 N27884 P17873 BLD 147 -1 FP BE Pri !#53 N27885 P17874 MEMBAR Loop_exit !#53 N27886 P17875 MEMBAR Loop_entry !#53 N27887 P17876 BLD 25 -1 FP BE Pri !#53 N27888 P17877 MEMBAR Loop_exit !#53 N27889 P17878 MEMBAR Loop_entry !#53 N27890 P17879 BLD 58 -1 FP BE Pri !#53 N27891 P17880 MEMBAR Loop_exit !#53 N27892 P17881 MEMBAR Loop_entry !#53 N27893 P17882 BLD 13 -1 FP BE Pri !#53 N27894 P17883 MEMBAR Loop_exit !#53 N27895 P17881 MEMBAR Loop_entry !#53 N27896 P17882 BLD 13 -1 FP BE Pri !#53 N27897 P17883 MEMBAR Loop_exit !#53 N27898 P17884 IDC_FLIP 245 Int BE Pri Loop_entry Loop_exit !#53 N27899 P17885 PREFETCH 26 Int BE Pri Loop_entry Loop_exit !#53 N27900 P17886 MEMBAR Loop_entry !#53 N27901 P17887 BLD 286 -1 FP BE Pri !#53 N27902 P17888 MEMBAR Loop_exit !#53 N27903 P17886 MEMBAR Loop_entry !#53 N27904 P17887 BLD 286 -1 FP BE Pri !#53 N27905 P17888 MEMBAR Loop_exit !#53 N27906 P17889 IDC_FLIP 323 Int BE Pri Loop_entry !#53 N27907 P17890 MEMBAR !#53 N27908 P17891 BLD 69 -1 FP BE Pri !#53 N27909 P17892 MEMBAR Loop_exit !#53 N27910 P17889 IDC_FLIP 323 Int BE Pri Loop_entry !#53 N27911 P17890 MEMBAR !#53 N27912 P17891 BLD 69 -1 FP BE Pri !#53 N27913 P17892 MEMBAR Loop_exit !#53 N27914 P17893 MEMBAR Loop_entry !#53 N27915 P17894 BLD 183 -1 FP BE Pri !#53 N27916 P17895 MEMBAR Loop_exit !#53 N27917 P17893 MEMBAR Loop_entry !#53 N27918 P17894 BLD 183 -1 FP BE Pri !#53 N27919 P17895 MEMBAR Loop_exit !#53 N27920 P17896 MEMBAR Loop_entry !#53 N27921 P17897 BLD 274 -1 FP BE Pri !#53 N27922 P17898 MEMBAR Loop_exit !#53 N27923 P17899 MEMBAR Loop_entry !#53 N27924 P17900 BLD 309 -1 FP BE Pri !#53 N27925 P17901 MEMBAR Loop_exit !#53 N27926 P17899 MEMBAR Loop_entry !#53 N27927 P17900 BLD 309 -1 FP BE Pri !#53 N27928 P17901 MEMBAR Loop_exit !#53 N27929 P17902 MEMBAR Loop_entry !#53 N27930 P17903 BLD 124 -1 FP BE Pri !#53 N27931 P17903 BLD 125 -1 FP BE Pri !#53 N27932 P17903 BLD 126 -1 FP BE Pri !#53 N27933 P17904 MEMBAR Loop_exit !#53 N27934 P17905 MEMBAR Loop_entry !#53 N27935 P17906 BLD 223 -1 FP BE Pri !#53 N27936 P17907 MEMBAR Loop_exit !#53 N27937 P17905 MEMBAR Loop_entry !#53 N27938 P17906 BLD 223 -1 FP BE Pri !#53 N27939 P17907 MEMBAR Loop_exit !#53 N27940 P17908 MEMBAR Loop_entry !#53 N27941 P17909 BLD 249 -1 FP BE Pri !#53 N27942 P17910 MEMBAR Loop_exit !#53 N27943 P17908 MEMBAR Loop_entry !#53 N27944 P17909 BLD 249 -1 FP BE Pri !#53 N27945 P17910 MEMBAR Loop_exit !#53 N27946 P17911 IDC_FLIP 246 Int BE Pri Loop_entry Loop_exit !#53 N27947 P17911 IDC_FLIP 246 Int BE Pri Loop_entry Loop_exit !#53 N27948 P17912 MEMBAR Loop_entry !#53 N27949 P17913 BLD 302 -1 FP BE Pri !#53 N27950 P17914 MEMBAR Loop_exit !#53 N27951 P17915 ST 32 0x9a800001 Int BE Pri Loop_entry !#53 N27952 P17916 MEMBAR !#53 N27953 P17917 BLD 107 -1 FP BE Pri !#53 N27954 P17918 MEMBAR Loop_exit !#53 N27955 P17919 MEMBAR Loop_entry !#53 N27956 P17920 PREFETCH 329 Int BE Pri Loop_exit !#53 N27957 P17921 MEMBAR Loop_entry !#53 N27958 P17922 BLD 356 -1 FP BE Pri !#53 N27959 P17923 MEMBAR Loop_exit !#53 N27960 P17924 MEMBAR Loop_entry !#53 N27961 P17925 BLD 303 -1 FP BE Pri !#53 N27962 P17926 MEMBAR Loop_exit !#53 N27963 P17924 MEMBAR Loop_entry !#53 N27964 P17925 BLD 303 -1 FP BE Pri !#53 N27965 P17926 MEMBAR Loop_exit !#53 N27966 P17927 MEMBAR Loop_entry !#53 N27967 P17928 BLD 264 -1 FP BE Pri !#53 N27968 P17929 MEMBAR Loop_exit !#53 N27969 P17927 MEMBAR Loop_entry !#53 N27970 P17928 BLD 264 -1 FP BE Pri !#53 N27971 P17929 MEMBAR Loop_exit !#53 N27972 P17930 MEMBAR Loop_entry !#53 N27973 P17931 BLD 303 -1 FP BE Pri !#53 N27974 P17932 MEMBAR Loop_exit !#53 N27975 P17933 ST 206 0x9a800002 Int LE Pri Loop_entry !#53 N27976 P17934 MEMBAR !#53 N27977 P17935 BLD 11 -1 FP BE Pri !#53 N27978 P17935 BLD 12 -1 FP BE Pri !#53 N27979 P17936 MEMBAR Loop_exit !#53 N27980 P17937 MEMBAR Loop_entry !#53 N27981 P17938 BLD 274 -1 FP BE Pri !#53 N27982 P17939 MEMBAR Loop_exit !#53 N27983 P17940 ST 184 0x9a800003 Int BE Pri Loop_entry !#53 N27984 P17941 MEMBAR !#53 N27985 P17942 BLD 163 -1 FP BE Pri !#53 N27986 P17943 MEMBAR Loop_exit !#53 N27987 P17940 ST 184 0x9a800004 Int BE Pri Loop_entry !#53 N27988 P17941 MEMBAR !#53 N27989 P17942 BLD 163 -1 FP BE Pri !#53 N27990 P17943 MEMBAR Loop_exit !#53 N27991 P17944 MEMBAR Loop_entry !#53 N27992 P17945 BLD 45 -1 FP BE Pri !#53 N27993 P17946 MEMBAR Loop_exit !#53 N27994 P17944 MEMBAR Loop_entry !#53 N27995 P17945 BLD 45 -1 FP BE Pri !#53 N27996 P17946 MEMBAR Loop_exit !#53 N27997 P17947 MEMBAR Loop_entry !#53 N27998 P17948 BLD 110 -1 FP BE Pri !#53 N27999 P17949 MEMBAR Loop_exit !#53 N28000 P17950 MEMBAR Loop_entry !#53 N28001 P17951 BLD 91 -1 FP BE Pri !#53 N28002 P17951 BLD 92 -1 FP BE Pri !#53 N28003 P17951 BLD 93 -1 FP BE Pri !#53 N28004 P17952 MEMBAR Loop_exit !#53 N28005 P17953 MEMBAR Loop_entry !#53 N28006 P17954 BLD 185 -1 FP BE Pri !#53 N28007 P17955 MEMBAR Loop_exit !#53 N28008 P17956 FLUSHI 346 Int BE Pri Loop_entry Loop_exit !#53 N28009 P17956 FLUSHI 346 Int BE Pri Loop_entry Loop_exit !#53 N28010 P17957 LD 144 -1 Int BE Pri Loop_entry !#53 N28011 P17958 PREFETCH 153 Int BE Pri !#53 N28012 P17959 LD 186 -1 Int BE Pri Loop_exit !#53 N28013 P17957 LD 144 -1 Int BE Pri Loop_entry !#53 N28014 P17958 PREFETCH 153 Int BE Pri !#53 N28015 P17959 LD 186 -1 Int BE Pri Loop_exit !#53 N28016 P17960 MEMBAR Loop_entry !#53 N28017 P17961 BLD 49 -1 FP BE Pri !#53 N28018 P17962 MEMBAR Loop_exit !#53 N28019 P17963 MEMBAR Loop_entry !#53 N28020 P17964 BLD 326 -1 FP BE Pri !#53 N28021 P17965 MEMBAR Loop_exit !#53 N28022 P17966 MEMBAR Loop_entry !#53 N28023 P17967 BLD 193 -1 FP BE Pri !#53 N28024 P17968 MEMBAR Loop_exit !#53 N28025 P17969 MEMBAR Loop_entry !#53 N28026 P17970 BLD 146 -1 FP BE Pri !#53 N28027 P17971 MEMBAR Loop_exit !#53 N28028 P17969 MEMBAR Loop_entry !#53 N28029 P17970 BLD 146 -1 FP BE Pri !#53 N28030 P17971 MEMBAR Loop_exit !#53 N28031 P17972 MEMBAR Loop_entry !#53 N28032 P17973 BLD 237 -1 FP BE Pri !#53 N28033 P17974 MEMBAR Loop_exit !#53 N28034 P17972 MEMBAR Loop_entry !#53 N28035 P17973 BLD 237 -1 FP BE Pri !#53 N28036 P17974 MEMBAR Loop_exit !#53 N28037 P17975 MEMBAR Loop_entry !#53 N28038 P17976 BLD 295 -1 FP BE Pri !#53 N28039 P17976 BLD 296 -1 FP BE Pri !#53 N28040 P17977 MEMBAR Loop_exit !#53 N28041 P17978 PREFETCH 297 NF Int BE Pri Loop_entry Loop_exit !#53 N28042 P17978 PREFETCH 297 NF Int BE Pri Loop_entry Loop_exit !#53 N28043 P17979 IDC_FLIP 66 Int BE Pri Loop_entry Loop_exit !#53 N28044 P17979 IDC_FLIP 66 Int BE Pri Loop_entry Loop_exit !#53 N28045 P17980 MEMBAR Loop_entry Loop_exit !#53 N28046 P17980 MEMBAR Loop_entry Loop_exit !#53 N28047 P17981 MEMBAR Loop_entry !#53 N28048 P17982 BLD 252 -1 FP BE Pri !#53 N28049 P17983 MEMBAR Loop_exit !#53 N28050 P17984 LD 58 -1 NF Int BE Pri Loop_entry !#53 N28051 P17985 MEMBAR !#53 N28052 P17986 BLD 191 -1 FP BE Pri !#53 N28053 P17987 MEMBAR !#53 N28054 P17988 LD 106 -1 Int BE Pri Loop_exit !#53 N28055 P17989 MEMBAR Loop_entry !#53 N28056 P17990 BLD 78 -1 FP BE Pri !#53 N28057 P17991 MEMBAR Loop_exit !#53 N28058 P17989 MEMBAR Loop_entry !#53 N28059 P17990 BLD 78 -1 FP BE Pri !#53 N28060 P17991 MEMBAR Loop_exit !#53 N28061 P17992 MEMBAR Loop_entry !#53 N28062 P17993 BLD 293 -1 FP BE Pri !#53 N28063 P17994 MEMBAR Loop_exit !#53 N28064 P17995 MEMBAR Loop_entry !#53 N28065 P17996 BLD 261 -1 FP BE Pri !#53 N28066 P17997 MEMBAR Loop_exit !#53 N28067 P17998 MEMBAR Loop_entry !#53 N28068 P17999 BLD 150 -1 FP BE Pri !#53 N28069 P18000 MEMBAR Loop_exit !#53 N28070 P18001 MEMBAR Loop_entry !#53 N28071 P18002 BLD 300 -1 FP BE Pri !#53 N28072 P18003 MEMBAR Loop_exit !#53 N28073 P18004 MEMBAR Loop_entry !#53 N28074 P18005 BLD 342 -1 FP BE Pri !#53 N28075 P18006 MEMBAR Loop_exit !#53 N28076 P18004 MEMBAR Loop_entry !#53 N28077 P18005 BLD 342 -1 FP BE Pri !#53 N28078 P18006 MEMBAR Loop_exit !#53 N28079 P18007 LD 157 -1 NF Int BE Pri Loop_entry !#53 N28080 P18008 MEMBAR !#53 N28081 P18009 BLD 179 -1 FP BE Pri !#53 N28082 P18010 MEMBAR !#53 N28083 P18011 LD 200 -1 Int BE Pri Loop_exit !#53 N28084 P18012 MEMBAR Loop_entry !#53 N28085 P18013 BLD 305 -1 FP BE Pri !#53 N28086 P18014 MEMBAR Loop_exit !#53 N28087 P18015 MEMBAR Loop_entry !#53 N28088 P18016 BLD 69 -1 FP BE Pri !#53 N28089 P18017 MEMBAR Loop_exit !#53 N28090 P18015 MEMBAR Loop_entry !#53 N28091 P18016 BLD 69 -1 FP BE Pri !#53 N28092 P18017 MEMBAR Loop_exit !#53 N28093 P18018 MEMBAR Loop_entry !#53 N28094 P18019 BLD 172 -1 FP BE Pri !#53 N28095 P18020 MEMBAR Loop_exit !#53 N28096 P18018 MEMBAR Loop_entry !#53 N28097 P18019 BLD 172 -1 FP BE Pri !#53 N28098 P18020 MEMBAR Loop_exit !#53 N28099 P18021 MEMBAR Loop_entry Loop_exit !#53 N28100 P18022 MEMBAR Loop_entry !#53 N28101 P18023 BLD 114 -1 FP BE Pri !#53 N28102 P18024 MEMBAR Loop_exit !#53 N28103 P18022 MEMBAR Loop_entry !#53 N28104 P18023 BLD 114 -1 FP BE Pri !#53 N28105 P18024 MEMBAR Loop_exit !#53 N28106 P18025 MEMBAR Loop_entry !#53 N28107 P18026 BLD 287 -1 FP BE Pri !#53 N28108 P18027 MEMBAR Loop_exit !#53 N28109 P18025 MEMBAR Loop_entry !#53 N28110 P18026 BLD 287 -1 FP BE Pri !#53 N28111 P18027 MEMBAR Loop_exit !#53 N28112 P18028 MEMBAR Loop_entry !#53 N28113 P18029 BLD 268 -1 FP BE Pri !#53 N28114 P18030 MEMBAR Loop_exit !#53 N28115 P18028 MEMBAR Loop_entry !#53 N28116 P18029 BLD 268 -1 FP BE Pri !#53 N28117 P18030 MEMBAR Loop_exit !#53 N28118 P18031 MEMBAR Loop_entry !#53 N28119 P18032 BLD 240 -1 FP BE Pri !#53 N28120 P18033 MEMBAR Loop_exit !#53 N28121 P18034 IDC_FLIP 357 Int BE Pri Loop_entry !#53 N28122 P18035 MEMBAR !#53 N28123 P18036 BLD 111 -1 FP BE Pri !#53 N28124 P18036 BLD 112 -1 FP BE Pri !#53 N28125 P18036 BLD 113 -1 FP BE Pri !#53 N28126 P18037 MEMBAR Loop_exit !#53 N28127 P18038 FLUSHI 160 Int BE Pri Loop_entry Loop_exit !#53 N28128 P18038 FLUSHI 160 Int BE Pri Loop_entry Loop_exit !#53 N28129 P18039 ST 284 0x9a800005 Int BE Pri Loop_entry !#53 N28130 P18040 PREFETCH 67 Int BE Pri Loop_exit !#53 N28131 P18041 MEMBAR Loop_entry !#53 N28132 P18042 BLD 324 -1 FP BE Pri !#53 N28133 P18043 MEMBAR Loop_exit !#53 N28134 P18044 MEMBAR Loop_entry !#53 N28135 P18045 BLD 110 -1 FP BE Pri !#53 N28136 P18046 MEMBAR Loop_exit !#53 N28137 P18044 MEMBAR Loop_entry !#53 N28138 P18045 BLD 110 -1 FP BE Pri !#53 N28139 P18046 MEMBAR Loop_exit !#53 N28140 P18047 IDC_FLIP 134 Int BE Pri Loop_entry Loop_exit !#53 N28141 P18047 IDC_FLIP 134 Int BE Pri Loop_entry Loop_exit !#53 N28142 P18048 IDC_FLIP 60 Int BE Pri Loop_entry Loop_exit !#53 N28143 P18049 MEMBAR Loop_entry !#53 N28144 P18050 BLD 32 -1 FP BE Pri !#53 N28145 P18050 BLD 33 -1 FP BE Pri !#53 N28146 P18051 MEMBAR Loop_exit !#53 N28147 P18049 MEMBAR Loop_entry !#53 N28148 P18050 BLD 32 -1 FP BE Pri !#53 N28149 P18050 BLD 33 -1 FP BE Pri !#53 N28150 P18051 MEMBAR Loop_exit !#53 N28151 P18052 MEMBAR Loop_entry !#53 N28152 P18053 BLD 165 -1 FP BE Pri !#53 N28153 P18054 MEMBAR Loop_exit !#53 N28154 P18052 MEMBAR Loop_entry !#53 N28155 P18053 BLD 165 -1 FP BE Pri !#53 N28156 P18054 MEMBAR Loop_exit !#53 N28157 P18055 LD 9 -1 Int BE Pri Loop_entry !#53 N28158 P18056 LD 231 -1 Int LE Pri Loop_exit !#53 N28159 P18055 LD 9 -1 Int BE Pri Loop_entry !#53 N28160 P18056 LD 231 -1 Int LE Pri Loop_exit !#53 N28161 P18057 ST 128 0x9a800006 Int BE Pri Loop_entry !#53 N28162 P18058 MEMBAR !#53 N28163 P18059 BLD 295 -1 FP BE Pri !#53 N28164 P18059 BLD 296 -1 FP BE Pri !#53 N28165 P18060 MEMBAR Loop_exit !#53 N28166 P18061 MEMBAR Loop_entry !#53 N28167 P18062 BLD 342 -1 FP BE Pri !#53 N28168 P18063 MEMBAR Loop_exit !#53 N28169 P18061 MEMBAR Loop_entry !#53 N28170 P18062 BLD 342 -1 FP BE Pri !#53 N28171 P18063 MEMBAR Loop_exit !#53 N28172 P18064 PREFETCH 272 Int BE Pri Loop_entry !#53 N28173 P18065 MEMBAR !#53 N28174 P18066 BLD 227 -1 FP BE Pri !#53 N28175 P18067 MEMBAR Loop_exit !#53 N28176 P18068 MEMBAR Loop_entry Loop_exit !#53 N28177 P18069 MEMBAR Loop_entry !#53 N28178 P18070 BLD 150 -1 FP BE Pri !#53 N28179 P18071 MEMBAR Loop_exit !#53 N28180 P18069 MEMBAR Loop_entry !#53 N28181 P18070 BLD 150 -1 FP BE Pri !#53 N28182 P18071 MEMBAR Loop_exit !#53 N28183 P18072 MEMBAR Loop_entry !#53 N28184 P18073 BLD 89 -1 FP BE Pri !#53 N28185 P18073 BLD 90 -1 FP BE Pri !#53 N28186 P18074 MEMBAR Loop_exit !#53 N28187 P18075 MEMBAR Loop_entry !#53 N28188 P18076 BLD 283 -1 FP BE Pri !#53 N28189 P18077 MEMBAR Loop_exit !#53 N28190 P18078 IDC_FLIP 224 Int BE Pri Loop_entry Loop_exit !#53 N28191 P18079 MEMBAR Loop_entry !#53 N28192 P18080 BLD 98 -1 FP BE Pri !#53 N28193 P18080 BLD 99 -1 FP BE Pri !#53 N28194 P18081 MEMBAR Loop_exit !#53 N28195 P18082 MEMBAR Loop_entry !#53 N28196 P18083 BLD 166 -1 FP BE Pri !#53 N28197 P18084 MEMBAR Loop_exit !#53 N28198 P18085 IDC_FLIP 289 Int BE Pri Loop_entry !#53 N28199 P18086 MEMBAR !#53 N28200 P18087 BLD 190 -1 FP BE Pri !#53 N28201 P18088 MEMBAR Loop_exit !#53 N28202 P18089 MEMBAR Loop_entry !#53 N28203 P18090 BLD 26 -1 FP BE Pri !#53 N28204 P18091 MEMBAR Loop_exit !#53 N28205 P18089 MEMBAR Loop_entry !#53 N28206 P18090 BLD 26 -1 FP BE Pri !#53 N28207 P18091 MEMBAR Loop_exit !#53 N28208 P18092 MEMBAR Loop_entry !#53 N28209 P18093 BLD 11 -1 FP BE Pri !#53 N28210 P18093 BLD 12 -1 FP BE Pri !#53 N28211 P18094 MEMBAR Loop_exit !#53 N28212 P18095 MEMBAR Loop_entry !#53 N28213 P18096 BLD 20 -1 FP BE Pri !#53 N28214 P18097 MEMBAR Loop_exit !#53 N28215 P18098 MEMBAR Loop_entry !#53 N28216 P18099 BLD 161 -1 FP BE Pri !#53 N28217 P18100 MEMBAR Loop_exit !#53 N28218 P18098 MEMBAR Loop_entry !#53 N28219 P18099 BLD 161 -1 FP BE Pri !#53 N28220 P18100 MEMBAR Loop_exit !#53 N28221 P18101 MEMBAR Loop_entry !#53 N28222 P18102 BLD 215 -1 FP BE Pri !#53 N28223 P18102 BLD 216 -1 FP BE Pri !#53 N28224 P18103 MEMBAR Loop_exit !#53 N28225 P18104 MEMBAR !#54 N28226 P18105 IDC_FLIP 133 Int BE Pri Loop_entry Loop_exit !#54 N28227 P18106 MEMBAR Loop_entry !#54 N28228 P18107 BLD 196 -1 FP BE Pri !#54 N28229 P18108 MEMBAR Loop_exit !#54 N28230 P18109 MEMBAR Loop_entry !#54 N28231 P18110 BLD 320 -1 FP BE Pri !#54 N28232 P18111 MEMBAR Loop_exit !#54 N28233 P18109 MEMBAR Loop_entry !#54 N28234 P18110 BLD 320 -1 FP BE Pri !#54 N28235 P18111 MEMBAR Loop_exit !#54 N28236 P18112 MEMBAR Loop_entry !#54 N28237 P18113 BLD 70 -1 FP BE Pri !#54 N28238 P18114 MEMBAR Loop_exit !#54 N28239 P18112 MEMBAR Loop_entry !#54 N28240 P18113 BLD 70 -1 FP BE Pri !#54 N28241 P18114 MEMBAR Loop_exit !#54 N28242 P18115 MEMBAR Loop_entry !#54 N28243 P18116 BLD 331 -1 FP BE Pri !#54 N28244 P18116 BLD 332 -1 FP BE Pri !#54 N28245 P18117 MEMBAR Loop_exit !#54 N28246 P18118 MEMBAR Loop_entry !#54 N28247 P18119 BLD 73 -1 FP BE Pri !#54 N28248 P18120 MEMBAR Loop_exit !#54 N28249 P18118 MEMBAR Loop_entry !#54 N28250 P18119 BLD 73 -1 FP BE Pri !#54 N28251 P18120 MEMBAR Loop_exit !#54 N28252 P18121 MEMBAR Loop_entry !#54 N28253 P18122 BLD 147 -1 FP BE Pri !#54 N28254 P18123 MEMBAR Loop_exit !#54 N28255 P18124 ST 209 0x9b000001 Int LE Pri Loop_entry !#54 N28256 P18125 MEMBAR !#54 N28257 P18126 BLD 301 -1 FP BE Pri !#54 N28258 P18127 MEMBAR Loop_exit !#54 N28259 P18124 ST 209 0x9b000002 Int LE Pri Loop_entry !#54 N28260 P18125 MEMBAR !#54 N28261 P18126 BLD 301 -1 FP BE Pri !#54 N28262 P18127 MEMBAR Loop_exit !#54 N28263 P18128 MEMBAR Loop_entry !#54 N28264 P18129 BLD 305 -1 FP BE Pri !#54 N28265 P18130 MEMBAR Loop_exit !#54 N28266 P18128 MEMBAR Loop_entry !#54 N28267 P18129 BLD 305 -1 FP BE Pri !#54 N28268 P18130 MEMBAR Loop_exit !#54 N28269 P18131 MEMBAR Loop_entry !#54 N28270 P18132 BLD 102 -1 FP BE Pri !#54 N28271 P18132 BLD 103 -1 FP BE Pri !#54 N28272 P18132 BLD 104 -1 FP BE Pri !#54 N28273 P18133 MEMBAR Loop_exit !#54 N28274 P18134 PREFETCH 132 Int BE Pri Loop_entry !#54 N28275 P18135 MEMBAR !#54 N28276 P18136 BLD 21 -1 FP BE Pri !#54 N28277 P18137 MEMBAR Loop_exit !#54 N28278 P18134 PREFETCH 132 Int BE Pri Loop_entry !#54 N28279 P18135 MEMBAR !#54 N28280 P18136 BLD 21 -1 FP BE Pri !#54 N28281 P18137 MEMBAR Loop_exit !#54 N28282 P18138 MEMBAR Loop_entry !#54 N28283 P18139 BLD 146 -1 FP BE Pri !#54 N28284 P18140 MEMBAR Loop_exit !#54 N28285 P18141 MEMBAR Loop_entry !#54 N28286 P18142 BLD 159 -1 FP BE Pri !#54 N28287 P18143 MEMBAR Loop_exit !#54 N28288 P18144 MEMBAR Loop_entry !#54 N28289 P18145 BLD 128 -1 FP BE Pri !#54 N28290 P18146 MEMBAR Loop_exit !#54 N28291 P18144 MEMBAR Loop_entry !#54 N28292 P18145 BLD 128 -1 FP BE Pri !#54 N28293 P18146 MEMBAR Loop_exit !#54 N28294 P18147 MEMBAR Loop_entry !#54 N28295 P18148 BLD 21 -1 FP BE Pri !#54 N28296 P18149 MEMBAR Loop_exit !#54 N28297 P18150 MEMBAR Loop_entry !#54 N28298 P18151 BLD 210 -1 FP BE Pri !#54 N28299 P18152 MEMBAR Loop_exit !#54 N28300 P18153 ST 343 0x9b000003 Int BE Pri Loop_entry !#54 N28301 P18154 MEMBAR !#54 N28302 P18155 BLD 333 -1 FP BE Pri !#54 N28303 P18156 MEMBAR Loop_exit !#54 N28304 P18153 ST 343 0x9b000004 Int BE Pri Loop_entry !#54 N28305 P18154 MEMBAR !#54 N28306 P18155 BLD 333 -1 FP BE Pri !#54 N28307 P18156 MEMBAR Loop_exit !#54 N28308 P18157 MEMBAR Loop_entry !#54 N28309 P18158 BLD 334 -1 FP BE Pri !#54 N28310 P18159 MEMBAR Loop_exit !#54 N28311 P18160 MEMBAR Loop_entry !#54 N28312 P18161 BLD 39 -1 FP BE Pri !#54 N28313 P18162 MEMBAR Loop_exit !#54 N28314 P18160 MEMBAR Loop_entry !#54 N28315 P18161 BLD 39 -1 FP BE Pri !#54 N28316 P18162 MEMBAR Loop_exit !#54 N28317 P18163 MEMBAR Loop_entry !#54 N28318 P18164 BLD 131 -1 FP BE Pri !#54 N28319 P18165 MEMBAR Loop_exit !#54 N28320 P18166 MEMBAR Loop_entry !#54 N28321 P18167 BLD 187 -1 FP BE Pri !#54 N28322 P18168 MEMBAR Loop_exit !#54 N28323 P18166 MEMBAR Loop_entry !#54 N28324 P18167 BLD 187 -1 FP BE Pri !#54 N28325 P18168 MEMBAR Loop_exit !#54 N28326 P18169 MEMBAR Loop_entry !#54 N28327 P18170 BLD 207 -1 FP BE Pri !#54 N28328 P18171 MEMBAR Loop_exit !#54 N28329 P18169 MEMBAR Loop_entry !#54 N28330 P18170 BLD 207 -1 FP BE Pri !#54 N28331 P18171 MEMBAR Loop_exit !#54 N28332 P18172 MEMBAR Loop_entry !#54 N28333 P18173 BLD 301 -1 FP BE Pri !#54 N28334 P18174 MEMBAR Loop_exit !#54 N28335 P18175 MEMBAR Loop_entry !#54 N28336 P18176 BLD 260 -1 FP BE Pri !#54 N28337 P18177 MEMBAR Loop_exit !#54 N28338 P18178 MEMBAR Loop_entry !#54 N28339 P18179 BLD 203 -1 FP BE Pri !#54 N28340 P18180 MEMBAR Loop_exit !#54 N28341 P18178 MEMBAR Loop_entry !#54 N28342 P18179 BLD 203 -1 FP BE Pri !#54 N28343 P18180 MEMBAR Loop_exit !#54 N28344 P18181 MEMBAR Loop_entry !#54 N28345 P18182 BLD 321 -1 FP BE Pri !#54 N28346 P18183 MEMBAR Loop_exit !#54 N28347 P18184 FLUSHI 76 Int BE Pri Loop_entry !#54 N28348 P18185 IDC_FLIP 155 Int BE Pri Loop_exit !#54 N28349 P18186 MEMBAR Loop_entry !#54 N28350 P18187 BLD 322 -1 FP BE Pri !#54 N28351 P18188 MEMBAR Loop_exit !#54 N28352 P18186 MEMBAR Loop_entry !#54 N28353 P18187 BLD 322 -1 FP BE Pri !#54 N28354 P18188 MEMBAR Loop_exit !#54 N28355 P18189 MEMBAR Loop_entry !#54 N28356 P18190 BLD 357 -1 FP BE Pri !#54 N28357 P18191 MEMBAR Loop_exit !#54 N28358 P18189 MEMBAR Loop_entry !#54 N28359 P18190 BLD 357 -1 FP BE Pri !#54 N28360 P18191 MEMBAR Loop_exit !#54 N28361 P18192 IDC_FLIP 261 Int BE Pri Loop_entry Loop_exit !#54 N28362 P18193 FLUSHI 254 Int BE Pri Loop_entry !#54 N28363 P18194 MEMBAR !#54 N28364 P18195 BLD 174 -1 FP BE Pri !#54 N28365 P18196 MEMBAR Loop_exit !#54 N28366 P18197 IDC_FLIP 175 Int BE Pri Loop_entry Loop_exit !#54 N28367 P18198 MEMBAR Loop_entry !#54 N28368 P18199 BLD 62 -1 FP BE Pri !#54 N28369 P18199 BLD 63 -1 FP BE Pri !#54 N28370 P18200 MEMBAR Loop_exit !#54 N28371 P18201 MEMBAR Loop_entry !#54 N28372 P18202 BLD 260 -1 FP BE Pri !#54 N28373 P18203 MEMBAR Loop_exit !#54 N28374 P18204 IDC_FLIP 238 Int BE Pri Loop_entry !#54 N28375 P18205 PREFETCH 13 Int BE Pri Loop_exit !#54 N28376 P18204 IDC_FLIP 238 Int BE Pri Loop_entry !#54 N28377 P18205 PREFETCH 13 Int BE Pri Loop_exit !#54 N28378 P18206 MEMBAR Loop_entry !#54 N28379 P18207 BLD 238 -1 FP BE Pri !#54 N28380 P18208 MEMBAR Loop_exit !#54 N28381 P18206 MEMBAR Loop_entry !#54 N28382 P18207 BLD 238 -1 FP BE Pri !#54 N28383 P18208 MEMBAR Loop_exit !#54 N28384 P18209 MEMBAR Loop_entry !#54 N28385 P18210 BLD 130 -1 FP BE Pri !#54 N28386 P18211 MEMBAR Loop_exit !#54 N28387 P18209 MEMBAR Loop_entry !#54 N28388 P18210 BLD 130 -1 FP BE Pri !#54 N28389 P18211 MEMBAR Loop_exit !#54 N28390 P18212 MEMBAR Loop_entry !#54 N28391 P18213 BLD 340 -1 FP BE Pri !#54 N28392 P18214 MEMBAR Loop_exit !#54 N28393 P18215 MEMBAR Loop_entry !#54 N28394 P18216 BLD 308 -1 FP BE Pri !#54 N28395 P18217 MEMBAR Loop_exit !#54 N28396 P18218 MEMBAR Loop_entry !#54 N28397 P18219 BLD 49 -1 FP BE Pri !#54 N28398 P18220 MEMBAR Loop_exit !#54 N28399 P18218 MEMBAR Loop_entry !#54 N28400 P18219 BLD 49 -1 FP BE Pri !#54 N28401 P18220 MEMBAR Loop_exit !#54 N28402 P18221 MEMBAR Loop_entry !#54 N28403 P18222 BLD 304 -1 FP BE Pri !#54 N28404 P18223 MEMBAR Loop_exit !#54 N28405 P18224 MEMBAR Loop_entry !#54 N28406 P18225 BLD 109 -1 FP BE Pri !#54 N28407 P18226 MEMBAR Loop_exit !#54 N28408 P18227 MEMBAR Loop_entry !#54 N28409 P18228 BLD 26 -1 FP BE Pri !#54 N28410 P18229 MEMBAR Loop_exit !#54 N28411 P18230 MEMBAR Loop_entry !#54 N28412 P18231 BLD 210 -1 FP BE Pri !#54 N28413 P18232 MEMBAR Loop_exit !#54 N28414 P18230 MEMBAR Loop_entry !#54 N28415 P18231 BLD 210 -1 FP BE Pri !#54 N28416 P18232 MEMBAR Loop_exit !#54 N28417 P18233 MEMBAR Loop_entry !#54 N28418 P18234 BLD 39 -1 FP BE Pri !#54 N28419 P18235 MEMBAR Loop_exit !#54 N28420 P18236 MEMBAR Loop_entry !#54 N28421 P18237 BLD 27 -1 FP BE Pri !#54 N28422 P18238 MEMBAR Loop_exit !#54 N28423 P18236 MEMBAR Loop_entry !#54 N28424 P18237 BLD 27 -1 FP BE Pri !#54 N28425 P18238 MEMBAR Loop_exit !#54 N28426 P18239 MEMBAR Loop_entry !#54 N28427 P18240 BLD 81 -1 FP BE Pri !#54 N28428 P18241 MEMBAR Loop_exit !#54 N28429 P18242 MEMBAR Loop_entry !#54 N28430 P18243 BLD 293 -1 FP BE Pri !#54 N28431 P18244 MEMBAR Loop_exit !#54 N28432 P18245 MEMBAR Loop_entry !#54 N28433 P18246 BLD 69 -1 FP BE Pri !#54 N28434 P18247 MEMBAR Loop_exit !#54 N28435 P18248 MEMBAR Loop_entry !#54 N28436 P18249 BLD 288 -1 FP BE Pri !#54 N28437 P18250 MEMBAR Loop_exit !#54 N28438 P18248 MEMBAR Loop_entry !#54 N28439 P18249 BLD 288 -1 FP BE Pri !#54 N28440 P18250 MEMBAR Loop_exit !#54 N28441 P18251 MEMBAR Loop_entry !#54 N28442 P18252 BLD 78 -1 FP BE Pri !#54 N28443 P18253 MEMBAR Loop_exit !#54 N28444 P18254 MEMBAR Loop_entry !#54 N28445 P18255 BLD 47 -1 FP BE Pri !#54 N28446 P18256 MEMBAR Loop_exit !#54 N28447 P18254 MEMBAR Loop_entry !#54 N28448 P18255 BLD 47 -1 FP BE Pri !#54 N28449 P18256 MEMBAR Loop_exit !#54 N28450 P18257 MEMBAR Loop_entry !#54 N28451 P18258 BLD 224 -1 FP BE Pri !#54 N28452 P18259 MEMBAR Loop_exit !#54 N28453 P18260 MEMBAR Loop_entry !#54 N28454 P18261 BLD 9 -1 FP BE Pri !#54 N28455 P18262 MEMBAR Loop_exit !#54 N28456 P18263 MEMBAR Loop_entry !#54 N28457 P18264 BLD 294 -1 FP BE Pri !#54 N28458 P18265 MEMBAR Loop_exit !#54 N28459 P18263 MEMBAR Loop_entry !#54 N28460 P18264 BLD 294 -1 FP BE Pri !#54 N28461 P18265 MEMBAR Loop_exit !#54 N28462 P18266 MEMBAR Loop_entry !#54 N28463 P18267 BLD 18 -1 FP BE Pri !#54 N28464 P18268 MEMBAR Loop_exit !#54 N28465 P18269 MEMBAR Loop_entry Loop_exit !#54 N28466 P18269 MEMBAR Loop_entry Loop_exit !#54 N28467 P18270 MEMBAR Loop_entry !#54 N28468 P18271 BLD 160 -1 FP BE Pri !#54 N28469 P18272 MEMBAR Loop_exit !#54 N28470 P18270 MEMBAR Loop_entry !#54 N28471 P18271 BLD 160 -1 FP BE Pri !#54 N28472 P18272 MEMBAR Loop_exit !#54 N28473 P18273 MEMBAR Loop_entry !#54 N28474 P18274 BLD 58 -1 FP BE Pri !#54 N28475 P18275 MEMBAR Loop_exit !#54 N28476 P18276 MEMBAR Loop_entry !#54 N28477 P18277 BLD 102 -1 FP BE Pri !#54 N28478 P18277 BLD 103 -1 FP BE Pri !#54 N28479 P18277 BLD 104 -1 FP BE Pri !#54 N28480 P18278 MEMBAR Loop_exit !#54 N28481 P18276 MEMBAR Loop_entry !#54 N28482 P18277 BLD 102 -1 FP BE Pri !#54 N28483 P18277 BLD 103 -1 FP BE Pri !#54 N28484 P18277 BLD 104 -1 FP BE Pri !#54 N28485 P18278 MEMBAR Loop_exit !#54 N28486 P18279 MEMBAR Loop_entry !#54 N28487 P18280 BLD 111 -1 FP BE Pri !#54 N28488 P18280 BLD 112 -1 FP BE Pri !#54 N28489 P18280 BLD 113 -1 FP BE Pri !#54 N28490 P18281 MEMBAR Loop_exit !#54 N28491 P18282 MEMBAR Loop_entry !#54 N28492 P18283 BLD 200 -1 FP BE Pri !#54 N28493 P18284 MEMBAR Loop_exit !#54 N28494 P18282 MEMBAR Loop_entry !#54 N28495 P18283 BLD 200 -1 FP BE Pri !#54 N28496 P18284 MEMBAR Loop_exit !#54 N28497 P18285 MEMBAR Loop_entry !#54 N28498 P18286 BLD 231 -1 FP BE Pri !#54 N28499 P18287 MEMBAR Loop_exit !#54 N28500 P18288 MEMBAR Loop_entry !#54 N28501 P18289 BLD 97 -1 FP BE Pri !#54 N28502 P18290 MEMBAR Loop_exit !#54 N28503 P18288 MEMBAR Loop_entry !#54 N28504 P18289 BLD 97 -1 FP BE Pri !#54 N28505 P18290 MEMBAR Loop_exit !#54 N28506 P18291 MEMBAR Loop_entry !#54 N28507 P18292 BLD 68 -1 FP BE Pri !#54 N28508 P18293 MEMBAR Loop_exit !#54 N28509 P18291 MEMBAR Loop_entry !#54 N28510 P18292 BLD 68 -1 FP BE Pri !#54 N28511 P18293 MEMBAR Loop_exit !#54 N28512 P18294 MEMBAR Loop_entry !#54 N28513 P18295 BLD 290 -1 FP BE Pri !#54 N28514 P18296 MEMBAR Loop_exit !#54 N28515 P18297 IDC_FLIP 109 Int BE Pri Loop_entry !#54 N28516 P18298 MEMBAR !#54 N28517 P18299 BLD 278 -1 FP BE Pri !#54 N28518 P18300 MEMBAR Loop_exit !#54 N28519 P18301 MEMBAR Loop_entry !#54 N28520 P18302 BLD 71 -1 FP BE Pri !#54 N28521 P18302 BLD 72 -1 FP BE Pri !#A N28520 N28521 !#54 N28522 P18303 MEMBAR Loop_exit !#54 N28523 P18304 MEMBAR Loop_entry !#54 N28524 P18305 BLD 268 -1 FP BE Pri !#54 N28525 P18306 MEMBAR Loop_exit !#54 N28526 P18307 MEMBAR Loop_entry !#54 N28527 P18308 BLD 275 -1 FP BE Pri !#54 N28528 P18309 MEMBAR Loop_exit !#54 N28529 P18310 IDC_FLIP 335 Int BE Pri Loop_entry Loop_exit !#54 N28530 P18311 MEMBAR Loop_entry !#54 N28531 P18312 BLD 48 -1 FP BE Pri !#54 N28532 P18313 MEMBAR Loop_exit !#54 N28533 P18314 MEMBAR Loop_entry !#54 N28534 P18315 BLD 299 -1 FP BE Pri !#54 N28535 P18316 MEMBAR Loop_exit !#54 N28536 P18317 MEMBAR Loop_entry !#54 N28537 P18318 BLD 316 -1 FP BE Pri !#54 N28538 P18319 MEMBAR Loop_exit !#54 N28539 P18320 MEMBAR Loop_entry !#54 N28540 P18321 BLD 290 -1 FP BE Pri !#54 N28541 P18322 MEMBAR Loop_exit !#54 N28542 P18320 MEMBAR Loop_entry !#54 N28543 P18321 BLD 290 -1 FP BE Pri !#54 N28544 P18322 MEMBAR Loop_exit !#54 N28545 P18323 MEMBAR Loop_entry !#54 N28546 P18324 BLD 133 -1 FP BE Pri !#54 N28547 P18325 MEMBAR Loop_exit !#54 N28548 P18326 MEMBAR Loop_entry !#54 N28549 P18327 BLD 308 -1 FP BE Pri !#54 N28550 P18328 MEMBAR Loop_exit !#54 N28551 P18326 MEMBAR Loop_entry !#54 N28552 P18327 BLD 308 -1 FP BE Pri !#54 N28553 P18328 MEMBAR Loop_exit !#54 N28554 P18329 MEMBAR Loop_entry !#54 N28555 P18330 BLD 266 -1 FP BE Pri !#54 N28556 P18331 MEMBAR Loop_exit !#54 N28557 P18329 MEMBAR Loop_entry !#54 N28558 P18330 BLD 266 -1 FP BE Pri !#54 N28559 P18331 MEMBAR Loop_exit !#54 N28560 P18332 MEMBAR Loop_entry !#54 N28561 P18333 BLD 62 -1 FP BE Pri !#54 N28562 P18333 BLD 63 -1 FP BE Pri !#54 N28563 P18334 MEMBAR Loop_exit !#54 N28564 P18335 IDC_FLIP 25 Int BE Pri Loop_entry Loop_exit !#54 N28565 P18336 MEMBAR Loop_entry !#54 N28566 P18337 BLD 357 -1 FP BE Pri !#54 N28567 P18338 MEMBAR Loop_exit !#54 N28568 P18336 MEMBAR Loop_entry !#54 N28569 P18337 BLD 357 -1 FP BE Pri !#54 N28570 P18338 MEMBAR Loop_exit !#54 N28571 P18339 MEMBAR Loop_entry !#54 N28572 P18340 BLD 43 -1 FP BE Pri !#54 N28573 P18341 MEMBAR Loop_exit !#54 N28574 P18339 MEMBAR Loop_entry !#54 N28575 P18340 BLD 43 -1 FP BE Pri !#54 N28576 P18341 MEMBAR Loop_exit !#54 N28577 P18342 MEMBAR Loop_entry !#54 N28578 P18343 BLD 133 -1 FP BE Pri !#54 N28579 P18344 MEMBAR Loop_exit !#54 N28580 P18345 MEMBAR Loop_entry !#54 N28581 P18346 BLD 122 -1 FP BE Pri !#54 N28582 P18347 MEMBAR Loop_exit !#54 N28583 P18345 MEMBAR Loop_entry !#54 N28584 P18346 BLD 122 -1 FP BE Pri !#54 N28585 P18347 MEMBAR Loop_exit !#54 N28586 P18348 IDC_FLIP 48 Int BE Pri Loop_entry !#54 N28587 P18349 MEMBAR !#54 N28588 P18350 BLD 11 -1 FP BE Pri !#54 N28589 P18350 BLD 12 -1 FP BE Pri !#54 N28590 P18351 MEMBAR Loop_exit !#54 N28591 P18348 IDC_FLIP 48 Int BE Pri Loop_entry !#54 N28592 P18349 MEMBAR !#54 N28593 P18350 BLD 11 -1 FP BE Pri !#54 N28594 P18350 BLD 12 -1 FP BE Pri !#54 N28595 P18351 MEMBAR Loop_exit !#54 N28596 P18352 MEMBAR Loop_entry !#54 N28597 P18353 BLD 339 -1 FP BE Pri !#54 N28598 P18354 MEMBAR Loop_exit !#54 N28599 P18355 MEMBAR Loop_entry !#54 N28600 P18356 BLD 84 -1 FP BE Pri !#54 N28601 P18357 MEMBAR Loop_exit !#54 N28602 P18358 MEMBAR Loop_entry !#54 N28603 P18359 BLD 291 -1 FP BE Pri !#54 N28604 P18360 MEMBAR Loop_exit !#54 N28605 P18361 ST 304 0x9b000005 Int BE Pri Loop_entry Loop_exit !#54 N28606 P18361 ST 304 0x9b000006 Int BE Pri Loop_entry Loop_exit !#54 N28607 P18362 MEMBAR Loop_entry !#54 N28608 P18363 BLD 351 -1 FP BE Pri !#54 N28609 P18364 MEMBAR Loop_exit !#54 N28610 P18362 MEMBAR Loop_entry !#54 N28611 P18363 BLD 351 -1 FP BE Pri !#54 N28612 P18364 MEMBAR Loop_exit !#54 N28613 P18365 MEMBAR Loop_entry !#54 N28614 P18366 BLD 134 -1 FP BE Pri !#54 N28615 P18367 MEMBAR Loop_exit !#54 N28616 P18365 MEMBAR Loop_entry !#54 N28617 P18366 BLD 134 -1 FP BE Pri !#54 N28618 P18367 MEMBAR Loop_exit !#54 N28619 P18368 MEMBAR Loop_entry !#54 N28620 P18369 BLD 194 -1 FP BE Pri !#54 N28621 P18370 MEMBAR Loop_exit !#54 N28622 P18368 MEMBAR Loop_entry !#54 N28623 P18369 BLD 194 -1 FP BE Pri !#54 N28624 P18370 MEMBAR Loop_exit !#54 N28625 P18371 MEMBAR Loop_entry !#54 N28626 P18372 BLD 345 -1 FP BE Pri !#54 N28627 P18373 MEMBAR Loop_exit !#54 N28628 P18371 MEMBAR Loop_entry !#54 N28629 P18372 BLD 345 -1 FP BE Pri !#54 N28630 P18373 MEMBAR Loop_exit !#54 N28631 P18374 MEMBAR Loop_entry !#54 N28632 P18375 BLD 3 -1 FP BE Pri !#54 N28633 P18376 MEMBAR Loop_exit !#54 N28634 P18377 MEMBAR Loop_entry !#54 N28635 P18378 BLD 160 -1 FP BE Pri !#54 N28636 P18379 MEMBAR Loop_exit !#54 N28637 P18377 MEMBAR Loop_entry !#54 N28638 P18378 BLD 160 -1 FP BE Pri !#54 N28639 P18379 MEMBAR Loop_exit !#54 N28640 P18380 MEMBAR Loop_entry !#54 N28641 P18381 BLD 165 -1 FP BE Pri !#54 N28642 P18382 MEMBAR Loop_exit !#54 N28643 P18380 MEMBAR Loop_entry !#54 N28644 P18381 BLD 165 -1 FP BE Pri !#54 N28645 P18382 MEMBAR Loop_exit !#54 N28646 P18383 MEMBAR Loop_entry !#54 N28647 P18384 BLD 174 -1 FP BE Pri !#54 N28648 P18385 MEMBAR Loop_exit !#54 N28649 P18383 MEMBAR Loop_entry !#54 N28650 P18384 BLD 174 -1 FP BE Pri !#54 N28651 P18385 MEMBAR Loop_exit !#54 N28652 P18386 MEMBAR Loop_entry !#54 N28653 P18387 BLD 252 -1 FP BE Pri !#54 N28654 P18388 MEMBAR Loop_exit !#54 N28655 P18386 MEMBAR Loop_entry !#54 N28656 P18387 BLD 252 -1 FP BE Pri !#54 N28657 P18388 MEMBAR Loop_exit !#54 N28658 P18389 IDC_FLIP 159 Int BE Pri Loop_entry Loop_exit !#54 N28659 P18390 MEMBAR Loop_entry !#54 N28660 P18391 BLD 137 -1 FP BE Pri !#54 N28661 P18392 MEMBAR Loop_exit !#54 N28662 P18390 MEMBAR Loop_entry !#54 N28663 P18391 BLD 137 -1 FP BE Pri !#54 N28664 P18392 MEMBAR Loop_exit !#54 N28665 P18393 MEMBAR Loop_entry !#54 N28666 P18394 BLD 67 -1 FP BE Pri !#54 N28667 P18395 MEMBAR Loop_exit !#54 N28668 P18396 MEMBAR Loop_entry !#54 N28669 P18397 BLD 17 -1 FP BE Pri !#54 N28670 P18398 MEMBAR Loop_exit !#54 N28671 P18399 MEMBAR Loop_entry !#54 N28672 P18400 BLD 261 -1 FP BE Pri !#54 N28673 P18401 MEMBAR Loop_exit !#54 N28674 P18402 MEMBAR Loop_entry !#54 N28675 P18403 BLD 288 -1 FP BE Pri !#54 N28676 P18404 MEMBAR Loop_exit !#54 N28677 P18402 MEMBAR Loop_entry !#54 N28678 P18403 BLD 288 -1 FP BE Pri !#54 N28679 P18404 MEMBAR Loop_exit !#54 N28680 P18405 MEMBAR Loop_entry !#54 N28681 P18406 BLD 186 -1 FP BE Pri !#54 N28682 P18407 MEMBAR Loop_exit !#54 N28683 P18408 MEMBAR Loop_entry !#54 N28684 P18409 BLD 100 -1 FP BE Pri !#54 N28685 P18410 MEMBAR Loop_exit !#54 N28686 P18411 MEMBAR Loop_entry !#54 N28687 P18412 BLD 282 -1 FP BE Pri !#54 N28688 P18413 MEMBAR Loop_exit !#54 N28689 P18414 ST 325 0x9b000007 Int BE Pri Loop_entry Loop_exit !#54 N28690 P18415 MEMBAR Loop_entry !#54 N28691 P18416 BLD 102 -1 FP BE Pri !#54 N28692 P18416 BLD 103 -1 FP BE Pri !#54 N28693 P18416 BLD 104 -1 FP BE Pri !#54 N28694 P18417 MEMBAR Loop_exit !#54 N28695 P18418 MEMBAR Loop_entry !#54 N28696 P18419 BLD 35 -1 FP BE Pri !#54 N28697 P18420 MEMBAR Loop_exit !#54 N28698 P18421 MEMBAR Loop_entry !#54 N28699 P18422 BLD 221 -1 FP BE Pri !#54 N28700 P18423 MEMBAR Loop_exit !#54 N28701 P18421 MEMBAR Loop_entry !#54 N28702 P18422 BLD 221 -1 FP BE Pri !#54 N28703 P18423 MEMBAR Loop_exit !#54 N28704 P18424 PREFETCH 165 Int BE Pri Loop_entry Loop_exit !#54 N28705 P18425 ST 6 0x9b000008 Int BE Pri Loop_entry Loop_exit !#54 N28706 P18426 MEMBAR Loop_entry !#54 N28707 P18427 BLD 286 -1 FP BE Pri !#54 N28708 P18428 MEMBAR Loop_exit !#54 N28709 P18426 MEMBAR Loop_entry !#54 N28710 P18427 BLD 286 -1 FP BE Pri !#54 N28711 P18428 MEMBAR Loop_exit !#54 N28712 P18429 MEMBAR Loop_entry !#54 N28713 P18430 BLD 308 -1 FP BE Pri !#54 N28714 P18431 MEMBAR Loop_exit !#54 N28715 P18432 MEMBAR Loop_entry !#54 N28716 P18433 BLD 304 -1 FP BE Pri !#54 N28717 P18434 MEMBAR Loop_exit !#54 N28718 P18435 IDC_FLIP 83 Int BE Pri Loop_entry !#54 N28719 P18436 MEMBAR !#54 N28720 P18437 BLD 154 -1 FP BE Pri !#54 N28721 P18438 MEMBAR Loop_exit !#54 N28722 P18439 MEMBAR Loop_entry !#54 N28723 P18440 BLD 56 -1 FP BE Pri !#54 N28724 P18441 MEMBAR Loop_exit !#54 N28725 P18439 MEMBAR Loop_entry !#54 N28726 P18440 BLD 56 -1 FP BE Pri !#54 N28727 P18441 MEMBAR Loop_exit !#54 N28728 P18442 MEMBAR Loop_entry !#54 N28729 P18443 BLD 310 -1 FP BE Pri !#54 N28730 P18444 MEMBAR Loop_exit !#54 N28731 P18445 MEMBAR Loop_entry !#54 N28732 P18446 BLD 237 -1 FP BE Pri !#54 N28733 P18447 MEMBAR Loop_exit !#54 N28734 P18445 MEMBAR Loop_entry !#54 N28735 P18446 BLD 237 -1 FP BE Pri !#54 N28736 P18447 MEMBAR Loop_exit !#54 N28737 P18448 MEMBAR Loop_entry !#54 N28738 P18449 BLD 273 -1 FP BE Pri !#54 N28739 P18450 MEMBAR Loop_exit !#54 N28740 P18448 MEMBAR Loop_entry !#54 N28741 P18449 BLD 273 -1 FP BE Pri !#54 N28742 P18450 MEMBAR Loop_exit !#54 N28743 P18451 MEMBAR !#55 N28744 P18452 MEMBAR Loop_entry !#55 N28745 P18453 BLD 111 -1 FP BE Pri !#55 N28746 P18453 BLD 112 -1 FP BE Pri !#55 N28747 P18453 BLD 113 -1 FP BE Pri !#55 N28748 P18454 MEMBAR Loop_exit !#55 N28749 P18455 MEMBAR Loop_entry !#55 N28750 P18456 BLD 200 -1 FP BE Pri !#55 N28751 P18457 MEMBAR Loop_exit !#55 N28752 P18455 MEMBAR Loop_entry !#55 N28753 P18456 BLD 200 -1 FP BE Pri !#55 N28754 P18457 MEMBAR Loop_exit !#55 N28755 P18458 MEMBAR Loop_entry !#55 N28756 P18459 BLD 67 -1 FP BE Pri !#55 N28757 P18460 MEMBAR Loop_exit !#55 N28758 P18458 MEMBAR Loop_entry !#55 N28759 P18459 BLD 67 -1 FP BE Pri !#55 N28760 P18460 MEMBAR Loop_exit !#55 N28761 P18461 ST 70 0x9b800001 Int BE Pri Loop_entry Loop_exit !#55 N28762 P18462 PREFETCH 226 Int BE Pri Loop_entry Loop_exit !#55 N28763 P18463 PREFETCH 53 Int BE Pri Loop_entry Loop_exit !#55 N28764 P18464 MEMBAR Loop_entry !#55 N28765 P18465 BLD 174 -1 FP BE Pri !#55 N28766 P18466 MEMBAR Loop_exit !#55 N28767 P18464 MEMBAR Loop_entry !#55 N28768 P18465 BLD 174 -1 FP BE Pri !#55 N28769 P18466 MEMBAR Loop_exit !#55 N28770 P18467 MEMBAR Loop_entry !#55 N28771 P18468 BLD 9 -1 FP BE Pri !#55 N28772 P18469 MEMBAR Loop_exit !#55 N28773 P18470 MEMBAR Loop_entry !#55 N28774 P18471 BLD 244 -1 FP BE Pri !#55 N28775 P18472 MEMBAR Loop_exit !#55 N28776 P18470 MEMBAR Loop_entry !#55 N28777 P18471 BLD 244 -1 FP BE Pri !#55 N28778 P18472 MEMBAR Loop_exit !#55 N28779 P18473 PREFETCH 160 Int BE Pri Loop_entry Loop_exit !#55 N28780 P18474 MEMBAR Loop_entry !#55 N28781 P18475 BLD 91 -1 FP BE Pri !#55 N28782 P18475 BLD 92 -1 FP BE Pri !#55 N28783 P18475 BLD 93 -1 FP BE Pri !#55 N28784 P18476 MEMBAR Loop_exit !#55 N28785 P18474 MEMBAR Loop_entry !#55 N28786 P18475 BLD 91 -1 FP BE Pri !#55 N28787 P18475 BLD 92 -1 FP BE Pri !#55 N28788 P18475 BLD 93 -1 FP BE Pri !#55 N28789 P18476 MEMBAR Loop_exit !#55 N28790 P18477 IDC_FLIP 330 Int BE Pri Loop_entry !#55 N28791 P18478 MEMBAR !#55 N28792 P18479 BLD 348 -1 FP BE Pri !#55 N28793 P18480 MEMBAR Loop_exit !#55 N28794 P18481 MEMBAR Loop_entry !#55 N28795 P18482 BLD 207 -1 FP BE Pri !#55 N28796 P18483 MEMBAR Loop_exit !#55 N28797 P18484 ST 325 0x9b800002 Int LE Pri Loop_entry Loop_exit !#55 N28798 P18484 ST 325 0x9b800003 Int LE Pri Loop_entry Loop_exit !#55 N28799 P18485 ST 57 0x9b800004 Int BE Pri Loop_entry !#55 N28800 P18486 MEMBAR !#55 N28801 P18487 BLD 135 -1 FP BE Pri !#55 N28802 P18488 MEMBAR Loop_exit !#55 N28803 P18485 ST 57 0x9b800005 Int BE Pri Loop_entry !#55 N28804 P18486 MEMBAR !#55 N28805 P18487 BLD 135 -1 FP BE Pri !#55 N28806 P18488 MEMBAR Loop_exit !#55 N28807 P18489 MEMBAR Loop_entry !#55 N28808 P18490 BLD 235 -1 FP BE Pri !#55 N28809 P18491 MEMBAR Loop_exit !#55 N28810 P18492 MEMBAR Loop_entry !#55 N28811 P18493 BLD 171 -1 FP BE Pri !#55 N28812 P18494 MEMBAR Loop_exit !#55 N28813 P18495 MEMBAR Loop_entry !#55 N28814 P18496 BLD 32 -1 FP BE Pri !#55 N28815 P18496 BLD 33 -1 FP BE Pri !#55 N28816 P18497 MEMBAR Loop_exit !#55 N28817 P18498 MEMBAR Loop_entry !#55 N28818 P18499 BLD 171 -1 FP BE Pri !#55 N28819 P18500 MEMBAR Loop_exit !#55 N28820 P18501 MEMBAR Loop_entry !#55 N28821 P18502 BLD 123 -1 FP BE Pri !#55 N28822 P18503 MEMBAR Loop_exit !#55 N28823 P18501 MEMBAR Loop_entry !#55 N28824 P18502 BLD 123 -1 FP BE Pri !#55 N28825 P18503 MEMBAR Loop_exit !#55 N28826 P18504 MEMBAR Loop_entry !#55 N28827 P18505 BLD 109 -1 FP BE Pri !#55 N28828 P18506 MEMBAR Loop_exit !#55 N28829 P18507 ST 245 0x9b800006 Int BE Pri Loop_entry !#55 N28830 P18508 MEMBAR !#55 N28831 P18509 BLD 91 -1 FP BE Pri !#55 N28832 P18509 BLD 92 -1 FP BE Pri !#55 N28833 P18509 BLD 93 -1 FP BE Pri !#55 N28834 P18510 MEMBAR Loop_exit !#55 N28835 P18511 MEMBAR Loop_entry !#55 N28836 P18512 BLD 15 -1 FP BE Pri !#55 N28837 P18513 MEMBAR Loop_exit !#55 N28838 P18514 MEMBAR Loop_entry !#55 N28839 P18515 BLD 102 -1 FP BE Pri !#55 N28840 P18515 BLD 103 -1 FP BE Pri !#55 N28841 P18515 BLD 104 -1 FP BE Pri !#55 N28842 P18516 MEMBAR Loop_exit !#55 N28843 P18517 ST 129 0x9b800007 Int LE Pri Loop_entry Loop_exit !#55 N28844 P18517 ST 129 0x9b800008 Int LE Pri Loop_entry Loop_exit !#55 N28845 P18518 IDC_FLIP 157 Int BE Pri Loop_entry !#55 N28846 P18519 MEMBAR !#55 N28847 P18520 BLD 302 -1 FP BE Pri !#55 N28848 P18521 MEMBAR Loop_exit !#55 N28849 P18518 IDC_FLIP 157 Int BE Pri Loop_entry !#55 N28850 P18519 MEMBAR !#55 N28851 P18520 BLD 302 -1 FP BE Pri !#55 N28852 P18521 MEMBAR Loop_exit !#55 N28853 P18522 IDC_FLIP 158 Int BE Pri Loop_entry !#55 N28854 P18523 MEMBAR !#55 N28855 P18524 BLD 96 -1 FP BE Pri !#55 N28856 P18525 MEMBAR Loop_exit !#55 N28857 P18526 MEMBAR Loop_entry !#55 N28858 P18527 BLD 142 -1 FP BE Pri !#55 N28859 P18528 MEMBAR Loop_exit !#55 N28860 P18526 MEMBAR Loop_entry !#55 N28861 P18527 BLD 142 -1 FP BE Pri !#55 N28862 P18528 MEMBAR Loop_exit !#55 N28863 P18529 MEMBAR Loop_entry !#55 N28864 P18530 BLD 200 -1 FP BE Pri !#55 N28865 P18531 MEMBAR Loop_exit !#55 N28866 P18532 MEMBAR Loop_entry !#55 N28867 P18533 BLD 48 -1 FP BE Pri !#55 N28868 P18534 MEMBAR Loop_exit !#55 N28869 P18532 MEMBAR Loop_entry !#55 N28870 P18533 BLD 48 -1 FP BE Pri !#55 N28871 P18534 MEMBAR Loop_exit !#55 N28872 P18535 MEMBAR Loop_entry !#55 N28873 P18536 BLD 173 -1 FP BE Pri !#55 N28874 P18537 MEMBAR Loop_exit !#55 N28875 P18535 MEMBAR Loop_entry !#55 N28876 P18536 BLD 173 -1 FP BE Pri !#55 N28877 P18537 MEMBAR Loop_exit !#55 N28878 P18538 MEMBAR Loop_entry !#55 N28879 P18539 BLD 252 -1 FP BE Pri !#55 N28880 P18540 MEMBAR Loop_exit !#55 N28881 P18541 MEMBAR Loop_entry !#55 N28882 P18542 BLD 116 -1 FP BE Pri !#55 N28883 P18543 MEMBAR Loop_exit !#55 N28884 P18541 MEMBAR Loop_entry !#55 N28885 P18542 BLD 116 -1 FP BE Pri !#55 N28886 P18543 MEMBAR Loop_exit !#55 N28887 P18544 MEMBAR Loop_entry !#55 N28888 P18545 BLD 319 -1 FP BE Pri !#55 N28889 P18546 MEMBAR Loop_exit !#55 N28890 P18544 MEMBAR Loop_entry !#55 N28891 P18545 BLD 319 -1 FP BE Pri !#55 N28892 P18546 MEMBAR Loop_exit !#55 N28893 P18547 MEMBAR Loop_entry !#55 N28894 P18548 BLD 248 -1 FP BE Pri !#55 N28895 P18549 MEMBAR Loop_exit !#55 N28896 P18547 MEMBAR Loop_entry !#55 N28897 P18548 BLD 248 -1 FP BE Pri !#55 N28898 P18549 MEMBAR Loop_exit !#55 N28899 P18550 MEMBAR Loop_entry !#55 N28900 P18551 BLD 183 -1 FP BE Pri !#55 N28901 P18552 MEMBAR Loop_exit !#55 N28902 P18553 IDC_FLIP 21 Int BE Pri Loop_entry !#55 N28903 P18554 MEMBAR !#55 N28904 P18555 BLD 91 -1 FP BE Pri !#55 N28905 P18555 BLD 92 -1 FP BE Pri !#55 N28906 P18555 BLD 93 -1 FP BE Pri !#55 N28907 P18556 MEMBAR Loop_exit !#55 N28908 P18553 IDC_FLIP 21 Int BE Pri Loop_entry !#55 N28909 P18554 MEMBAR !#55 N28910 P18555 BLD 91 -1 FP BE Pri !#55 N28911 P18555 BLD 92 -1 FP BE Pri !#55 N28912 P18555 BLD 93 -1 FP BE Pri !#55 N28913 P18556 MEMBAR Loop_exit !#55 N28914 P18557 MEMBAR Loop_entry !#55 N28915 P18558 BLD 39 -1 FP BE Pri !#55 N28916 P18559 MEMBAR Loop_exit !#55 N28917 P18560 MEMBAR Loop_entry !#55 N28918 P18561 BLD 36 -1 FP BE Pri !#55 N28919 P18562 MEMBAR Loop_exit !#55 N28920 P18563 MEMBAR Loop_entry !#55 N28921 P18564 BLD 210 -1 FP BE Pri !#55 N28922 P18565 MEMBAR Loop_exit !#55 N28923 P18566 IDC_FLIP 177 Int BE Pri Loop_entry Loop_exit !#55 N28924 P18566 IDC_FLIP 177 Int BE Pri Loop_entry Loop_exit !#55 N28925 P18567 MEMBAR Loop_entry !#55 N28926 P18568 BLD 53 -1 FP BE Pri !#55 N28927 P18569 MEMBAR Loop_exit !#55 N28928 P18570 MEMBAR Loop_entry !#55 N28929 P18571 BLD 338 -1 FP BE Pri !#55 N28930 P18572 MEMBAR Loop_exit !#55 N28931 P18573 MEMBAR Loop_entry !#55 N28932 P18574 BLD 67 -1 FP BE Pri !#55 N28933 P18575 MEMBAR Loop_exit !#55 N28934 P18573 MEMBAR Loop_entry !#55 N28935 P18574 BLD 67 -1 FP BE Pri !#55 N28936 P18575 MEMBAR Loop_exit !#55 N28937 P18576 MEMBAR Loop_entry !#55 N28938 P18577 BLD 68 -1 FP BE Pri !#55 N28939 P18578 MEMBAR Loop_exit !#55 N28940 P18576 MEMBAR Loop_entry !#55 N28941 P18577 BLD 68 -1 FP BE Pri !#55 N28942 P18578 MEMBAR Loop_exit !#55 N28943 P18579 MEMBAR Loop_entry !#55 N28944 P18580 BLD 211 -1 FP BE Pri !#55 N28945 P18581 MEMBAR Loop_exit !#55 N28946 P18582 MEMBAR Loop_entry !#55 N28947 P18583 BLD 102 -1 FP BE Pri !#55 N28948 P18583 BLD 103 -1 FP BE Pri !#55 N28949 P18583 BLD 104 -1 FP BE Pri !#55 N28950 P18584 MEMBAR Loop_exit !#55 N28951 P18585 IDC_FLIP 150 Int BE Pri Loop_entry Loop_exit !#55 N28952 P18585 IDC_FLIP 150 Int BE Pri Loop_entry Loop_exit !#55 N28953 P18586 LD 222 -1 Int BE Pri Loop_entry !#55 N28954 P18587 MEMBAR !#55 N28955 P18588 BLD 277 -1 FP BE Pri !#55 N28956 P18589 MEMBAR !#55 N28957 P18590 LD 124 -1 Int BE Pri Loop_exit !#55 N28958 P18586 LD 222 -1 Int BE Pri Loop_entry !#55 N28959 P18587 MEMBAR !#55 N28960 P18588 BLD 277 -1 FP BE Pri !#55 N28961 P18589 MEMBAR !#55 N28962 P18590 LD 124 -1 Int BE Pri Loop_exit !#55 N28963 P18591 MEMBAR Loop_entry !#55 N28964 P18592 BLD 20 -1 FP BE Pri !#55 N28965 P18593 MEMBAR Loop_exit !#55 N28966 P18594 MEMBAR Loop_entry Loop_exit !#55 N28967 P18594 MEMBAR Loop_entry Loop_exit !#55 N28968 P18595 IDC_FLIP 216 Int BE Pri Loop_entry !#55 N28969 P18596 MEMBAR !#55 N28970 P18597 BLD 214 -1 FP BE Pri !#55 N28971 P18598 MEMBAR Loop_exit !#55 N28972 P18599 MEMBAR Loop_entry !#55 N28973 P18600 BLD 2 -1 FP BE Pri !#55 N28974 P18601 MEMBAR Loop_exit !#55 N28975 P18602 MEMBAR Loop_entry !#55 N28976 P18603 BLD 83 -1 FP BE Pri !#55 N28977 P18604 MEMBAR Loop_exit !#55 N28978 P18605 MEMBAR Loop_entry !#55 N28979 P18606 BLD 339 -1 FP BE Pri !#55 N28980 P18607 MEMBAR Loop_exit !#55 N28981 P18608 MEMBAR Loop_entry !#55 N28982 P18609 BLD 324 -1 FP BE Pri !#55 N28983 P18610 MEMBAR Loop_exit !#55 N28984 P18608 MEMBAR Loop_entry !#55 N28985 P18609 BLD 324 -1 FP BE Pri !#55 N28986 P18610 MEMBAR Loop_exit !#55 N28987 P18611 MEMBAR Loop_entry !#55 N28988 P18612 BLD 114 -1 FP BE Pri !#55 N28989 P18613 MEMBAR Loop_exit !#55 N28990 P18611 MEMBAR Loop_entry !#55 N28991 P18612 BLD 114 -1 FP BE Pri !#55 N28992 P18613 MEMBAR Loop_exit !#55 N28993 P18614 MEMBAR Loop_entry !#55 N28994 P18615 BLD 271 -1 FP BE Pri !#55 N28995 P18616 MEMBAR Loop_exit !#55 N28996 P18614 MEMBAR Loop_entry !#55 N28997 P18615 BLD 271 -1 FP BE Pri !#55 N28998 P18616 MEMBAR Loop_exit !#55 N28999 P18617 MEMBAR Loop_entry !#55 N29000 P18618 BLD 66 -1 FP BE Pri !#55 N29001 P18619 MEMBAR Loop_exit !#55 N29002 P18617 MEMBAR Loop_entry !#55 N29003 P18618 BLD 66 -1 FP BE Pri !#55 N29004 P18619 MEMBAR Loop_exit !#55 N29005 P18620 MEMBAR Loop_entry !#55 N29006 P18621 BLD 214 -1 FP BE Pri !#55 N29007 P18622 MEMBAR Loop_exit !#55 N29008 P18623 IDC_FLIP 136 Int BE Pri Loop_entry !#55 N29009 P18624 MEMBAR !#55 N29010 P18625 BLD 156 -1 FP BE Pri !#55 N29011 P18626 MEMBAR Loop_exit !#55 N29012 P18627 MEMBAR Loop_entry !#55 N29013 P18628 BLD 124 -1 FP BE Pri !#55 N29014 P18628 BLD 125 -1 FP BE Pri !#55 N29015 P18628 BLD 126 -1 FP BE Pri !#55 N29016 P18629 MEMBAR Loop_exit !#55 N29017 P18630 MEMBAR Loop_entry !#55 N29018 P18631 BLD 153 -1 FP BE Pri !#55 N29019 P18632 MEMBAR Loop_exit !#55 N29020 P18633 MEMBAR Loop_entry !#55 N29021 P18634 BLD 213 -1 FP BE Pri !#55 N29022 P18635 MEMBAR Loop_exit !#55 N29023 P18636 MEMBAR Loop_entry !#55 N29024 P18637 BLD 0 -1 FP BE Pri !#55 N29025 P18638 MEMBAR Loop_exit !#55 N29026 P18636 MEMBAR Loop_entry !#55 N29027 P18637 BLD 0 -1 FP BE Pri !#55 N29028 P18638 MEMBAR Loop_exit !#55 N29029 P18639 PREFETCH 313 Int BE Pri Loop_entry !#55 N29030 P18640 MEMBAR !#55 N29031 P18641 BLD 200 -1 FP BE Pri !#55 N29032 P18642 MEMBAR Loop_exit !#55 N29033 P18643 MEMBAR Loop_entry !#55 N29034 P18644 BLD 337 -1 FP BE Pri !#55 N29035 P18645 MEMBAR Loop_exit !#55 N29036 P18643 MEMBAR Loop_entry !#55 N29037 P18644 BLD 337 -1 FP BE Pri !#55 N29038 P18645 MEMBAR Loop_exit !#55 N29039 P18646 MEMBAR Loop_entry !#55 N29040 P18647 BLD 269 -1 FP BE Pri !#55 N29041 P18648 MEMBAR Loop_exit !#55 N29042 P18646 MEMBAR Loop_entry !#55 N29043 P18647 BLD 269 -1 FP BE Pri !#55 N29044 P18648 MEMBAR Loop_exit !#55 N29045 P18649 MEMBAR Loop_entry !#55 N29046 P18650 BLD 40 -1 FP BE Pri !#55 N29047 P18651 MEMBAR Loop_exit !#55 N29048 P18652 MEMBAR Loop_entry !#55 N29049 P18653 BLD 181 -1 FP BE Pri !#55 N29050 P18654 MEMBAR Loop_exit !#55 N29051 P18655 MEMBAR Loop_entry !#55 N29052 P18656 BLD 153 -1 FP BE Pri !#55 N29053 P18657 MEMBAR Loop_exit !#55 N29054 P18658 MEMBAR Loop_entry !#55 N29055 P18659 BLD 130 -1 FP BE Pri !#55 N29056 P18660 MEMBAR Loop_exit !#55 N29057 P18661 MEMBAR Loop_entry !#55 N29058 P18662 BLD 136 -1 FP BE Pri !#55 N29059 P18663 MEMBAR Loop_exit !#55 N29060 P18661 MEMBAR Loop_entry !#55 N29061 P18662 BLD 136 -1 FP BE Pri !#55 N29062 P18663 MEMBAR Loop_exit !#55 N29063 P18664 ST 185 0x27800001 FP BE Pri Loop_entry !#55 N29064 P18665 IDC_FLIP 86 Int BE Pri Loop_exit !#55 N29065 P18666 MEMBAR Loop_entry !#55 N29066 P18667 BLD 283 -1 FP BE Pri !#55 N29067 P18668 MEMBAR Loop_exit !#55 N29068 P18669 MEMBAR Loop_entry !#55 N29069 P18670 BLD 124 -1 FP BE Pri !#55 N29070 P18670 BLD 125 -1 FP BE Pri !#55 N29071 P18670 BLD 126 -1 FP BE Pri !#55 N29072 P18671 MEMBAR Loop_exit !#55 N29073 P18672 IDC_FLIP 237 Int BE Pri Loop_entry !#55 N29074 P18673 MEMBAR !#55 N29075 P18674 BLD 154 -1 FP BE Pri !#55 N29076 P18675 MEMBAR Loop_exit !#55 N29077 P18672 IDC_FLIP 237 Int BE Pri Loop_entry !#55 N29078 P18673 MEMBAR !#55 N29079 P18674 BLD 154 -1 FP BE Pri !#55 N29080 P18675 MEMBAR Loop_exit !#55 N29081 P18676 MEMBAR Loop_entry !#55 N29082 P18677 BLD 5 -1 FP BE Pri !#55 N29083 P18678 MEMBAR Loop_exit !#55 N29084 P18676 MEMBAR Loop_entry !#55 N29085 P18677 BLD 5 -1 FP BE Pri !#55 N29086 P18678 MEMBAR Loop_exit !#55 N29087 P18679 MEMBAR Loop_entry !#55 N29088 P18680 BLD 276 -1 FP BE Pri !#55 N29089 P18681 MEMBAR Loop_exit !#55 N29090 P18682 MEMBAR Loop_entry !#55 N29091 P18683 BLD 336 -1 FP BE Pri !#55 N29092 P18684 MEMBAR Loop_exit !#55 N29093 P18682 MEMBAR Loop_entry !#55 N29094 P18683 BLD 336 -1 FP BE Pri !#55 N29095 P18684 MEMBAR Loop_exit !#55 N29096 P18685 MEMBAR Loop_entry !#55 N29097 P18686 BLD 308 -1 FP BE Pri !#55 N29098 P18687 MEMBAR Loop_exit !#55 N29099 P18685 MEMBAR Loop_entry !#55 N29100 P18686 BLD 308 -1 FP BE Pri !#55 N29101 P18687 MEMBAR Loop_exit !#55 N29102 P18688 MEMBAR Loop_entry !#55 N29103 P18689 BLD 20 -1 FP BE Pri !#55 N29104 P18690 MEMBAR Loop_exit !#55 N29105 P18688 MEMBAR Loop_entry !#55 N29106 P18689 BLD 20 -1 FP BE Pri !#55 N29107 P18690 MEMBAR Loop_exit !#55 N29108 P18691 MEMBAR Loop_entry !#55 N29109 P18692 BLD 36 -1 FP BE Pri !#55 N29110 P18693 MEMBAR Loop_exit !#55 N29111 P18694 MEMBAR Loop_entry !#55 N29112 P18695 BLD 139 -1 FP BE Pri !#55 N29113 P18696 MEMBAR Loop_exit !#55 N29114 P18694 MEMBAR Loop_entry !#55 N29115 P18695 BLD 139 -1 FP BE Pri !#55 N29116 P18696 MEMBAR Loop_exit !#55 N29117 P18697 MEMBAR Loop_entry !#55 N29118 P18698 BLD 96 -1 FP BE Pri !#55 N29119 P18699 MEMBAR Loop_exit !#55 N29120 P18700 IDC_FLIP 114 Int BE Pri Loop_entry Loop_exit !#55 N29121 P18700 IDC_FLIP 114 Int BE Pri Loop_entry Loop_exit !#55 N29122 P18701 IDC_FLIP 131 Int BE Pri Loop_entry Loop_exit !#55 N29123 P18701 IDC_FLIP 131 Int BE Pri Loop_entry Loop_exit !#55 N29124 P18702 MEMBAR Loop_entry !#55 N29125 P18703 BLD 318 -1 FP BE Pri !#55 N29126 P18704 MEMBAR Loop_exit !#55 N29127 P18705 PREFETCH 93 Int BE Pri Loop_entry !#55 N29128 P18706 MEMBAR !#55 N29129 P18707 BLD 320 -1 FP BE Pri !#55 N29130 P18708 MEMBAR Loop_exit !#55 N29131 P18705 PREFETCH 93 Int BE Pri Loop_entry !#55 N29132 P18706 MEMBAR !#55 N29133 P18707 BLD 320 -1 FP BE Pri !#55 N29134 P18708 MEMBAR Loop_exit !#55 N29135 P18709 PREFETCH 40 Int LE Pri Loop_entry Loop_exit !#55 N29136 P18709 PREFETCH 40 Int LE Pri Loop_entry Loop_exit !#55 N29137 P18710 MEMBAR Loop_entry !#55 N29138 P18711 BLD 357 -1 FP BE Pri !#55 N29139 P18712 MEMBAR Loop_exit !#55 N29140 P18713 MEMBAR Loop_entry !#55 N29141 P18714 BLD 298 -1 FP BE Pri !#55 N29142 P18715 MEMBAR Loop_exit !#55 N29143 P18716 MEMBAR Loop_entry !#55 N29144 P18717 BLD 124 -1 FP BE Pri !#55 N29145 P18717 BLD 125 -1 FP BE Pri !#55 N29146 P18717 BLD 126 -1 FP BE Pri !#55 N29147 P18718 MEMBAR Loop_exit !#55 N29148 P18719 MEMBAR Loop_entry !#55 N29149 P18720 BLD 231 -1 FP BE Pri !#55 N29150 P18721 MEMBAR Loop_exit !#55 N29151 P18722 MEMBAR Loop_entry !#55 N29152 P18723 BLD 204 -1 FP BE Pri !#55 N29153 P18724 MEMBAR Loop_exit !#55 N29154 P18725 MEMBAR Loop_entry !#55 N29155 P18726 BLD 280 -1 FP BE Pri !#55 N29156 P18727 MEMBAR Loop_exit !#55 N29157 P18728 MEMBAR Loop_entry !#55 N29158 P18729 BLD 175 -1 FP BE Pri !#55 N29159 P18730 MEMBAR Loop_exit !#55 N29160 P18731 IDC_FLIP 235 Int BE Pri Loop_entry Loop_exit !#55 N29161 P18731 IDC_FLIP 235 Int BE Pri Loop_entry Loop_exit !#55 N29162 P18732 MEMBAR Loop_entry !#55 N29163 P18733 BLD 202 -1 FP BE Pri !#55 N29164 P18734 MEMBAR Loop_exit !#55 N29165 P18735 MEMBAR Loop_entry !#55 N29166 P18736 BLD 254 -1 FP BE Pri !#55 N29167 P18737 MEMBAR Loop_exit !#55 N29168 P18738 MEMBAR Loop_entry !#55 N29169 P18739 BLD 134 -1 FP BE Pri !#55 N29170 P18740 MEMBAR Loop_exit !#55 N29171 P18738 MEMBAR Loop_entry !#55 N29172 P18739 BLD 134 -1 FP BE Pri !#55 N29173 P18740 MEMBAR Loop_exit !#55 N29174 P18741 MEMBAR Loop_entry !#55 N29175 P18742 BLD 118 -1 FP BE Pri !#55 N29176 P18743 MEMBAR Loop_exit !#55 N29177 P18744 MEMBAR Loop_entry !#55 N29178 P18745 BLD 315 -1 FP BE Pri !#55 N29179 P18746 MEMBAR Loop_exit !#55 N29180 P18744 MEMBAR Loop_entry !#55 N29181 P18745 BLD 315 -1 FP BE Pri !#55 N29182 P18746 MEMBAR Loop_exit !#55 N29183 P18747 MEMBAR Loop_entry !#55 N29184 P18748 BLD 258 -1 FP BE Pri !#55 N29185 P18749 MEMBAR Loop_exit !#55 N29186 P18750 MEMBAR Loop_entry !#55 N29187 P18751 BLD 50 -1 FP BE Pri !#55 N29188 P18752 MEMBAR Loop_exit !#55 N29189 P18753 MEMBAR Loop_entry !#55 N29190 P18754 BLD 299 -1 FP BE Pri !#55 N29191 P18755 MEMBAR Loop_exit !#55 N29192 P18753 MEMBAR Loop_entry !#55 N29193 P18754 BLD 299 -1 FP BE Pri !#55 N29194 P18755 MEMBAR Loop_exit !#55 N29195 P18756 MEMBAR Loop_entry !#55 N29196 P18757 BLD 333 -1 FP BE Pri !#55 N29197 P18758 MEMBAR Loop_exit !#55 N29198 P18756 MEMBAR Loop_entry !#55 N29199 P18757 BLD 333 -1 FP BE Pri !#55 N29200 P18758 MEMBAR Loop_exit !#55 N29201 P18759 MEMBAR Loop_entry !#55 N29202 P18760 BLD 30 -1 FP BE Pri !#55 N29203 P18761 MEMBAR Loop_exit !#55 N29204 P18762 MEMBAR Loop_entry !#55 N29205 P18763 BLD 135 -1 FP BE Pri !#55 N29206 P18764 MEMBAR Loop_exit !#55 N29207 P18765 MEMBAR Loop_entry !#55 N29208 P18766 BLD 158 -1 FP BE Pri !#55 N29209 P18767 MEMBAR Loop_exit !#55 N29210 P18765 MEMBAR Loop_entry !#55 N29211 P18766 BLD 158 -1 FP BE Pri !#55 N29212 P18767 MEMBAR Loop_exit !#55 N29213 P18768 PREFETCH 213 Int BE Pri Loop_entry !#55 N29214 P18769 MEMBAR !#55 N29215 P18770 BLD 246 -1 FP BE Pri !#55 N29216 P18771 MEMBAR Loop_exit !#55 N29217 P18768 PREFETCH 213 Int BE Pri Loop_entry !#55 N29218 P18769 MEMBAR !#55 N29219 P18770 BLD 246 -1 FP BE Pri !#55 N29220 P18771 MEMBAR Loop_exit !#55 N29221 P18772 MEMBAR Loop_entry !#55 N29222 P18773 BLD 163 -1 FP BE Pri !#55 N29223 P18774 MEMBAR Loop_exit !#55 N29224 P18775 MEMBAR Loop_entry !#55 N29225 P18776 BLD 338 -1 FP BE Pri !#55 N29226 P18777 MEMBAR Loop_exit !#55 N29227 P18775 MEMBAR Loop_entry !#55 N29228 P18776 BLD 338 -1 FP BE Pri !#55 N29229 P18777 MEMBAR Loop_exit !#55 N29230 P18778 MEMBAR Loop_entry !#55 N29231 P18779 BLD 350 -1 FP BE Pri !#55 N29232 P18780 MEMBAR Loop_exit !#55 N29233 P18781 MEMBAR Loop_entry !#55 N29234 P18782 BLD 267 -1 FP BE Pri !#55 N29235 P18783 MEMBAR Loop_exit !#55 N29236 P18784 MEMBAR Loop_entry !#55 N29237 P18785 BLD 83 -1 FP BE Pri !#55 N29238 P18786 MEMBAR Loop_exit !#55 N29239 P18787 MEMBAR Loop_entry !#55 N29240 P18788 BLD 207 -1 FP BE Pri !#55 N29241 P18789 MEMBAR Loop_exit !#55 N29242 P18787 MEMBAR Loop_entry !#55 N29243 P18788 BLD 207 -1 FP BE Pri !#55 N29244 P18789 MEMBAR Loop_exit !#55 N29245 P18790 MEMBAR Loop_entry !#55 N29246 P18791 BLD 6 -1 FP BE Pri !#55 N29247 P18791 BLD 7 -1 FP BE Pri !#55 N29248 P18792 MEMBAR Loop_exit !#55 N29249 P18793 MEMBAR Loop_entry !#55 N29250 P18794 BLD 298 -1 FP BE Pri !#55 N29251 P18795 MEMBAR Loop_exit !#55 N29252 P18796 MEMBAR Loop_entry !#55 N29253 P18797 BLD 110 -1 FP BE Pri !#55 N29254 P18798 MEMBAR Loop_exit !#55 N29255 P18799 MEMBAR Loop_entry Loop_exit !#55 N29256 P18799 MEMBAR Loop_entry Loop_exit !#55 N29257 P18800 MEMBAR Loop_entry !#55 N29258 P18801 BLD 329 -1 FP BE Pri !#55 N29259 P18802 MEMBAR Loop_exit !#55 N29260 P18800 MEMBAR Loop_entry !#55 N29261 P18801 BLD 329 -1 FP BE Pri !#55 N29262 P18802 MEMBAR Loop_exit !#55 N29263 P18803 MEMBAR Loop_entry !#55 N29264 P18804 BLD 186 -1 FP BE Pri !#55 N29265 P18805 MEMBAR Loop_exit !#55 N29266 P18806 MEMBAR Loop_entry !#55 N29267 P18807 BLD 350 -1 FP BE Pri !#55 N29268 P18808 MEMBAR Loop_exit !#55 N29269 P18809 MEMBAR !#56 N29270 P18810 PREFETCH 266 Int BE Pri Loop_entry !#56 N29271 P18811 MEMBAR !#56 N29272 P18812 BLD 46 -1 FP BE Pri !#56 N29273 P18813 MEMBAR Loop_exit !#56 N29274 P18810 PREFETCH 266 Int BE Pri Loop_entry !#56 N29275 P18811 MEMBAR !#56 N29276 P18812 BLD 46 -1 FP BE Pri !#56 N29277 P18813 MEMBAR Loop_exit !#56 N29278 P18814 MEMBAR Loop_entry !#56 N29279 P18815 BLD 342 -1 FP BE Pri !#56 N29280 P18816 MEMBAR Loop_exit !#56 N29281 P18817 ST 333 0x9c000001 Int BE Pri Loop_entry Loop_exit !#56 N29282 P18817 ST 333 0x9c000002 Int BE Pri Loop_entry Loop_exit !#56 N29283 P18818 MEMBAR Loop_entry !#56 N29284 P18819 BLD 197 -1 FP BE Pri !#56 N29285 P18820 MEMBAR Loop_exit !#56 N29286 P18821 IDC_FLIP 8 Int BE Pri Loop_entry Loop_exit !#56 N29287 P18822 MEMBAR Loop_entry !#56 N29288 P18823 BLD 51 -1 FP BE Pri !#56 N29289 P18824 MEMBAR Loop_exit !#56 N29290 P18825 MEMBAR Loop_entry !#56 N29291 P18826 BLD 137 -1 FP BE Pri !#56 N29292 P18827 MEMBAR Loop_exit !#56 N29293 P18828 MEMBAR Loop_entry !#56 N29294 P18829 BLD 131 -1 FP BE Pri !#56 N29295 P18830 MEMBAR Loop_exit !#56 N29296 P18831 IDC_FLIP 72 Int BE Pri Loop_entry Loop_exit !#56 N29297 P18831 IDC_FLIP 72 Int BE Pri Loop_entry Loop_exit !#56 N29298 P18832 MEMBAR Loop_entry !#56 N29299 P18833 BLD 329 -1 FP BE Pri !#56 N29300 P18834 MEMBAR Loop_exit !#56 N29301 P18832 MEMBAR Loop_entry !#56 N29302 P18833 BLD 329 -1 FP BE Pri !#56 N29303 P18834 MEMBAR Loop_exit !#56 N29304 P18835 MEMBAR Loop_entry !#56 N29305 P18836 BLD 200 -1 FP BE Pri !#56 N29306 P18837 MEMBAR Loop_exit !#56 N29307 P18838 MEMBAR Loop_entry !#56 N29308 P18839 BLD 84 -1 FP BE Pri !#56 N29309 P18840 MEMBAR Loop_exit !#56 N29310 P18841 FLUSHI 157 Int BE Pri Loop_entry Loop_exit !#56 N29311 P18842 MEMBAR Loop_entry !#56 N29312 P18843 BLD 245 -1 FP BE Pri !#56 N29313 P18844 MEMBAR Loop_exit !#56 N29314 P18842 MEMBAR Loop_entry !#56 N29315 P18843 BLD 245 -1 FP BE Pri !#56 N29316 P18844 MEMBAR Loop_exit !#56 N29317 P18845 PREFETCH 99 Int BE Pri Loop_entry Loop_exit !#56 N29318 P18846 MEMBAR Loop_entry !#56 N29319 P18847 BLD 134 -1 FP BE Pri !#56 N29320 P18848 MEMBAR Loop_exit !#56 N29321 P18849 MEMBAR Loop_entry !#56 N29322 P18850 BLD 186 -1 FP BE Pri !#56 N29323 P18851 MEMBAR Loop_exit !#56 N29324 P18849 MEMBAR Loop_entry !#56 N29325 P18850 BLD 186 -1 FP BE Pri !#56 N29326 P18851 MEMBAR Loop_exit !#56 N29327 P18852 PREFETCH 50 Int LE Pri Loop_entry !#56 N29328 P18853 MEMBAR !#56 N29329 P18854 BLD 29 -1 FP BE Pri !#56 N29330 P18855 MEMBAR Loop_exit !#56 N29331 P18852 PREFETCH 50 Int LE Pri Loop_entry !#56 N29332 P18853 MEMBAR !#56 N29333 P18854 BLD 29 -1 FP BE Pri !#56 N29334 P18855 MEMBAR Loop_exit !#56 N29335 P18856 MEMBAR Loop_entry !#56 N29336 P18857 BLD 331 -1 FP BE Pri !#56 N29337 P18857 BLD 332 -1 FP BE Pri !#56 N29338 P18858 MEMBAR Loop_exit !#56 N29339 P18856 MEMBAR Loop_entry !#56 N29340 P18857 BLD 331 -1 FP BE Pri !#56 N29341 P18857 BLD 332 -1 FP BE Pri !#56 N29342 P18858 MEMBAR Loop_exit !#56 N29343 P18859 MEMBAR Loop_entry !#56 N29344 P18860 BLD 258 -1 FP BE Pri !#56 N29345 P18861 MEMBAR Loop_exit !#56 N29346 P18859 MEMBAR Loop_entry !#56 N29347 P18860 BLD 258 -1 FP BE Pri !#56 N29348 P18861 MEMBAR Loop_exit !#56 N29349 P18862 MEMBAR Loop_entry !#56 N29350 P18863 BLD 311 -1 FP BE Pri !#56 N29351 P18864 MEMBAR Loop_exit !#56 N29352 P18865 MEMBAR Loop_entry !#56 N29353 P18866 BLD 308 -1 FP BE Pri !#56 N29354 P18867 MEMBAR Loop_exit !#56 N29355 P18868 MEMBAR Loop_entry !#56 N29356 P18869 BLD 195 -1 FP BE Pri !#56 N29357 P18870 MEMBAR Loop_exit !#56 N29358 P18868 MEMBAR Loop_entry !#56 N29359 P18869 BLD 195 -1 FP BE Pri !#56 N29360 P18870 MEMBAR Loop_exit !#56 N29361 P18871 MEMBAR Loop_entry !#56 N29362 P18872 BLD 71 -1 FP BE Pri !#56 N29363 P18872 BLD 72 -1 FP BE Pri !#A N29362 N29363 !#56 N29364 P18873 MEMBAR Loop_exit !#56 N29365 P18874 MEMBAR Loop_entry !#56 N29366 P18875 BLD 191 -1 FP BE Pri !#56 N29367 P18876 MEMBAR Loop_exit !#56 N29368 P18877 MEMBAR Loop_entry !#56 N29369 P18878 BLD 85 -1 FP BE Pri !#56 N29370 P18879 MEMBAR Loop_exit !#56 N29371 P18880 IDC_FLIP 87 Int BE Pri Loop_entry Loop_exit !#56 N29372 P18880 IDC_FLIP 87 Int BE Pri Loop_entry Loop_exit !#56 N29373 P18881 MEMBAR Loop_entry !#56 N29374 P18882 BLD 353 -1 FP BE Pri !#56 N29375 P18883 MEMBAR Loop_exit !#56 N29376 P18884 ST 308 0x9c000003 Int BE Pri Loop_entry Loop_exit !#56 N29377 P18885 MEMBAR Loop_entry !#56 N29378 P18886 BLD 276 -1 FP BE Pri !#56 N29379 P18887 MEMBAR Loop_exit !#56 N29380 P18885 MEMBAR Loop_entry !#56 N29381 P18886 BLD 276 -1 FP BE Pri !#56 N29382 P18887 MEMBAR Loop_exit !#56 N29383 P18888 MEMBAR Loop_entry !#56 N29384 P18889 BLD 352 -1 FP BE Pri !#56 N29385 P18890 MEMBAR Loop_exit !#56 N29386 P18891 IDC_FLIP 211 Int BE Pri Loop_entry !#56 N29387 P18892 MEMBAR !#56 N29388 P18893 BLD 102 -1 FP BE Pri !#56 N29389 P18893 BLD 103 -1 FP BE Pri !#56 N29390 P18893 BLD 104 -1 FP BE Pri !#56 N29391 P18894 MEMBAR Loop_exit !#56 N29392 P18895 MEMBAR Loop_entry !#56 N29393 P18896 BLD 23 -1 FP BE Pri !#56 N29394 P18897 MEMBAR Loop_exit !#56 N29395 P18898 MEMBAR Loop_entry !#56 N29396 P18899 BLD 179 -1 FP BE Pri !#56 N29397 P18900 MEMBAR Loop_exit !#56 N29398 P18898 MEMBAR Loop_entry !#56 N29399 P18899 BLD 179 -1 FP BE Pri !#56 N29400 P18900 MEMBAR Loop_exit !#56 N29401 P18901 MEMBAR Loop_entry !#56 N29402 P18902 BLD 184 -1 FP BE Pri !#56 N29403 P18903 MEMBAR Loop_exit !#56 N29404 P18901 MEMBAR Loop_entry !#56 N29405 P18902 BLD 184 -1 FP BE Pri !#56 N29406 P18903 MEMBAR Loop_exit !#56 N29407 P18904 PREFETCH 89 Int BE Pri Loop_entry !#56 N29408 P18905 MEMBAR !#56 N29409 P18906 BLD 25 -1 FP BE Pri !#56 N29410 P18907 MEMBAR Loop_exit !#56 N29411 P18904 PREFETCH 89 Int BE Pri Loop_entry !#56 N29412 P18905 MEMBAR !#56 N29413 P18906 BLD 25 -1 FP BE Pri !#56 N29414 P18907 MEMBAR Loop_exit !#56 N29415 P18908 MEMBAR Loop_entry !#56 N29416 P18909 BLD 221 -1 FP BE Pri !#56 N29417 P18910 MEMBAR Loop_exit !#56 N29418 P18911 MEMBAR Loop_entry !#56 N29419 P18912 BLD 302 -1 FP BE Pri !#56 N29420 P18913 MEMBAR Loop_exit !#56 N29421 P18911 MEMBAR Loop_entry !#56 N29422 P18912 BLD 302 -1 FP BE Pri !#56 N29423 P18913 MEMBAR Loop_exit !#56 N29424 P18914 MEMBAR Loop_entry !#56 N29425 P18915 BLD 352 -1 FP BE Pri !#56 N29426 P18916 MEMBAR Loop_exit !#56 N29427 P18914 MEMBAR Loop_entry !#56 N29428 P18915 BLD 352 -1 FP BE Pri !#56 N29429 P18916 MEMBAR Loop_exit !#56 N29430 P18917 ST 95 0x9c000004 Int BE Pri Loop_entry !#56 N29431 P18918 MEMBAR !#56 N29432 P18919 BLD 61 -1 FP BE Pri !#56 N29433 P18920 MEMBAR Loop_exit !#56 N29434 P18917 ST 95 0x9c000005 Int BE Pri Loop_entry !#56 N29435 P18918 MEMBAR !#56 N29436 P18919 BLD 61 -1 FP BE Pri !#56 N29437 P18920 MEMBAR Loop_exit !#56 N29438 P18921 MEMBAR Loop_entry !#56 N29439 P18922 BLD 142 -1 FP BE Pri !#56 N29440 P18923 MEMBAR Loop_exit !#56 N29441 P18924 MEMBAR Loop_entry !#56 N29442 P18925 BLD 84 -1 FP BE Pri !#56 N29443 P18926 MEMBAR Loop_exit !#56 N29444 P18924 MEMBAR Loop_entry !#56 N29445 P18925 BLD 84 -1 FP BE Pri !#56 N29446 P18926 MEMBAR Loop_exit !#56 N29447 P18927 MEMBAR Loop_entry !#56 N29448 P18928 BLD 13 -1 FP BE Pri !#56 N29449 P18929 MEMBAR Loop_exit !#56 N29450 P18930 PREFETCH 33 Int BE Pri Loop_entry !#56 N29451 P18931 MEMBAR !#56 N29452 P18932 BLD 241 -1 FP BE Pri !#56 N29453 P18932 BLD 242 -1 FP BE Pri !#56 N29454 P18933 MEMBAR Loop_exit !#56 N29455 P18930 PREFETCH 33 Int BE Pri Loop_entry !#56 N29456 P18931 MEMBAR !#56 N29457 P18932 BLD 241 -1 FP BE Pri !#56 N29458 P18932 BLD 242 -1 FP BE Pri !#56 N29459 P18933 MEMBAR Loop_exit !#56 N29460 P18934 MEMBAR Loop_entry !#56 N29461 P18935 BLD 262 -1 FP BE Pri !#56 N29462 P18936 MEMBAR Loop_exit !#56 N29463 P18937 MEMBAR Loop_entry !#56 N29464 P18938 BLD 329 -1 FP BE Pri !#56 N29465 P18939 MEMBAR Loop_exit !#56 N29466 P18937 MEMBAR Loop_entry !#56 N29467 P18938 BLD 329 -1 FP BE Pri !#56 N29468 P18939 MEMBAR Loop_exit !#56 N29469 P18940 IDC_FLIP 214 Int BE Pri Loop_entry Loop_exit !#56 N29470 P18941 MEMBAR Loop_entry !#56 N29471 P18942 BLD 302 -1 FP BE Pri !#56 N29472 P18943 MEMBAR Loop_exit !#56 N29473 P18941 MEMBAR Loop_entry !#56 N29474 P18942 BLD 302 -1 FP BE Pri !#56 N29475 P18943 MEMBAR Loop_exit !#56 N29476 P18944 MEMBAR Loop_entry !#56 N29477 P18945 BLD 339 -1 FP BE Pri !#56 N29478 P18946 MEMBAR Loop_exit !#56 N29479 P18947 MEMBAR Loop_entry Loop_exit !#56 N29480 P18947 MEMBAR Loop_entry Loop_exit !#56 N29481 P18948 MEMBAR Loop_entry !#56 N29482 P18949 BLD 258 -1 FP BE Pri !#56 N29483 P18950 MEMBAR Loop_exit !#56 N29484 P18948 MEMBAR Loop_entry !#56 N29485 P18949 BLD 258 -1 FP BE Pri !#56 N29486 P18950 MEMBAR Loop_exit !#56 N29487 P18951 MEMBAR Loop_entry !#56 N29488 P18952 BLD 343 -1 FP BE Pri !#56 N29489 P18952 BLD 344 -1 FP BE Pri !#56 N29490 P18953 MEMBAR Loop_exit !#56 N29491 P18954 MEMBAR Loop_entry !#56 N29492 P18955 BLD 85 -1 FP BE Pri !#56 N29493 P18956 MEMBAR Loop_exit !#56 N29494 P18954 MEMBAR Loop_entry !#56 N29495 P18955 BLD 85 -1 FP BE Pri !#56 N29496 P18956 MEMBAR Loop_exit !#56 N29497 P18957 PREFETCH 135 Int BE Pri Loop_entry !#56 N29498 P18958 MEMBAR Loop_exit !#56 N29499 P18957 PREFETCH 135 Int BE Pri Loop_entry !#56 N29500 P18958 MEMBAR Loop_exit !#56 N29501 P18959 MEMBAR Loop_entry !#56 N29502 P18960 BLD 114 -1 FP BE Pri !#56 N29503 P18961 MEMBAR Loop_exit !#56 N29504 P18959 MEMBAR Loop_entry !#56 N29505 P18960 BLD 114 -1 FP BE Pri !#56 N29506 P18961 MEMBAR Loop_exit !#56 N29507 P18962 MEMBAR Loop_entry !#56 N29508 P18963 BLD 258 -1 FP BE Pri !#56 N29509 P18964 MEMBAR Loop_exit !#56 N29510 P18962 MEMBAR Loop_entry !#56 N29511 P18963 BLD 258 -1 FP BE Pri !#56 N29512 P18964 MEMBAR Loop_exit !#56 N29513 P18965 IDC_FLIP 43 Int BE Pri Loop_entry Loop_exit !#56 N29514 P18965 IDC_FLIP 43 Int BE Pri Loop_entry Loop_exit !#56 N29515 P18966 MEMBAR Loop_entry !#56 N29516 P18967 BLD 140 -1 FP BE Pri !#56 N29517 P18968 MEMBAR Loop_exit !#56 N29518 P18969 MEMBAR Loop_entry !#56 N29519 P18970 BLD 41 -1 FP BE Pri !#56 N29520 P18971 MEMBAR Loop_exit !#56 N29521 P18972 MEMBAR Loop_entry !#56 N29522 P18973 BLD 89 -1 FP BE Pri !#56 N29523 P18973 BLD 90 -1 FP BE Pri !#56 N29524 P18974 MEMBAR Loop_exit !#56 N29525 P18972 MEMBAR Loop_entry !#56 N29526 P18973 BLD 89 -1 FP BE Pri !#56 N29527 P18973 BLD 90 -1 FP BE Pri !#56 N29528 P18974 MEMBAR Loop_exit !#56 N29529 P18975 MEMBAR Loop_entry !#56 N29530 P18976 BLD 331 -1 FP BE Pri !#56 N29531 P18976 BLD 332 -1 FP BE Pri !#56 N29532 P18977 MEMBAR Loop_exit !#56 N29533 P18975 MEMBAR Loop_entry !#56 N29534 P18976 BLD 331 -1 FP BE Pri !#56 N29535 P18976 BLD 332 -1 FP BE Pri !#56 N29536 P18977 MEMBAR Loop_exit !#56 N29537 P18978 MEMBAR Loop_entry !#56 N29538 P18979 BLD 274 -1 FP BE Pri !#56 N29539 P18980 MEMBAR Loop_exit !#56 N29540 P18981 MEMBAR Loop_entry !#56 N29541 P18982 BLD 165 -1 FP BE Pri !#56 N29542 P18983 MEMBAR Loop_exit !#56 N29543 P18984 MEMBAR Loop_entry !#56 N29544 P18985 BLD 245 -1 FP BE Pri !#56 N29545 P18986 MEMBAR Loop_exit !#56 N29546 P18987 MEMBAR Loop_entry !#56 N29547 P18988 BLD 165 -1 FP BE Pri !#56 N29548 P18989 MEMBAR Loop_exit !#56 N29549 P18990 MEMBAR Loop_entry !#56 N29550 P18991 BLD 312 -1 FP BE Pri !#56 N29551 P18992 MEMBAR Loop_exit !#56 N29552 P18993 MEMBAR Loop_entry !#56 N29553 P18994 BLD 91 -1 FP BE Pri !#56 N29554 P18994 BLD 92 -1 FP BE Pri !#56 N29555 P18994 BLD 93 -1 FP BE Pri !#56 N29556 P18995 MEMBAR Loop_exit !#56 N29557 P18993 MEMBAR Loop_entry !#56 N29558 P18994 BLD 91 -1 FP BE Pri !#56 N29559 P18994 BLD 92 -1 FP BE Pri !#56 N29560 P18994 BLD 93 -1 FP BE Pri !#56 N29561 P18995 MEMBAR Loop_exit !#56 N29562 P18996 MEMBAR Loop_entry !#56 N29563 P18997 BLD 258 -1 FP BE Pri !#56 N29564 P18998 MEMBAR Loop_exit !#56 N29565 P18999 MEMBAR Loop_entry !#56 N29566 P19000 BLD 354 -1 FP BE Pri !#56 N29567 P19001 MEMBAR Loop_exit !#56 N29568 P19002 MEMBAR Loop_entry !#56 N29569 P19003 BLD 182 -1 FP BE Pri !#56 N29570 P19004 MEMBAR Loop_exit !#56 N29571 P19005 MEMBAR Loop_entry !#56 N29572 P19006 BLD 115 -1 FP BE Pri !#56 N29573 P19007 MEMBAR Loop_exit !#56 N29574 P19005 MEMBAR Loop_entry !#56 N29575 P19006 BLD 115 -1 FP BE Pri !#56 N29576 P19007 MEMBAR Loop_exit !#56 N29577 P19008 MEMBAR Loop_entry !#56 N29578 P19009 BLD 20 -1 FP BE Pri !#56 N29579 P19010 MEMBAR Loop_exit !#56 N29580 P19008 MEMBAR Loop_entry !#56 N29581 P19009 BLD 20 -1 FP BE Pri !#56 N29582 P19010 MEMBAR Loop_exit !#56 N29583 P19011 MEMBAR Loop_entry !#56 N29584 P19012 BLD 328 -1 FP BE Pri !#56 N29585 P19013 MEMBAR Loop_exit !#56 N29586 P19011 MEMBAR Loop_entry !#56 N29587 P19012 BLD 328 -1 FP BE Pri !#56 N29588 P19013 MEMBAR Loop_exit !#56 N29589 P19014 MEMBAR Loop_entry !#56 N29590 P19015 BLD 98 -1 FP BE Pri !#56 N29591 P19015 BLD 99 -1 FP BE Pri !#56 N29592 P19016 MEMBAR Loop_exit !#56 N29593 P19014 MEMBAR Loop_entry !#56 N29594 P19015 BLD 98 -1 FP BE Pri !#56 N29595 P19015 BLD 99 -1 FP BE Pri !#56 N29596 P19016 MEMBAR Loop_exit !#56 N29597 P19017 MEMBAR Loop_entry !#56 N29598 P19018 BLD 11 -1 FP BE Pri !#56 N29599 P19018 BLD 12 -1 FP BE Pri !#56 N29600 P19019 MEMBAR Loop_exit !#56 N29601 P19017 MEMBAR Loop_entry !#56 N29602 P19018 BLD 11 -1 FP BE Pri !#56 N29603 P19018 BLD 12 -1 FP BE Pri !#56 N29604 P19019 MEMBAR Loop_exit !#56 N29605 P19020 IDC_FLIP 334 Int BE Pri Loop_entry Loop_exit !#56 N29606 P19020 IDC_FLIP 334 Int BE Pri Loop_entry Loop_exit !#56 N29607 P19021 MEMBAR Loop_entry !#56 N29608 P19022 BLD 157 -1 FP BE Pri !#56 N29609 P19023 MEMBAR Loop_exit !#56 N29610 P19021 MEMBAR Loop_entry !#56 N29611 P19022 BLD 157 -1 FP BE Pri !#56 N29612 P19023 MEMBAR Loop_exit !#56 N29613 P19024 ST 23 0x9c000006 Int BE Pri Loop_entry Loop_exit !#56 N29614 P19024 ST 23 0x9c000007 Int BE Pri Loop_entry Loop_exit !#56 N29615 P19025 PREFETCH 234 Int BE Pri Loop_entry !#56 N29616 P19026 MEMBAR !#56 N29617 P19027 BLD 185 -1 FP BE Pri !#56 N29618 P19028 MEMBAR Loop_exit !#56 N29619 P19025 PREFETCH 234 Int BE Pri Loop_entry !#56 N29620 P19026 MEMBAR !#56 N29621 P19027 BLD 185 -1 FP BE Pri !#56 N29622 P19028 MEMBAR Loop_exit !#56 N29623 P19029 MEMBAR Loop_entry !#56 N29624 P19030 BLD 234 -1 FP BE Pri !#56 N29625 P19031 MEMBAR Loop_exit !#56 N29626 P19032 MEMBAR Loop_entry !#56 N29627 P19033 BLD 187 -1 FP BE Pri !#56 N29628 P19034 MEMBAR Loop_exit !#56 N29629 P19035 MEMBAR Loop_entry !#56 N29630 P19036 BLD 86 -1 FP BE Pri !#56 N29631 P19037 MEMBAR Loop_exit !#56 N29632 P19035 MEMBAR Loop_entry !#56 N29633 P19036 BLD 86 -1 FP BE Pri !#56 N29634 P19037 MEMBAR Loop_exit !#56 N29635 P19038 PREFETCH 207 Int LE Pri Loop_entry Loop_exit !#56 N29636 P19039 PREFETCH 167 Int BE Pri Loop_entry !#56 N29637 P19040 MEMBAR !#56 N29638 P19041 BLD 343 -1 FP BE Pri !#56 N29639 P19041 BLD 344 -1 FP BE Pri !#56 N29640 P19042 MEMBAR Loop_exit !#56 N29641 P19043 MEMBAR Loop_entry !#56 N29642 P19044 BLD 87 -1 FP BE Pri !#56 N29643 P19045 MEMBAR Loop_exit !#56 N29644 P19043 MEMBAR Loop_entry !#56 N29645 P19044 BLD 87 -1 FP BE Pri !#56 N29646 P19045 MEMBAR Loop_exit !#56 N29647 P19046 MEMBAR Loop_entry !#56 N29648 P19047 BLD 210 -1 FP BE Pri !#56 N29649 P19048 MEMBAR Loop_exit !#56 N29650 P19049 MEMBAR Loop_entry !#56 N29651 P19050 BLD 202 -1 FP BE Pri !#56 N29652 P19051 MEMBAR Loop_exit !#56 N29653 P19049 MEMBAR Loop_entry !#56 N29654 P19050 BLD 202 -1 FP BE Pri !#56 N29655 P19051 MEMBAR Loop_exit !#56 N29656 P19052 MEMBAR Loop_entry !#56 N29657 P19053 BLD 123 -1 FP BE Pri !#56 N29658 P19054 MEMBAR Loop_exit !#56 N29659 P19052 MEMBAR Loop_entry !#56 N29660 P19053 BLD 123 -1 FP BE Pri !#56 N29661 P19054 MEMBAR Loop_exit !#56 N29662 P19055 IDC_FLIP 239 Int BE Pri Loop_entry !#56 N29663 P19056 MEMBAR !#56 N29664 P19057 BLD 11 -1 FP BE Pri !#56 N29665 P19057 BLD 12 -1 FP BE Pri !#56 N29666 P19058 MEMBAR Loop_exit !#56 N29667 P19059 MEMBAR Loop_entry !#56 N29668 P19060 BLD 71 -1 FP BE Pri !#56 N29669 P19060 BLD 72 -1 FP BE Pri !#A N29668 N29669 !#56 N29670 P19061 MEMBAR Loop_exit !#56 N29671 P19062 MEMBAR Loop_entry !#56 N29672 P19063 BLD 295 -1 FP BE Pri !#56 N29673 P19063 BLD 296 -1 FP BE Pri !#56 N29674 P19064 MEMBAR Loop_exit !#56 N29675 P19065 MEMBAR Loop_entry !#56 N29676 P19066 BLD 196 -1 FP BE Pri !#56 N29677 P19067 MEMBAR Loop_exit !#56 N29678 P19065 MEMBAR Loop_entry !#56 N29679 P19066 BLD 196 -1 FP BE Pri !#56 N29680 P19067 MEMBAR Loop_exit !#56 N29681 P19068 IDC_FLIP 155 Int BE Pri Loop_entry Loop_exit !#56 N29682 P19068 IDC_FLIP 155 Int BE Pri Loop_entry Loop_exit !#56 N29683 P19069 MEMBAR Loop_entry !#56 N29684 P19070 BLD 91 -1 FP BE Pri !#56 N29685 P19070 BLD 92 -1 FP BE Pri !#56 N29686 P19070 BLD 93 -1 FP BE Pri !#56 N29687 P19071 MEMBAR Loop_exit !#56 N29688 P19069 MEMBAR Loop_entry !#56 N29689 P19070 BLD 91 -1 FP BE Pri !#56 N29690 P19070 BLD 92 -1 FP BE Pri !#56 N29691 P19070 BLD 93 -1 FP BE Pri !#56 N29692 P19071 MEMBAR Loop_exit !#56 N29693 P19072 MEMBAR Loop_entry !#56 N29694 P19073 BLD 343 -1 FP BE Pri !#56 N29695 P19073 BLD 344 -1 FP BE Pri !#56 N29696 P19074 MEMBAR Loop_exit !#56 N29697 P19075 MEMBAR Loop_entry !#56 N29698 P19076 BLD 180 -1 FP BE Pri !#56 N29699 P19077 MEMBAR Loop_exit !#56 N29700 P19075 MEMBAR Loop_entry !#56 N29701 P19076 BLD 180 -1 FP BE Pri !#56 N29702 P19077 MEMBAR Loop_exit !#56 N29703 P19078 MEMBAR Loop_entry !#56 N29704 P19079 BLD 152 -1 FP BE Pri !#56 N29705 P19080 MEMBAR Loop_exit !#56 N29706 P19081 MEMBAR Loop_entry !#56 N29707 P19082 BLD 287 -1 FP BE Pri !#56 N29708 P19083 MEMBAR Loop_exit !#56 N29709 P19081 MEMBAR Loop_entry !#56 N29710 P19082 BLD 287 -1 FP BE Pri !#56 N29711 P19083 MEMBAR Loop_exit !#56 N29712 P19084 MEMBAR Loop_entry !#56 N29713 P19085 BLD 28 -1 FP BE Pri !#56 N29714 P19086 MEMBAR Loop_exit !#56 N29715 P19084 MEMBAR Loop_entry !#56 N29716 P19085 BLD 28 -1 FP BE Pri !#56 N29717 P19086 MEMBAR Loop_exit !#56 N29718 P19087 MEMBAR Loop_entry !#56 N29719 P19088 BLD 197 -1 FP BE Pri !#56 N29720 P19089 MEMBAR Loop_exit !#56 N29721 P19087 MEMBAR Loop_entry !#56 N29722 P19088 BLD 197 -1 FP BE Pri !#56 N29723 P19089 MEMBAR Loop_exit !#56 N29724 P19090 ST 352 0x9c000008 Int BE Pri Loop_entry Loop_exit !#56 N29725 P19091 MEMBAR Loop_entry !#56 N29726 P19092 BLD 42 -1 FP BE Pri !#56 N29727 P19093 MEMBAR Loop_exit !#56 N29728 P19091 MEMBAR Loop_entry !#56 N29729 P19092 BLD 42 -1 FP BE Pri !#56 N29730 P19093 MEMBAR Loop_exit !#56 N29731 P19094 IDC_FLIP 283 Int BE Pri Loop_entry Loop_exit !#56 N29732 P19094 IDC_FLIP 283 Int BE Pri Loop_entry Loop_exit !#56 N29733 P19095 MEMBAR Loop_entry !#56 N29734 P19096 BLD 178 -1 FP BE Pri !#56 N29735 P19097 MEMBAR Loop_exit !#56 N29736 P19095 MEMBAR Loop_entry !#56 N29737 P19096 BLD 178 -1 FP BE Pri !#56 N29738 P19097 MEMBAR Loop_exit !#56 N29739 P19098 MEMBAR Loop_entry !#56 N29740 P19099 BLD 331 -1 FP BE Pri !#56 N29741 P19099 BLD 332 -1 FP BE Pri !#56 N29742 P19100 MEMBAR Loop_exit !#56 N29743 P19098 MEMBAR Loop_entry !#56 N29744 P19099 BLD 331 -1 FP BE Pri !#56 N29745 P19099 BLD 332 -1 FP BE Pri !#56 N29746 P19100 MEMBAR Loop_exit !#56 N29747 P19101 MEMBAR Loop_entry !#56 N29748 P19102 BLD 23 -1 FP BE Pri !#56 N29749 P19103 MEMBAR Loop_exit !#56 N29750 P19104 MEMBAR Loop_entry !#56 N29751 P19105 BLD 164 -1 FP BE Pri !#56 N29752 P19106 MEMBAR Loop_exit !#56 N29753 P19107 MEMBAR Loop_entry !#56 N29754 P19108 BLD 215 -1 FP BE Pri !#56 N29755 P19108 BLD 216 -1 FP BE Pri !#56 N29756 P19109 MEMBAR Loop_exit !#56 N29757 P19107 MEMBAR Loop_entry !#56 N29758 P19108 BLD 215 -1 FP BE Pri !#56 N29759 P19108 BLD 216 -1 FP BE Pri !#56 N29760 P19109 MEMBAR Loop_exit !#56 N29761 P19110 MEMBAR Loop_entry !#56 N29762 P19111 BLD 300 -1 FP BE Pri !#56 N29763 P19112 MEMBAR Loop_exit !#56 N29764 P19110 MEMBAR Loop_entry !#56 N29765 P19111 BLD 300 -1 FP BE Pri !#56 N29766 P19112 MEMBAR Loop_exit !#56 N29767 P19113 MEMBAR Loop_entry !#56 N29768 P19114 BLD 200 -1 FP BE Pri !#56 N29769 P19115 MEMBAR Loop_exit !#56 N29770 P19116 MEMBAR Loop_entry !#56 N29771 P19117 BLD 42 -1 FP BE Pri !#56 N29772 P19118 MEMBAR Loop_exit !#56 N29773 P19116 MEMBAR Loop_entry !#56 N29774 P19117 BLD 42 -1 FP BE Pri !#56 N29775 P19118 MEMBAR Loop_exit !#56 N29776 P19119 MEMBAR Loop_entry !#56 N29777 P19120 BLD 97 -1 FP BE Pri !#56 N29778 P19121 MEMBAR Loop_exit !#56 N29779 P19122 MEMBAR Loop_entry !#56 N29780 P19123 BLD 306 -1 FP BE Pri !#56 N29781 P19124 MEMBAR Loop_exit !#56 N29782 P19125 MEMBAR Loop_entry !#56 N29783 P19126 BLD 119 -1 FP BE Pri !#56 N29784 P19127 MEMBAR Loop_exit !#56 N29785 P19128 MEMBAR Loop_entry !#56 N29786 P19129 BLD 86 -1 FP BE Pri !#56 N29787 P19130 MEMBAR Loop_exit !#56 N29788 P19131 MEMBAR Loop_entry !#56 N29789 P19132 BLD 238 -1 FP BE Pri !#56 N29790 P19133 MEMBAR Loop_exit !#56 N29791 P19131 MEMBAR Loop_entry !#56 N29792 P19132 BLD 238 -1 FP BE Pri !#56 N29793 P19133 MEMBAR Loop_exit !#56 N29794 P19134 MEMBAR Loop_entry !#56 N29795 P19135 BLD 128 -1 FP BE Pri !#56 N29796 P19136 MEMBAR Loop_exit !#56 N29797 P19137 MEMBAR Loop_entry !#56 N29798 P19138 BLD 188 -1 FP BE Pri !#56 N29799 P19139 MEMBAR Loop_exit !#56 N29800 P19140 MEMBAR Loop_entry !#56 N29801 P19141 BLD 117 -1 FP BE Pri !#56 N29802 P19142 MEMBAR Loop_exit !#56 N29803 P19143 MEMBAR !#57 N29804 P19144 IDC_FLIP 125 Int BE Pri Loop_entry !#57 N29805 P19145 MEMBAR !#57 N29806 P19146 BLD 274 -1 FP BE Pri !#57 N29807 P19147 MEMBAR Loop_exit !#57 N29808 P19148 MEMBAR Loop_entry !#57 N29809 P19149 BLD 64 -1 FP BE Pri !#57 N29810 P19150 MEMBAR Loop_exit !#57 N29811 P19151 MEMBAR Loop_entry !#57 N29812 P19152 BLD 348 -1 FP BE Pri !#57 N29813 P19153 MEMBAR Loop_exit !#57 N29814 P19154 MEMBAR Loop_entry !#57 N29815 P19155 BLD 323 -1 FP BE Pri !#57 N29816 P19156 MEMBAR Loop_exit !#57 N29817 P19154 MEMBAR Loop_entry !#57 N29818 P19155 BLD 323 -1 FP BE Pri !#57 N29819 P19156 MEMBAR Loop_exit !#57 N29820 P19157 MEMBAR Loop_entry !#57 N29821 P19158 BLD 55 -1 FP BE Pri !#57 N29822 P19159 MEMBAR Loop_exit !#57 N29823 P19157 MEMBAR Loop_entry !#57 N29824 P19158 BLD 55 -1 FP BE Pri !#57 N29825 P19159 MEMBAR Loop_exit !#57 N29826 P19160 ST 312 0x9c800001 Int BE Pri Loop_entry !#57 N29827 P19161 MEMBAR !#57 N29828 P19162 BLD 337 -1 FP BE Pri !#57 N29829 P19163 MEMBAR Loop_exit !#57 N29830 P19160 ST 312 0x9c800002 Int BE Pri Loop_entry !#57 N29831 P19161 MEMBAR !#57 N29832 P19162 BLD 337 -1 FP BE Pri !#57 N29833 P19163 MEMBAR Loop_exit !#57 N29834 P19164 MEMBAR Loop_entry !#57 N29835 P19165 BLD 162 -1 FP BE Pri !#57 N29836 P19166 MEMBAR Loop_exit !#57 N29837 P19164 MEMBAR Loop_entry !#57 N29838 P19165 BLD 162 -1 FP BE Pri !#57 N29839 P19166 MEMBAR Loop_exit !#57 N29840 P19167 MEMBAR Loop_entry !#57 N29841 P19168 BLD 102 -1 FP BE Pri !#57 N29842 P19168 BLD 103 -1 FP BE Pri !#57 N29843 P19168 BLD 104 -1 FP BE Pri !#57 N29844 P19169 MEMBAR Loop_exit !#57 N29845 P19170 MEMBAR Loop_entry !#57 N29846 P19171 BLD 142 -1 FP BE Pri !#57 N29847 P19172 MEMBAR Loop_exit !#57 N29848 P19173 MEMBAR Loop_entry !#57 N29849 P19174 BLD 54 -1 FP BE Pri !#57 N29850 P19175 MEMBAR Loop_exit !#57 N29851 P19176 MEMBAR Loop_entry !#57 N29852 P19177 BLD 267 -1 FP BE Pri !#57 N29853 P19178 MEMBAR Loop_exit !#57 N29854 P19179 MEMBAR Loop_entry !#57 N29855 P19180 BLD 28 -1 FP BE Pri !#57 N29856 P19181 MEMBAR Loop_exit !#57 N29857 P19179 MEMBAR Loop_entry !#57 N29858 P19180 BLD 28 -1 FP BE Pri !#57 N29859 P19181 MEMBAR Loop_exit !#57 N29860 P19182 MEMBAR Loop_entry !#57 N29861 P19183 BLD 203 -1 FP BE Pri !#57 N29862 P19184 MEMBAR Loop_exit !#57 N29863 P19182 MEMBAR Loop_entry !#57 N29864 P19183 BLD 203 -1 FP BE Pri !#57 N29865 P19184 MEMBAR Loop_exit !#57 N29866 P19185 IDC_FLIP 339 Int BE Pri Loop_entry Loop_exit !#57 N29867 P19186 PREFETCH 225 Int BE Pri Loop_entry Loop_exit !#57 N29868 P19186 PREFETCH 225 Int BE Pri Loop_entry Loop_exit !#57 N29869 P19187 MEMBAR Loop_entry !#57 N29870 P19188 BLD 200 -1 FP BE Pri !#57 N29871 P19189 MEMBAR Loop_exit !#57 N29872 P19190 MEMBAR Loop_entry !#57 N29873 P19191 BLD 111 -1 FP BE Pri !#57 N29874 P19191 BLD 112 -1 FP BE Pri !#57 N29875 P19191 BLD 113 -1 FP BE Pri !#57 N29876 P19192 MEMBAR Loop_exit !#57 N29877 P19190 MEMBAR Loop_entry !#57 N29878 P19191 BLD 111 -1 FP BE Pri !#57 N29879 P19191 BLD 112 -1 FP BE Pri !#57 N29880 P19191 BLD 113 -1 FP BE Pri !#57 N29881 P19192 MEMBAR Loop_exit !#57 N29882 P19193 MEMBAR Loop_entry !#57 N29883 P19194 BLD 53 -1 FP BE Pri !#57 N29884 P19195 MEMBAR Loop_exit !#57 N29885 P19193 MEMBAR Loop_entry !#57 N29886 P19194 BLD 53 -1 FP BE Pri !#57 N29887 P19195 MEMBAR Loop_exit !#57 N29888 P19196 IDC_FLIP 50 Int BE Pri Loop_entry Loop_exit !#57 N29889 P19196 IDC_FLIP 50 Int BE Pri Loop_entry Loop_exit !#57 N29890 P19197 MEMBAR Loop_entry !#57 N29891 P19198 BLD 265 -1 FP BE Pri !#57 N29892 P19199 MEMBAR Loop_exit !#57 N29893 P19197 MEMBAR Loop_entry !#57 N29894 P19198 BLD 265 -1 FP BE Pri !#57 N29895 P19199 MEMBAR Loop_exit !#57 N29896 P19200 MEMBAR Loop_entry !#57 N29897 P19201 BLD 115 -1 FP BE Pri !#57 N29898 P19202 MEMBAR Loop_exit !#57 N29899 P19203 PREFETCH 337 Int BE Pri Loop_entry Loop_exit !#57 N29900 P19203 PREFETCH 337 Int BE Pri Loop_entry Loop_exit !#57 N29901 P19204 MEMBAR Loop_entry !#57 N29902 P19205 BLD 108 -1 FP BE Pri !#57 N29903 P19206 MEMBAR Loop_exit !#57 N29904 P19207 MEMBAR Loop_entry !#57 N29905 P19208 BLD 162 -1 FP BE Pri !#57 N29906 P19209 MEMBAR Loop_exit !#57 N29907 P19210 MEMBAR Loop_entry !#57 N29908 P19211 BLD 189 -1 FP BE Pri !#57 N29909 P19212 MEMBAR Loop_exit !#57 N29910 P19213 MEMBAR Loop_entry !#57 N29911 P19214 BLD 270 -1 FP BE Pri !#57 N29912 P19215 MEMBAR Loop_exit !#57 N29913 P19216 MEMBAR Loop_entry !#57 N29914 P19217 BLD 41 -1 FP BE Pri !#57 N29915 P19218 MEMBAR Loop_exit !#57 N29916 P19216 MEMBAR Loop_entry !#57 N29917 P19217 BLD 41 -1 FP BE Pri !#57 N29918 P19218 MEMBAR Loop_exit !#57 N29919 P19219 MEMBAR Loop_entry !#57 N29920 P19220 BLD 336 -1 FP BE Pri !#57 N29921 P19221 MEMBAR Loop_exit !#57 N29922 P19219 MEMBAR Loop_entry !#57 N29923 P19220 BLD 336 -1 FP BE Pri !#57 N29924 P19221 MEMBAR Loop_exit !#57 N29925 P19222 MEMBAR Loop_entry !#57 N29926 P19223 BLD 117 -1 FP BE Pri !#57 N29927 P19224 MEMBAR Loop_exit !#57 N29928 P19225 IDC_FLIP 183 Int BE Pri Loop_entry !#57 N29929 P19226 MEMBAR !#57 N29930 P19227 BLD 237 -1 FP BE Pri !#57 N29931 P19228 MEMBAR Loop_exit !#57 N29932 P19229 MEMBAR Loop_entry !#57 N29933 P19230 BLD 302 -1 FP BE Pri !#57 N29934 P19231 MEMBAR Loop_exit !#57 N29935 P19232 MEMBAR Loop_entry !#57 N29936 P19233 BLD 243 -1 FP BE Pri !#57 N29937 P19234 MEMBAR Loop_exit !#57 N29938 P19235 MEMBAR Loop_entry !#57 N29939 P19236 BLD 326 -1 FP BE Pri !#57 N29940 P19237 MEMBAR Loop_exit !#57 N29941 P19235 MEMBAR Loop_entry !#57 N29942 P19236 BLD 326 -1 FP BE Pri !#57 N29943 P19237 MEMBAR Loop_exit !#57 N29944 P19238 MEMBAR Loop_entry !#57 N29945 P19239 BLD 57 -1 FP BE Pri !#57 N29946 P19240 MEMBAR Loop_exit !#57 N29947 P19238 MEMBAR Loop_entry !#57 N29948 P19239 BLD 57 -1 FP BE Pri !#57 N29949 P19240 MEMBAR Loop_exit !#57 N29950 P19241 MEMBAR Loop_entry !#57 N29951 P19242 BLD 62 -1 FP BE Pri !#57 N29952 P19242 BLD 63 -1 FP BE Pri !#57 N29953 P19243 MEMBAR Loop_exit !#57 N29954 P19244 MEMBAR Loop_entry !#57 N29955 P19245 BLD 172 -1 FP BE Pri !#57 N29956 P19246 MEMBAR Loop_exit !#57 N29957 P19247 ST 189 0x9c800003 Int BE Pri Loop_entry Loop_exit !#57 N29958 P19248 MEMBAR Loop_entry !#57 N29959 P19249 BLD 124 -1 FP BE Pri !#57 N29960 P19249 BLD 125 -1 FP BE Pri !#57 N29961 P19249 BLD 126 -1 FP BE Pri !#57 N29962 P19250 MEMBAR Loop_exit !#57 N29963 P19251 IDC_FLIP 246 Int BE Pri Loop_entry !#57 N29964 P19252 MEMBAR !#57 N29965 P19253 BLD 207 -1 FP BE Pri !#57 N29966 P19254 MEMBAR Loop_exit !#57 N29967 P19251 IDC_FLIP 246 Int BE Pri Loop_entry !#57 N29968 P19252 MEMBAR !#57 N29969 P19253 BLD 207 -1 FP BE Pri !#57 N29970 P19254 MEMBAR Loop_exit !#57 N29971 P19255 IDC_FLIP 200 Int BE Pri Loop_entry !#57 N29972 P19256 MEMBAR !#57 N29973 P19257 BLD 82 -1 FP BE Pri !#57 N29974 P19258 MEMBAR Loop_exit !#57 N29975 P19255 IDC_FLIP 200 Int BE Pri Loop_entry !#57 N29976 P19256 MEMBAR !#57 N29977 P19257 BLD 82 -1 FP BE Pri !#57 N29978 P19258 MEMBAR Loop_exit !#57 N29979 P19259 MEMBAR Loop_entry !#57 N29980 P19260 BLD 124 -1 FP BE Pri !#57 N29981 P19260 BLD 125 -1 FP BE Pri !#57 N29982 P19260 BLD 126 -1 FP BE Pri !#57 N29983 P19261 MEMBAR Loop_exit !#57 N29984 P19259 MEMBAR Loop_entry !#57 N29985 P19260 BLD 124 -1 FP BE Pri !#57 N29986 P19260 BLD 125 -1 FP BE Pri !#57 N29987 P19260 BLD 126 -1 FP BE Pri !#57 N29988 P19261 MEMBAR Loop_exit !#57 N29989 P19262 MEMBAR Loop_entry !#57 N29990 P19263 BLD 185 -1 FP BE Pri !#57 N29991 P19264 MEMBAR Loop_exit !#57 N29992 P19262 MEMBAR Loop_entry !#57 N29993 P19263 BLD 185 -1 FP BE Pri !#57 N29994 P19264 MEMBAR Loop_exit !#57 N29995 P19265 MEMBAR Loop_entry !#57 N29996 P19266 BLD 215 -1 FP BE Pri !#57 N29997 P19266 BLD 216 -1 FP BE Pri !#57 N29998 P19267 MEMBAR Loop_exit !#57 N29999 P19265 MEMBAR Loop_entry !#57 N30000 P19266 BLD 215 -1 FP BE Pri !#57 N30001 P19266 BLD 216 -1 FP BE Pri !#57 N30002 P19267 MEMBAR Loop_exit !#57 N30003 P19268 MEMBAR Loop_entry !#57 N30004 P19269 BLD 55 -1 FP BE Pri !#57 N30005 P19270 MEMBAR Loop_exit !#57 N30006 P19271 MEMBAR Loop_entry !#57 N30007 P19272 BLD 155 -1 FP BE Pri !#57 N30008 P19273 MEMBAR Loop_exit !#57 N30009 P19271 MEMBAR Loop_entry !#57 N30010 P19272 BLD 155 -1 FP BE Pri !#57 N30011 P19273 MEMBAR Loop_exit !#57 N30012 P19274 MEMBAR Loop_entry !#57 N30013 P19275 BLD 221 -1 FP BE Pri !#57 N30014 P19276 MEMBAR Loop_exit !#57 N30015 P19274 MEMBAR Loop_entry !#57 N30016 P19275 BLD 221 -1 FP BE Pri !#57 N30017 P19276 MEMBAR Loop_exit !#57 N30018 P19277 MEMBAR Loop_entry !#57 N30019 P19278 BLD 201 -1 FP BE Pri !#57 N30020 P19279 MEMBAR Loop_exit !#57 N30021 P19280 MEMBAR Loop_entry !#57 N30022 P19281 BLD 304 -1 FP BE Pri !#57 N30023 P19282 MEMBAR Loop_exit !#57 N30024 P19283 MEMBAR Loop_entry !#57 N30025 P19284 BLD 110 -1 FP BE Pri !#57 N30026 P19285 MEMBAR Loop_exit !#57 N30027 P19286 ST 108 0x9c800004 Int BE Pri Loop_entry Loop_exit !#57 N30028 P19287 MEMBAR Loop_entry !#57 N30029 P19288 BLD 351 -1 FP BE Pri !#57 N30030 P19289 MEMBAR Loop_exit !#57 N30031 P19287 MEMBAR Loop_entry !#57 N30032 P19288 BLD 351 -1 FP BE Pri !#57 N30033 P19289 MEMBAR Loop_exit !#57 N30034 P19290 IDC_FLIP 177 Int BE Pri Loop_entry !#57 N30035 P19291 MEMBAR !#57 N30036 P19292 BLD 352 -1 FP BE Pri !#57 N30037 P19293 MEMBAR Loop_exit !#57 N30038 P19290 IDC_FLIP 177 Int BE Pri Loop_entry !#57 N30039 P19291 MEMBAR !#57 N30040 P19292 BLD 352 -1 FP BE Pri !#57 N30041 P19293 MEMBAR Loop_exit !#57 N30042 P19294 MEMBAR Loop_entry !#57 N30043 P19295 BLD 348 -1 FP BE Pri !#57 N30044 P19296 MEMBAR Loop_exit !#57 N30045 P19294 MEMBAR Loop_entry !#57 N30046 P19295 BLD 348 -1 FP BE Pri !#57 N30047 P19296 MEMBAR Loop_exit !#57 N30048 P19297 MEMBAR Loop_entry !#57 N30049 P19298 BLD 218 -1 FP BE Pri !#57 N30050 P19299 MEMBAR Loop_exit !#57 N30051 P19300 MEMBAR Loop_entry !#57 N30052 P19301 BLD 16 -1 FP BE Pri !#57 N30053 P19302 MEMBAR Loop_exit !#57 N30054 P19300 MEMBAR Loop_entry !#57 N30055 P19301 BLD 16 -1 FP BE Pri !#57 N30056 P19302 MEMBAR Loop_exit !#57 N30057 P19303 MEMBAR Loop_entry !#57 N30058 P19304 BLD 91 -1 FP BE Pri !#57 N30059 P19304 BLD 92 -1 FP BE Pri !#57 N30060 P19304 BLD 93 -1 FP BE Pri !#57 N30061 P19305 MEMBAR Loop_exit !#57 N30062 P19306 MEMBAR Loop_entry !#57 N30063 P19307 BLD 343 -1 FP BE Pri !#57 N30064 P19307 BLD 344 -1 FP BE Pri !#57 N30065 P19308 MEMBAR Loop_exit !#57 N30066 P19309 PREFETCH 35 NF Int BE Pri Loop_entry Loop_exit !#57 N30067 P19310 MEMBAR Loop_entry !#57 N30068 P19311 BLD 13 -1 FP BE Pri !#57 N30069 P19312 MEMBAR Loop_exit !#57 N30070 P19313 MEMBAR Loop_entry !#57 N30071 P19314 BLD 43 -1 FP BE Pri !#57 N30072 P19315 MEMBAR Loop_exit !#57 N30073 P19313 MEMBAR Loop_entry !#57 N30074 P19314 BLD 43 -1 FP BE Pri !#57 N30075 P19315 MEMBAR Loop_exit !#57 N30076 P19316 MEMBAR Loop_entry !#57 N30077 P19317 BLD 28 -1 FP BE Pri !#57 N30078 P19318 MEMBAR Loop_exit !#57 N30079 P19319 MEMBAR Loop_entry !#57 N30080 P19320 BLD 187 -1 FP BE Pri !#57 N30081 P19321 MEMBAR Loop_exit !#57 N30082 P19322 MEMBAR Loop_entry !#57 N30083 P19323 BLD 122 -1 FP BE Pri !#57 N30084 P19324 MEMBAR Loop_exit !#57 N30085 P19325 MEMBAR Loop_entry !#57 N30086 P19326 BLD 119 -1 FP BE Pri !#57 N30087 P19327 MEMBAR Loop_exit !#57 N30088 P19325 MEMBAR Loop_entry !#57 N30089 P19326 BLD 119 -1 FP BE Pri !#57 N30090 P19327 MEMBAR Loop_exit !#57 N30091 P19328 MEMBAR Loop_entry !#57 N30092 P19329 BLD 197 -1 FP BE Pri !#57 N30093 P19330 MEMBAR Loop_exit !#57 N30094 P19331 MEMBAR Loop_entry !#57 N30095 P19332 BLD 22 -1 FP BE Pri !#57 N30096 P19333 MEMBAR Loop_exit !#57 N30097 P19331 MEMBAR Loop_entry !#57 N30098 P19332 BLD 22 -1 FP BE Pri !#57 N30099 P19333 MEMBAR Loop_exit !#57 N30100 P19334 MEMBAR Loop_entry !#57 N30101 P19335 BLD 102 -1 FP BE Pri !#57 N30102 P19335 BLD 103 -1 FP BE Pri !#57 N30103 P19335 BLD 104 -1 FP BE Pri !#57 N30104 P19336 MEMBAR Loop_exit !#57 N30105 P19337 MEMBAR Loop_entry !#57 N30106 P19338 BLD 278 -1 FP BE Pri !#57 N30107 P19339 MEMBAR Loop_exit !#57 N30108 P19337 MEMBAR Loop_entry !#57 N30109 P19338 BLD 278 -1 FP BE Pri !#57 N30110 P19339 MEMBAR Loop_exit !#57 N30111 P19340 MEMBAR Loop_entry !#57 N30112 P19341 BLD 278 -1 FP BE Pri !#57 N30113 P19342 MEMBAR Loop_exit !#57 N30114 P19340 MEMBAR Loop_entry !#57 N30115 P19341 BLD 278 -1 FP BE Pri !#57 N30116 P19342 MEMBAR Loop_exit !#57 N30117 P19343 MEMBAR Loop_entry !#57 N30118 P19344 BLD 226 -1 FP BE Pri !#57 N30119 P19345 MEMBAR Loop_exit !#57 N30120 P19346 IDC_FLIP 200 Int BE Pri Loop_entry Loop_exit !#57 N30121 P19346 IDC_FLIP 200 Int BE Pri Loop_entry Loop_exit !#57 N30122 P19347 MEMBAR Loop_entry !#57 N30123 P19348 BLD 238 -1 FP BE Pri !#57 N30124 P19349 MEMBAR Loop_exit !#57 N30125 P19347 MEMBAR Loop_entry !#57 N30126 P19348 BLD 238 -1 FP BE Pri !#57 N30127 P19349 MEMBAR Loop_exit !#57 N30128 P19350 MEMBAR Loop_entry !#57 N30129 P19351 BLD 16 -1 FP BE Pri !#57 N30130 P19352 MEMBAR Loop_exit !#57 N30131 P19350 MEMBAR Loop_entry !#57 N30132 P19351 BLD 16 -1 FP BE Pri !#57 N30133 P19352 MEMBAR Loop_exit !#57 N30134 P19353 MEMBAR Loop_entry !#57 N30135 P19354 BLD 291 -1 FP BE Pri !#57 N30136 P19355 MEMBAR Loop_exit !#57 N30137 P19353 MEMBAR Loop_entry !#57 N30138 P19354 BLD 291 -1 FP BE Pri !#57 N30139 P19355 MEMBAR Loop_exit !#57 N30140 P19356 MEMBAR Loop_entry !#57 N30141 P19357 BLD 323 -1 FP BE Pri !#57 N30142 P19358 MEMBAR Loop_exit !#57 N30143 P19359 MEMBAR Loop_entry !#57 N30144 P19360 BLD 89 -1 FP BE Pri !#57 N30145 P19360 BLD 90 -1 FP BE Pri !#57 N30146 P19361 MEMBAR Loop_exit !#57 N30147 P19359 MEMBAR Loop_entry !#57 N30148 P19360 BLD 89 -1 FP BE Pri !#57 N30149 P19360 BLD 90 -1 FP BE Pri !#57 N30150 P19361 MEMBAR Loop_exit !#57 N30151 P19362 MEMBAR Loop_entry !#57 N30152 P19363 BLD 150 -1 FP BE Pri !#57 N30153 P19364 MEMBAR Loop_exit !#57 N30154 P19365 MEMBAR Loop_entry !#57 N30155 P19366 BLD 204 -1 FP BE Pri !#57 N30156 P19367 MEMBAR Loop_exit !#57 N30157 P19365 MEMBAR Loop_entry !#57 N30158 P19366 BLD 204 -1 FP BE Pri !#57 N30159 P19367 MEMBAR Loop_exit !#57 N30160 P19368 MEMBAR Loop_entry !#57 N30161 P19369 BLD 4 -1 FP BE Pri !#57 N30162 P19370 MEMBAR Loop_exit !#57 N30163 P19368 MEMBAR Loop_entry !#57 N30164 P19369 BLD 4 -1 FP BE Pri !#57 N30165 P19370 MEMBAR Loop_exit !#57 N30166 P19371 MEMBAR Loop_entry !#57 N30167 P19372 BLD 165 -1 FP BE Pri !#57 N30168 P19373 MEMBAR Loop_exit !#57 N30169 P19371 MEMBAR Loop_entry !#57 N30170 P19372 BLD 165 -1 FP BE Pri !#57 N30171 P19373 MEMBAR Loop_exit !#57 N30172 P19374 MEMBAR Loop_entry Loop_exit !#57 N30173 P19375 MEMBAR Loop_entry Loop_exit !#57 N30174 P19376 MEMBAR Loop_entry !#57 N30175 P19377 BLD 354 -1 FP BE Pri !#57 N30176 P19378 MEMBAR Loop_exit !#57 N30177 P19379 MEMBAR Loop_entry !#57 N30178 P19380 BLD 240 -1 FP BE Pri !#57 N30179 P19381 MEMBAR Loop_exit !#57 N30180 P19382 MEMBAR Loop_entry !#57 N30181 P19383 BLD 286 -1 FP BE Pri !#57 N30182 P19384 MEMBAR Loop_exit !#57 N30183 P19385 MEMBAR Loop_entry !#57 N30184 P19386 BLD 73 -1 FP BE Pri !#57 N30185 P19387 MEMBAR Loop_exit !#57 N30186 P19385 MEMBAR Loop_entry !#57 N30187 P19386 BLD 73 -1 FP BE Pri !#57 N30188 P19387 MEMBAR Loop_exit !#57 N30189 P19388 MEMBAR Loop_entry !#57 N30190 P19389 BLD 130 -1 FP BE Pri !#57 N30191 P19390 MEMBAR Loop_exit !#57 N30192 P19388 MEMBAR Loop_entry !#57 N30193 P19389 BLD 130 -1 FP BE Pri !#57 N30194 P19390 MEMBAR Loop_exit !#57 N30195 P19391 MEMBAR Loop_entry !#57 N30196 P19392 BLD 151 -1 FP BE Pri !#57 N30197 P19393 MEMBAR Loop_exit !#57 N30198 P19391 MEMBAR Loop_entry !#57 N30199 P19392 BLD 151 -1 FP BE Pri !#57 N30200 P19393 MEMBAR Loop_exit !#57 N30201 P19394 MEMBAR Loop_entry !#57 N30202 P19395 BLD 150 -1 FP BE Pri !#57 N30203 P19396 MEMBAR Loop_exit !#57 N30204 P19394 MEMBAR Loop_entry !#57 N30205 P19395 BLD 150 -1 FP BE Pri !#57 N30206 P19396 MEMBAR Loop_exit !#57 N30207 P19397 MEMBAR Loop_entry !#57 N30208 P19398 BLD 350 -1 FP BE Pri !#57 N30209 P19399 MEMBAR Loop_exit !#57 N30210 P19400 MEMBAR Loop_entry !#57 N30211 P19401 BLD 231 -1 FP BE Pri !#57 N30212 P19402 MEMBAR Loop_exit !#57 N30213 P19400 MEMBAR Loop_entry !#57 N30214 P19401 BLD 231 -1 FP BE Pri !#57 N30215 P19402 MEMBAR Loop_exit !#57 N30216 P19403 MEMBAR Loop_entry !#57 N30217 P19404 BLD 261 -1 FP BE Pri !#57 N30218 P19405 MEMBAR Loop_exit !#57 N30219 P19403 MEMBAR Loop_entry !#57 N30220 P19404 BLD 261 -1 FP BE Pri !#57 N30221 P19405 MEMBAR Loop_exit !#57 N30222 P19406 MEMBAR Loop_entry !#57 N30223 P19407 BLD 138 -1 FP BE Pri !#57 N30224 P19408 MEMBAR Loop_exit !#57 N30225 P19409 MEMBAR Loop_entry !#57 N30226 P19410 BLD 97 -1 FP BE Pri !#57 N30227 P19411 MEMBAR Loop_exit !#57 N30228 P19409 MEMBAR Loop_entry !#57 N30229 P19410 BLD 97 -1 FP BE Pri !#57 N30230 P19411 MEMBAR Loop_exit !#57 N30231 P19412 MEMBAR Loop_entry !#57 N30232 P19413 BLD 218 -1 FP BE Pri !#57 N30233 P19414 MEMBAR Loop_exit !#57 N30234 P19415 MEMBAR Loop_entry !#57 N30235 P19416 BLD 6 -1 FP BE Pri !#57 N30236 P19416 BLD 7 -1 FP BE Pri !#57 N30237 P19417 MEMBAR Loop_exit !#57 N30238 P19415 MEMBAR Loop_entry !#57 N30239 P19416 BLD 6 -1 FP BE Pri !#57 N30240 P19416 BLD 7 -1 FP BE Pri !#57 N30241 P19417 MEMBAR Loop_exit !#57 N30242 P19418 MEMBAR Loop_entry !#57 N30243 P19419 BLD 285 -1 FP BE Pri !#57 N30244 P19420 MEMBAR Loop_exit !#57 N30245 P19421 MEMBAR Loop_entry !#57 N30246 P19422 BLD 152 -1 FP BE Pri !#57 N30247 P19423 MEMBAR Loop_exit !#57 N30248 P19421 MEMBAR Loop_entry !#57 N30249 P19422 BLD 152 -1 FP BE Pri !#57 N30250 P19423 MEMBAR Loop_exit !#57 N30251 P19424 MEMBAR Loop_entry !#57 N30252 P19425 BLD 234 -1 FP BE Pri !#57 N30253 P19426 MEMBAR Loop_exit !#57 N30254 P19427 MEMBAR Loop_entry !#57 N30255 P19428 BLD 323 -1 FP BE Pri !#57 N30256 P19429 MEMBAR Loop_exit !#57 N30257 P19427 MEMBAR Loop_entry !#57 N30258 P19428 BLD 323 -1 FP BE Pri !#57 N30259 P19429 MEMBAR Loop_exit !#57 N30260 P19430 MEMBAR Loop_entry !#57 N30261 P19431 BLD 47 -1 FP BE Pri !#57 N30262 P19432 MEMBAR Loop_exit !#57 N30263 P19433 MEMBAR Loop_entry !#57 N30264 P19434 BLD 257 -1 FP BE Pri !#57 N30265 P19435 MEMBAR Loop_exit !#57 N30266 P19436 MEMBAR Loop_entry !#57 N30267 P19437 BLD 96 -1 FP BE Pri !#57 N30268 P19438 MEMBAR Loop_exit !#57 N30269 P19439 ST 208 0x9c800005 Int BE Pri Loop_entry !#57 N30270 P19440 MEMBAR !#57 N30271 P19441 BLD 356 -1 FP BE Pri !#57 N30272 P19442 MEMBAR Loop_exit !#57 N30273 P19439 ST 208 0x9c800006 Int BE Pri Loop_entry !#57 N30274 P19440 MEMBAR !#57 N30275 P19441 BLD 356 -1 FP BE Pri !#57 N30276 P19442 MEMBAR Loop_exit !#57 N30277 P19443 MEMBAR Loop_entry !#57 N30278 P19444 BLD 123 -1 FP BE Pri !#57 N30279 P19445 MEMBAR Loop_exit !#57 N30280 P19443 MEMBAR Loop_entry !#57 N30281 P19444 BLD 123 -1 FP BE Pri !#57 N30282 P19445 MEMBAR Loop_exit !#57 N30283 P19446 MEMBAR Loop_entry !#57 N30284 P19447 BLD 210 -1 FP BE Pri !#57 N30285 P19448 MEMBAR Loop_exit !#57 N30286 P19449 MEMBAR Loop_entry !#57 N30287 P19450 BLD 14 -1 FP BE Pri !#57 N30288 P19451 MEMBAR Loop_exit !#57 N30289 P19452 MEMBAR Loop_entry !#57 N30290 P19453 BLD 14 -1 FP BE Pri !#57 N30291 P19454 MEMBAR Loop_exit !#57 N30292 P19455 MEMBAR Loop_entry !#57 N30293 P19456 BLD 28 -1 FP BE Pri !#57 N30294 P19457 MEMBAR Loop_exit !#57 N30295 P19458 IDC_FLIP 188 Int BE Pri Loop_entry !#57 N30296 P19459 MEMBAR !#57 N30297 P19460 BLD 202 -1 FP BE Pri !#57 N30298 P19461 MEMBAR Loop_exit !#57 N30299 P19462 MEMBAR Loop_entry !#57 N30300 P19463 BLD 252 -1 FP BE Pri !#57 N30301 P19464 MEMBAR Loop_exit !#57 N30302 P19462 MEMBAR Loop_entry !#57 N30303 P19463 BLD 252 -1 FP BE Pri !#57 N30304 P19464 MEMBAR Loop_exit !#57 N30305 P19465 MEMBAR Loop_entry !#57 N30306 P19466 BLD 111 -1 FP BE Pri !#57 N30307 P19466 BLD 112 -1 FP BE Pri !#57 N30308 P19466 BLD 113 -1 FP BE Pri !#57 N30309 P19467 MEMBAR Loop_exit !#57 N30310 P19465 MEMBAR Loop_entry !#57 N30311 P19466 BLD 111 -1 FP BE Pri !#57 N30312 P19466 BLD 112 -1 FP BE Pri !#57 N30313 P19466 BLD 113 -1 FP BE Pri !#57 N30314 P19467 MEMBAR Loop_exit !#57 N30315 P19468 MEMBAR Loop_entry !#57 N30316 P19469 BLD 56 -1 FP BE Pri !#57 N30317 P19470 MEMBAR Loop_exit !#57 N30318 P19468 MEMBAR Loop_entry !#57 N30319 P19469 BLD 56 -1 FP BE Pri !#57 N30320 P19470 MEMBAR Loop_exit !#57 N30321 P19471 MEMBAR Loop_entry !#57 N30322 P19472 BLD 210 -1 FP BE Pri !#57 N30323 P19473 MEMBAR Loop_exit !#57 N30324 P19474 MEMBAR Loop_entry !#57 N30325 P19475 BLD 281 -1 FP BE Pri !#57 N30326 P19476 MEMBAR Loop_exit !#57 N30327 P19474 MEMBAR Loop_entry !#57 N30328 P19475 BLD 281 -1 FP BE Pri !#57 N30329 P19476 MEMBAR Loop_exit !#57 N30330 P19477 MEMBAR Loop_entry !#57 N30331 P19478 BLD 339 -1 FP BE Pri !#57 N30332 P19479 MEMBAR Loop_exit !#57 N30333 P19480 MEMBAR !#58 N30334 P19481 MEMBAR Loop_entry !#58 N30335 P19482 BLD 76 -1 FP BE Pri !#58 N30336 P19483 MEMBAR Loop_exit !#58 N30337 P19481 MEMBAR Loop_entry !#58 N30338 P19482 BLD 76 -1 FP BE Pri !#58 N30339 P19483 MEMBAR Loop_exit !#58 N30340 P19484 IDC_FLIP 331 Int BE Pri Loop_entry !#58 N30341 P19485 MEMBAR !#58 N30342 P19486 BLD 121 -1 FP BE Pri !#58 N30343 P19487 MEMBAR Loop_exit !#58 N30344 P19484 IDC_FLIP 331 Int BE Pri Loop_entry !#58 N30345 P19485 MEMBAR !#58 N30346 P19486 BLD 121 -1 FP BE Pri !#58 N30347 P19487 MEMBAR Loop_exit !#58 N30348 P19488 IDC_FLIP 330 Int BE Pri Loop_entry Loop_exit !#58 N30349 P19488 IDC_FLIP 330 Int BE Pri Loop_entry Loop_exit !#58 N30350 P19489 MEMBAR Loop_entry !#58 N30351 P19490 BLD 199 -1 FP BE Pri !#58 N30352 P19491 MEMBAR Loop_exit !#58 N30353 P19489 MEMBAR Loop_entry !#58 N30354 P19490 BLD 199 -1 FP BE Pri !#58 N30355 P19491 MEMBAR Loop_exit !#58 N30356 P19492 MEMBAR Loop_entry !#58 N30357 P19493 BLD 111 -1 FP BE Pri !#58 N30358 P19493 BLD 112 -1 FP BE Pri !#58 N30359 P19493 BLD 113 -1 FP BE Pri !#58 N30360 P19494 MEMBAR Loop_exit !#58 N30361 P19495 MEMBAR Loop_entry !#58 N30362 P19496 BLD 75 -1 FP BE Pri !#58 N30363 P19497 MEMBAR Loop_exit !#58 N30364 P19498 MEMBAR Loop_entry !#58 N30365 P19499 BLD 67 -1 FP BE Pri !#58 N30366 P19500 MEMBAR Loop_exit !#58 N30367 P19498 MEMBAR Loop_entry !#58 N30368 P19499 BLD 67 -1 FP BE Pri !#58 N30369 P19500 MEMBAR Loop_exit !#58 N30370 P19501 PREFETCH 186 Int BE Pri Loop_entry Loop_exit !#58 N30371 P19502 MEMBAR Loop_entry !#58 N30372 P19503 BLD 259 -1 FP BE Pri !#58 N30373 P19504 MEMBAR Loop_exit !#58 N30374 P19505 MEMBAR Loop_entry !#58 N30375 P19506 BLD 122 -1 FP BE Pri !#58 N30376 P19507 MEMBAR Loop_exit !#58 N30377 P19508 MEMBAR Loop_entry Loop_exit !#58 N30378 P19508 MEMBAR Loop_entry Loop_exit !#58 N30379 P19509 MEMBAR Loop_entry !#58 N30380 P19510 BLD 204 -1 FP BE Pri !#58 N30381 P19511 MEMBAR Loop_exit !#58 N30382 P19509 MEMBAR Loop_entry !#58 N30383 P19510 BLD 204 -1 FP BE Pri !#58 N30384 P19511 MEMBAR Loop_exit !#58 N30385 P19512 MEMBAR Loop_entry !#58 N30386 P19513 BLD 110 -1 FP BE Pri !#58 N30387 P19514 MEMBAR Loop_exit !#58 N30388 P19515 MEMBAR Loop_entry !#58 N30389 P19516 BLD 207 -1 FP BE Pri !#58 N30390 P19517 MEMBAR Loop_exit !#58 N30391 P19518 IDC_FLIP 127 Int BE Pri Loop_entry !#58 N30392 P19519 ST 286 0x9d000001 Int BE Pri Loop_exit !#58 N30393 P19520 IDC_FLIP 235 Int BE Pri Loop_entry Loop_exit !#58 N30394 P19521 MEMBAR Loop_entry !#58 N30395 P19522 BLD 96 -1 FP BE Pri !#58 N30396 P19523 MEMBAR Loop_exit !#58 N30397 P19524 MEMBAR Loop_entry !#58 N30398 P19525 BLD 156 -1 FP BE Pri !#58 N30399 P19526 MEMBAR Loop_exit !#58 N30400 P19527 MEMBAR Loop_entry !#58 N30401 P19528 BLD 191 -1 FP BE Pri !#58 N30402 P19529 MEMBAR Loop_exit !#58 N30403 P19527 MEMBAR Loop_entry !#58 N30404 P19528 BLD 191 -1 FP BE Pri !#58 N30405 P19529 MEMBAR Loop_exit !#58 N30406 P19530 MEMBAR Loop_entry !#58 N30407 P19531 BLD 65 -1 FP BE Pri !#58 N30408 P19532 MEMBAR Loop_exit !#58 N30409 P19533 IDC_FLIP 58 Int BE Pri Loop_entry !#58 N30410 P19534 MEMBAR Loop_exit !#58 N30411 P19533 IDC_FLIP 58 Int BE Pri Loop_entry !#58 N30412 P19534 MEMBAR Loop_exit !#58 N30413 P19535 MEMBAR Loop_entry !#58 N30414 P19536 BLD 110 -1 FP BE Pri !#58 N30415 P19537 MEMBAR Loop_exit !#58 N30416 P19535 MEMBAR Loop_entry !#58 N30417 P19536 BLD 110 -1 FP BE Pri !#58 N30418 P19537 MEMBAR Loop_exit !#58 N30419 P19538 IDC_FLIP 171 Int BE Pri Loop_entry !#58 N30420 P19539 MEMBAR !#58 N30421 P19540 BLD 251 -1 FP BE Pri !#58 N30422 P19541 MEMBAR Loop_exit !#58 N30423 P19538 IDC_FLIP 171 Int BE Pri Loop_entry !#58 N30424 P19539 MEMBAR !#58 N30425 P19540 BLD 251 -1 FP BE Pri !#58 N30426 P19541 MEMBAR Loop_exit !#58 N30427 P19542 MEMBAR Loop_entry !#58 N30428 P19543 BLD 305 -1 FP BE Pri !#58 N30429 P19544 MEMBAR Loop_exit !#58 N30430 P19542 MEMBAR Loop_entry !#58 N30431 P19543 BLD 305 -1 FP BE Pri !#58 N30432 P19544 MEMBAR Loop_exit !#58 N30433 P19545 MEMBAR Loop_entry !#58 N30434 P19546 BLD 252 -1 FP BE Pri !#58 N30435 P19547 MEMBAR Loop_exit !#58 N30436 P19545 MEMBAR Loop_entry !#58 N30437 P19546 BLD 252 -1 FP BE Pri !#58 N30438 P19547 MEMBAR Loop_exit !#58 N30439 P19548 IDC_FLIP 279 Int BE Pri Loop_entry !#58 N30440 P19549 MEMBAR !#58 N30441 P19550 BLD 256 -1 FP BE Pri !#58 N30442 P19551 MEMBAR Loop_exit !#58 N30443 P19552 IDC_FLIP 96 Int BE Pri Loop_entry Loop_exit !#58 N30444 P19553 MEMBAR Loop_entry !#58 N30445 P19554 BLD 273 -1 FP BE Pri !#58 N30446 P19555 MEMBAR Loop_exit !#58 N30447 P19556 MEMBAR Loop_entry !#58 N30448 P19557 BLD 180 -1 FP BE Pri !#58 N30449 P19558 MEMBAR Loop_exit !#58 N30450 P19556 MEMBAR Loop_entry !#58 N30451 P19557 BLD 180 -1 FP BE Pri !#58 N30452 P19558 MEMBAR Loop_exit !#58 N30453 P19559 MEMBAR Loop_entry !#58 N30454 P19560 BLD 352 -1 FP BE Pri !#58 N30455 P19561 MEMBAR Loop_exit !#58 N30456 P19562 MEMBAR Loop_entry !#58 N30457 P19563 BLD 22 -1 FP BE Pri !#58 N30458 P19564 MEMBAR Loop_exit !#58 N30459 P19565 IDC_FLIP 348 Int BE Pri Loop_entry !#58 N30460 P19566 MEMBAR !#58 N30461 P19567 BLD 350 -1 FP BE Pri !#58 N30462 P19568 MEMBAR Loop_exit !#58 N30463 P19565 IDC_FLIP 348 Int BE Pri Loop_entry !#58 N30464 P19566 MEMBAR !#58 N30465 P19567 BLD 350 -1 FP BE Pri !#58 N30466 P19568 MEMBAR Loop_exit !#58 N30467 P19569 ST 56 0x9d000002 Int BE Pri Loop_entry !#58 N30468 P19570 IDC_FLIP 340 Int BE Pri Loop_exit !#58 N30469 P19571 MEMBAR Loop_entry !#58 N30470 P19572 BLD 325 -1 FP BE Pri !#58 N30471 P19573 MEMBAR Loop_exit !#58 N30472 P19574 MEMBAR Loop_entry !#58 N30473 P19575 BLD 88 -1 FP BE Pri !#58 N30474 P19576 MEMBAR Loop_exit !#58 N30475 P19577 MEMBAR Loop_entry !#58 N30476 P19578 BLD 230 -1 FP BE Pri !#58 N30477 P19579 MEMBAR Loop_exit !#58 N30478 P19577 MEMBAR Loop_entry !#58 N30479 P19578 BLD 230 -1 FP BE Pri !#58 N30480 P19579 MEMBAR Loop_exit !#58 N30481 P19580 MEMBAR Loop_entry !#58 N30482 P19581 BLD 41 -1 FP BE Pri !#58 N30483 P19582 MEMBAR Loop_exit !#58 N30484 P19583 IDC_FLIP 316 Int BE Pri Loop_entry Loop_exit !#58 N30485 P19584 MEMBAR Loop_entry !#58 N30486 P19585 BLD 131 -1 FP BE Pri !#58 N30487 P19586 MEMBAR Loop_exit !#58 N30488 P19587 MEMBAR Loop_entry !#58 N30489 P19588 BLD 179 -1 FP BE Pri !#58 N30490 P19589 MEMBAR Loop_exit !#58 N30491 P19590 MEMBAR Loop_entry !#58 N30492 P19591 BLD 17 -1 FP BE Pri !#58 N30493 P19592 MEMBAR Loop_exit !#58 N30494 P19590 MEMBAR Loop_entry !#58 N30495 P19591 BLD 17 -1 FP BE Pri !#58 N30496 P19592 MEMBAR Loop_exit !#58 N30497 P19593 MEMBAR Loop_entry !#58 N30498 P19594 BLD 81 -1 FP BE Pri !#58 N30499 P19595 MEMBAR Loop_exit !#58 N30500 P19593 MEMBAR Loop_entry !#58 N30501 P19594 BLD 81 -1 FP BE Pri !#58 N30502 P19595 MEMBAR Loop_exit !#58 N30503 P19596 MEMBAR Loop_entry !#58 N30504 P19597 BLD 4 -1 FP BE Pri !#58 N30505 P19598 MEMBAR Loop_exit !#58 N30506 P19599 MEMBAR Loop_entry !#58 N30507 P19600 BLD 335 -1 FP BE Pri !#58 N30508 P19601 MEMBAR Loop_exit !#58 N30509 P19599 MEMBAR Loop_entry !#58 N30510 P19600 BLD 335 -1 FP BE Pri !#58 N30511 P19601 MEMBAR Loop_exit !#58 N30512 P19602 MEMBAR Loop_entry !#58 N30513 P19603 BLD 328 -1 FP BE Pri !#58 N30514 P19604 MEMBAR Loop_exit !#58 N30515 P19605 MEMBAR Loop_entry !#58 N30516 P19606 BLD 183 -1 FP BE Pri !#58 N30517 P19607 MEMBAR Loop_exit !#58 N30518 P19608 MEMBAR Loop_entry !#58 N30519 P19609 BLD 345 -1 FP BE Pri !#58 N30520 P19610 MEMBAR Loop_exit !#58 N30521 P19608 MEMBAR Loop_entry !#58 N30522 P19609 BLD 345 -1 FP BE Pri !#58 N30523 P19610 MEMBAR Loop_exit !#58 N30524 P19611 MEMBAR Loop_entry !#58 N30525 P19612 BLD 51 -1 FP BE Pri !#58 N30526 P19613 MEMBAR Loop_exit !#58 N30527 P19614 MEMBAR Loop_entry !#58 N30528 P19615 BLD 91 -1 FP BE Pri !#58 N30529 P19615 BLD 92 -1 FP BE Pri !#58 N30530 P19615 BLD 93 -1 FP BE Pri !#58 N30531 P19616 MEMBAR Loop_exit !#58 N30532 P19617 LD 335 -1 Int BE Pri Loop_entry !#58 N30533 P19618 LD 16 -1 Int BE Pri Loop_exit !#58 N30534 P19617 LD 335 -1 Int BE Pri Loop_entry !#58 N30535 P19618 LD 16 -1 Int BE Pri Loop_exit !#58 N30536 P19619 IDC_FLIP 275 Int BE Pri Loop_entry !#58 N30537 P19620 MEMBAR !#58 N30538 P19621 BLD 60 -1 FP BE Pri !#58 N30539 P19622 MEMBAR Loop_exit !#58 N30540 P19619 IDC_FLIP 275 Int BE Pri Loop_entry !#58 N30541 P19620 MEMBAR !#58 N30542 P19621 BLD 60 -1 FP BE Pri !#58 N30543 P19622 MEMBAR Loop_exit !#58 N30544 P19623 MEMBAR Loop_entry !#58 N30545 P19624 BLD 230 -1 FP BE Pri !#58 N30546 P19625 MEMBAR Loop_exit !#58 N30547 P19623 MEMBAR Loop_entry !#58 N30548 P19624 BLD 230 -1 FP BE Pri !#58 N30549 P19625 MEMBAR Loop_exit !#58 N30550 P19626 MEMBAR Loop_entry !#58 N30551 P19627 BLD 29 -1 FP BE Pri !#58 N30552 P19628 MEMBAR Loop_exit !#58 N30553 P19626 MEMBAR Loop_entry !#58 N30554 P19627 BLD 29 -1 FP BE Pri !#58 N30555 P19628 MEMBAR Loop_exit !#58 N30556 P19629 MEMBAR Loop_entry !#58 N30557 P19630 BLD 40 -1 FP BE Pri !#58 N30558 P19631 MEMBAR Loop_exit !#58 N30559 P19632 MEMBAR Loop_entry !#58 N30560 P19633 BLD 42 -1 FP BE Pri !#58 N30561 P19634 MEMBAR Loop_exit !#58 N30562 P19635 PREFETCH 234 Int BE Pri Loop_entry !#58 N30563 P19636 MEMBAR !#58 N30564 P19637 BLD 133 -1 FP BE Pri !#58 N30565 P19638 MEMBAR Loop_exit !#58 N30566 P19635 PREFETCH 234 Int BE Pri Loop_entry !#58 N30567 P19636 MEMBAR !#58 N30568 P19637 BLD 133 -1 FP BE Pri !#58 N30569 P19638 MEMBAR Loop_exit !#58 N30570 P19639 MEMBAR Loop_entry !#58 N30571 P19640 BLD 148 -1 FP BE Pri !#58 N30572 P19641 MEMBAR Loop_exit !#58 N30573 P19642 MEMBAR Loop_entry !#58 N30574 P19643 BLD 37 -1 FP BE Pri !#58 N30575 P19644 MEMBAR Loop_exit !#58 N30576 P19642 MEMBAR Loop_entry !#58 N30577 P19643 BLD 37 -1 FP BE Pri !#58 N30578 P19644 MEMBAR Loop_exit !#58 N30579 P19645 IDC_FLIP 233 Int BE Pri Loop_entry Loop_exit !#58 N30580 P19646 MEMBAR Loop_entry !#58 N30581 P19647 BLD 57 -1 FP BE Pri !#58 N30582 P19648 MEMBAR Loop_exit !#58 N30583 P19649 MEMBAR Loop_entry Loop_exit !#58 N30584 P19650 MEMBAR Loop_entry !#58 N30585 P19651 BLD 266 -1 FP BE Pri !#58 N30586 P19652 MEMBAR Loop_exit !#58 N30587 P19650 MEMBAR Loop_entry !#58 N30588 P19651 BLD 266 -1 FP BE Pri !#58 N30589 P19652 MEMBAR Loop_exit !#58 N30590 P19653 MEMBAR Loop_entry !#58 N30591 P19654 BLD 341 -1 FP BE Pri !#58 N30592 P19655 MEMBAR Loop_exit !#58 N30593 P19653 MEMBAR Loop_entry !#58 N30594 P19654 BLD 341 -1 FP BE Pri !#58 N30595 P19655 MEMBAR Loop_exit !#58 N30596 P19656 MEMBAR Loop_entry !#58 N30597 P19657 BLD 309 -1 FP BE Pri !#58 N30598 P19658 MEMBAR Loop_exit !#58 N30599 P19656 MEMBAR Loop_entry !#58 N30600 P19657 BLD 309 -1 FP BE Pri !#58 N30601 P19658 MEMBAR Loop_exit !#58 N30602 P19659 MEMBAR Loop_entry !#58 N30603 P19660 BLD 291 -1 FP BE Pri !#58 N30604 P19661 MEMBAR Loop_exit !#58 N30605 P19659 MEMBAR Loop_entry !#58 N30606 P19660 BLD 291 -1 FP BE Pri !#58 N30607 P19661 MEMBAR Loop_exit !#58 N30608 P19662 MEMBAR Loop_entry !#58 N30609 P19663 BLD 134 -1 FP BE Pri !#58 N30610 P19664 MEMBAR Loop_exit !#58 N30611 P19662 MEMBAR Loop_entry !#58 N30612 P19663 BLD 134 -1 FP BE Pri !#58 N30613 P19664 MEMBAR Loop_exit !#58 N30614 P19665 MEMBAR Loop_entry !#58 N30615 P19666 BLD 325 -1 FP BE Pri !#58 N30616 P19667 MEMBAR Loop_exit !#58 N30617 P19668 IDC_FLIP 209 Int BE Pri Loop_entry Loop_exit !#58 N30618 P19669 MEMBAR Loop_entry !#58 N30619 P19670 BLD 105 -1 FP BE Pri !#58 N30620 P19671 MEMBAR Loop_exit !#58 N30621 P19672 MEMBAR Loop_entry !#58 N30622 P19673 BLD 149 -1 FP BE Pri !#58 N30623 P19674 MEMBAR Loop_exit !#58 N30624 P19675 MEMBAR Loop_entry !#58 N30625 P19676 BLD 51 -1 FP BE Pri !#58 N30626 P19677 MEMBAR Loop_exit !#58 N30627 P19675 MEMBAR Loop_entry !#58 N30628 P19676 BLD 51 -1 FP BE Pri !#58 N30629 P19677 MEMBAR Loop_exit !#58 N30630 P19678 ST 62 0x9d000003 Int BE Pri Loop_entry Loop_exit !#58 N30631 P19678 ST 62 0x9d000004 Int BE Pri Loop_entry Loop_exit !#58 N30632 P19679 MEMBAR Loop_entry !#58 N30633 P19680 BLD 270 -1 FP BE Pri !#58 N30634 P19681 MEMBAR Loop_exit !#58 N30635 P19682 ST 320 0x9d000005 Int BE Pri Loop_entry Loop_exit !#58 N30636 P19683 PREFETCH 344 Int BE Pri Loop_entry !#58 N30637 P19684 MEMBAR !#58 N30638 P19685 BLD 199 -1 FP BE Pri !#58 N30639 P19686 MEMBAR Loop_exit !#58 N30640 P19687 IDC_FLIP 130 Int BE Pri Loop_entry !#58 N30641 P19688 MEMBAR !#58 N30642 P19689 BLD 58 -1 FP BE Pri !#58 N30643 P19690 MEMBAR Loop_exit !#58 N30644 P19687 IDC_FLIP 130 Int BE Pri Loop_entry !#58 N30645 P19688 MEMBAR !#58 N30646 P19689 BLD 58 -1 FP BE Pri !#58 N30647 P19690 MEMBAR Loop_exit !#58 N30648 P19691 IDC_FLIP 303 Int BE Pri Loop_entry !#58 N30649 P19692 MEMBAR !#58 N30650 P19693 BLD 354 -1 FP BE Pri !#58 N30651 P19694 MEMBAR Loop_exit !#58 N30652 P19691 IDC_FLIP 303 Int BE Pri Loop_entry !#58 N30653 P19692 MEMBAR !#58 N30654 P19693 BLD 354 -1 FP BE Pri !#58 N30655 P19694 MEMBAR Loop_exit !#58 N30656 P19695 MEMBAR Loop_entry !#58 N30657 P19696 BLD 40 -1 FP BE Pri !#58 N30658 P19697 MEMBAR Loop_exit !#58 N30659 P19695 MEMBAR Loop_entry !#58 N30660 P19696 BLD 40 -1 FP BE Pri !#58 N30661 P19697 MEMBAR Loop_exit !#58 N30662 P19698 PREFETCH 130 Int BE Pri Loop_entry !#58 N30663 P19699 MEMBAR !#58 N30664 P19700 BLD 172 -1 FP BE Pri !#58 N30665 P19701 MEMBAR Loop_exit !#58 N30666 P19698 PREFETCH 130 Int BE Pri Loop_entry !#58 N30667 P19699 MEMBAR !#58 N30668 P19700 BLD 172 -1 FP BE Pri !#58 N30669 P19701 MEMBAR Loop_exit !#58 N30670 P19702 MEMBAR Loop_entry !#58 N30671 P19703 BLD 245 -1 FP BE Pri !#58 N30672 P19704 MEMBAR Loop_exit !#58 N30673 P19702 MEMBAR Loop_entry !#58 N30674 P19703 BLD 245 -1 FP BE Pri !#58 N30675 P19704 MEMBAR Loop_exit !#58 N30676 P19705 MEMBAR Loop_entry !#58 N30677 P19706 BLD 217 -1 FP BE Pri !#58 N30678 P19707 MEMBAR Loop_exit !#58 N30679 P19705 MEMBAR Loop_entry !#58 N30680 P19706 BLD 217 -1 FP BE Pri !#58 N30681 P19707 MEMBAR Loop_exit !#58 N30682 P19708 MEMBAR Loop_entry !#58 N30683 P19709 BLD 82 -1 FP BE Pri !#58 N30684 P19710 MEMBAR Loop_exit !#58 N30685 P19708 MEMBAR Loop_entry !#58 N30686 P19709 BLD 82 -1 FP BE Pri !#58 N30687 P19710 MEMBAR Loop_exit !#58 N30688 P19711 MEMBAR Loop_entry !#58 N30689 P19712 BLD 243 -1 FP BE Pri !#58 N30690 P19713 MEMBAR Loop_exit !#58 N30691 P19711 MEMBAR Loop_entry !#58 N30692 P19712 BLD 243 -1 FP BE Pri !#58 N30693 P19713 MEMBAR Loop_exit !#58 N30694 P19714 MEMBAR Loop_entry !#58 N30695 P19715 BLD 275 -1 FP BE Pri !#58 N30696 P19716 MEMBAR Loop_exit !#58 N30697 P19717 FLUSHI 249 Int BE Pri Loop_entry Loop_exit !#58 N30698 P19717 FLUSHI 249 Int BE Pri Loop_entry Loop_exit !#58 N30699 P19718 ST 52 0x9d000006 Int BE Pri Loop_entry Loop_exit !#58 N30700 P19718 ST 52 0x9d000007 Int BE Pri Loop_entry Loop_exit !#58 N30701 P19719 IDC_FLIP 31 Int BE Pri Loop_entry !#58 N30702 P19720 MEMBAR !#58 N30703 P19721 BLD 73 -1 FP BE Pri !#58 N30704 P19722 MEMBAR Loop_exit !#58 N30705 P19719 IDC_FLIP 31 Int BE Pri Loop_entry !#58 N30706 P19720 MEMBAR !#58 N30707 P19721 BLD 73 -1 FP BE Pri !#58 N30708 P19722 MEMBAR Loop_exit !#58 N30709 P19723 MEMBAR Loop_entry !#58 N30710 P19724 BLD 357 -1 FP BE Pri !#58 N30711 P19725 MEMBAR Loop_exit !#58 N30712 P19723 MEMBAR Loop_entry !#58 N30713 P19724 BLD 357 -1 FP BE Pri !#58 N30714 P19725 MEMBAR Loop_exit !#58 N30715 P19726 MEMBAR Loop_entry !#58 N30716 P19727 BLD 66 -1 FP BE Pri !#58 N30717 P19728 MEMBAR Loop_exit !#58 N30718 P19726 MEMBAR Loop_entry !#58 N30719 P19727 BLD 66 -1 FP BE Pri !#58 N30720 P19728 MEMBAR Loop_exit !#58 N30721 P19729 IDC_FLIP 107 Int BE Pri Loop_entry Loop_exit !#58 N30722 P19730 MEMBAR Loop_entry !#58 N30723 P19731 BLD 209 -1 FP BE Pri !#58 N30724 P19732 MEMBAR Loop_exit !#58 N30725 P19730 MEMBAR Loop_entry !#58 N30726 P19731 BLD 209 -1 FP BE Pri !#58 N30727 P19732 MEMBAR Loop_exit !#58 N30728 P19733 IDC_FLIP 343 Int BE Pri Loop_entry !#58 N30729 P19734 MEMBAR !#58 N30730 P19735 BLD 28 -1 FP BE Pri !#58 N30731 P19736 MEMBAR Loop_exit !#58 N30732 P19737 MEMBAR Loop_entry !#58 N30733 P19738 BLD 24 -1 FP BE Pri !#58 N30734 P19739 MEMBAR Loop_exit !#58 N30735 P19740 MEMBAR Loop_entry !#58 N30736 P19741 BLD 176 -1 FP BE Pri !#58 N30737 P19742 MEMBAR Loop_exit !#58 N30738 P19743 ST 280 0x9d000008 Int BE Pri Loop_entry Loop_exit !#58 N30739 P19744 MEMBAR Loop_entry !#58 N30740 P19745 BLD 318 -1 FP BE Pri !#58 N30741 P19746 MEMBAR Loop_exit !#58 N30742 P19744 MEMBAR Loop_entry !#58 N30743 P19745 BLD 318 -1 FP BE Pri !#58 N30744 P19746 MEMBAR Loop_exit !#58 N30745 P19747 MEMBAR Loop_entry !#58 N30746 P19748 BLD 357 -1 FP BE Pri !#58 N30747 P19749 MEMBAR Loop_exit !#58 N30748 P19750 ST 152 0x9d000009 Int BE Pri Loop_entry !#58 N30749 P19751 MEMBAR !#58 N30750 P19752 BLD 15 -1 FP BE Pri !#58 N30751 P19753 MEMBAR Loop_exit !#58 N30752 P19750 ST 152 0x9d00000a Int BE Pri Loop_entry !#58 N30753 P19751 MEMBAR !#58 N30754 P19752 BLD 15 -1 FP BE Pri !#58 N30755 P19753 MEMBAR Loop_exit !#58 N30756 P19754 MEMBAR Loop_entry !#58 N30757 P19755 BLD 128 -1 FP BE Pri !#58 N30758 P19756 MEMBAR Loop_exit !#58 N30759 P19754 MEMBAR Loop_entry !#58 N30760 P19755 BLD 128 -1 FP BE Pri !#58 N30761 P19756 MEMBAR Loop_exit !#58 N30762 P19757 ST 97 0x9d00000b Int BE Pri Loop_entry !#58 N30763 P19758 MEMBAR !#58 N30764 P19759 BLD 124 -1 FP BE Pri !#58 N30765 P19759 BLD 125 -1 FP BE Pri !#58 N30766 P19759 BLD 126 -1 FP BE Pri !#58 N30767 P19760 MEMBAR Loop_exit !#58 N30768 P19757 ST 97 0x9d00000c Int BE Pri Loop_entry !#58 N30769 P19758 MEMBAR !#58 N30770 P19759 BLD 124 -1 FP BE Pri !#58 N30771 P19759 BLD 125 -1 FP BE Pri !#58 N30772 P19759 BLD 126 -1 FP BE Pri !#58 N30773 P19760 MEMBAR Loop_exit !#58 N30774 P19761 MEMBAR Loop_entry !#58 N30775 P19762 BLD 255 -1 FP BE Pri !#58 N30776 P19763 MEMBAR Loop_exit !#58 N30777 P19764 MEMBAR Loop_entry !#58 N30778 P19765 BLD 320 -1 FP BE Pri !#58 N30779 P19766 MEMBAR Loop_exit !#58 N30780 P19767 MEMBAR Loop_entry !#58 N30781 P19768 BLD 326 -1 FP BE Pri !#58 N30782 P19769 MEMBAR Loop_exit !#58 N30783 P19767 MEMBAR Loop_entry !#58 N30784 P19768 BLD 326 -1 FP BE Pri !#58 N30785 P19769 MEMBAR Loop_exit !#58 N30786 P19770 MEMBAR Loop_entry !#58 N30787 P19771 BLD 232 -1 FP BE Pri !#58 N30788 P19772 MEMBAR Loop_exit !#58 N30789 P19770 MEMBAR Loop_entry !#58 N30790 P19771 BLD 232 -1 FP BE Pri !#58 N30791 P19772 MEMBAR Loop_exit !#58 N30792 P19773 MEMBAR Loop_entry !#58 N30793 P19774 BLD 153 -1 FP BE Pri !#58 N30794 P19775 MEMBAR Loop_exit !#58 N30795 P19773 MEMBAR Loop_entry !#58 N30796 P19774 BLD 153 -1 FP BE Pri !#58 N30797 P19775 MEMBAR Loop_exit !#58 N30798 P19776 MEMBAR Loop_entry !#58 N30799 P19777 BLD 197 -1 FP BE Pri !#58 N30800 P19778 MEMBAR Loop_exit !#58 N30801 P19776 MEMBAR Loop_entry !#58 N30802 P19777 BLD 197 -1 FP BE Pri !#58 N30803 P19778 MEMBAR Loop_exit !#58 N30804 P19779 MEMBAR Loop_entry !#58 N30805 P19780 BLD 138 -1 FP BE Pri !#58 N30806 P19781 MEMBAR Loop_exit !#58 N30807 P19782 MEMBAR Loop_entry !#58 N30808 P19783 BLD 357 -1 FP BE Pri !#58 N30809 P19784 MEMBAR Loop_exit !#58 N30810 P19785 MEMBAR Loop_entry !#58 N30811 P19786 BLD 166 -1 FP BE Pri !#58 N30812 P19787 MEMBAR Loop_exit !#58 N30813 P19788 MEMBAR Loop_entry !#58 N30814 P19789 BLD 252 -1 FP BE Pri !#58 N30815 P19790 MEMBAR Loop_exit !#58 N30816 P19791 MEMBAR Loop_entry !#58 N30817 P19792 BLD 319 -1 FP BE Pri !#58 N30818 P19793 MEMBAR Loop_exit !#58 N30819 P19791 MEMBAR Loop_entry !#58 N30820 P19792 BLD 319 -1 FP BE Pri !#58 N30821 P19793 MEMBAR Loop_exit !#58 N30822 P19794 MEMBAR Loop_entry !#58 N30823 P19795 BLD 337 -1 FP BE Pri !#58 N30824 P19796 MEMBAR Loop_exit !#58 N30825 P19794 MEMBAR Loop_entry !#58 N30826 P19795 BLD 337 -1 FP BE Pri !#58 N30827 P19796 MEMBAR Loop_exit !#58 N30828 P19797 MEMBAR Loop_entry !#58 N30829 P19798 BLD 204 -1 FP BE Pri !#58 N30830 P19799 MEMBAR Loop_exit !#58 N30831 P19797 MEMBAR Loop_entry !#58 N30832 P19798 BLD 204 -1 FP BE Pri !#58 N30833 P19799 MEMBAR Loop_exit !#58 N30834 P19800 MEMBAR Loop_entry !#58 N30835 P19801 BLD 308 -1 FP BE Pri !#58 N30836 P19802 MEMBAR Loop_exit !#58 N30837 P19803 MEMBAR Loop_entry !#58 N30838 P19804 BLD 200 -1 FP BE Pri !#58 N30839 P19805 MEMBAR Loop_exit !#58 N30840 P19806 MEMBAR Loop_entry !#58 N30841 P19807 BLD 77 -1 FP BE Pri !#58 N30842 P19808 MEMBAR Loop_exit !#58 N30843 P19809 MEMBAR !#59 N30844 P19810 MEMBAR Loop_entry !#59 N30845 P19811 BLD 47 -1 FP BE Pri !#59 N30846 P19812 MEMBAR Loop_exit !#59 N30847 P19813 MEMBAR Loop_entry !#59 N30848 P19814 BLD 23 -1 FP BE Pri !#59 N30849 P19815 MEMBAR Loop_exit !#59 N30850 P19813 MEMBAR Loop_entry !#59 N30851 P19814 BLD 23 -1 FP BE Pri !#59 N30852 P19815 MEMBAR Loop_exit !#59 N30853 P19816 MEMBAR Loop_entry !#59 N30854 P19817 BLD 157 -1 FP BE Pri !#59 N30855 P19818 MEMBAR Loop_exit !#59 N30856 P19816 MEMBAR Loop_entry !#59 N30857 P19817 BLD 157 -1 FP BE Pri !#59 N30858 P19818 MEMBAR Loop_exit !#59 N30859 P19819 MEMBAR Loop_entry !#59 N30860 P19820 BLD 91 -1 FP BE Pri !#59 N30861 P19820 BLD 92 -1 FP BE Pri !#59 N30862 P19820 BLD 93 -1 FP BE Pri !#59 N30863 P19821 MEMBAR Loop_exit !#59 N30864 P19822 MEMBAR Loop_entry !#59 N30865 P19823 BLD 73 -1 FP BE Pri !#59 N30866 P19824 MEMBAR Loop_exit !#59 N30867 P19825 MEMBAR Loop_entry !#59 N30868 P19826 BLD 350 -1 FP BE Pri !#59 N30869 P19827 MEMBAR Loop_exit !#59 N30870 P19825 MEMBAR Loop_entry !#59 N30871 P19826 BLD 350 -1 FP BE Pri !#59 N30872 P19827 MEMBAR Loop_exit !#59 N30873 P19828 MEMBAR Loop_entry !#59 N30874 P19829 BLD 79 -1 FP BE Pri !#59 N30875 P19830 MEMBAR Loop_exit !#59 N30876 P19828 MEMBAR Loop_entry !#59 N30877 P19829 BLD 79 -1 FP BE Pri !#59 N30878 P19830 MEMBAR Loop_exit !#59 N30879 P19831 MEMBAR Loop_entry !#59 N30880 P19832 BLD 174 -1 FP BE Pri !#59 N30881 P19833 MEMBAR Loop_exit !#59 N30882 P19834 MEMBAR Loop_entry !#59 N30883 P19835 BLD 57 -1 FP BE Pri !#59 N30884 P19836 MEMBAR Loop_exit !#59 N30885 P19834 MEMBAR Loop_entry !#59 N30886 P19835 BLD 57 -1 FP BE Pri !#59 N30887 P19836 MEMBAR Loop_exit !#59 N30888 P19837 MEMBAR Loop_entry !#59 N30889 P19838 BLD 312 -1 FP BE Pri !#59 N30890 P19839 MEMBAR Loop_exit !#59 N30891 P19840 MEMBAR Loop_entry !#59 N30892 P19841 BLD 105 -1 FP BE Pri !#59 N30893 P19842 MEMBAR Loop_exit !#59 N30894 P19843 MEMBAR Loop_entry !#59 N30895 P19844 BLD 214 -1 FP BE Pri !#59 N30896 P19845 MEMBAR Loop_exit !#59 N30897 P19843 MEMBAR Loop_entry !#59 N30898 P19844 BLD 214 -1 FP BE Pri !#59 N30899 P19845 MEMBAR Loop_exit !#59 N30900 P19846 PREFETCH 226 Int LE Pri Loop_entry Loop_exit !#59 N30901 P19847 MEMBAR Loop_entry Loop_exit !#59 N30902 P19848 MEMBAR Loop_entry Loop_exit !#59 N30903 P19848 MEMBAR Loop_entry Loop_exit !#59 N30904 P19849 MEMBAR Loop_entry !#59 N30905 P19850 BLD 43 -1 FP BE Pri !#59 N30906 P19851 MEMBAR Loop_exit !#59 N30907 P19852 ST 235 0x9d800001 Int BE Pri Loop_entry Loop_exit !#59 N30908 P19853 MEMBAR Loop_entry !#59 N30909 P19854 BLD 245 -1 FP BE Pri !#59 N30910 P19855 MEMBAR Loop_exit !#59 N30911 P19853 MEMBAR Loop_entry !#59 N30912 P19854 BLD 245 -1 FP BE Pri !#59 N30913 P19855 MEMBAR Loop_exit !#59 N30914 P19856 IDC_FLIP 223 Int BE Pri Loop_entry Loop_exit !#59 N30915 P19857 IDC_FLIP 307 Int BE Pri Loop_entry Loop_exit !#59 N30916 P19858 MEMBAR Loop_entry !#59 N30917 P19859 BLD 234 -1 FP BE Pri !#59 N30918 P19860 MEMBAR Loop_exit !#59 N30919 P19861 MEMBAR Loop_entry !#59 N30920 P19862 BLD 358 -1 FP BE Pri !#59 N30921 P19863 MEMBAR Loop_exit !#59 N30922 P19864 MEMBAR Loop_entry !#59 N30923 P19865 BLD 35 -1 FP BE Pri !#59 N30924 P19866 MEMBAR Loop_exit !#59 N30925 P19867 MEMBAR Loop_entry !#59 N30926 P19868 BLD 119 -1 FP BE Pri !#59 N30927 P19869 MEMBAR Loop_exit !#59 N30928 P19870 MEMBAR Loop_entry !#59 N30929 P19871 BLD 274 -1 FP BE Pri !#59 N30930 P19872 MEMBAR Loop_exit !#59 N30931 P19870 MEMBAR Loop_entry !#59 N30932 P19871 BLD 274 -1 FP BE Pri !#59 N30933 P19872 MEMBAR Loop_exit !#59 N30934 P19873 MEMBAR Loop_entry !#59 N30935 P19874 BLD 124 -1 FP BE Pri !#59 N30936 P19874 BLD 125 -1 FP BE Pri !#59 N30937 P19874 BLD 126 -1 FP BE Pri !#59 N30938 P19875 MEMBAR Loop_exit !#59 N30939 P19873 MEMBAR Loop_entry !#59 N30940 P19874 BLD 124 -1 FP BE Pri !#59 N30941 P19874 BLD 125 -1 FP BE Pri !#59 N30942 P19874 BLD 126 -1 FP BE Pri !#59 N30943 P19875 MEMBAR Loop_exit !#59 N30944 P19876 PREFETCH 248 Int BE Pri Loop_entry Loop_exit !#59 N30945 P19877 PREFETCH 266 Int BE Pri Loop_entry Loop_exit !#59 N30946 P19878 MEMBAR Loop_entry !#59 N30947 P19879 BLD 298 -1 FP BE Pri !#59 N30948 P19880 MEMBAR Loop_exit !#59 N30949 P19881 MEMBAR Loop_entry !#59 N30950 P19882 BLD 254 -1 FP BE Pri !#59 N30951 P19883 MEMBAR Loop_exit !#59 N30952 P19881 MEMBAR Loop_entry !#59 N30953 P19882 BLD 254 -1 FP BE Pri !#59 N30954 P19883 MEMBAR Loop_exit !#59 N30955 P19884 MEMBAR Loop_entry !#59 N30956 P19885 BLD 124 -1 FP BE Pri !#59 N30957 P19885 BLD 125 -1 FP BE Pri !#59 N30958 P19885 BLD 126 -1 FP BE Pri !#59 N30959 P19886 MEMBAR Loop_exit !#59 N30960 P19887 MEMBAR Loop_entry !#59 N30961 P19888 BLD 43 -1 FP BE Pri !#59 N30962 P19889 MEMBAR Loop_exit !#59 N30963 P19887 MEMBAR Loop_entry !#59 N30964 P19888 BLD 43 -1 FP BE Pri !#59 N30965 P19889 MEMBAR Loop_exit !#59 N30966 P19890 FLUSHI 44 Int BE Pri Loop_entry Loop_exit !#59 N30967 P19890 FLUSHI 44 Int BE Pri Loop_entry Loop_exit !#59 N30968 P19891 MEMBAR Loop_entry !#59 N30969 P19892 BLD 138 -1 FP BE Pri !#59 N30970 P19893 MEMBAR Loop_exit !#59 N30971 P19891 MEMBAR Loop_entry !#59 N30972 P19892 BLD 138 -1 FP BE Pri !#59 N30973 P19893 MEMBAR Loop_exit !#59 N30974 P19894 MEMBAR Loop_entry !#59 N30975 P19895 BLD 280 -1 FP BE Pri !#59 N30976 P19896 MEMBAR Loop_exit !#59 N30977 P19897 IDC_FLIP 330 Int BE Pri Loop_entry Loop_exit !#59 N30978 P19897 IDC_FLIP 330 Int BE Pri Loop_entry Loop_exit !#59 N30979 P19898 MEMBAR Loop_entry !#59 N30980 P19899 BLD 254 -1 FP BE Pri !#59 N30981 P19900 MEMBAR Loop_exit !#59 N30982 P19901 MEMBAR Loop_entry !#59 N30983 P19902 BLD 54 -1 FP BE Pri !#59 N30984 P19903 MEMBAR Loop_exit !#59 N30985 P19904 MEMBAR Loop_entry !#59 N30986 P19905 BLD 35 -1 FP BE Pri !#59 N30987 P19906 MEMBAR Loop_exit !#59 N30988 P19907 PREFETCH 301 Int BE Pri Loop_entry !#59 N30989 P19908 MEMBAR !#59 N30990 P19909 BLD 111 -1 FP BE Pri !#59 N30991 P19909 BLD 112 -1 FP BE Pri !#59 N30992 P19909 BLD 113 -1 FP BE Pri !#59 N30993 P19910 MEMBAR Loop_exit !#59 N30994 P19907 PREFETCH 301 Int BE Pri Loop_entry !#59 N30995 P19908 MEMBAR !#59 N30996 P19909 BLD 111 -1 FP BE Pri !#59 N30997 P19909 BLD 112 -1 FP BE Pri !#59 N30998 P19909 BLD 113 -1 FP BE Pri !#59 N30999 P19910 MEMBAR Loop_exit !#59 N31000 P19911 MEMBAR Loop_entry !#59 N31001 P19912 BLD 343 -1 FP BE Pri !#59 N31002 P19912 BLD 344 -1 FP BE Pri !#59 N31003 P19913 MEMBAR Loop_exit !#59 N31004 P19911 MEMBAR Loop_entry !#59 N31005 P19912 BLD 343 -1 FP BE Pri !#59 N31006 P19912 BLD 344 -1 FP BE Pri !#59 N31007 P19913 MEMBAR Loop_exit !#59 N31008 P19914 MEMBAR Loop_entry !#59 N31009 P19915 BLD 219 -1 FP BE Pri !#59 N31010 P19915 BLD 220 -1 FP BE Pri !#59 N31011 P19916 MEMBAR Loop_exit !#59 N31012 P19914 MEMBAR Loop_entry !#59 N31013 P19915 BLD 219 -1 FP BE Pri !#59 N31014 P19915 BLD 220 -1 FP BE Pri !#59 N31015 P19916 MEMBAR Loop_exit !#59 N31016 P19917 PREFETCH 347 Int BE Pri Loop_entry !#59 N31017 P19918 MEMBAR !#59 N31018 P19919 BLD 349 -1 FP BE Pri !#59 N31019 P19920 MEMBAR Loop_exit !#59 N31020 P19921 MEMBAR Loop_entry !#59 N31021 P19922 BLD 155 -1 FP BE Pri !#59 N31022 P19923 MEMBAR Loop_exit !#59 N31023 P19924 MEMBAR Loop_entry !#59 N31024 P19925 BLD 241 -1 FP BE Pri !#59 N31025 P19925 BLD 242 -1 FP BE Pri !#59 N31026 P19926 MEMBAR Loop_exit !#59 N31027 P19924 MEMBAR Loop_entry !#59 N31028 P19925 BLD 241 -1 FP BE Pri !#59 N31029 P19925 BLD 242 -1 FP BE Pri !#59 N31030 P19926 MEMBAR Loop_exit !#59 N31031 P19927 MEMBAR Loop_entry !#59 N31032 P19928 BLD 282 -1 FP BE Pri !#59 N31033 P19929 MEMBAR Loop_exit !#59 N31034 P19927 MEMBAR Loop_entry !#59 N31035 P19928 BLD 282 -1 FP BE Pri !#59 N31036 P19929 MEMBAR Loop_exit !#59 N31037 P19930 MEMBAR Loop_entry !#59 N31038 P19931 BLD 142 -1 FP BE Pri !#59 N31039 P19932 MEMBAR Loop_exit !#59 N31040 P19930 MEMBAR Loop_entry !#59 N31041 P19931 BLD 142 -1 FP BE Pri !#59 N31042 P19932 MEMBAR Loop_exit !#59 N31043 P19933 MEMBAR Loop_entry !#59 N31044 P19934 BLD 331 -1 FP BE Pri !#59 N31045 P19934 BLD 332 -1 FP BE Pri !#59 N31046 P19935 MEMBAR Loop_exit !#59 N31047 P19936 MEMBAR Loop_entry !#59 N31048 P19937 BLD 249 -1 FP BE Pri !#59 N31049 P19938 MEMBAR Loop_exit !#59 N31050 P19939 MEMBAR Loop_entry !#59 N31051 P19940 BLD 139 -1 FP BE Pri !#59 N31052 P19941 MEMBAR Loop_exit !#59 N31053 P19939 MEMBAR Loop_entry !#59 N31054 P19940 BLD 139 -1 FP BE Pri !#59 N31055 P19941 MEMBAR Loop_exit !#59 N31056 P19942 MEMBAR Loop_entry !#59 N31057 P19943 BLD 225 -1 FP BE Pri !#59 N31058 P19944 MEMBAR Loop_exit !#59 N31059 P19945 ST 229 0x9d800002 Int BE Pri Loop_entry Loop_exit !#59 N31060 P19946 IDC_FLIP 163 Int BE Pri Loop_entry !#59 N31061 P19947 MEMBAR !#59 N31062 P19948 BLD 76 -1 FP BE Pri !#59 N31063 P19949 MEMBAR Loop_exit !#59 N31064 P19950 MEMBAR Loop_entry !#59 N31065 P19951 BLD 217 -1 FP BE Pri !#59 N31066 P19952 MEMBAR Loop_exit !#59 N31067 P19953 MEMBAR Loop_entry !#59 N31068 P19954 BLD 325 -1 FP BE Pri !#59 N31069 P19955 MEMBAR Loop_exit !#59 N31070 P19953 MEMBAR Loop_entry !#59 N31071 P19954 BLD 325 -1 FP BE Pri !#59 N31072 P19955 MEMBAR Loop_exit !#59 N31073 P19956 MEMBAR Loop_entry !#59 N31074 P19957 BLD 51 -1 FP BE Pri !#59 N31075 P19958 MEMBAR Loop_exit !#59 N31076 P19956 MEMBAR Loop_entry !#59 N31077 P19957 BLD 51 -1 FP BE Pri !#59 N31078 P19958 MEMBAR Loop_exit !#59 N31079 P19959 MEMBAR Loop_entry !#59 N31080 P19960 BLD 234 -1 FP BE Pri !#59 N31081 P19961 MEMBAR Loop_exit !#59 N31082 P19959 MEMBAR Loop_entry !#59 N31083 P19960 BLD 234 -1 FP BE Pri !#59 N31084 P19961 MEMBAR Loop_exit !#59 N31085 P19962 MEMBAR Loop_entry !#59 N31086 P19963 BLD 305 -1 FP BE Pri !#59 N31087 P19964 MEMBAR Loop_exit !#59 N31088 P19965 IDC_FLIP 241 Int BE Pri Loop_entry !#59 N31089 P19966 MEMBAR !#59 N31090 P19967 BLD 37 -1 FP BE Pri !#59 N31091 P19968 MEMBAR Loop_exit !#59 N31092 P19969 MEMBAR Loop_entry !#59 N31093 P19970 BLD 260 -1 FP BE Pri !#59 N31094 P19971 MEMBAR Loop_exit !#59 N31095 P19972 MEMBAR Loop_entry !#59 N31096 P19973 BLD 215 -1 FP BE Pri !#59 N31097 P19973 BLD 216 -1 FP BE Pri !#59 N31098 P19974 MEMBAR Loop_exit !#59 N31099 P19975 MEMBAR Loop_entry !#59 N31100 P19976 BLD 271 -1 FP BE Pri !#59 N31101 P19977 MEMBAR Loop_exit !#59 N31102 P19978 MEMBAR Loop_entry !#59 N31103 P19979 BLD 196 -1 FP BE Pri !#59 N31104 P19980 MEMBAR Loop_exit !#59 N31105 P19981 MEMBAR Loop_entry !#59 N31106 P19982 BLD 251 -1 FP BE Pri !#59 N31107 P19983 MEMBAR Loop_exit !#59 N31108 P19984 MEMBAR Loop_entry !#59 N31109 P19985 BLD 150 -1 FP BE Pri !#59 N31110 P19986 MEMBAR Loop_exit !#59 N31111 P19987 MEMBAR Loop_entry !#59 N31112 P19988 BLD 329 -1 FP BE Pri !#59 N31113 P19989 MEMBAR Loop_exit !#59 N31114 P19990 IDC_FLIP 35 Int BE Pri Loop_entry !#59 N31115 P19991 ST 43 0x9d800003 Int BE Pri Loop_exit !#59 N31116 P19992 IDC_FLIP 196 Int BE Pri Loop_entry Loop_exit !#59 N31117 P19992 IDC_FLIP 196 Int BE Pri Loop_entry Loop_exit !#59 N31118 P19993 MEMBAR Loop_entry !#59 N31119 P19994 BLD 340 -1 FP BE Pri !#59 N31120 P19995 MEMBAR Loop_exit !#59 N31121 P19993 MEMBAR Loop_entry !#59 N31122 P19994 BLD 340 -1 FP BE Pri !#59 N31123 P19995 MEMBAR Loop_exit !#59 N31124 P19996 MEMBAR Loop_entry !#59 N31125 P19997 BLD 349 -1 FP BE Pri !#59 N31126 P19998 MEMBAR Loop_exit !#59 N31127 P19996 MEMBAR Loop_entry !#59 N31128 P19997 BLD 349 -1 FP BE Pri !#59 N31129 P19998 MEMBAR Loop_exit !#59 N31130 P19999 MEMBAR Loop_entry !#59 N31131 P20000 BLD 69 -1 FP BE Pri !#59 N31132 P20001 MEMBAR Loop_exit !#59 N31133 P20002 MEMBAR Loop_entry !#59 N31134 P20003 BLD 54 -1 FP BE Pri !#59 N31135 P20004 MEMBAR Loop_exit !#59 N31136 P20005 MEMBAR Loop_entry !#59 N31137 P20006 BLD 356 -1 FP BE Pri !#59 N31138 P20007 MEMBAR Loop_exit !#59 N31139 P20008 MEMBAR Loop_entry !#59 N31140 P20009 BLD 230 -1 FP BE Pri !#59 N31141 P20010 MEMBAR Loop_exit !#59 N31142 P20011 MEMBAR Loop_entry !#59 N31143 P20012 BLD 230 -1 FP BE Pri !#59 N31144 P20013 MEMBAR Loop_exit !#59 N31145 P20014 MEMBAR Loop_entry !#59 N31146 P20015 BLD 35 -1 FP BE Pri !#59 N31147 P20016 MEMBAR Loop_exit !#59 N31148 P20017 MEMBAR Loop_entry !#59 N31149 P20018 BLD 247 -1 FP BE Pri !#59 N31150 P20019 MEMBAR Loop_exit !#59 N31151 P20017 MEMBAR Loop_entry !#59 N31152 P20018 BLD 247 -1 FP BE Pri !#59 N31153 P20019 MEMBAR Loop_exit !#59 N31154 P20020 MEMBAR Loop_entry !#59 N31155 P20021 BLD 295 -1 FP BE Pri !#59 N31156 P20021 BLD 296 -1 FP BE Pri !#59 N31157 P20022 MEMBAR Loop_exit !#59 N31158 P20023 MEMBAR Loop_entry !#59 N31159 P20024 BLD 307 -1 FP BE Pri !#59 N31160 P20025 MEMBAR Loop_exit !#59 N31161 P20023 MEMBAR Loop_entry !#59 N31162 P20024 BLD 307 -1 FP BE Pri !#59 N31163 P20025 MEMBAR Loop_exit !#59 N31164 P20026 MEMBAR Loop_entry !#59 N31165 P20027 BLD 157 -1 FP BE Pri !#59 N31166 P20028 MEMBAR Loop_exit !#59 N31167 P20026 MEMBAR Loop_entry !#59 N31168 P20027 BLD 157 -1 FP BE Pri !#59 N31169 P20028 MEMBAR Loop_exit !#59 N31170 P20029 PREFETCH 211 Int BE Pri Loop_entry !#59 N31171 P20030 MEMBAR !#59 N31172 P20031 BLD 262 -1 FP BE Pri !#59 N31173 P20032 MEMBAR Loop_exit !#59 N31174 P20029 PREFETCH 211 Int BE Pri Loop_entry !#59 N31175 P20030 MEMBAR !#59 N31176 P20031 BLD 262 -1 FP BE Pri !#59 N31177 P20032 MEMBAR Loop_exit !#59 N31178 P20033 MEMBAR Loop_entry !#59 N31179 P20034 BLD 207 -1 FP BE Pri !#59 N31180 P20035 MEMBAR Loop_exit !#59 N31181 P20036 MEMBAR Loop_entry !#59 N31182 P20037 BLD 251 -1 FP BE Pri !#59 N31183 P20038 MEMBAR Loop_exit !#59 N31184 P20039 MEMBAR Loop_entry !#59 N31185 P20040 BLD 189 -1 FP BE Pri !#59 N31186 P20041 MEMBAR Loop_exit !#59 N31187 P20042 MEMBAR Loop_entry !#59 N31188 P20043 BLD 169 -1 FP BE Pri !#59 N31189 P20044 MEMBAR Loop_exit !#59 N31190 P20042 MEMBAR Loop_entry !#59 N31191 P20043 BLD 169 -1 FP BE Pri !#59 N31192 P20044 MEMBAR Loop_exit !#59 N31193 P20045 ST 114 0x9d800004 Int BE Pri Loop_entry Loop_exit !#59 N31194 P20045 ST 114 0x9d800005 Int BE Pri Loop_entry Loop_exit !#59 N31195 P20046 MEMBAR Loop_entry !#59 N31196 P20047 BLD 119 -1 FP BE Pri !#59 N31197 P20048 MEMBAR Loop_exit !#59 N31198 P20046 MEMBAR Loop_entry !#59 N31199 P20047 BLD 119 -1 FP BE Pri !#59 N31200 P20048 MEMBAR Loop_exit !#59 N31201 P20049 MEMBAR Loop_entry !#59 N31202 P20050 BLD 265 -1 FP BE Pri !#59 N31203 P20051 MEMBAR Loop_exit !#59 N31204 P20049 MEMBAR Loop_entry !#59 N31205 P20050 BLD 265 -1 FP BE Pri !#59 N31206 P20051 MEMBAR Loop_exit !#59 N31207 P20052 MEMBAR Loop_entry !#59 N31208 P20053 BLD 129 -1 FP BE Pri !#59 N31209 P20054 MEMBAR Loop_exit !#59 N31210 P20055 MEMBAR Loop_entry !#59 N31211 P20056 BLD 184 -1 FP BE Pri !#59 N31212 P20057 MEMBAR Loop_exit !#59 N31213 P20055 MEMBAR Loop_entry !#59 N31214 P20056 BLD 184 -1 FP BE Pri !#59 N31215 P20057 MEMBAR Loop_exit !#59 N31216 P20058 MEMBAR Loop_entry !#59 N31217 P20059 BLD 176 -1 FP BE Pri !#59 N31218 P20060 MEMBAR Loop_exit !#59 N31219 P20061 MEMBAR Loop_entry !#59 N31220 P20062 BLD 241 -1 FP BE Pri !#59 N31221 P20062 BLD 242 -1 FP BE Pri !#59 N31222 P20063 MEMBAR Loop_exit !#59 N31223 P20064 MEMBAR Loop_entry !#59 N31224 P20065 BLD 98 -1 FP BE Pri !#59 N31225 P20065 BLD 99 -1 FP BE Pri !#59 N31226 P20066 MEMBAR Loop_exit !#59 N31227 P20067 MEMBAR Loop_entry !#59 N31228 P20068 BLD 276 -1 FP BE Pri !#59 N31229 P20069 MEMBAR Loop_exit !#59 N31230 P20067 MEMBAR Loop_entry !#59 N31231 P20068 BLD 276 -1 FP BE Pri !#59 N31232 P20069 MEMBAR Loop_exit !#59 N31233 P20070 LD 273 -1 Int BE Pri Loop_entry !#59 N31234 P20071 LD 58 -1 Int BE Pri Loop_exit !#59 N31235 P20070 LD 273 -1 Int BE Pri Loop_entry !#59 N31236 P20071 LD 58 -1 Int BE Pri Loop_exit !#59 N31237 P20072 ST 350 0x9d800006 Int BE Pri Loop_entry !#59 N31238 P20073 MEMBAR !#59 N31239 P20074 BLD 283 -1 FP BE Pri !#59 N31240 P20075 MEMBAR Loop_exit !#59 N31241 P20072 ST 350 0x9d800007 Int BE Pri Loop_entry !#59 N31242 P20073 MEMBAR !#59 N31243 P20074 BLD 283 -1 FP BE Pri !#59 N31244 P20075 MEMBAR Loop_exit !#59 N31245 P20076 MEMBAR Loop_entry !#59 N31246 P20077 BLD 260 -1 FP BE Pri !#59 N31247 P20078 MEMBAR Loop_exit !#59 N31248 P20076 MEMBAR Loop_entry !#59 N31249 P20077 BLD 260 -1 FP BE Pri !#59 N31250 P20078 MEMBAR Loop_exit !#59 N31251 P20079 MEMBAR Loop_entry !#59 N31252 P20080 BLD 301 -1 FP BE Pri !#59 N31253 P20081 MEMBAR Loop_exit !#59 N31254 P20082 MEMBAR Loop_entry !#59 N31255 P20083 BLD 251 -1 FP BE Pri !#59 N31256 P20084 MEMBAR Loop_exit !#59 N31257 P20082 MEMBAR Loop_entry !#59 N31258 P20083 BLD 251 -1 FP BE Pri !#59 N31259 P20084 MEMBAR Loop_exit !#59 N31260 P20085 MEMBAR Loop_entry !#59 N31261 P20086 BLD 328 -1 FP BE Pri !#59 N31262 P20087 MEMBAR Loop_exit !#59 N31263 P20088 IDC_FLIP 232 Int BE Pri Loop_entry !#59 N31264 P20089 ST 44 0x9d800008 Int BE Pri Loop_exit !#59 N31265 P20090 MEMBAR Loop_entry !#59 N31266 P20091 BLD 350 -1 FP BE Pri !#59 N31267 P20092 MEMBAR Loop_exit !#59 N31268 P20090 MEMBAR Loop_entry !#59 N31269 P20091 BLD 350 -1 FP BE Pri !#59 N31270 P20092 MEMBAR Loop_exit !#59 N31271 P20093 MEMBAR Loop_entry !#59 N31272 P20094 BLD 292 -1 FP BE Pri !#59 N31273 P20095 MEMBAR Loop_exit !#59 N31274 P20096 MEMBAR Loop_entry !#59 N31275 P20097 BLD 47 -1 FP BE Pri !#59 N31276 P20098 MEMBAR Loop_exit !#59 N31277 P20099 ST 253 0x9d800009 Int BE Pri Loop_entry !#59 N31278 P20100 MEMBAR !#59 N31279 P20101 BLD 64 -1 FP BE Pri !#59 N31280 P20102 MEMBAR Loop_exit !#59 N31281 P20103 MEMBAR Loop_entry !#59 N31282 P20104 BLD 106 -1 FP BE Pri !#59 N31283 P20105 MEMBAR Loop_exit !#59 N31284 P20106 MEMBAR Loop_entry !#59 N31285 P20107 BLD 188 -1 FP BE Pri !#59 N31286 P20108 MEMBAR Loop_exit !#59 N31287 P20109 MEMBAR Loop_entry !#59 N31288 P20110 BLD 294 -1 FP BE Pri !#59 N31289 P20111 MEMBAR Loop_exit !#59 N31290 P20112 MEMBAR Loop_entry !#59 N31291 P20113 BLD 160 -1 FP BE Pri !#59 N31292 P20114 MEMBAR Loop_exit !#59 N31293 P20112 MEMBAR Loop_entry !#59 N31294 P20113 BLD 160 -1 FP BE Pri !#59 N31295 P20114 MEMBAR Loop_exit !#59 N31296 P20115 MEMBAR Loop_entry !#59 N31297 P20116 BLD 111 -1 FP BE Pri !#59 N31298 P20116 BLD 112 -1 FP BE Pri !#59 N31299 P20116 BLD 113 -1 FP BE Pri !#59 N31300 P20117 MEMBAR Loop_exit !#59 N31301 P20118 MEMBAR Loop_entry !#59 N31302 P20119 BLD 52 -1 FP BE Pri !#59 N31303 P20120 MEMBAR Loop_exit !#59 N31304 P20118 MEMBAR Loop_entry !#59 N31305 P20119 BLD 52 -1 FP BE Pri !#59 N31306 P20120 MEMBAR Loop_exit !#59 N31307 P20121 MEMBAR Loop_entry !#59 N31308 P20122 BLD 121 -1 FP BE Pri !#59 N31309 P20123 MEMBAR Loop_exit !#59 N31310 P20124 MEMBAR Loop_entry !#59 N31311 P20125 BLD 56 -1 FP BE Pri !#59 N31312 P20126 MEMBAR Loop_exit !#59 N31313 P20124 MEMBAR Loop_entry !#59 N31314 P20125 BLD 56 -1 FP BE Pri !#59 N31315 P20126 MEMBAR Loop_exit !#59 N31316 P20127 MEMBAR Loop_entry !#59 N31317 P20128 BLD 107 -1 FP BE Pri !#59 N31318 P20129 MEMBAR Loop_exit !#59 N31319 P20127 MEMBAR Loop_entry !#59 N31320 P20128 BLD 107 -1 FP BE Pri !#59 N31321 P20129 MEMBAR Loop_exit !#59 N31322 P20130 MEMBAR Loop_entry !#59 N31323 P20131 BLD 121 -1 FP BE Pri !#59 N31324 P20132 MEMBAR Loop_exit !#59 N31325 P20133 MEMBAR Loop_entry !#59 N31326 P20134 BLD 277 -1 FP BE Pri !#59 N31327 P20135 MEMBAR Loop_exit !#59 N31328 P20133 MEMBAR Loop_entry !#59 N31329 P20134 BLD 277 -1 FP BE Pri !#59 N31330 P20135 MEMBAR Loop_exit !#59 N31331 P20136 MEMBAR Loop_entry !#59 N31332 P20137 BLD 267 -1 FP BE Pri !#59 N31333 P20138 MEMBAR Loop_exit !#59 N31334 P20139 MEMBAR Loop_entry !#59 N31335 P20140 BLD 97 -1 FP BE Pri !#59 N31336 P20141 MEMBAR Loop_exit !#59 N31337 P20142 MEMBAR Loop_entry !#59 N31338 P20143 BLD 67 -1 FP BE Pri !#59 N31339 P20144 MEMBAR Loop_exit !#59 N31340 P20142 MEMBAR Loop_entry !#59 N31341 P20143 BLD 67 -1 FP BE Pri !#59 N31342 P20144 MEMBAR Loop_exit !#59 N31343 P20145 MEMBAR Loop_entry !#59 N31344 P20146 BLD 243 -1 FP BE Pri !#59 N31345 P20147 MEMBAR Loop_exit !#59 N31346 P20145 MEMBAR Loop_entry !#59 N31347 P20146 BLD 243 -1 FP BE Pri !#59 N31348 P20147 MEMBAR Loop_exit !#59 N31349 P20148 MEMBAR Loop_entry !#59 N31350 P20149 BLD 30 -1 FP BE Pri !#59 N31351 P20150 MEMBAR Loop_exit !#59 N31352 P20148 MEMBAR Loop_entry !#59 N31353 P20149 BLD 30 -1 FP BE Pri !#59 N31354 P20150 MEMBAR Loop_exit !#59 N31355 P20151 IDC_FLIP 160 Int BE Pri Loop_entry !#59 N31356 P20152 MEMBAR !#59 N31357 P20153 BLD 355 -1 FP BE Pri !#59 N31358 P20154 MEMBAR Loop_exit !#59 N31359 P20155 MEMBAR Loop_entry !#59 N31360 P20156 BLD 330 -1 FP BE Pri !#59 N31361 P20157 MEMBAR Loop_exit !#59 N31362 P20155 MEMBAR Loop_entry !#59 N31363 P20156 BLD 330 -1 FP BE Pri !#59 N31364 P20157 MEMBAR Loop_exit !#59 N31365 P20158 MEMBAR Loop_entry !#59 N31366 P20159 BLD 152 -1 FP BE Pri !#59 N31367 P20160 MEMBAR Loop_exit !#59 N31368 P20158 MEMBAR Loop_entry !#59 N31369 P20159 BLD 152 -1 FP BE Pri !#59 N31370 P20160 MEMBAR Loop_exit !#59 N31371 P20161 MEMBAR !#60 N31372 P20162 MEMBAR Loop_entry !#60 N31373 P20163 BLD 228 -1 FP BE Pri !#60 N31374 P20164 MEMBAR Loop_exit !#60 N31375 P20162 MEMBAR Loop_entry !#60 N31376 P20163 BLD 228 -1 FP BE Pri !#60 N31377 P20164 MEMBAR Loop_exit !#60 N31378 P20165 ST 135 0x9e000001 Int BE Pri Loop_entry Loop_exit !#60 N31379 P20166 MEMBAR Loop_entry !#60 N31380 P20167 BLD 358 -1 FP BE Pri !#60 N31381 P20168 MEMBAR Loop_exit !#60 N31382 P20169 MEMBAR Loop_entry !#60 N31383 P20170 BLD 331 -1 FP BE Pri !#60 N31384 P20170 BLD 332 -1 FP BE Pri !#60 N31385 P20171 MEMBAR Loop_exit !#60 N31386 P20172 ST 38 0x9e000002 Int BE Pri Loop_entry !#60 N31387 P20173 MEMBAR !#60 N31388 P20174 BLD 287 -1 FP BE Pri !#60 N31389 P20175 MEMBAR Loop_exit !#60 N31390 P20176 FLUSHI 64 Int BE Pri Loop_entry !#60 N31391 P20177 ST 317 0x9e000003 Int BE Pri Loop_exit !#60 N31392 P20176 FLUSHI 64 Int BE Pri Loop_entry !#60 N31393 P20177 ST 317 0x9e000004 Int BE Pri Loop_exit !#60 N31394 P20178 MEMBAR Loop_entry !#60 N31395 P20179 BLD 309 -1 FP BE Pri !#60 N31396 P20180 MEMBAR Loop_exit !#60 N31397 P20178 MEMBAR Loop_entry !#60 N31398 P20179 BLD 309 -1 FP BE Pri !#60 N31399 P20180 MEMBAR Loop_exit !#60 N31400 P20181 MEMBAR Loop_entry !#60 N31401 P20182 BLD 97 -1 FP BE Pri !#60 N31402 P20183 MEMBAR Loop_exit !#60 N31403 P20184 MEMBAR Loop_entry !#60 N31404 P20185 BLD 244 -1 FP BE Pri !#60 N31405 P20186 MEMBAR Loop_exit !#60 N31406 P20187 MEMBAR Loop_entry !#60 N31407 P20188 BLD 16 -1 FP BE Pri !#60 N31408 P20189 MEMBAR Loop_exit !#60 N31409 P20190 MEMBAR Loop_entry !#60 N31410 P20191 BLD 198 -1 FP BE Pri !#60 N31411 P20192 MEMBAR Loop_exit !#60 N31412 P20190 MEMBAR Loop_entry !#60 N31413 P20191 BLD 198 -1 FP BE Pri !#60 N31414 P20192 MEMBAR Loop_exit !#60 N31415 P20193 MEMBAR Loop_entry !#60 N31416 P20194 BLD 284 -1 FP BE Pri !#60 N31417 P20195 MEMBAR Loop_exit !#60 N31418 P20193 MEMBAR Loop_entry !#60 N31419 P20194 BLD 284 -1 FP BE Pri !#60 N31420 P20195 MEMBAR Loop_exit !#60 N31421 P20196 MEMBAR Loop_entry !#60 N31422 P20197 BLD 219 -1 FP BE Pri !#60 N31423 P20197 BLD 220 -1 FP BE Pri !#60 N31424 P20198 MEMBAR Loop_exit !#60 N31425 P20196 MEMBAR Loop_entry !#60 N31426 P20197 BLD 219 -1 FP BE Pri !#60 N31427 P20197 BLD 220 -1 FP BE Pri !#60 N31428 P20198 MEMBAR Loop_exit !#60 N31429 P20199 MEMBAR Loop_entry !#60 N31430 P20200 BLD 199 -1 FP BE Pri !#60 N31431 P20201 MEMBAR Loop_exit !#60 N31432 P20199 MEMBAR Loop_entry !#60 N31433 P20200 BLD 199 -1 FP BE Pri !#60 N31434 P20201 MEMBAR Loop_exit !#60 N31435 P20202 MEMBAR Loop_entry !#60 N31436 P20203 BLD 16 -1 FP BE Pri !#60 N31437 P20204 MEMBAR Loop_exit !#60 N31438 P20205 MEMBAR Loop_entry !#60 N31439 P20206 BLD 264 -1 FP BE Pri !#60 N31440 P20207 MEMBAR Loop_exit !#60 N31441 P20208 MEMBAR Loop_entry !#60 N31442 P20209 BLD 117 -1 FP BE Pri !#60 N31443 P20210 MEMBAR Loop_exit !#60 N31444 P20211 MEMBAR Loop_entry !#60 N31445 P20212 BLD 42 -1 FP BE Pri !#60 N31446 P20213 MEMBAR Loop_exit !#60 N31447 P20214 IDC_FLIP 93 Int BE Pri Loop_entry !#60 N31448 P20215 ST 8 0x9e000005 Int BE Pri Loop_exit !#60 N31449 P20214 IDC_FLIP 93 Int BE Pri Loop_entry !#60 N31450 P20215 ST 8 0x9e000006 Int BE Pri Loop_exit !#60 N31451 P20216 MEMBAR Loop_entry !#60 N31452 P20217 BLD 303 -1 FP BE Pri !#60 N31453 P20218 MEMBAR Loop_exit !#60 N31454 P20216 MEMBAR Loop_entry !#60 N31455 P20217 BLD 303 -1 FP BE Pri !#60 N31456 P20218 MEMBAR Loop_exit !#60 N31457 P20219 MEMBAR Loop_entry !#60 N31458 P20220 BLD 170 -1 FP BE Pri !#60 N31459 P20221 MEMBAR Loop_exit !#60 N31460 P20219 MEMBAR Loop_entry !#60 N31461 P20220 BLD 170 -1 FP BE Pri !#60 N31462 P20221 MEMBAR Loop_exit !#60 N31463 P20222 MEMBAR Loop_entry !#60 N31464 P20223 BLD 47 -1 FP BE Pri !#60 N31465 P20224 MEMBAR Loop_exit !#60 N31466 P20225 MEMBAR Loop_entry !#60 N31467 P20226 BLD 273 -1 FP BE Pri !#60 N31468 P20227 MEMBAR Loop_exit !#60 N31469 P20228 MEMBAR Loop_entry !#60 N31470 P20229 BLD 237 -1 FP BE Pri !#60 N31471 P20230 MEMBAR Loop_exit !#60 N31472 P20231 MEMBAR Loop_entry !#60 N31473 P20232 BLD 145 -1 FP BE Pri !#60 N31474 P20233 MEMBAR Loop_exit !#60 N31475 P20231 MEMBAR Loop_entry !#60 N31476 P20232 BLD 145 -1 FP BE Pri !#60 N31477 P20233 MEMBAR Loop_exit !#60 N31478 P20234 MEMBAR Loop_entry !#60 N31479 P20235 BLD 131 -1 FP BE Pri !#60 N31480 P20236 MEMBAR Loop_exit !#60 N31481 P20234 MEMBAR Loop_entry !#60 N31482 P20235 BLD 131 -1 FP BE Pri !#60 N31483 P20236 MEMBAR Loop_exit !#60 N31484 P20237 MEMBAR Loop_entry Loop_exit !#60 N31485 P20237 MEMBAR Loop_entry Loop_exit !#60 N31486 P20238 MEMBAR Loop_entry !#60 N31487 P20239 BLD 311 -1 FP BE Pri !#60 N31488 P20240 MEMBAR Loop_exit !#60 N31489 P20238 MEMBAR Loop_entry !#60 N31490 P20239 BLD 311 -1 FP BE Pri !#60 N31491 P20240 MEMBAR Loop_exit !#60 N31492 P20241 MEMBAR Loop_entry !#60 N31493 P20242 BLD 25 -1 FP BE Pri !#60 N31494 P20243 MEMBAR Loop_exit !#60 N31495 P20244 IDC_FLIP 89 Int BE Pri Loop_entry !#60 N31496 P20245 MEMBAR !#60 N31497 P20246 BLD 349 -1 FP BE Pri !#60 N31498 P20247 MEMBAR Loop_exit !#60 N31499 P20248 IDC_FLIP 157 Int BE Pri Loop_entry !#60 N31500 P20249 IDC_FLIP 108 Int BE Pri Loop_exit !#60 N31501 P20248 IDC_FLIP 157 Int BE Pri Loop_entry !#60 N31502 P20249 IDC_FLIP 108 Int BE Pri Loop_exit !#60 N31503 P20250 MEMBAR Loop_entry !#60 N31504 P20251 BLD 57 -1 FP BE Pri !#60 N31505 P20252 MEMBAR Loop_exit !#60 N31506 P20253 MEMBAR Loop_entry !#60 N31507 P20254 BLD 147 -1 FP BE Pri !#60 N31508 P20255 MEMBAR Loop_exit !#60 N31509 P20256 MEMBAR Loop_entry !#60 N31510 P20257 BLD 66 -1 FP BE Pri !#60 N31511 P20258 MEMBAR Loop_exit !#60 N31512 P20259 MEMBAR Loop_entry !#60 N31513 P20260 BLD 146 -1 FP BE Pri !#60 N31514 P20261 MEMBAR Loop_exit !#60 N31515 P20259 MEMBAR Loop_entry !#60 N31516 P20260 BLD 146 -1 FP BE Pri !#60 N31517 P20261 MEMBAR Loop_exit !#60 N31518 P20262 MEMBAR Loop_entry !#60 N31519 P20263 BLD 13 -1 FP BE Pri !#60 N31520 P20264 MEMBAR Loop_exit !#60 N31521 P20262 MEMBAR Loop_entry !#60 N31522 P20263 BLD 13 -1 FP BE Pri !#60 N31523 P20264 MEMBAR Loop_exit !#60 N31524 P20265 MEMBAR Loop_entry !#60 N31525 P20266 BLD 53 -1 FP BE Pri !#60 N31526 P20267 MEMBAR Loop_exit !#60 N31527 P20265 MEMBAR Loop_entry !#60 N31528 P20266 BLD 53 -1 FP BE Pri !#60 N31529 P20267 MEMBAR Loop_exit !#60 N31530 P20268 MEMBAR Loop_entry !#60 N31531 P20269 BLD 294 -1 FP BE Pri !#60 N31532 P20270 MEMBAR Loop_exit !#60 N31533 P20268 MEMBAR Loop_entry !#60 N31534 P20269 BLD 294 -1 FP BE Pri !#60 N31535 P20270 MEMBAR Loop_exit !#60 N31536 P20271 ST 5 0x9e000007 Int BE Pri Loop_entry !#60 N31537 P20272 MEMBAR !#60 N31538 P20273 BLD 62 -1 FP BE Pri !#60 N31539 P20273 BLD 63 -1 FP BE Pri !#60 N31540 P20274 MEMBAR Loop_exit !#60 N31541 P20271 ST 5 0x9e000008 Int BE Pri Loop_entry !#60 N31542 P20272 MEMBAR !#60 N31543 P20273 BLD 62 -1 FP BE Pri !#60 N31544 P20273 BLD 63 -1 FP BE Pri !#60 N31545 P20274 MEMBAR Loop_exit !#60 N31546 P20275 MEMBAR Loop_entry !#60 N31547 P20276 BLD 323 -1 FP BE Pri !#60 N31548 P20277 MEMBAR Loop_exit !#60 N31549 P20278 MEMBAR Loop_entry !#60 N31550 P20279 BLD 311 -1 FP BE Pri !#60 N31551 P20280 MEMBAR Loop_exit !#60 N31552 P20281 MEMBAR Loop_entry !#60 N31553 P20282 BLD 111 -1 FP BE Pri !#60 N31554 P20282 BLD 112 -1 FP BE Pri !#60 N31555 P20282 BLD 113 -1 FP BE Pri !#60 N31556 P20283 MEMBAR Loop_exit !#60 N31557 P20281 MEMBAR Loop_entry !#60 N31558 P20282 BLD 111 -1 FP BE Pri !#60 N31559 P20282 BLD 112 -1 FP BE Pri !#60 N31560 P20282 BLD 113 -1 FP BE Pri !#60 N31561 P20283 MEMBAR Loop_exit !#60 N31562 P20284 MEMBAR Loop_entry !#60 N31563 P20285 BLD 306 -1 FP BE Pri !#60 N31564 P20286 MEMBAR Loop_exit !#60 N31565 P20284 MEMBAR Loop_entry !#60 N31566 P20285 BLD 306 -1 FP BE Pri !#60 N31567 P20286 MEMBAR Loop_exit !#60 N31568 P20287 MEMBAR Loop_entry !#60 N31569 P20288 BLD 30 -1 FP BE Pri !#60 N31570 P20289 MEMBAR Loop_exit !#60 N31571 P20287 MEMBAR Loop_entry !#60 N31572 P20288 BLD 30 -1 FP BE Pri !#60 N31573 P20289 MEMBAR Loop_exit !#60 N31574 P20290 IDC_FLIP 61 Int BE Pri Loop_entry !#60 N31575 P20291 MEMBAR !#60 N31576 P20292 BLD 345 -1 FP BE Pri !#60 N31577 P20293 MEMBAR Loop_exit !#60 N31578 P20294 MEMBAR Loop_entry !#60 N31579 P20295 BLD 303 -1 FP BE Pri !#60 N31580 P20296 MEMBAR Loop_exit !#60 N31581 P20294 MEMBAR Loop_entry !#60 N31582 P20295 BLD 303 -1 FP BE Pri !#60 N31583 P20296 MEMBAR Loop_exit !#60 N31584 P20297 MEMBAR Loop_entry !#60 N31585 P20298 BLD 69 -1 FP BE Pri !#60 N31586 P20299 MEMBAR Loop_exit !#60 N31587 P20300 MEMBAR Loop_entry !#60 N31588 P20301 BLD 154 -1 FP BE Pri !#60 N31589 P20302 MEMBAR Loop_exit !#60 N31590 P20303 MEMBAR Loop_entry !#60 N31591 P20304 BLD 259 -1 FP BE Pri !#60 N31592 P20305 MEMBAR Loop_exit !#60 N31593 P20306 MEMBAR Loop_entry !#60 N31594 P20307 BLD 98 -1 FP BE Pri !#60 N31595 P20307 BLD 99 -1 FP BE Pri !#60 N31596 P20308 MEMBAR Loop_exit !#60 N31597 P20306 MEMBAR Loop_entry !#60 N31598 P20307 BLD 98 -1 FP BE Pri !#60 N31599 P20307 BLD 99 -1 FP BE Pri !#60 N31600 P20308 MEMBAR Loop_exit !#60 N31601 P20309 MEMBAR Loop_entry !#60 N31602 P20310 BLD 206 -1 FP BE Pri !#60 N31603 P20311 MEMBAR Loop_exit !#60 N31604 P20309 MEMBAR Loop_entry !#60 N31605 P20310 BLD 206 -1 FP BE Pri !#60 N31606 P20311 MEMBAR Loop_exit !#60 N31607 P20312 MEMBAR Loop_entry !#60 N31608 P20313 BLD 177 -1 FP BE Pri !#60 N31609 P20314 MEMBAR Loop_exit !#60 N31610 P20312 MEMBAR Loop_entry !#60 N31611 P20313 BLD 177 -1 FP BE Pri !#60 N31612 P20314 MEMBAR Loop_exit !#60 N31613 P20315 MEMBAR Loop_entry !#60 N31614 P20316 BLD 120 -1 FP BE Pri !#60 N31615 P20317 MEMBAR Loop_exit !#60 N31616 P20318 MEMBAR Loop_entry !#60 N31617 P20319 BLD 124 -1 FP BE Pri !#60 N31618 P20319 BLD 125 -1 FP BE Pri !#60 N31619 P20319 BLD 126 -1 FP BE Pri !#60 N31620 P20320 MEMBAR Loop_exit !#60 N31621 P20318 MEMBAR Loop_entry !#60 N31622 P20319 BLD 124 -1 FP BE Pri !#60 N31623 P20319 BLD 125 -1 FP BE Pri !#60 N31624 P20319 BLD 126 -1 FP BE Pri !#60 N31625 P20320 MEMBAR Loop_exit !#60 N31626 P20321 MEMBAR Loop_entry !#60 N31627 P20322 BLD 53 -1 FP BE Pri !#60 N31628 P20323 MEMBAR Loop_exit !#60 N31629 P20321 MEMBAR Loop_entry !#60 N31630 P20322 BLD 53 -1 FP BE Pri !#60 N31631 P20323 MEMBAR Loop_exit !#60 N31632 P20324 MEMBAR Loop_entry !#60 N31633 P20325 BLD 23 -1 FP BE Pri !#60 N31634 P20326 MEMBAR Loop_exit !#60 N31635 P20324 MEMBAR Loop_entry !#60 N31636 P20325 BLD 23 -1 FP BE Pri !#60 N31637 P20326 MEMBAR Loop_exit !#60 N31638 P20327 MEMBAR Loop_entry !#60 N31639 P20328 BLD 207 -1 FP BE Pri !#60 N31640 P20329 MEMBAR Loop_exit !#60 N31641 P20330 MEMBAR Loop_entry !#60 N31642 P20331 BLD 151 -1 FP BE Pri !#60 N31643 P20332 MEMBAR Loop_exit !#60 N31644 P20333 MEMBAR Loop_entry !#60 N31645 P20334 BLD 128 -1 FP BE Pri !#60 N31646 P20335 MEMBAR Loop_exit !#60 N31647 P20333 MEMBAR Loop_entry !#60 N31648 P20334 BLD 128 -1 FP BE Pri !#60 N31649 P20335 MEMBAR Loop_exit !#60 N31650 P20336 MEMBAR Loop_entry !#60 N31651 P20337 BLD 120 -1 FP BE Pri !#60 N31652 P20338 MEMBAR Loop_exit !#60 N31653 P20339 MEMBAR Loop_entry !#60 N31654 P20340 BLD 32 -1 FP BE Pri !#60 N31655 P20340 BLD 33 -1 FP BE Pri !#60 N31656 P20341 MEMBAR Loop_exit !#60 N31657 P20339 MEMBAR Loop_entry !#60 N31658 P20340 BLD 32 -1 FP BE Pri !#60 N31659 P20340 BLD 33 -1 FP BE Pri !#60 N31660 P20341 MEMBAR Loop_exit !#60 N31661 P20342 MEMBAR Loop_entry !#60 N31662 P20343 BLD 285 -1 FP BE Pri !#60 N31663 P20344 MEMBAR Loop_exit !#60 N31664 P20342 MEMBAR Loop_entry !#60 N31665 P20343 BLD 285 -1 FP BE Pri !#60 N31666 P20344 MEMBAR Loop_exit !#60 N31667 P20345 IDC_FLIP 58 Int BE Pri Loop_entry !#60 N31668 P20346 MEMBAR !#60 N31669 P20347 BLD 142 -1 FP BE Pri !#60 N31670 P20348 MEMBAR Loop_exit !#60 N31671 P20345 IDC_FLIP 58 Int BE Pri Loop_entry !#60 N31672 P20346 MEMBAR !#60 N31673 P20347 BLD 142 -1 FP BE Pri !#60 N31674 P20348 MEMBAR Loop_exit !#60 N31675 P20349 MEMBAR Loop_entry !#60 N31676 P20350 BLD 326 -1 FP BE Pri !#60 N31677 P20351 MEMBAR Loop_exit !#60 N31678 P20349 MEMBAR Loop_entry !#60 N31679 P20350 BLD 326 -1 FP BE Pri !#60 N31680 P20351 MEMBAR Loop_exit !#60 N31681 P20352 MEMBAR Loop_entry !#60 N31682 P20353 BLD 330 -1 FP BE Pri !#60 N31683 P20354 MEMBAR Loop_exit !#60 N31684 P20355 MEMBAR Loop_entry !#60 N31685 P20356 BLD 185 -1 FP BE Pri !#60 N31686 P20357 MEMBAR Loop_exit !#60 N31687 P20355 MEMBAR Loop_entry !#60 N31688 P20356 BLD 185 -1 FP BE Pri !#60 N31689 P20357 MEMBAR Loop_exit !#60 N31690 P20358 MEMBAR Loop_entry !#60 N31691 P20359 BLD 98 -1 FP BE Pri !#60 N31692 P20359 BLD 99 -1 FP BE Pri !#60 N31693 P20360 MEMBAR Loop_exit !#60 N31694 P20358 MEMBAR Loop_entry !#60 N31695 P20359 BLD 98 -1 FP BE Pri !#60 N31696 P20359 BLD 99 -1 FP BE Pri !#60 N31697 P20360 MEMBAR Loop_exit !#60 N31698 P20361 MEMBAR Loop_entry !#60 N31699 P20362 BLD 271 -1 FP BE Pri !#60 N31700 P20363 MEMBAR Loop_exit !#60 N31701 P20361 MEMBAR Loop_entry !#60 N31702 P20362 BLD 271 -1 FP BE Pri !#60 N31703 P20363 MEMBAR Loop_exit !#60 N31704 P20364 MEMBAR Loop_entry !#60 N31705 P20365 BLD 241 -1 FP BE Pri !#60 N31706 P20365 BLD 242 -1 FP BE Pri !#60 N31707 P20366 MEMBAR Loop_exit !#60 N31708 P20364 MEMBAR Loop_entry !#60 N31709 P20365 BLD 241 -1 FP BE Pri !#60 N31710 P20365 BLD 242 -1 FP BE Pri !#60 N31711 P20366 MEMBAR Loop_exit !#60 N31712 P20367 PREFETCH 201 Int BE Pri Loop_entry Loop_exit !#60 N31713 P20368 MEMBAR Loop_entry !#60 N31714 P20369 BLD 349 -1 FP BE Pri !#60 N31715 P20370 MEMBAR Loop_exit !#60 N31716 P20368 MEMBAR Loop_entry !#60 N31717 P20369 BLD 349 -1 FP BE Pri !#60 N31718 P20370 MEMBAR Loop_exit !#60 N31719 P20371 MEMBAR Loop_entry !#60 N31720 P20372 BLD 3 -1 FP BE Pri !#60 N31721 P20373 MEMBAR Loop_exit !#60 N31722 P20371 MEMBAR Loop_entry !#60 N31723 P20372 BLD 3 -1 FP BE Pri !#60 N31724 P20373 MEMBAR Loop_exit !#60 N31725 P20374 MEMBAR Loop_entry !#60 N31726 P20375 BLD 307 -1 FP BE Pri !#60 N31727 P20376 MEMBAR Loop_exit !#60 N31728 P20377 ST 218 0x9e000009 Int BE Pri Loop_entry Loop_exit !#60 N31729 P20377 ST 218 0x9e00000a Int BE Pri Loop_entry Loop_exit !#60 N31730 P20378 MEMBAR Loop_entry !#60 N31731 P20379 BLD 253 -1 FP BE Pri !#60 N31732 P20380 MEMBAR Loop_exit !#60 N31733 P20378 MEMBAR Loop_entry !#60 N31734 P20379 BLD 253 -1 FP BE Pri !#60 N31735 P20380 MEMBAR Loop_exit !#60 N31736 P20381 MEMBAR Loop_entry !#60 N31737 P20382 BLD 179 -1 FP BE Pri !#60 N31738 P20383 MEMBAR Loop_exit !#60 N31739 P20381 MEMBAR Loop_entry !#60 N31740 P20382 BLD 179 -1 FP BE Pri !#60 N31741 P20383 MEMBAR Loop_exit !#60 N31742 P20384 MEMBAR Loop_entry !#60 N31743 P20385 BLD 37 -1 FP BE Pri !#60 N31744 P20386 MEMBAR Loop_exit !#60 N31745 P20384 MEMBAR Loop_entry !#60 N31746 P20385 BLD 37 -1 FP BE Pri !#60 N31747 P20386 MEMBAR Loop_exit !#60 N31748 P20387 MEMBAR Loop_entry !#60 N31749 P20388 BLD 232 -1 FP BE Pri !#60 N31750 P20389 MEMBAR Loop_exit !#60 N31751 P20390 MEMBAR Loop_entry !#60 N31752 P20391 BLD 290 -1 FP BE Pri !#60 N31753 P20392 MEMBAR Loop_exit !#60 N31754 P20393 MEMBAR Loop_entry !#60 N31755 P20394 BLD 17 -1 FP BE Pri !#60 N31756 P20395 MEMBAR Loop_exit !#60 N31757 P20396 MEMBAR Loop_entry !#60 N31758 P20397 BLD 222 -1 FP BE Pri !#60 N31759 P20398 MEMBAR Loop_exit !#60 N31760 P20396 MEMBAR Loop_entry !#60 N31761 P20397 BLD 222 -1 FP BE Pri !#60 N31762 P20398 MEMBAR Loop_exit !#60 N31763 P20399 MEMBAR Loop_entry !#60 N31764 P20400 BLD 191 -1 FP BE Pri !#60 N31765 P20401 MEMBAR Loop_exit !#60 N31766 P20399 MEMBAR Loop_entry !#60 N31767 P20400 BLD 191 -1 FP BE Pri !#60 N31768 P20401 MEMBAR Loop_exit !#60 N31769 P20402 MEMBAR Loop_entry !#60 N31770 P20403 BLD 198 -1 FP BE Pri !#60 N31771 P20404 MEMBAR Loop_exit !#60 N31772 P20405 ST 350 0x9e00000b Int BE Pri Loop_entry Loop_exit !#60 N31773 P20405 ST 350 0x9e00000c Int BE Pri Loop_entry Loop_exit !#60 N31774 P20406 ST 122 0x9e00000d Int BE Pri Loop_entry !#60 N31775 P20407 MEMBAR !#60 N31776 P20408 BLD 201 -1 FP BE Pri !#60 N31777 P20409 MEMBAR Loop_exit !#60 N31778 P20406 ST 122 0x9e00000e Int BE Pri Loop_entry !#60 N31779 P20407 MEMBAR !#60 N31780 P20408 BLD 201 -1 FP BE Pri !#60 N31781 P20409 MEMBAR Loop_exit !#60 N31782 P20410 MEMBAR Loop_entry !#60 N31783 P20411 BLD 14 -1 FP BE Pri !#60 N31784 P20412 MEMBAR Loop_exit !#60 N31785 P20413 MEMBAR Loop_entry !#60 N31786 P20414 BLD 347 -1 FP BE Pri !#60 N31787 P20415 MEMBAR Loop_exit !#60 N31788 P20413 MEMBAR Loop_entry !#60 N31789 P20414 BLD 347 -1 FP BE Pri !#60 N31790 P20415 MEMBAR Loop_exit !#60 N31791 P20416 MEMBAR Loop_entry !#60 N31792 P20417 BLD 25 -1 FP BE Pri !#60 N31793 P20418 MEMBAR Loop_exit !#60 N31794 P20419 MEMBAR Loop_entry !#60 N31795 P20420 BLD 345 -1 FP BE Pri !#60 N31796 P20421 MEMBAR Loop_exit !#60 N31797 P20419 MEMBAR Loop_entry !#60 N31798 P20420 BLD 345 -1 FP BE Pri !#60 N31799 P20421 MEMBAR Loop_exit !#60 N31800 P20422 MEMBAR Loop_entry !#60 N31801 P20423 BLD 178 -1 FP BE Pri !#60 N31802 P20424 MEMBAR Loop_exit !#60 N31803 P20425 MEMBAR Loop_entry !#60 N31804 P20426 BLD 315 -1 FP BE Pri !#60 N31805 P20427 MEMBAR Loop_exit !#60 N31806 P20428 MEMBAR Loop_entry !#60 N31807 P20429 BLD 293 -1 FP BE Pri !#60 N31808 P20430 MEMBAR Loop_exit !#60 N31809 P20431 IDC_FLIP 303 Int BE Pri Loop_entry !#60 N31810 P20432 MEMBAR !#60 N31811 P20433 BLD 158 -1 FP BE Pri !#60 N31812 P20434 MEMBAR Loop_exit !#60 N31813 P20435 MEMBAR Loop_entry !#60 N31814 P20436 BLD 231 -1 FP BE Pri !#60 N31815 P20437 MEMBAR Loop_exit !#60 N31816 P20438 IDC_FLIP 25 Int BE Pri Loop_entry !#60 N31817 P20439 MEMBAR !#60 N31818 P20440 BLD 327 -1 FP BE Pri !#60 N31819 P20441 MEMBAR Loop_exit !#60 N31820 P20442 MEMBAR Loop_entry !#60 N31821 P20443 BLD 346 -1 FP BE Pri !#60 N31822 P20444 MEMBAR Loop_exit !#60 N31823 P20445 MEMBAR Loop_entry !#60 N31824 P20446 BLD 330 -1 FP BE Pri !#60 N31825 P20447 MEMBAR Loop_exit !#60 N31826 P20448 MEMBAR Loop_entry !#60 N31827 P20449 BLD 96 -1 FP BE Pri !#60 N31828 P20450 MEMBAR Loop_exit !#60 N31829 P20451 MEMBAR Loop_entry !#60 N31830 P20452 BLD 102 -1 FP BE Pri !#60 N31831 P20452 BLD 103 -1 FP BE Pri !#60 N31832 P20452 BLD 104 -1 FP BE Pri !#60 N31833 P20453 MEMBAR Loop_exit !#60 N31834 P20451 MEMBAR Loop_entry !#60 N31835 P20452 BLD 102 -1 FP BE Pri !#60 N31836 P20452 BLD 103 -1 FP BE Pri !#60 N31837 P20452 BLD 104 -1 FP BE Pri !#60 N31838 P20453 MEMBAR Loop_exit !#60 N31839 P20454 IDC_FLIP 327 Int BE Pri Loop_entry Loop_exit !#60 N31840 P20455 MEMBAR Loop_entry !#60 N31841 P20456 BLD 330 -1 FP BE Pri !#60 N31842 P20457 MEMBAR Loop_exit !#60 N31843 P20458 MEMBAR Loop_entry !#60 N31844 P20459 BLD 117 -1 FP BE Pri !#60 N31845 P20460 MEMBAR Loop_exit !#60 N31846 P20458 MEMBAR Loop_entry !#60 N31847 P20459 BLD 117 -1 FP BE Pri !#60 N31848 P20460 MEMBAR Loop_exit !#60 N31849 P20461 MEMBAR Loop_entry !#60 N31850 P20462 BLD 200 -1 FP BE Pri !#60 N31851 P20463 MEMBAR Loop_exit !#60 N31852 P20464 ST 275 0x9e00000f Int BE Pri Loop_entry Loop_exit !#60 N31853 P20464 ST 275 0x9e000010 Int BE Pri Loop_entry Loop_exit !#60 N31854 P20465 MEMBAR Loop_entry !#60 N31855 P20466 BLD 272 -1 FP BE Pri !#60 N31856 P20467 MEMBAR Loop_exit !#60 N31857 P20465 MEMBAR Loop_entry !#60 N31858 P20466 BLD 272 -1 FP BE Pri !#60 N31859 P20467 MEMBAR Loop_exit !#60 N31860 P20468 MEMBAR Loop_entry !#60 N31861 P20469 BLD 318 -1 FP BE Pri !#60 N31862 P20470 MEMBAR Loop_exit !#60 N31863 P20471 MEMBAR Loop_entry !#60 N31864 P20472 BLD 177 -1 FP BE Pri !#60 N31865 P20473 MEMBAR Loop_exit !#60 N31866 P20471 MEMBAR Loop_entry !#60 N31867 P20472 BLD 177 -1 FP BE Pri !#60 N31868 P20473 MEMBAR Loop_exit !#60 N31869 P20474 IDC_FLIP 323 Int BE Pri Loop_entry !#60 N31870 P20475 MEMBAR !#60 N31871 P20476 BLD 201 -1 FP BE Pri !#60 N31872 P20477 MEMBAR Loop_exit !#60 N31873 P20474 IDC_FLIP 323 Int BE Pri Loop_entry !#60 N31874 P20475 MEMBAR !#60 N31875 P20476 BLD 201 -1 FP BE Pri !#60 N31876 P20477 MEMBAR Loop_exit !#60 N31877 P20478 MEMBAR Loop_entry !#60 N31878 P20479 BLD 357 -1 FP BE Pri !#60 N31879 P20480 MEMBAR Loop_exit !#60 N31880 P20478 MEMBAR Loop_entry !#60 N31881 P20479 BLD 357 -1 FP BE Pri !#60 N31882 P20480 MEMBAR Loop_exit !#60 N31883 P20481 MEMBAR Loop_entry !#60 N31884 P20482 BLD 119 -1 FP BE Pri !#60 N31885 P20483 MEMBAR Loop_exit !#60 N31886 P20481 MEMBAR Loop_entry !#60 N31887 P20482 BLD 119 -1 FP BE Pri !#60 N31888 P20483 MEMBAR Loop_exit !#60 N31889 P20484 MEMBAR Loop_entry !#60 N31890 P20485 BLD 85 -1 FP BE Pri !#60 N31891 P20486 MEMBAR Loop_exit !#60 N31892 P20487 MEMBAR Loop_entry !#60 N31893 P20488 BLD 279 -1 FP BE Pri !#60 N31894 P20489 MEMBAR Loop_exit !#60 N31895 P20487 MEMBAR Loop_entry !#60 N31896 P20488 BLD 279 -1 FP BE Pri !#60 N31897 P20489 MEMBAR Loop_exit !#60 N31898 P20490 MEMBAR !#61 N31899 P20491 PREFETCH 341 Int BE Pri Loop_entry !#61 N31900 P20492 LD 138 -1 Int BE Pri !#61 N31901 P20493 LD 159 -1 Int BE Pri Loop_exit !#61 N31902 P20494 ST 127 0x9e800001 Int BE Pri Loop_entry !#61 N31903 P20495 PREFETCH 198 Int BE Pri Loop_exit !#61 N31904 P20494 ST 127 0x9e800002 Int BE Pri Loop_entry !#61 N31905 P20495 PREFETCH 198 Int BE Pri Loop_exit !#61 N31906 P20496 MEMBAR Loop_entry !#61 N31907 P20497 BLD 101 -1 FP BE Pri !#61 N31908 P20498 MEMBAR Loop_exit !#61 N31909 P20496 MEMBAR Loop_entry !#61 N31910 P20497 BLD 101 -1 FP BE Pri !#61 N31911 P20498 MEMBAR Loop_exit !#61 N31912 P20499 MEMBAR Loop_entry !#61 N31913 P20500 BLD 175 -1 FP BE Pri !#61 N31914 P20501 MEMBAR Loop_exit !#61 N31915 P20502 MEMBAR Loop_entry !#61 N31916 P20503 BLD 59 -1 FP BE Pri !#61 N31917 P20504 MEMBAR Loop_exit !#61 N31918 P20502 MEMBAR Loop_entry !#61 N31919 P20503 BLD 59 -1 FP BE Pri !#61 N31920 P20504 MEMBAR Loop_exit !#61 N31921 P20505 MEMBAR Loop_entry !#61 N31922 P20506 BLD 144 -1 FP BE Pri !#61 N31923 P20507 MEMBAR Loop_exit !#61 N31924 P20508 MEMBAR Loop_entry !#61 N31925 P20509 BLD 215 -1 FP BE Pri !#61 N31926 P20509 BLD 216 -1 FP BE Pri !#61 N31927 P20510 MEMBAR Loop_exit !#61 N31928 P20508 MEMBAR Loop_entry !#61 N31929 P20509 BLD 215 -1 FP BE Pri !#61 N31930 P20509 BLD 216 -1 FP BE Pri !#61 N31931 P20510 MEMBAR Loop_exit !#61 N31932 P20511 MEMBAR Loop_entry !#61 N31933 P20512 BLD 339 -1 FP BE Pri !#61 N31934 P20513 MEMBAR Loop_exit !#61 N31935 P20511 MEMBAR Loop_entry !#61 N31936 P20512 BLD 339 -1 FP BE Pri !#61 N31937 P20513 MEMBAR Loop_exit !#61 N31938 P20514 MEMBAR Loop_entry !#61 N31939 P20515 BLD 201 -1 FP BE Pri !#61 N31940 P20516 MEMBAR Loop_exit !#61 N31941 P20517 MEMBAR Loop_entry !#61 N31942 P20518 BLD 321 -1 FP BE Pri !#61 N31943 P20519 MEMBAR Loop_exit !#61 N31944 P20520 MEMBAR Loop_entry !#61 N31945 P20521 BLD 116 -1 FP BE Pri !#61 N31946 P20522 MEMBAR Loop_exit !#61 N31947 P20520 MEMBAR Loop_entry !#61 N31948 P20521 BLD 116 -1 FP BE Pri !#61 N31949 P20522 MEMBAR Loop_exit !#61 N31950 P20523 ST 239 0x9e800003 Int BE Pri Loop_entry !#61 N31951 P20524 MEMBAR !#61 N31952 P20525 BLD 130 -1 FP BE Pri !#61 N31953 P20526 MEMBAR Loop_exit !#61 N31954 P20523 ST 239 0x9e800004 Int BE Pri Loop_entry !#61 N31955 P20524 MEMBAR !#61 N31956 P20525 BLD 130 -1 FP BE Pri !#61 N31957 P20526 MEMBAR Loop_exit !#61 N31958 P20527 MEMBAR Loop_entry !#61 N31959 P20528 BLD 259 -1 FP BE Pri !#61 N31960 P20529 MEMBAR Loop_exit !#61 N31961 P20527 MEMBAR Loop_entry !#61 N31962 P20528 BLD 259 -1 FP BE Pri !#61 N31963 P20529 MEMBAR Loop_exit !#61 N31964 P20530 MEMBAR Loop_entry !#61 N31965 P20531 BLD 316 -1 FP BE Pri !#61 N31966 P20532 MEMBAR Loop_exit !#61 N31967 P20533 MEMBAR Loop_entry !#61 N31968 P20534 BLD 110 -1 FP BE Pri !#61 N31969 P20535 MEMBAR Loop_exit !#61 N31970 P20536 ST 153 0x9e800005 Int BE Pri Loop_entry Loop_exit !#61 N31971 P20536 ST 153 0x9e800006 Int BE Pri Loop_entry Loop_exit !#61 N31972 P20537 PREFETCH 161 Int BE Pri Loop_entry !#61 N31973 P20538 MEMBAR !#61 N31974 P20539 BLD 228 -1 FP BE Pri !#61 N31975 P20540 MEMBAR Loop_exit !#61 N31976 P20541 MEMBAR Loop_entry !#61 N31977 P20542 BLD 153 -1 FP BE Pri !#61 N31978 P20543 MEMBAR Loop_exit !#61 N31979 P20544 MEMBAR Loop_entry !#61 N31980 P20545 BLD 87 -1 FP BE Pri !#61 N31981 P20546 MEMBAR Loop_exit !#61 N31982 P20547 MEMBAR Loop_entry !#61 N31983 P20548 BLD 147 -1 FP BE Pri !#61 N31984 P20549 MEMBAR Loop_exit !#61 N31985 P20550 MEMBAR Loop_entry !#61 N31986 P20551 BLD 134 -1 FP BE Pri !#61 N31987 P20552 MEMBAR Loop_exit !#61 N31988 P20550 MEMBAR Loop_entry !#61 N31989 P20551 BLD 134 -1 FP BE Pri !#61 N31990 P20552 MEMBAR Loop_exit !#61 N31991 P20553 MEMBAR Loop_entry !#61 N31992 P20554 BLD 277 -1 FP BE Pri !#61 N31993 P20555 MEMBAR Loop_exit !#61 N31994 P20553 MEMBAR Loop_entry !#61 N31995 P20554 BLD 277 -1 FP BE Pri !#61 N31996 P20555 MEMBAR Loop_exit !#61 N31997 P20556 MEMBAR Loop_entry !#61 N31998 P20557 BLD 219 -1 FP BE Pri !#61 N31999 P20557 BLD 220 -1 FP BE Pri !#61 N32000 P20558 MEMBAR Loop_exit !#61 N32001 P20556 MEMBAR Loop_entry !#61 N32002 P20557 BLD 219 -1 FP BE Pri !#61 N32003 P20557 BLD 220 -1 FP BE Pri !#61 N32004 P20558 MEMBAR Loop_exit !#61 N32005 P20559 MEMBAR Loop_entry !#61 N32006 P20560 BLD 6 -1 FP BE Pri !#61 N32007 P20560 BLD 7 -1 FP BE Pri !#61 N32008 P20561 MEMBAR Loop_exit !#61 N32009 P20559 MEMBAR Loop_entry !#61 N32010 P20560 BLD 6 -1 FP BE Pri !#61 N32011 P20560 BLD 7 -1 FP BE Pri !#61 N32012 P20561 MEMBAR Loop_exit !#61 N32013 P20562 MEMBAR Loop_entry !#61 N32014 P20563 BLD 198 -1 FP BE Pri !#61 N32015 P20564 MEMBAR Loop_exit !#61 N32016 P20562 MEMBAR Loop_entry !#61 N32017 P20563 BLD 198 -1 FP BE Pri !#61 N32018 P20564 MEMBAR Loop_exit !#61 N32019 P20565 MEMBAR Loop_entry !#61 N32020 P20566 BLD 55 -1 FP BE Pri !#61 N32021 P20567 MEMBAR Loop_exit !#61 N32022 P20568 MEMBAR Loop_entry !#61 N32023 P20569 BLD 167 -1 FP BE Pri !#61 N32024 P20570 MEMBAR Loop_exit !#61 N32025 P20568 MEMBAR Loop_entry !#61 N32026 P20569 BLD 167 -1 FP BE Pri !#61 N32027 P20570 MEMBAR Loop_exit !#61 N32028 P20571 MEMBAR Loop_entry !#61 N32029 P20572 BLD 71 -1 FP BE Pri !#61 N32030 P20572 BLD 72 -1 FP BE Pri !#A N32029 N32030 !#61 N32031 P20573 MEMBAR Loop_exit !#61 N32032 P20574 IDC_FLIP 86 Int BE Pri Loop_entry Loop_exit !#61 N32033 P20575 LD 293 -1 Int BE Pri Loop_entry !#61 N32034 P20576 LD 102 -1 Int BE Pri Loop_exit !#61 N32035 P20577 MEMBAR Loop_entry !#61 N32036 P20578 BLD 254 -1 FP BE Pri !#61 N32037 P20579 MEMBAR Loop_exit !#61 N32038 P20577 MEMBAR Loop_entry !#61 N32039 P20578 BLD 254 -1 FP BE Pri !#61 N32040 P20579 MEMBAR Loop_exit !#61 N32041 P20580 MEMBAR Loop_entry !#61 N32042 P20581 BLD 4 -1 FP BE Pri !#61 N32043 P20582 MEMBAR Loop_exit !#61 N32044 P20583 IDC_FLIP 187 Int BE Pri Loop_entry Loop_exit !#61 N32045 P20584 IDC_FLIP 182 Int BE Pri Loop_entry !#61 N32046 P20585 MEMBAR !#61 N32047 P20586 BLD 278 -1 FP BE Pri !#61 N32048 P20587 MEMBAR Loop_exit !#61 N32049 P20584 IDC_FLIP 182 Int BE Pri Loop_entry !#61 N32050 P20585 MEMBAR !#61 N32051 P20586 BLD 278 -1 FP BE Pri !#61 N32052 P20587 MEMBAR Loop_exit !#61 N32053 P20588 MEMBAR Loop_entry !#61 N32054 P20589 BLD 321 -1 FP BE Pri !#61 N32055 P20590 MEMBAR Loop_exit !#61 N32056 P20588 MEMBAR Loop_entry !#61 N32057 P20589 BLD 321 -1 FP BE Pri !#61 N32058 P20590 MEMBAR Loop_exit !#61 N32059 P20591 IDC_FLIP 257 Int BE Pri Loop_entry Loop_exit !#61 N32060 P20591 IDC_FLIP 257 Int BE Pri Loop_entry Loop_exit !#61 N32061 P20592 MEMBAR Loop_entry !#61 N32062 P20593 BLD 302 -1 FP BE Pri !#61 N32063 P20594 MEMBAR Loop_exit !#61 N32064 P20592 MEMBAR Loop_entry !#61 N32065 P20593 BLD 302 -1 FP BE Pri !#61 N32066 P20594 MEMBAR Loop_exit !#61 N32067 P20595 ST 233 0x2a800001 FP BE Pri Loop_entry Loop_exit !#61 N32068 P20595 ST 233 0x2a800002 FP BE Pri Loop_entry Loop_exit !#61 N32069 P20596 MEMBAR Loop_entry !#61 N32070 P20597 BLD 49 -1 FP BE Pri !#61 N32071 P20598 MEMBAR Loop_exit !#61 N32072 P20599 MEMBAR Loop_entry !#61 N32073 P20600 BLD 160 -1 FP BE Pri !#61 N32074 P20601 MEMBAR Loop_exit !#61 N32075 P20599 MEMBAR Loop_entry !#61 N32076 P20600 BLD 160 -1 FP BE Pri !#61 N32077 P20601 MEMBAR Loop_exit !#61 N32078 P20602 PREFETCH 146 Int BE Pri Loop_entry !#61 N32079 P20603 MEMBAR !#61 N32080 P20604 BLD 76 -1 FP BE Pri !#61 N32081 P20605 MEMBAR Loop_exit !#61 N32082 P20606 MEMBAR Loop_entry !#61 N32083 P20607 BLD 286 -1 FP BE Pri !#61 N32084 P20608 MEMBAR Loop_exit !#61 N32085 P20609 MEMBAR Loop_entry !#61 N32086 P20610 BLD 306 -1 FP BE Pri !#61 N32087 P20611 MEMBAR Loop_exit !#61 N32088 P20612 MEMBAR Loop_entry !#61 N32089 P20613 BLD 153 -1 FP BE Pri !#61 N32090 P20614 MEMBAR Loop_exit !#61 N32091 P20615 ST 206 0x9e800007 Int BE Pri Loop_entry !#61 N32092 P20616 MEMBAR !#61 N32093 P20617 BLD 307 -1 FP BE Pri !#61 N32094 P20618 MEMBAR Loop_exit !#61 N32095 P20619 MEMBAR Loop_entry !#61 N32096 P20620 BLD 56 -1 FP BE Pri !#61 N32097 P20621 MEMBAR Loop_exit !#61 N32098 P20619 MEMBAR Loop_entry !#61 N32099 P20620 BLD 56 -1 FP BE Pri !#61 N32100 P20621 MEMBAR Loop_exit !#61 N32101 P20622 MEMBAR Loop_entry !#61 N32102 P20623 BLD 315 -1 FP BE Pri !#61 N32103 P20624 MEMBAR Loop_exit !#61 N32104 P20625 MEMBAR Loop_entry Loop_exit !#61 N32105 P20626 MEMBAR Loop_entry !#61 N32106 P20627 BLD 269 -1 FP BE Pri !#61 N32107 P20628 MEMBAR Loop_exit !#61 N32108 P20626 MEMBAR Loop_entry !#61 N32109 P20627 BLD 269 -1 FP BE Pri !#61 N32110 P20628 MEMBAR Loop_exit !#61 N32111 P20629 MEMBAR Loop_entry !#61 N32112 P20630 BLD 188 -1 FP BE Pri !#61 N32113 P20631 MEMBAR Loop_exit !#61 N32114 P20629 MEMBAR Loop_entry !#61 N32115 P20630 BLD 188 -1 FP BE Pri !#61 N32116 P20631 MEMBAR Loop_exit !#61 N32117 P20632 MEMBAR Loop_entry !#61 N32118 P20633 BLD 243 -1 FP BE Pri !#61 N32119 P20634 MEMBAR Loop_exit !#61 N32120 P20632 MEMBAR Loop_entry !#61 N32121 P20633 BLD 243 -1 FP BE Pri !#61 N32122 P20634 MEMBAR Loop_exit !#61 N32123 P20635 MEMBAR Loop_entry !#61 N32124 P20636 BLD 24 -1 FP BE Pri !#61 N32125 P20637 MEMBAR Loop_exit !#61 N32126 P20635 MEMBAR Loop_entry !#61 N32127 P20636 BLD 24 -1 FP BE Pri !#61 N32128 P20637 MEMBAR Loop_exit !#61 N32129 P20638 MEMBAR Loop_entry !#61 N32130 P20639 BLD 181 -1 FP BE Pri !#61 N32131 P20640 MEMBAR Loop_exit !#61 N32132 P20638 MEMBAR Loop_entry !#61 N32133 P20639 BLD 181 -1 FP BE Pri !#61 N32134 P20640 MEMBAR Loop_exit !#61 N32135 P20641 MEMBAR Loop_entry !#61 N32136 P20642 BLD 57 -1 FP BE Pri !#61 N32137 P20643 MEMBAR Loop_exit !#61 N32138 P20641 MEMBAR Loop_entry !#61 N32139 P20642 BLD 57 -1 FP BE Pri !#61 N32140 P20643 MEMBAR Loop_exit !#61 N32141 P20644 MEMBAR Loop_entry !#61 N32142 P20645 BLD 94 -1 FP BE Pri !#61 N32143 P20645 BLD 95 -1 FP BE Pri !#61 N32144 P20646 MEMBAR Loop_exit !#61 N32145 P20647 MEMBAR Loop_entry !#61 N32146 P20648 BLD 346 -1 FP BE Pri !#61 N32147 P20649 MEMBAR Loop_exit !#61 N32148 P20650 PREFETCH 189 Int BE Pri Loop_entry !#61 N32149 P20651 MEMBAR !#61 N32150 P20652 BLD 170 -1 FP BE Pri !#61 N32151 P20653 MEMBAR Loop_exit !#61 N32152 P20654 IDC_FLIP 140 Int BE Pri Loop_entry Loop_exit !#61 N32153 P20654 IDC_FLIP 140 Int BE Pri Loop_entry Loop_exit !#61 N32154 P20655 PREFETCH 329 Int BE Pri Loop_entry Loop_exit !#61 N32155 P20655 PREFETCH 329 Int BE Pri Loop_entry Loop_exit !#61 N32156 P20656 MEMBAR Loop_entry !#61 N32157 P20657 BLD 312 -1 FP BE Pri !#61 N32158 P20658 MEMBAR Loop_exit !#61 N32159 P20656 MEMBAR Loop_entry !#61 N32160 P20657 BLD 312 -1 FP BE Pri !#61 N32161 P20658 MEMBAR Loop_exit !#61 N32162 P20659 MEMBAR Loop_entry !#61 N32163 P20660 BLD 21 -1 FP BE Pri !#61 N32164 P20661 MEMBAR Loop_exit !#61 N32165 P20662 ST 181 0x9e800008 Int LE Pri Loop_entry Loop_exit !#61 N32166 P20662 ST 181 0x9e800009 Int LE Pri Loop_entry Loop_exit !#61 N32167 P20663 IDC_FLIP 348 Int BE Pri Loop_entry Loop_exit !#61 N32168 P20664 MEMBAR Loop_entry !#61 N32169 P20665 BLD 184 -1 FP BE Pri !#61 N32170 P20666 MEMBAR Loop_exit !#61 N32171 P20667 MEMBAR Loop_entry !#61 N32172 P20668 BLD 305 -1 FP BE Pri !#61 N32173 P20669 MEMBAR Loop_exit !#61 N32174 P20670 MEMBAR Loop_entry !#61 N32175 P20671 BLD 96 -1 FP BE Pri !#61 N32176 P20672 MEMBAR Loop_exit !#61 N32177 P20673 IDC_FLIP 277 Int BE Pri Loop_entry !#61 N32178 P20674 MEMBAR !#61 N32179 P20675 BLD 29 -1 FP BE Pri !#61 N32180 P20676 MEMBAR Loop_exit !#61 N32181 P20677 MEMBAR Loop_entry !#61 N32182 P20678 BLD 42 -1 FP BE Pri !#61 N32183 P20679 MEMBAR Loop_exit !#61 N32184 P20677 MEMBAR Loop_entry !#61 N32185 P20678 BLD 42 -1 FP BE Pri !#61 N32186 P20679 MEMBAR Loop_exit !#61 N32187 P20680 MEMBAR Loop_entry !#61 N32188 P20681 BLD 261 -1 FP BE Pri !#61 N32189 P20682 MEMBAR Loop_exit !#61 N32190 P20680 MEMBAR Loop_entry !#61 N32191 P20681 BLD 261 -1 FP BE Pri !#61 N32192 P20682 MEMBAR Loop_exit !#61 N32193 P20683 MEMBAR Loop_entry !#61 N32194 P20684 BLD 134 -1 FP BE Pri !#61 N32195 P20685 MEMBAR Loop_exit !#61 N32196 P20683 MEMBAR Loop_entry !#61 N32197 P20684 BLD 134 -1 FP BE Pri !#61 N32198 P20685 MEMBAR Loop_exit !#61 N32199 P20686 MEMBAR Loop_entry !#61 N32200 P20687 BLD 162 -1 FP BE Pri !#61 N32201 P20688 MEMBAR Loop_exit !#61 N32202 P20689 MEMBAR Loop_entry !#61 N32203 P20690 ST 208 0x9e80000a Int BE Pri Loop_exit !#61 N32204 P20691 MEMBAR Loop_entry !#61 N32205 P20692 BLD 164 -1 FP BE Pri !#61 N32206 P20693 MEMBAR Loop_exit !#61 N32207 P20694 MEMBAR Loop_entry !#61 N32208 P20695 BLD 66 -1 FP BE Pri !#61 N32209 P20696 MEMBAR Loop_exit !#61 N32210 P20697 MEMBAR Loop_entry !#61 N32211 P20698 BLD 248 -1 FP BE Pri !#61 N32212 P20699 MEMBAR Loop_exit !#61 N32213 P20697 MEMBAR Loop_entry !#61 N32214 P20698 BLD 248 -1 FP BE Pri !#61 N32215 P20699 MEMBAR Loop_exit !#61 N32216 P20700 IDC_FLIP 88 Int BE Pri Loop_entry !#61 N32217 P20701 MEMBAR !#61 N32218 P20702 BLD 345 -1 FP BE Pri !#61 N32219 P20703 MEMBAR Loop_exit !#61 N32220 P20704 MEMBAR Loop_entry !#61 N32221 P20705 BLD 78 -1 FP BE Pri !#61 N32222 P20706 MEMBAR Loop_exit !#61 N32223 P20704 MEMBAR Loop_entry !#61 N32224 P20705 BLD 78 -1 FP BE Pri !#61 N32225 P20706 MEMBAR Loop_exit !#61 N32226 P20707 MEMBAR Loop_entry !#61 N32227 P20708 BLD 293 -1 FP BE Pri !#61 N32228 P20709 MEMBAR Loop_exit !#61 N32229 P20707 MEMBAR Loop_entry !#61 N32230 P20708 BLD 293 -1 FP BE Pri !#61 N32231 P20709 MEMBAR Loop_exit !#61 N32232 P20710 MEMBAR Loop_entry !#61 N32233 P20711 BLD 162 -1 FP BE Pri !#61 N32234 P20712 MEMBAR Loop_exit !#61 N32235 P20713 IDC_FLIP 234 Int BE Pri Loop_entry Loop_exit !#61 N32236 P20714 MEMBAR Loop_entry !#61 N32237 P20715 BLD 164 -1 FP BE Pri !#61 N32238 P20716 MEMBAR Loop_exit !#61 N32239 P20717 MEMBAR Loop_entry !#61 N32240 P20718 BLD 196 -1 FP BE Pri !#61 N32241 P20719 MEMBAR Loop_exit !#61 N32242 P20717 MEMBAR Loop_entry !#61 N32243 P20718 BLD 196 -1 FP BE Pri !#61 N32244 P20719 MEMBAR Loop_exit !#61 N32245 P20720 MEMBAR Loop_entry !#61 N32246 P20721 BLD 209 -1 FP BE Pri !#61 N32247 P20722 MEMBAR Loop_exit !#61 N32248 P20723 MEMBAR Loop_entry !#61 N32249 P20724 BLD 211 -1 FP BE Pri !#61 N32250 P20725 MEMBAR Loop_exit !#61 N32251 P20723 MEMBAR Loop_entry !#61 N32252 P20724 BLD 211 -1 FP BE Pri !#61 N32253 P20725 MEMBAR Loop_exit !#61 N32254 P20726 MEMBAR Loop_entry !#61 N32255 P20727 BLD 301 -1 FP BE Pri !#61 N32256 P20728 MEMBAR Loop_exit !#61 N32257 P20729 PREFETCH 172 Int BE Pri Loop_entry Loop_exit !#61 N32258 P20730 MEMBAR Loop_entry Loop_exit !#61 N32259 P20731 LD 238 -1 Int BE Pri Loop_entry !#61 N32260 P20732 LD 98 -1 Int LE Pri Loop_exit !#61 N32261 P20733 MEMBAR Loop_entry !#61 N32262 P20734 BLD 295 -1 FP BE Pri !#61 N32263 P20734 BLD 296 -1 FP BE Pri !#61 N32264 P20735 MEMBAR Loop_exit !#61 N32265 P20733 MEMBAR Loop_entry !#61 N32266 P20734 BLD 295 -1 FP BE Pri !#61 N32267 P20734 BLD 296 -1 FP BE Pri !#61 N32268 P20735 MEMBAR Loop_exit !#61 N32269 P20736 MEMBAR Loop_entry !#61 N32270 P20737 BLD 229 -1 FP BE Pri !#61 N32271 P20738 MEMBAR Loop_exit !#61 N32272 P20739 MEMBAR Loop_entry !#61 N32273 P20740 BLD 21 -1 FP BE Pri !#61 N32274 P20741 MEMBAR Loop_exit !#61 N32275 P20742 MEMBAR Loop_entry !#61 N32276 P20743 BLD 176 -1 FP BE Pri !#61 N32277 P20744 MEMBAR Loop_exit !#61 N32278 P20742 MEMBAR Loop_entry !#61 N32279 P20743 BLD 176 -1 FP BE Pri !#61 N32280 P20744 MEMBAR Loop_exit !#61 N32281 P20745 MEMBAR Loop_entry Loop_exit !#61 N32282 P20745 MEMBAR Loop_entry Loop_exit !#61 N32283 P20746 MEMBAR Loop_entry !#61 N32284 P20747 BLD 69 -1 FP BE Pri !#61 N32285 P20748 MEMBAR Loop_exit !#61 N32286 P20746 MEMBAR Loop_entry !#61 N32287 P20747 BLD 69 -1 FP BE Pri !#61 N32288 P20748 MEMBAR Loop_exit !#61 N32289 P20749 MEMBAR Loop_entry !#61 N32290 P20750 BLD 138 -1 FP BE Pri !#61 N32291 P20751 MEMBAR Loop_exit !#61 N32292 P20752 MEMBAR Loop_entry !#61 N32293 P20753 BLD 291 -1 FP BE Pri !#61 N32294 P20754 MEMBAR Loop_exit !#61 N32295 P20755 MEMBAR Loop_entry !#61 N32296 P20756 BLD 40 -1 FP BE Pri !#61 N32297 P20757 MEMBAR Loop_exit !#61 N32298 P20758 MEMBAR Loop_entry !#61 N32299 P20759 BLD 13 -1 FP BE Pri !#61 N32300 P20760 MEMBAR Loop_exit !#61 N32301 P20761 MEMBAR Loop_entry !#61 N32302 P20762 BLD 284 -1 FP BE Pri !#61 N32303 P20763 MEMBAR Loop_exit !#61 N32304 P20761 MEMBAR Loop_entry !#61 N32305 P20762 BLD 284 -1 FP BE Pri !#61 N32306 P20763 MEMBAR Loop_exit !#61 N32307 P20764 MEMBAR Loop_entry !#61 N32308 P20765 BLD 163 -1 FP BE Pri !#61 N32309 P20766 MEMBAR Loop_exit !#61 N32310 P20764 MEMBAR Loop_entry !#61 N32311 P20765 BLD 163 -1 FP BE Pri !#61 N32312 P20766 MEMBAR Loop_exit !#61 N32313 P20767 IDC_FLIP 159 Int BE Pri Loop_entry !#61 N32314 P20768 MEMBAR !#61 N32315 P20769 BLD 62 -1 FP BE Pri !#61 N32316 P20769 BLD 63 -1 FP BE Pri !#61 N32317 P20770 MEMBAR Loop_exit !#61 N32318 P20767 IDC_FLIP 159 Int BE Pri Loop_entry !#61 N32319 P20768 MEMBAR !#61 N32320 P20769 BLD 62 -1 FP BE Pri !#61 N32321 P20769 BLD 63 -1 FP BE Pri !#61 N32322 P20770 MEMBAR Loop_exit !#61 N32323 P20771 MEMBAR Loop_entry !#61 N32324 P20772 BLD 351 -1 FP BE Pri !#61 N32325 P20773 MEMBAR Loop_exit !#61 N32326 P20771 MEMBAR Loop_entry !#61 N32327 P20772 BLD 351 -1 FP BE Pri !#61 N32328 P20773 MEMBAR Loop_exit !#61 N32329 P20774 MEMBAR Loop_entry !#61 N32330 P20775 BLD 94 -1 FP BE Pri !#61 N32331 P20775 BLD 95 -1 FP BE Pri !#61 N32332 P20776 MEMBAR Loop_exit !#61 N32333 P20777 IDC_FLIP 39 Int BE Pri Loop_entry Loop_exit !#61 N32334 P20778 MEMBAR Loop_entry !#61 N32335 P20779 BLD 66 -1 FP BE Pri !#61 N32336 P20780 MEMBAR Loop_exit !#61 N32337 P20781 MEMBAR Loop_entry !#61 N32338 P20782 BLD 156 -1 FP BE Pri !#61 N32339 P20783 MEMBAR Loop_exit !#61 N32340 P20781 MEMBAR Loop_entry !#61 N32341 P20782 BLD 156 -1 FP BE Pri !#61 N32342 P20783 MEMBAR Loop_exit !#61 N32343 P20784 MEMBAR Loop_entry !#61 N32344 P20785 BLD 318 -1 FP BE Pri !#61 N32345 P20786 MEMBAR Loop_exit !#61 N32346 P20784 MEMBAR Loop_entry !#61 N32347 P20785 BLD 318 -1 FP BE Pri !#61 N32348 P20786 MEMBAR Loop_exit !#61 N32349 P20787 IDC_FLIP 63 Int BE Pri Loop_entry Loop_exit !#61 N32350 P20788 MEMBAR Loop_entry !#61 N32351 P20789 BLD 341 -1 FP BE Pri !#61 N32352 P20790 MEMBAR Loop_exit !#61 N32353 P20788 MEMBAR Loop_entry !#61 N32354 P20789 BLD 341 -1 FP BE Pri !#61 N32355 P20790 MEMBAR Loop_exit !#61 N32356 P20791 MEMBAR Loop_entry !#61 N32357 P20792 BLD 161 -1 FP BE Pri !#61 N32358 P20793 MEMBAR Loop_exit !#61 N32359 P20794 MEMBAR Loop_entry !#61 N32360 P20795 BLD 207 -1 FP BE Pri !#61 N32361 P20796 MEMBAR Loop_exit !#61 N32362 P20794 MEMBAR Loop_entry !#61 N32363 P20795 BLD 207 -1 FP BE Pri !#61 N32364 P20796 MEMBAR Loop_exit !#61 N32365 P20797 MEMBAR Loop_entry !#61 N32366 P20798 BLD 274 -1 FP BE Pri !#61 N32367 P20799 MEMBAR Loop_exit !#61 N32368 P20800 MEMBAR Loop_entry !#61 N32369 P20801 BLD 323 -1 FP BE Pri !#61 N32370 P20802 MEMBAR Loop_exit !#61 N32371 P20800 MEMBAR Loop_entry !#61 N32372 P20801 BLD 323 -1 FP BE Pri !#61 N32373 P20802 MEMBAR Loop_exit !#61 N32374 P20803 MEMBAR Loop_entry !#61 N32375 P20804 BLD 100 -1 FP BE Pri !#61 N32376 P20805 MEMBAR Loop_exit !#61 N32377 P20806 MEMBAR Loop_entry !#61 N32378 P20807 BLD 174 -1 FP BE Pri !#61 N32379 P20808 MEMBAR Loop_exit !#61 N32380 P20809 MEMBAR Loop_entry !#61 N32381 P20810 BLD 21 -1 FP BE Pri !#61 N32382 P20811 MEMBAR Loop_exit !#61 N32383 P20812 MEMBAR Loop_entry !#61 N32384 P20813 BLD 57 -1 FP BE Pri !#61 N32385 P20814 MEMBAR Loop_exit !#61 N32386 P20815 MEMBAR Loop_entry !#61 N32387 P20816 BLD 312 -1 FP BE Pri !#61 N32388 P20817 MEMBAR Loop_exit !#61 N32389 P20818 MEMBAR Loop_entry !#61 N32390 P20819 BLD 197 -1 FP BE Pri !#61 N32391 P20820 MEMBAR Loop_exit !#61 N32392 P20821 MEMBAR Loop_entry !#61 N32393 P20822 BLD 18 -1 FP BE Pri !#61 N32394 P20823 MEMBAR Loop_exit !#61 N32395 P20824 MEMBAR Loop_entry !#61 N32396 P20825 BLD 244 -1 FP BE Pri !#61 N32397 P20826 MEMBAR Loop_exit !#61 N32398 P20827 MEMBAR Loop_entry !#61 N32399 P20828 BLD 217 -1 FP BE Pri !#61 N32400 P20829 MEMBAR Loop_exit !#61 N32401 P20830 MEMBAR Loop_entry !#61 N32402 P20831 BLD 172 -1 FP BE Pri !#61 N32403 P20832 MEMBAR Loop_exit !#61 N32404 P20833 MEMBAR Loop_entry !#61 N32405 P20834 BLD 355 -1 FP BE Pri !#61 N32406 P20835 MEMBAR Loop_exit !#61 N32407 P20833 MEMBAR Loop_entry !#61 N32408 P20834 BLD 355 -1 FP BE Pri !#61 N32409 P20835 MEMBAR Loop_exit !#61 N32410 P20836 MEMBAR Loop_entry !#61 N32411 P20837 BLD 18 -1 FP BE Pri !#61 N32412 P20838 MEMBAR Loop_exit !#61 N32413 P20839 MEMBAR !#62 N32414 P20840 MEMBAR Loop_entry !#62 N32415 P20841 BLD 146 -1 FP BE Pri !#62 N32416 P20842 MEMBAR Loop_exit !#62 N32417 P20840 MEMBAR Loop_entry !#62 N32418 P20841 BLD 146 -1 FP BE Pri !#62 N32419 P20842 MEMBAR Loop_exit !#62 N32420 P20843 MEMBAR Loop_entry !#62 N32421 P20844 BLD 111 -1 FP BE Pri !#62 N32422 P20844 BLD 112 -1 FP BE Pri !#62 N32423 P20844 BLD 113 -1 FP BE Pri !#62 N32424 P20845 MEMBAR Loop_exit !#62 N32425 P20843 MEMBAR Loop_entry !#62 N32426 P20844 BLD 111 -1 FP BE Pri !#62 N32427 P20844 BLD 112 -1 FP BE Pri !#62 N32428 P20844 BLD 113 -1 FP BE Pri !#62 N32429 P20845 MEMBAR Loop_exit !#62 N32430 P20846 MEMBAR Loop_entry Loop_exit !#62 N32431 P20846 MEMBAR Loop_entry Loop_exit !#62 N32432 P20847 MEMBAR Loop_entry !#62 N32433 P20848 BLD 357 -1 FP BE Pri !#62 N32434 P20849 MEMBAR Loop_exit !#62 N32435 P20847 MEMBAR Loop_entry !#62 N32436 P20848 BLD 357 -1 FP BE Pri !#62 N32437 P20849 MEMBAR Loop_exit !#62 N32438 P20850 MEMBAR Loop_entry !#62 N32439 P20851 BLD 227 -1 FP BE Pri !#62 N32440 P20852 MEMBAR Loop_exit !#62 N32441 P20850 MEMBAR Loop_entry !#62 N32442 P20851 BLD 227 -1 FP BE Pri !#62 N32443 P20852 MEMBAR Loop_exit !#62 N32444 P20853 MEMBAR Loop_entry !#62 N32445 P20854 BLD 159 -1 FP BE Pri !#62 N32446 P20855 MEMBAR Loop_exit !#62 N32447 P20853 MEMBAR Loop_entry !#62 N32448 P20854 BLD 159 -1 FP BE Pri !#62 N32449 P20855 MEMBAR Loop_exit !#62 N32450 P20856 MEMBAR Loop_entry !#62 N32451 P20857 BLD 32 -1 FP BE Pri !#62 N32452 P20857 BLD 33 -1 FP BE Pri !#62 N32453 P20858 MEMBAR Loop_exit !#62 N32454 P20859 MEMBAR Loop_entry !#62 N32455 P20860 BLD 347 -1 FP BE Pri !#62 N32456 P20861 MEMBAR Loop_exit !#62 N32457 P20862 MEMBAR Loop_entry !#62 N32458 P20863 BLD 305 -1 FP BE Pri !#62 N32459 P20864 MEMBAR Loop_exit !#62 N32460 P20862 MEMBAR Loop_entry !#62 N32461 P20863 BLD 305 -1 FP BE Pri !#62 N32462 P20864 MEMBAR Loop_exit !#62 N32463 P20865 MEMBAR Loop_entry !#62 N32464 P20866 BLD 41 -1 FP BE Pri !#62 N32465 P20867 MEMBAR Loop_exit !#62 N32466 P20868 MEMBAR Loop_entry !#62 N32467 P20869 BLD 31 -1 FP BE Pri !#62 N32468 P20870 MEMBAR Loop_exit !#62 N32469 P20868 MEMBAR Loop_entry !#62 N32470 P20869 BLD 31 -1 FP BE Pri !#62 N32471 P20870 MEMBAR Loop_exit !#62 N32472 P20871 MEMBAR Loop_entry !#62 N32473 P20872 BLD 262 -1 FP BE Pri !#62 N32474 P20873 MEMBAR Loop_exit !#62 N32475 P20874 MEMBAR Loop_entry !#62 N32476 P20875 BLD 102 -1 FP BE Pri !#62 N32477 P20875 BLD 103 -1 FP BE Pri !#62 N32478 P20875 BLD 104 -1 FP BE Pri !#62 N32479 P20876 MEMBAR Loop_exit !#62 N32480 P20874 MEMBAR Loop_entry !#62 N32481 P20875 BLD 102 -1 FP BE Pri !#62 N32482 P20875 BLD 103 -1 FP BE Pri !#62 N32483 P20875 BLD 104 -1 FP BE Pri !#62 N32484 P20876 MEMBAR Loop_exit !#62 N32485 P20877 IDC_FLIP 1 Int BE Pri Loop_entry !#62 N32486 P20878 MEMBAR !#62 N32487 P20879 BLD 330 -1 FP BE Pri !#62 N32488 P20880 MEMBAR Loop_exit !#62 N32489 P20877 IDC_FLIP 1 Int BE Pri Loop_entry !#62 N32490 P20878 MEMBAR !#62 N32491 P20879 BLD 330 -1 FP BE Pri !#62 N32492 P20880 MEMBAR Loop_exit !#62 N32493 P20881 MEMBAR Loop_entry !#62 N32494 P20882 BLD 100 -1 FP BE Pri !#62 N32495 P20883 MEMBAR Loop_exit !#62 N32496 P20884 MEMBAR Loop_entry !#62 N32497 P20885 BLD 194 -1 FP BE Pri !#62 N32498 P20886 MEMBAR Loop_exit !#62 N32499 P20887 PREFETCH 345 Int BE Pri Loop_entry Loop_exit !#62 N32500 P20887 PREFETCH 345 Int BE Pri Loop_entry Loop_exit !#62 N32501 P20888 MEMBAR Loop_entry !#62 N32502 P20889 BLD 187 -1 FP BE Pri !#62 N32503 P20890 MEMBAR Loop_exit !#62 N32504 P20891 MEMBAR Loop_entry !#62 N32505 P20892 BLD 91 -1 FP BE Pri !#62 N32506 P20892 BLD 92 -1 FP BE Pri !#62 N32507 P20892 BLD 93 -1 FP BE Pri !#62 N32508 P20893 MEMBAR Loop_exit !#62 N32509 P20891 MEMBAR Loop_entry !#62 N32510 P20892 BLD 91 -1 FP BE Pri !#62 N32511 P20892 BLD 92 -1 FP BE Pri !#62 N32512 P20892 BLD 93 -1 FP BE Pri !#62 N32513 P20893 MEMBAR Loop_exit !#62 N32514 P20894 MEMBAR Loop_entry !#62 N32515 P20895 BLD 239 -1 FP BE Pri !#62 N32516 P20896 MEMBAR Loop_exit !#62 N32517 P20897 MEMBAR Loop_entry !#62 N32518 P20898 BLD 207 -1 FP BE Pri !#62 N32519 P20899 MEMBAR Loop_exit !#62 N32520 P20900 MEMBAR Loop_entry !#62 N32521 P20901 BLD 77 -1 FP BE Pri !#62 N32522 P20902 MEMBAR Loop_exit !#62 N32523 P20903 MEMBAR Loop_entry !#62 N32524 P20904 BLD 198 -1 FP BE Pri !#62 N32525 P20905 MEMBAR Loop_exit !#62 N32526 P20906 MEMBAR Loop_entry !#62 N32527 P20907 BLD 340 -1 FP BE Pri !#62 N32528 P20908 MEMBAR Loop_exit !#62 N32529 P20906 MEMBAR Loop_entry !#62 N32530 P20907 BLD 340 -1 FP BE Pri !#62 N32531 P20908 MEMBAR Loop_exit !#62 N32532 P20909 MEMBAR Loop_entry !#62 N32533 P20910 BLD 238 -1 FP BE Pri !#62 N32534 P20911 MEMBAR Loop_exit !#62 N32535 P20912 MEMBAR Loop_entry !#62 N32536 P20913 BLD 331 -1 FP BE Pri !#62 N32537 P20913 BLD 332 -1 FP BE Pri !#62 N32538 P20914 MEMBAR Loop_exit !#62 N32539 P20915 MEMBAR Loop_entry !#62 N32540 P20916 BLD 218 -1 FP BE Pri !#62 N32541 P20917 MEMBAR Loop_exit !#62 N32542 P20918 LD 281 -1 Int BE Pri Loop_entry !#62 N32543 P20919 LD 37 -1 Int BE Pri Loop_exit !#62 N32544 P20918 LD 281 -1 Int BE Pri Loop_entry !#62 N32545 P20919 LD 37 -1 Int BE Pri Loop_exit !#62 N32546 P20920 MEMBAR Loop_entry !#62 N32547 P20921 BLD 320 -1 FP BE Pri !#62 N32548 P20922 MEMBAR Loop_exit !#62 N32549 P20923 FLUSHI 195 Int BE Pri Loop_entry !#62 N32550 P20924 MEMBAR !#62 N32551 P20925 BLD 254 -1 FP BE Pri !#62 N32552 P20926 MEMBAR Loop_exit !#62 N32553 P20927 MEMBAR Loop_entry !#62 N32554 P20928 BLD 318 -1 FP BE Pri !#62 N32555 P20929 MEMBAR Loop_exit !#62 N32556 P20930 MEMBAR Loop_entry !#62 N32557 P20931 BLD 138 -1 FP BE Pri !#62 N32558 P20932 MEMBAR Loop_exit !#62 N32559 P20930 MEMBAR Loop_entry !#62 N32560 P20931 BLD 138 -1 FP BE Pri !#62 N32561 P20932 MEMBAR Loop_exit !#62 N32562 P20933 MEMBAR Loop_entry !#62 N32563 P20934 BLD 206 -1 FP BE Pri !#62 N32564 P20935 MEMBAR Loop_exit !#62 N32565 P20936 MEMBAR Loop_entry !#62 N32566 P20937 BLD 262 -1 FP BE Pri !#62 N32567 P20938 MEMBAR Loop_exit !#62 N32568 P20939 MEMBAR Loop_entry !#62 N32569 P20940 BLD 70 -1 FP BE Pri !#62 N32570 P20941 MEMBAR Loop_exit !#62 N32571 P20942 IDC_FLIP 92 Int BE Pri Loop_entry Loop_exit !#62 N32572 P20942 IDC_FLIP 92 Int BE Pri Loop_entry Loop_exit !#62 N32573 P20943 MEMBAR Loop_entry !#62 N32574 P20944 BLD 146 -1 FP BE Pri !#62 N32575 P20945 MEMBAR Loop_exit !#62 N32576 P20943 MEMBAR Loop_entry !#62 N32577 P20944 BLD 146 -1 FP BE Pri !#62 N32578 P20945 MEMBAR Loop_exit !#62 N32579 P20946 IDC_FLIP 175 Int BE Pri Loop_entry !#62 N32580 P20947 MEMBAR !#62 N32581 P20948 BLD 52 -1 FP BE Pri !#62 N32582 P20949 MEMBAR Loop_exit !#62 N32583 P20950 MEMBAR Loop_entry !#62 N32584 P20951 BLD 3 -1 FP BE Pri !#62 N32585 P20952 MEMBAR Loop_exit !#62 N32586 P20950 MEMBAR Loop_entry !#62 N32587 P20951 BLD 3 -1 FP BE Pri !#62 N32588 P20952 MEMBAR Loop_exit !#62 N32589 P20953 MEMBAR Loop_entry !#62 N32590 P20954 BLD 250 -1 FP BE Pri !#62 N32591 P20955 MEMBAR Loop_exit !#62 N32592 P20953 MEMBAR Loop_entry !#62 N32593 P20954 BLD 250 -1 FP BE Pri !#62 N32594 P20955 MEMBAR Loop_exit !#62 N32595 P20956 MEMBAR Loop_entry !#62 N32596 P20957 BLD 189 -1 FP BE Pri !#62 N32597 P20958 MEMBAR Loop_exit !#62 N32598 P20956 MEMBAR Loop_entry !#62 N32599 P20957 BLD 189 -1 FP BE Pri !#62 N32600 P20958 MEMBAR Loop_exit !#62 N32601 P20959 MEMBAR Loop_entry !#62 N32602 P20960 BLD 129 -1 FP BE Pri !#62 N32603 P20961 MEMBAR Loop_exit !#62 N32604 P20962 MEMBAR Loop_entry !#62 N32605 P20963 BLD 177 -1 FP BE Pri !#62 N32606 P20964 MEMBAR Loop_exit !#62 N32607 P20965 MEMBAR Loop_entry !#62 N32608 P20966 BLD 200 -1 FP BE Pri !#62 N32609 P20967 MEMBAR Loop_exit !#62 N32610 P20968 MEMBAR Loop_entry !#62 N32611 P20969 BLD 302 -1 FP BE Pri !#62 N32612 P20970 MEMBAR Loop_exit !#62 N32613 P20968 MEMBAR Loop_entry !#62 N32614 P20969 BLD 302 -1 FP BE Pri !#62 N32615 P20970 MEMBAR Loop_exit !#62 N32616 P20971 MEMBAR Loop_entry !#62 N32617 P20972 BLD 124 -1 FP BE Pri !#62 N32618 P20972 BLD 125 -1 FP BE Pri !#62 N32619 P20972 BLD 126 -1 FP BE Pri !#62 N32620 P20973 MEMBAR Loop_exit !#62 N32621 P20971 MEMBAR Loop_entry !#62 N32622 P20972 BLD 124 -1 FP BE Pri !#62 N32623 P20972 BLD 125 -1 FP BE Pri !#62 N32624 P20972 BLD 126 -1 FP BE Pri !#62 N32625 P20973 MEMBAR Loop_exit !#62 N32626 P20974 MEMBAR Loop_entry !#62 N32627 P20975 BLD 114 -1 FP BE Pri !#62 N32628 P20976 MEMBAR Loop_exit !#62 N32629 P20974 MEMBAR Loop_entry !#62 N32630 P20975 BLD 114 -1 FP BE Pri !#62 N32631 P20976 MEMBAR Loop_exit !#62 N32632 P20977 MEMBAR Loop_entry !#62 N32633 P20978 BLD 333 -1 FP BE Pri !#62 N32634 P20979 MEMBAR Loop_exit !#62 N32635 P20977 MEMBAR Loop_entry !#62 N32636 P20978 BLD 333 -1 FP BE Pri !#62 N32637 P20979 MEMBAR Loop_exit !#62 N32638 P20980 MEMBAR Loop_entry !#62 N32639 P20981 BLD 336 -1 FP BE Pri !#62 N32640 P20982 MEMBAR Loop_exit !#62 N32641 P20983 MEMBAR Loop_entry !#62 N32642 P20984 BLD 276 -1 FP BE Pri !#62 N32643 P20985 MEMBAR Loop_exit !#62 N32644 P20986 MEMBAR Loop_entry !#62 N32645 P20987 BLD 247 -1 FP BE Pri !#62 N32646 P20988 MEMBAR Loop_exit !#62 N32647 P20989 IDC_FLIP 200 Int BE Pri Loop_entry !#62 N32648 P20990 MEMBAR !#62 N32649 P20991 BLD 260 -1 FP BE Pri !#62 N32650 P20992 MEMBAR Loop_exit !#62 N32651 P20989 IDC_FLIP 200 Int BE Pri Loop_entry !#62 N32652 P20990 MEMBAR !#62 N32653 P20991 BLD 260 -1 FP BE Pri !#62 N32654 P20992 MEMBAR Loop_exit !#62 N32655 P20993 LD 245 -1 Int BE Pri Loop_entry !#62 N32656 P20994 MEMBAR !#62 N32657 P20995 BLD 21 -1 FP BE Pri !#62 N32658 P20996 MEMBAR !#62 N32659 P20997 LD 39 -1 Int BE Pri Loop_exit !#62 N32660 P20993 LD 245 -1 Int BE Pri Loop_entry !#62 N32661 P20994 MEMBAR !#62 N32662 P20995 BLD 21 -1 FP BE Pri !#62 N32663 P20996 MEMBAR !#62 N32664 P20997 LD 39 -1 Int BE Pri Loop_exit !#62 N32665 P20998 MEMBAR Loop_entry !#62 N32666 P20999 BLD 236 -1 FP BE Pri !#62 N32667 P21000 MEMBAR Loop_exit !#62 N32668 P21001 MEMBAR Loop_entry !#62 N32669 P21002 BLD 316 -1 FP BE Pri !#62 N32670 P21003 MEMBAR Loop_exit !#62 N32671 P21001 MEMBAR Loop_entry !#62 N32672 P21002 BLD 316 -1 FP BE Pri !#62 N32673 P21003 MEMBAR Loop_exit !#62 N32674 P21004 MEMBAR Loop_entry !#62 N32675 P21005 BLD 278 -1 FP BE Pri !#62 N32676 P21006 MEMBAR Loop_exit !#62 N32677 P21004 MEMBAR Loop_entry !#62 N32678 P21005 BLD 278 -1 FP BE Pri !#62 N32679 P21006 MEMBAR Loop_exit !#62 N32680 P21007 MEMBAR Loop_entry !#62 N32681 P21008 BLD 145 -1 FP BE Pri !#62 N32682 P21009 MEMBAR Loop_exit !#62 N32683 P21010 MEMBAR Loop_entry !#62 N32684 P21011 BLD 6 -1 FP BE Pri !#62 N32685 P21011 BLD 7 -1 FP BE Pri !#62 N32686 P21012 MEMBAR Loop_exit !#62 N32687 P21010 MEMBAR Loop_entry !#62 N32688 P21011 BLD 6 -1 FP BE Pri !#62 N32689 P21011 BLD 7 -1 FP BE Pri !#62 N32690 P21012 MEMBAR Loop_exit !#62 N32691 P21013 MEMBAR Loop_entry !#62 N32692 P21014 BLD 37 -1 FP BE Pri !#62 N32693 P21015 MEMBAR Loop_exit !#62 N32694 P21013 MEMBAR Loop_entry !#62 N32695 P21014 BLD 37 -1 FP BE Pri !#62 N32696 P21015 MEMBAR Loop_exit !#62 N32697 P21016 ST 247 0x2b000001 FP BE Pri Loop_entry Loop_exit !#62 N32698 P21016 ST 247 0x2b000002 FP BE Pri Loop_entry Loop_exit !#62 N32699 P21017 MEMBAR Loop_entry !#62 N32700 P21018 BLD 54 -1 FP BE Pri !#62 N32701 P21019 MEMBAR Loop_exit !#62 N32702 P21017 MEMBAR Loop_entry !#62 N32703 P21018 BLD 54 -1 FP BE Pri !#62 N32704 P21019 MEMBAR Loop_exit !#62 N32705 P21020 MEMBAR Loop_entry !#62 N32706 P21021 BLD 78 -1 FP BE Pri !#62 N32707 P21022 MEMBAR Loop_exit !#62 N32708 P21023 MEMBAR Loop_entry !#62 N32709 P21024 BLD 145 -1 FP BE Pri !#62 N32710 P21025 MEMBAR Loop_exit !#62 N32711 P21023 MEMBAR Loop_entry !#62 N32712 P21024 BLD 145 -1 FP BE Pri !#62 N32713 P21025 MEMBAR Loop_exit !#62 N32714 P21026 MEMBAR Loop_entry !#62 N32715 P21027 BLD 281 -1 FP BE Pri !#62 N32716 P21028 MEMBAR Loop_exit !#62 N32717 P21026 MEMBAR Loop_entry !#62 N32718 P21027 BLD 281 -1 FP BE Pri !#62 N32719 P21028 MEMBAR Loop_exit !#62 N32720 P21029 MEMBAR Loop_entry !#62 N32721 P21030 BLD 319 -1 FP BE Pri !#62 N32722 P21031 MEMBAR Loop_exit !#62 N32723 P21032 MEMBAR Loop_entry !#62 N32724 P21033 BLD 122 -1 FP BE Pri !#62 N32725 P21034 MEMBAR Loop_exit !#62 N32726 P21032 MEMBAR Loop_entry !#62 N32727 P21033 BLD 122 -1 FP BE Pri !#62 N32728 P21034 MEMBAR Loop_exit !#62 N32729 P21035 MEMBAR Loop_entry !#62 N32730 P21036 BLD 69 -1 FP BE Pri !#62 N32731 P21037 MEMBAR Loop_exit !#62 N32732 P21038 MEMBAR Loop_entry !#62 N32733 P21039 BLD 139 -1 FP BE Pri !#62 N32734 P21040 MEMBAR Loop_exit !#62 N32735 P21041 MEMBAR Loop_entry Loop_exit !#62 N32736 P21042 MEMBAR Loop_entry !#62 N32737 P21043 BLD 238 -1 FP BE Pri !#62 N32738 P21044 MEMBAR Loop_exit !#62 N32739 P21042 MEMBAR Loop_entry !#62 N32740 P21043 BLD 238 -1 FP BE Pri !#62 N32741 P21044 MEMBAR Loop_exit !#62 N32742 P21045 MEMBAR Loop_entry !#62 N32743 P21046 BLD 246 -1 FP BE Pri !#62 N32744 P21047 MEMBAR Loop_exit !#62 N32745 P21048 PREFETCH 17 NF Int BE Pri Loop_entry Loop_exit !#62 N32746 P21049 MEMBAR Loop_entry !#62 N32747 P21050 BLD 176 -1 FP BE Pri !#62 N32748 P21051 MEMBAR Loop_exit !#62 N32749 P21052 MEMBAR Loop_entry !#62 N32750 P21053 BLD 44 -1 FP BE Pri !#62 N32751 P21054 MEMBAR Loop_exit !#62 N32752 P21052 MEMBAR Loop_entry !#62 N32753 P21053 BLD 44 -1 FP BE Pri !#62 N32754 P21054 MEMBAR Loop_exit !#62 N32755 P21055 MEMBAR Loop_entry !#62 N32756 P21056 BLD 38 -1 FP BE Pri !#62 N32757 P21057 MEMBAR Loop_exit !#62 N32758 P21055 MEMBAR Loop_entry !#62 N32759 P21056 BLD 38 -1 FP BE Pri !#62 N32760 P21057 MEMBAR Loop_exit !#62 N32761 P21058 MEMBAR Loop_entry !#62 N32762 P21059 BLD 190 -1 FP BE Pri !#62 N32763 P21060 MEMBAR Loop_exit !#62 N32764 P21058 MEMBAR Loop_entry !#62 N32765 P21059 BLD 190 -1 FP BE Pri !#62 N32766 P21060 MEMBAR Loop_exit !#62 N32767 P21061 MEMBAR Loop_entry !#62 N32768 P21062 BLD 328 -1 FP BE Pri !#62 N32769 P21063 MEMBAR Loop_exit !#62 N32770 P21061 MEMBAR Loop_entry !#62 N32771 P21062 BLD 328 -1 FP BE Pri !#62 N32772 P21063 MEMBAR Loop_exit !#62 N32773 P21064 MEMBAR Loop_entry !#62 N32774 P21065 BLD 16 -1 FP BE Pri !#62 N32775 P21066 MEMBAR Loop_exit !#62 N32776 P21064 MEMBAR Loop_entry !#62 N32777 P21065 BLD 16 -1 FP BE Pri !#62 N32778 P21066 MEMBAR Loop_exit !#62 N32779 P21067 MEMBAR Loop_entry !#62 N32780 P21068 BLD 85 -1 FP BE Pri !#62 N32781 P21069 MEMBAR Loop_exit !#62 N32782 P21070 MEMBAR Loop_entry Loop_exit !#62 N32783 P21070 MEMBAR Loop_entry Loop_exit !#62 N32784 P21071 MEMBAR Loop_entry !#62 N32785 P21072 BLD 316 -1 FP BE Pri !#62 N32786 P21073 MEMBAR Loop_exit !#62 N32787 P21071 MEMBAR Loop_entry !#62 N32788 P21072 BLD 316 -1 FP BE Pri !#62 N32789 P21073 MEMBAR Loop_exit !#62 N32790 P21074 MEMBAR Loop_entry !#62 N32791 P21075 BLD 145 -1 FP BE Pri !#62 N32792 P21076 MEMBAR Loop_exit !#62 N32793 P21077 MEMBAR Loop_entry !#62 N32794 P21078 BLD 278 -1 FP BE Pri !#62 N32795 P21079 MEMBAR Loop_exit !#62 N32796 P21080 MEMBAR Loop_entry !#62 N32797 P21081 BLD 79 -1 FP BE Pri !#62 N32798 P21082 MEMBAR Loop_exit !#62 N32799 P21083 MEMBAR Loop_entry !#62 N32800 P21084 BLD 106 -1 FP BE Pri !#62 N32801 P21085 MEMBAR Loop_exit !#62 N32802 P21086 MEMBAR Loop_entry !#62 N32803 P21087 BLD 31 -1 FP BE Pri !#62 N32804 P21088 MEMBAR Loop_exit !#62 N32805 P21089 MEMBAR Loop_entry !#62 N32806 P21090 BLD 198 -1 FP BE Pri !#62 N32807 P21091 MEMBAR Loop_exit !#62 N32808 P21089 MEMBAR Loop_entry !#62 N32809 P21090 BLD 198 -1 FP BE Pri !#62 N32810 P21091 MEMBAR Loop_exit !#62 N32811 P21092 PREFETCH 137 Int BE Pri Loop_entry Loop_exit !#62 N32812 P21092 PREFETCH 137 Int BE Pri Loop_entry Loop_exit !#62 N32813 P21093 MEMBAR Loop_entry !#62 N32814 P21094 BLD 6 -1 FP BE Pri !#62 N32815 P21094 BLD 7 -1 FP BE Pri !#62 N32816 P21095 MEMBAR Loop_exit !#62 N32817 P21096 MEMBAR Loop_entry !#62 N32818 P21097 BLD 137 -1 FP BE Pri !#62 N32819 P21098 MEMBAR Loop_exit !#62 N32820 P21099 MEMBAR Loop_entry !#62 N32821 P21100 BLD 335 -1 FP BE Pri !#62 N32822 P21101 MEMBAR Loop_exit !#62 N32823 P21099 MEMBAR Loop_entry !#62 N32824 P21100 BLD 335 -1 FP BE Pri !#62 N32825 P21101 MEMBAR Loop_exit !#62 N32826 P21102 MEMBAR Loop_entry !#62 N32827 P21103 BLD 331 -1 FP BE Pri !#62 N32828 P21103 BLD 332 -1 FP BE Pri !#62 N32829 P21104 MEMBAR Loop_exit !#62 N32830 P21105 LD 333 -1 Int BE Pri Loop_entry !#62 N32831 P21106 IDC_FLIP 163 Int BE Pri !#62 N32832 P21107 LD 58 -1 Int BE Pri Loop_exit !#62 N32833 P21108 MEMBAR Loop_entry !#62 N32834 P21109 BLD 32 -1 FP BE Pri !#62 N32835 P21109 BLD 33 -1 FP BE Pri !#62 N32836 P21110 MEMBAR Loop_exit !#62 N32837 P21111 MEMBAR Loop_entry !#62 N32838 P21112 BLD 257 -1 FP BE Pri !#62 N32839 P21113 MEMBAR Loop_exit !#62 N32840 P21111 MEMBAR Loop_entry !#62 N32841 P21112 BLD 257 -1 FP BE Pri !#62 N32842 P21113 MEMBAR Loop_exit !#62 N32843 P21114 MEMBAR Loop_entry !#62 N32844 P21115 BLD 1 -1 FP BE Pri !#62 N32845 P21116 MEMBAR Loop_exit !#62 N32846 P21117 MEMBAR Loop_entry !#62 N32847 P21118 BLD 210 -1 FP BE Pri !#62 N32848 P21119 MEMBAR Loop_exit !#62 N32849 P21117 MEMBAR Loop_entry !#62 N32850 P21118 BLD 210 -1 FP BE Pri !#62 N32851 P21119 MEMBAR Loop_exit !#62 N32852 P21120 MEMBAR Loop_entry !#62 N32853 P21121 BLD 318 -1 FP BE Pri !#62 N32854 P21122 MEMBAR Loop_exit !#62 N32855 P21120 MEMBAR Loop_entry !#62 N32856 P21121 BLD 318 -1 FP BE Pri !#62 N32857 P21122 MEMBAR Loop_exit !#62 N32858 P21123 MEMBAR Loop_entry !#62 N32859 P21124 BLD 240 -1 FP BE Pri !#62 N32860 P21125 MEMBAR Loop_exit !#62 N32861 P21126 MEMBAR Loop_entry !#62 N32862 P21127 BLD 255 -1 FP BE Pri !#62 N32863 P21128 MEMBAR Loop_exit !#62 N32864 P21129 MEMBAR Loop_entry !#62 N32865 P21130 BLD 111 -1 FP BE Pri !#62 N32866 P21130 BLD 112 -1 FP BE Pri !#62 N32867 P21130 BLD 113 -1 FP BE Pri !#62 N32868 P21131 MEMBAR Loop_exit !#62 N32869 P21132 MEMBAR Loop_entry !#62 N32870 P21133 BLD 98 -1 FP BE Pri !#62 N32871 P21133 BLD 99 -1 FP BE Pri !#62 N32872 P21134 MEMBAR Loop_exit !#62 N32873 P21135 MEMBAR Loop_entry !#62 N32874 P21136 BLD 54 -1 FP BE Pri !#62 N32875 P21137 MEMBAR Loop_exit !#62 N32876 P21135 MEMBAR Loop_entry !#62 N32877 P21136 BLD 54 -1 FP BE Pri !#62 N32878 P21137 MEMBAR Loop_exit !#62 N32879 P21138 MEMBAR Loop_entry !#62 N32880 P21139 BLD 94 -1 FP BE Pri !#62 N32881 P21139 BLD 95 -1 FP BE Pri !#62 N32882 P21140 MEMBAR Loop_exit !#62 N32883 P21141 MEMBAR Loop_entry !#62 N32884 P21142 BLD 60 -1 FP BE Pri !#62 N32885 P21143 MEMBAR Loop_exit !#62 N32886 P21141 MEMBAR Loop_entry !#62 N32887 P21142 BLD 60 -1 FP BE Pri !#62 N32888 P21143 MEMBAR Loop_exit !#62 N32889 P21144 IDC_FLIP 331 Int BE Pri Loop_entry !#62 N32890 P21145 MEMBAR !#62 N32891 P21146 BLD 4 -1 FP BE Pri !#62 N32892 P21147 MEMBAR Loop_exit !#62 N32893 P21144 IDC_FLIP 331 Int BE Pri Loop_entry !#62 N32894 P21145 MEMBAR !#62 N32895 P21146 BLD 4 -1 FP BE Pri !#62 N32896 P21147 MEMBAR Loop_exit !#62 N32897 P21148 MEMBAR Loop_entry !#62 N32898 P21149 BLD 280 -1 FP BE Pri !#62 N32899 P21150 MEMBAR Loop_exit !#62 N32900 P21148 MEMBAR Loop_entry !#62 N32901 P21149 BLD 280 -1 FP BE Pri !#62 N32902 P21150 MEMBAR Loop_exit !#62 N32903 P21151 LD 41 -1 Int BE Pri Loop_entry !#62 N32904 P21152 LD 156 -1 Int BE Pri Loop_exit !#62 N32905 P21151 LD 41 -1 Int BE Pri Loop_entry !#62 N32906 P21152 LD 156 -1 Int BE Pri Loop_exit !#62 N32907 P21153 IDC_FLIP 233 Int BE Pri Loop_entry !#62 N32908 P21154 MEMBAR !#62 N32909 P21155 BLD 209 -1 FP BE Pri !#62 N32910 P21156 MEMBAR Loop_exit !#62 N32911 P21157 MEMBAR Loop_entry !#62 N32912 P21158 BLD 22 -1 FP BE Pri !#62 N32913 P21159 MEMBAR Loop_exit !#62 N32914 P21157 MEMBAR Loop_entry !#62 N32915 P21158 BLD 22 -1 FP BE Pri !#62 N32916 P21159 MEMBAR Loop_exit !#62 N32917 P21160 ST 296 0x2b000003 FP BE Pri Loop_entry Loop_exit !#62 N32918 P21160 ST 296 0x2b000004 FP BE Pri Loop_entry Loop_exit !#62 N32919 P21161 MEMBAR Loop_entry !#62 N32920 P21162 BLD 259 -1 FP BE Pri !#62 N32921 P21163 MEMBAR Loop_exit !#62 N32922 P21161 MEMBAR Loop_entry !#62 N32923 P21162 BLD 259 -1 FP BE Pri !#62 N32924 P21163 MEMBAR Loop_exit !#62 N32925 P21164 MEMBAR Loop_entry !#62 N32926 P21165 BLD 9 -1 FP BE Pri !#62 N32927 P21166 MEMBAR Loop_exit !#62 N32928 P21164 MEMBAR Loop_entry !#62 N32929 P21165 BLD 9 -1 FP BE Pri !#62 N32930 P21166 MEMBAR Loop_exit !#62 N32931 P21167 MEMBAR Loop_entry !#62 N32932 P21168 BLD 149 -1 FP BE Pri !#62 N32933 P21169 MEMBAR Loop_exit !#62 N32934 P21167 MEMBAR Loop_entry !#62 N32935 P21168 BLD 149 -1 FP BE Pri !#62 N32936 P21169 MEMBAR Loop_exit !#62 N32937 P21170 MEMBAR Loop_entry !#62 N32938 P21171 BLD 170 -1 FP BE Pri !#62 N32939 P21172 MEMBAR Loop_exit !#62 N32940 P21170 MEMBAR Loop_entry !#62 N32941 P21171 BLD 170 -1 FP BE Pri !#62 N32942 P21172 MEMBAR Loop_exit !#62 N32943 P21173 MEMBAR !#63 N32944 P21174 ST 6 0x9f800001 Int BE Pri Loop_entry !#63 N32945 P21175 MEMBAR !#63 N32946 P21176 BLD 201 -1 FP BE Pri !#63 N32947 P21177 MEMBAR Loop_exit !#63 N32948 P21174 ST 6 0x9f800002 Int BE Pri Loop_entry !#63 N32949 P21175 MEMBAR !#63 N32950 P21176 BLD 201 -1 FP BE Pri !#63 N32951 P21177 MEMBAR Loop_exit !#63 N32952 P21178 PREFETCH 313 NF Int BE Pri Loop_entry !#63 N32953 P21179 MEMBAR !#63 N32954 P21180 BLD 51 -1 FP BE Pri !#63 N32955 P21181 MEMBAR Loop_exit !#63 N32956 P21182 MEMBAR Loop_entry !#63 N32957 P21183 BLD 45 -1 FP BE Pri !#63 N32958 P21184 MEMBAR Loop_exit !#63 N32959 P21182 MEMBAR Loop_entry !#63 N32960 P21183 BLD 45 -1 FP BE Pri !#63 N32961 P21184 MEMBAR Loop_exit !#63 N32962 P21185 MEMBAR Loop_entry !#63 N32963 P21186 BLD 168 -1 FP BE Pri !#63 N32964 P21187 MEMBAR Loop_exit !#63 N32965 P21185 MEMBAR Loop_entry !#63 N32966 P21186 BLD 168 -1 FP BE Pri !#63 N32967 P21187 MEMBAR Loop_exit !#63 N32968 P21188 MEMBAR Loop_entry !#63 N32969 P21189 BLD 11 -1 FP BE Pri !#63 N32970 P21189 BLD 12 -1 FP BE Pri !#63 N32971 P21190 MEMBAR Loop_exit !#63 N32972 P21191 MEMBAR Loop_entry !#63 N32973 P21192 BLD 58 -1 FP BE Pri !#63 N32974 P21193 MEMBAR Loop_exit !#63 N32975 P21194 PREFETCH 327 Int BE Pri Loop_entry Loop_exit !#63 N32976 P21194 PREFETCH 327 Int BE Pri Loop_entry Loop_exit !#63 N32977 P21195 MEMBAR Loop_entry !#63 N32978 P21196 BLD 98 -1 FP BE Pri !#63 N32979 P21196 BLD 99 -1 FP BE Pri !#63 N32980 P21197 MEMBAR Loop_exit !#63 N32981 P21195 MEMBAR Loop_entry !#63 N32982 P21196 BLD 98 -1 FP BE Pri !#63 N32983 P21196 BLD 99 -1 FP BE Pri !#63 N32984 P21197 MEMBAR Loop_exit !#63 N32985 P21198 MEMBAR Loop_entry !#63 N32986 P21199 BLD 293 -1 FP BE Pri !#63 N32987 P21200 MEMBAR Loop_exit !#63 N32988 P21198 MEMBAR Loop_entry !#63 N32989 P21199 BLD 293 -1 FP BE Pri !#63 N32990 P21200 MEMBAR Loop_exit !#63 N32991 P21201 MEMBAR Loop_entry !#63 N32992 P21202 BLD 258 -1 FP BE Pri !#63 N32993 P21203 MEMBAR Loop_exit !#63 N32994 P21201 MEMBAR Loop_entry !#63 N32995 P21202 BLD 258 -1 FP BE Pri !#63 N32996 P21203 MEMBAR Loop_exit !#63 N32997 P21204 MEMBAR Loop_entry !#63 N32998 P21205 BLD 156 -1 FP BE Pri !#63 N32999 P21206 MEMBAR Loop_exit !#63 N33000 P21204 MEMBAR Loop_entry !#63 N33001 P21205 BLD 156 -1 FP BE Pri !#63 N33002 P21206 MEMBAR Loop_exit !#63 N33003 P21207 MEMBAR Loop_entry !#63 N33004 P21208 BLD 266 -1 FP BE Pri !#63 N33005 P21209 MEMBAR Loop_exit !#63 N33006 P21210 MEMBAR Loop_entry !#63 N33007 P21211 BLD 337 -1 FP BE Pri !#63 N33008 P21212 MEMBAR Loop_exit !#63 N33009 P21210 MEMBAR Loop_entry !#63 N33010 P21211 BLD 337 -1 FP BE Pri !#63 N33011 P21212 MEMBAR Loop_exit !#63 N33012 P21213 MEMBAR Loop_entry !#63 N33013 P21214 BLD 49 -1 FP BE Pri !#63 N33014 P21215 MEMBAR Loop_exit !#63 N33015 P21213 MEMBAR Loop_entry !#63 N33016 P21214 BLD 49 -1 FP BE Pri !#63 N33017 P21215 MEMBAR Loop_exit !#63 N33018 P21216 MEMBAR Loop_entry !#63 N33019 P21217 BLD 173 -1 FP BE Pri !#63 N33020 P21218 MEMBAR Loop_exit !#63 N33021 P21216 MEMBAR Loop_entry !#63 N33022 P21217 BLD 173 -1 FP BE Pri !#63 N33023 P21218 MEMBAR Loop_exit !#63 N33024 P21219 PREFETCH 56 Int BE Pri Loop_entry Loop_exit !#63 N33025 P21219 PREFETCH 56 Int BE Pri Loop_entry Loop_exit !#63 N33026 P21220 IDC_FLIP 294 Int BE Pri Loop_entry Loop_exit !#63 N33027 P21221 MEMBAR Loop_entry !#63 N33028 P21222 BLD 215 -1 FP BE Pri !#63 N33029 P21222 BLD 216 -1 FP BE Pri !#63 N33030 P21223 MEMBAR Loop_exit !#63 N33031 P21224 MEMBAR Loop_entry !#63 N33032 P21225 BLD 91 -1 FP BE Pri !#63 N33033 P21225 BLD 92 -1 FP BE Pri !#63 N33034 P21225 BLD 93 -1 FP BE Pri !#63 N33035 P21226 MEMBAR Loop_exit !#63 N33036 P21224 MEMBAR Loop_entry !#63 N33037 P21225 BLD 91 -1 FP BE Pri !#63 N33038 P21225 BLD 92 -1 FP BE Pri !#63 N33039 P21225 BLD 93 -1 FP BE Pri !#63 N33040 P21226 MEMBAR Loop_exit !#63 N33041 P21227 MEMBAR Loop_entry !#63 N33042 P21228 BLD 202 -1 FP BE Pri !#63 N33043 P21229 MEMBAR Loop_exit !#63 N33044 P21227 MEMBAR Loop_entry !#63 N33045 P21228 BLD 202 -1 FP BE Pri !#63 N33046 P21229 MEMBAR Loop_exit !#63 N33047 P21230 MEMBAR Loop_entry !#63 N33048 P21231 BLD 176 -1 FP BE Pri !#63 N33049 P21232 MEMBAR Loop_exit !#63 N33050 P21233 MEMBAR Loop_entry !#63 N33051 P21234 BLD 102 -1 FP BE Pri !#63 N33052 P21234 BLD 103 -1 FP BE Pri !#63 N33053 P21234 BLD 104 -1 FP BE Pri !#63 N33054 P21235 MEMBAR Loop_exit !#63 N33055 P21233 MEMBAR Loop_entry !#63 N33056 P21234 BLD 102 -1 FP BE Pri !#63 N33057 P21234 BLD 103 -1 FP BE Pri !#63 N33058 P21234 BLD 104 -1 FP BE Pri !#63 N33059 P21235 MEMBAR Loop_exit !#63 N33060 P21236 MEMBAR Loop_entry !#63 N33061 P21237 BLD 231 -1 FP BE Pri !#63 N33062 P21238 MEMBAR Loop_exit !#63 N33063 P21236 MEMBAR Loop_entry !#63 N33064 P21237 BLD 231 -1 FP BE Pri !#63 N33065 P21238 MEMBAR Loop_exit !#63 N33066 P21239 MEMBAR Loop_entry !#63 N33067 P21240 BLD 67 -1 FP BE Pri !#63 N33068 P21241 MEMBAR Loop_exit !#63 N33069 P21239 MEMBAR Loop_entry !#63 N33070 P21240 BLD 67 -1 FP BE Pri !#63 N33071 P21241 MEMBAR Loop_exit !#63 N33072 P21242 MEMBAR Loop_entry !#63 N33073 P21243 BLD 294 -1 FP BE Pri !#63 N33074 P21244 MEMBAR Loop_exit !#63 N33075 P21242 MEMBAR Loop_entry !#63 N33076 P21243 BLD 294 -1 FP BE Pri !#63 N33077 P21244 MEMBAR Loop_exit !#63 N33078 P21245 MEMBAR Loop_entry !#63 N33079 P21246 BLD 221 -1 FP BE Pri !#63 N33080 P21247 MEMBAR Loop_exit !#63 N33081 P21245 MEMBAR Loop_entry !#63 N33082 P21246 BLD 221 -1 FP BE Pri !#63 N33083 P21247 MEMBAR Loop_exit !#63 N33084 P21248 PREFETCH 299 Int BE Pri Loop_entry Loop_exit !#63 N33085 P21248 PREFETCH 299 Int BE Pri Loop_entry Loop_exit !#63 N33086 P21249 MEMBAR Loop_entry !#63 N33087 P21250 BLD 346 -1 FP BE Pri !#63 N33088 P21251 MEMBAR Loop_exit !#63 N33089 P21252 MEMBAR Loop_entry !#63 N33090 P21253 BLD 8 -1 FP BE Pri !#63 N33091 P21254 MEMBAR Loop_exit !#63 N33092 P21255 MEMBAR Loop_entry !#63 N33093 P21256 BLD 209 -1 FP BE Pri !#63 N33094 P21257 MEMBAR Loop_exit !#63 N33095 P21255 MEMBAR Loop_entry !#63 N33096 P21256 BLD 209 -1 FP BE Pri !#63 N33097 P21257 MEMBAR Loop_exit !#63 N33098 P21258 MEMBAR Loop_entry !#63 N33099 P21259 BLD 277 -1 FP BE Pri !#63 N33100 P21260 MEMBAR Loop_exit !#63 N33101 P21261 PREFETCH 77 Int BE Pri Loop_entry Loop_exit !#63 N33102 P21261 PREFETCH 77 Int BE Pri Loop_entry Loop_exit !#63 N33103 P21262 IDC_FLIP 131 Int BE Pri Loop_entry !#63 N33104 P21263 MEMBAR !#63 N33105 P21264 BLD 57 -1 FP BE Pri !#63 N33106 P21265 MEMBAR Loop_exit !#63 N33107 P21266 MEMBAR Loop_entry !#63 N33108 P21267 BLD 201 -1 FP BE Pri !#63 N33109 P21268 MEMBAR Loop_exit !#63 N33110 P21269 MEMBAR Loop_entry !#63 N33111 P21270 BLD 62 -1 FP BE Pri !#63 N33112 P21270 BLD 63 -1 FP BE Pri !#63 N33113 P21271 MEMBAR Loop_exit !#63 N33114 P21272 MEMBAR Loop_entry !#63 N33115 P21273 BLD 13 -1 FP BE Pri !#63 N33116 P21274 MEMBAR Loop_exit !#63 N33117 P21275 MEMBAR Loop_entry !#63 N33118 P21276 BLD 6 -1 FP BE Pri !#63 N33119 P21276 BLD 7 -1 FP BE Pri !#63 N33120 P21277 MEMBAR Loop_exit !#63 N33121 P21278 MEMBAR Loop_entry !#63 N33122 P21279 BLD 215 -1 FP BE Pri !#63 N33123 P21279 BLD 216 -1 FP BE Pri !#63 N33124 P21280 MEMBAR Loop_exit !#63 N33125 P21278 MEMBAR Loop_entry !#63 N33126 P21279 BLD 215 -1 FP BE Pri !#63 N33127 P21279 BLD 216 -1 FP BE Pri !#63 N33128 P21280 MEMBAR Loop_exit !#63 N33129 P21281 MEMBAR Loop_entry !#63 N33130 P21282 BLD 1 -1 FP BE Pri !#63 N33131 P21283 MEMBAR Loop_exit !#63 N33132 P21281 MEMBAR Loop_entry !#63 N33133 P21282 BLD 1 -1 FP BE Pri !#63 N33134 P21283 MEMBAR Loop_exit !#63 N33135 P21284 MEMBAR Loop_entry !#63 N33136 P21285 BLD 59 -1 FP BE Pri !#63 N33137 P21286 MEMBAR Loop_exit !#63 N33138 P21284 MEMBAR Loop_entry !#63 N33139 P21285 BLD 59 -1 FP BE Pri !#63 N33140 P21286 MEMBAR Loop_exit !#63 N33141 P21287 MEMBAR Loop_entry !#63 N33142 P21288 BLD 131 -1 FP BE Pri !#63 N33143 P21289 MEMBAR Loop_exit !#63 N33144 P21287 MEMBAR Loop_entry !#63 N33145 P21288 BLD 131 -1 FP BE Pri !#63 N33146 P21289 MEMBAR Loop_exit !#63 N33147 P21290 MEMBAR Loop_entry !#63 N33148 P21291 BLD 22 -1 FP BE Pri !#63 N33149 P21292 MEMBAR Loop_exit !#63 N33150 P21290 MEMBAR Loop_entry !#63 N33151 P21291 BLD 22 -1 FP BE Pri !#63 N33152 P21292 MEMBAR Loop_exit !#63 N33153 P21293 MEMBAR Loop_entry !#63 N33154 P21294 BLD 146 -1 FP BE Pri !#63 N33155 P21295 MEMBAR Loop_exit !#63 N33156 P21296 MEMBAR Loop_entry !#63 N33157 P21297 BLD 325 -1 FP BE Pri !#63 N33158 P21298 MEMBAR Loop_exit !#63 N33159 P21296 MEMBAR Loop_entry !#63 N33160 P21297 BLD 325 -1 FP BE Pri !#63 N33161 P21298 MEMBAR Loop_exit !#63 N33162 P21299 IDC_FLIP 16 Int BE Pri Loop_entry Loop_exit !#63 N33163 P21300 MEMBAR Loop_entry !#63 N33164 P21301 BLD 149 -1 FP BE Pri !#63 N33165 P21302 MEMBAR Loop_exit !#63 N33166 P21300 MEMBAR Loop_entry !#63 N33167 P21301 BLD 149 -1 FP BE Pri !#63 N33168 P21302 MEMBAR Loop_exit !#63 N33169 P21303 MEMBAR Loop_entry !#63 N33170 P21304 BLD 293 -1 FP BE Pri !#63 N33171 P21305 MEMBAR Loop_exit !#63 N33172 P21306 LD 297 -1 Int BE Pri Loop_entry !#63 N33173 P21307 MEMBAR !#63 N33174 P21308 BLD 111 -1 FP BE Pri !#63 N33175 P21308 BLD 112 -1 FP BE Pri !#63 N33176 P21308 BLD 113 -1 FP BE Pri !#63 N33177 P21309 MEMBAR !#63 N33178 P21310 LD 305 -1 Int BE Pri Loop_exit !#63 N33179 P21306 LD 297 -1 Int BE Pri Loop_entry !#63 N33180 P21307 MEMBAR !#63 N33181 P21308 BLD 111 -1 FP BE Pri !#63 N33182 P21308 BLD 112 -1 FP BE Pri !#63 N33183 P21308 BLD 113 -1 FP BE Pri !#63 N33184 P21309 MEMBAR !#63 N33185 P21310 LD 305 -1 Int BE Pri Loop_exit !#63 N33186 P21311 MEMBAR Loop_entry !#63 N33187 P21312 BLD 106 -1 FP BE Pri !#63 N33188 P21313 MEMBAR Loop_exit !#63 N33189 P21314 MEMBAR Loop_entry !#63 N33190 P21315 BLD 117 -1 FP BE Pri !#63 N33191 P21316 MEMBAR Loop_exit !#63 N33192 P21314 MEMBAR Loop_entry !#63 N33193 P21315 BLD 117 -1 FP BE Pri !#63 N33194 P21316 MEMBAR Loop_exit !#63 N33195 P21317 MEMBAR Loop_entry !#63 N33196 P21318 BLD 287 -1 FP BE Pri !#63 N33197 P21319 MEMBAR Loop_exit !#63 N33198 P21320 MEMBAR Loop_entry !#63 N33199 P21321 BLD 337 -1 FP BE Pri !#63 N33200 P21322 MEMBAR Loop_exit !#63 N33201 P21323 MEMBAR Loop_entry !#63 N33202 P21324 BLD 67 -1 FP BE Pri !#63 N33203 P21325 MEMBAR Loop_exit !#63 N33204 P21323 MEMBAR Loop_entry !#63 N33205 P21324 BLD 67 -1 FP BE Pri !#63 N33206 P21325 MEMBAR Loop_exit !#63 N33207 P21326 MEMBAR Loop_entry !#63 N33208 P21327 BLD 129 -1 FP BE Pri !#63 N33209 P21328 MEMBAR Loop_exit !#63 N33210 P21329 MEMBAR Loop_entry !#63 N33211 P21330 BLD 60 -1 FP BE Pri !#63 N33212 P21331 MEMBAR Loop_exit !#63 N33213 P21329 MEMBAR Loop_entry !#63 N33214 P21330 BLD 60 -1 FP BE Pri !#63 N33215 P21331 MEMBAR Loop_exit !#63 N33216 P21332 MEMBAR Loop_entry !#63 N33217 P21333 BLD 282 -1 FP BE Pri !#63 N33218 P21334 MEMBAR Loop_exit !#63 N33219 P21332 MEMBAR Loop_entry !#63 N33220 P21333 BLD 282 -1 FP BE Pri !#63 N33221 P21334 MEMBAR Loop_exit !#63 N33222 P21335 MEMBAR Loop_entry !#63 N33223 P21336 BLD 187 -1 FP BE Pri !#63 N33224 P21337 MEMBAR Loop_exit !#63 N33225 P21338 MEMBAR Loop_entry !#63 N33226 P21339 BLD 42 -1 FP BE Pri !#63 N33227 P21340 MEMBAR Loop_exit !#63 N33228 P21341 MEMBAR Loop_entry !#63 N33229 P21342 BLD 32 -1 FP BE Pri !#63 N33230 P21342 BLD 33 -1 FP BE Pri !#63 N33231 P21343 MEMBAR Loop_exit !#63 N33232 P21341 MEMBAR Loop_entry !#63 N33233 P21342 BLD 32 -1 FP BE Pri !#63 N33234 P21342 BLD 33 -1 FP BE Pri !#63 N33235 P21343 MEMBAR Loop_exit !#63 N33236 P21344 MEMBAR Loop_entry !#63 N33237 P21345 BLD 36 -1 FP BE Pri !#63 N33238 P21346 MEMBAR Loop_exit !#63 N33239 P21347 MEMBAR Loop_entry !#63 N33240 P21348 BLD 166 -1 FP BE Pri !#63 N33241 P21349 MEMBAR Loop_exit !#63 N33242 P21350 MEMBAR Loop_entry !#63 N33243 P21351 BLD 264 -1 FP BE Pri !#63 N33244 P21352 MEMBAR Loop_exit !#63 N33245 P21350 MEMBAR Loop_entry !#63 N33246 P21351 BLD 264 -1 FP BE Pri !#63 N33247 P21352 MEMBAR Loop_exit !#63 N33248 P21353 MEMBAR Loop_entry !#63 N33249 P21354 BLD 151 -1 FP BE Pri !#63 N33250 P21355 MEMBAR Loop_exit !#63 N33251 P21353 MEMBAR Loop_entry !#63 N33252 P21354 BLD 151 -1 FP BE Pri !#63 N33253 P21355 MEMBAR Loop_exit !#63 N33254 P21356 MEMBAR Loop_entry !#63 N33255 P21357 BLD 156 -1 FP BE Pri !#63 N33256 P21358 MEMBAR Loop_exit !#63 N33257 P21356 MEMBAR Loop_entry !#63 N33258 P21357 BLD 156 -1 FP BE Pri !#63 N33259 P21358 MEMBAR Loop_exit !#63 N33260 P21359 MEMBAR Loop_entry !#63 N33261 P21360 BLD 142 -1 FP BE Pri !#63 N33262 P21361 MEMBAR Loop_exit !#63 N33263 P21362 MEMBAR Loop_entry !#63 N33264 P21363 BLD 265 -1 FP BE Pri !#63 N33265 P21364 MEMBAR Loop_exit !#63 N33266 P21362 MEMBAR Loop_entry !#63 N33267 P21363 BLD 265 -1 FP BE Pri !#63 N33268 P21364 MEMBAR Loop_exit !#63 N33269 P21365 MEMBAR Loop_entry !#63 N33270 P21366 BLD 11 -1 FP BE Pri !#63 N33271 P21366 BLD 12 -1 FP BE Pri !#63 N33272 P21367 MEMBAR Loop_exit !#63 N33273 P21368 MEMBAR Loop_entry !#63 N33274 P21369 BLD 120 -1 FP BE Pri !#63 N33275 P21370 MEMBAR Loop_exit !#63 N33276 P21368 MEMBAR Loop_entry !#63 N33277 P21369 BLD 120 -1 FP BE Pri !#63 N33278 P21370 MEMBAR Loop_exit !#63 N33279 P21371 MEMBAR Loop_entry !#63 N33280 P21372 BLD 318 -1 FP BE Pri !#63 N33281 P21373 MEMBAR Loop_exit !#63 N33282 P21371 MEMBAR Loop_entry !#63 N33283 P21372 BLD 318 -1 FP BE Pri !#63 N33284 P21373 MEMBAR Loop_exit !#63 N33285 P21374 MEMBAR Loop_entry !#63 N33286 P21375 BLD 282 -1 FP BE Pri !#63 N33287 P21376 MEMBAR Loop_exit !#63 N33288 P21377 MEMBAR Loop_entry !#63 N33289 P21378 BLD 215 -1 FP BE Pri !#63 N33290 P21378 BLD 216 -1 FP BE Pri !#63 N33291 P21379 MEMBAR Loop_exit !#63 N33292 P21377 MEMBAR Loop_entry !#63 N33293 P21378 BLD 215 -1 FP BE Pri !#63 N33294 P21378 BLD 216 -1 FP BE Pri !#63 N33295 P21379 MEMBAR Loop_exit !#63 N33296 P21380 MEMBAR Loop_entry !#63 N33297 P21381 BLD 124 -1 FP BE Pri !#63 N33298 P21381 BLD 125 -1 FP BE Pri !#63 N33299 P21381 BLD 126 -1 FP BE Pri !#63 N33300 P21382 MEMBAR Loop_exit !#63 N33301 P21383 MEMBAR Loop_entry !#63 N33302 P21384 BLD 286 -1 FP BE Pri !#63 N33303 P21385 MEMBAR Loop_exit !#63 N33304 P21383 MEMBAR Loop_entry !#63 N33305 P21384 BLD 286 -1 FP BE Pri !#63 N33306 P21385 MEMBAR Loop_exit !#63 N33307 P21386 MEMBAR Loop_entry !#63 N33308 P21387 BLD 136 -1 FP BE Pri !#63 N33309 P21388 MEMBAR Loop_exit !#63 N33310 P21386 MEMBAR Loop_entry !#63 N33311 P21387 BLD 136 -1 FP BE Pri !#63 N33312 P21388 MEMBAR Loop_exit !#63 N33313 P21389 MEMBAR Loop_entry !#63 N33314 P21390 BLD 135 -1 FP BE Pri !#63 N33315 P21391 MEMBAR Loop_exit !#63 N33316 P21389 MEMBAR Loop_entry !#63 N33317 P21390 BLD 135 -1 FP BE Pri !#63 N33318 P21391 MEMBAR Loop_exit !#63 N33319 P21392 MEMBAR Loop_entry !#63 N33320 P21393 BLD 154 -1 FP BE Pri !#63 N33321 P21394 MEMBAR Loop_exit !#63 N33322 P21392 MEMBAR Loop_entry !#63 N33323 P21393 BLD 154 -1 FP BE Pri !#63 N33324 P21394 MEMBAR Loop_exit !#63 N33325 P21395 MEMBAR Loop_entry !#63 N33326 P21396 BLD 260 -1 FP BE Pri !#63 N33327 P21397 MEMBAR Loop_exit !#63 N33328 P21398 MEMBAR Loop_entry !#63 N33329 P21399 BLD 78 -1 FP BE Pri !#63 N33330 P21400 MEMBAR Loop_exit !#63 N33331 P21398 MEMBAR Loop_entry !#63 N33332 P21399 BLD 78 -1 FP BE Pri !#63 N33333 P21400 MEMBAR Loop_exit !#63 N33334 P21401 MEMBAR Loop_entry !#63 N33335 P21402 BLD 58 -1 FP BE Pri !#63 N33336 P21403 MEMBAR Loop_exit !#63 N33337 P21404 MEMBAR Loop_entry !#63 N33338 P21405 BLD 303 -1 FP BE Pri !#63 N33339 P21406 MEMBAR Loop_exit !#63 N33340 P21407 MEMBAR Loop_entry !#63 N33341 P21408 BLD 62 -1 FP BE Pri !#63 N33342 P21408 BLD 63 -1 FP BE Pri !#63 N33343 P21409 MEMBAR Loop_exit !#63 N33344 P21410 MEMBAR Loop_entry !#63 N33345 P21411 BLD 115 -1 FP BE Pri !#63 N33346 P21412 MEMBAR Loop_exit !#63 N33347 P21410 MEMBAR Loop_entry !#63 N33348 P21411 BLD 115 -1 FP BE Pri !#63 N33349 P21412 MEMBAR Loop_exit !#63 N33350 P21413 MEMBAR Loop_entry !#63 N33351 P21414 BLD 31 -1 FP BE Pri !#63 N33352 P21415 MEMBAR Loop_exit !#63 N33353 P21413 MEMBAR Loop_entry !#63 N33354 P21414 BLD 31 -1 FP BE Pri !#63 N33355 P21415 MEMBAR Loop_exit !#63 N33356 P21416 FLUSHI 314 Int BE Pri Loop_entry !#63 N33357 P21417 MEMBAR !#63 N33358 P21418 BLD 230 -1 FP BE Pri !#63 N33359 P21419 MEMBAR Loop_exit !#63 N33360 P21416 FLUSHI 314 Int BE Pri Loop_entry !#63 N33361 P21417 MEMBAR !#63 N33362 P21418 BLD 230 -1 FP BE Pri !#63 N33363 P21419 MEMBAR Loop_exit !#63 N33364 P21420 MEMBAR Loop_entry !#63 N33365 P21421 BLD 174 -1 FP BE Pri !#63 N33366 P21422 MEMBAR Loop_exit !#63 N33367 P21420 MEMBAR Loop_entry !#63 N33368 P21421 BLD 174 -1 FP BE Pri !#63 N33369 P21422 MEMBAR Loop_exit !#63 N33370 P21423 ST 7 0x2b800001 FP BE Pri Loop_entry Loop_exit !#63 N33371 P21424 MEMBAR Loop_entry !#63 N33372 P21425 BLD 326 -1 FP BE Pri !#63 N33373 P21426 MEMBAR Loop_exit !#63 N33374 P21427 MEMBAR Loop_entry !#63 N33375 P21428 BLD 84 -1 FP BE Pri !#63 N33376 P21429 MEMBAR Loop_exit !#63 N33377 P21427 MEMBAR Loop_entry !#63 N33378 P21428 BLD 84 -1 FP BE Pri !#63 N33379 P21429 MEMBAR Loop_exit !#63 N33380 P21430 MEMBAR Loop_entry !#63 N33381 P21431 BLD 244 -1 FP BE Pri !#63 N33382 P21432 MEMBAR Loop_exit !#63 N33383 P21433 MEMBAR Loop_entry !#63 N33384 P21434 BLD 252 -1 FP BE Pri !#63 N33385 P21435 MEMBAR Loop_exit !#63 N33386 P21433 MEMBAR Loop_entry !#63 N33387 P21434 BLD 252 -1 FP BE Pri !#63 N33388 P21435 MEMBAR Loop_exit !#63 N33389 P21436 IDC_FLIP 174 Int BE Pri Loop_entry !#63 N33390 P21437 MEMBAR !#63 N33391 P21438 BLD 218 -1 FP BE Pri !#63 N33392 P21439 MEMBAR Loop_exit !#63 N33393 P21436 IDC_FLIP 174 Int BE Pri Loop_entry !#63 N33394 P21437 MEMBAR !#63 N33395 P21438 BLD 218 -1 FP BE Pri !#63 N33396 P21439 MEMBAR Loop_exit !#63 N33397 P21440 MEMBAR Loop_entry !#63 N33398 P21441 BLD 219 -1 FP BE Pri !#63 N33399 P21441 BLD 220 -1 FP BE Pri !#63 N33400 P21442 MEMBAR Loop_exit !#63 N33401 P21440 MEMBAR Loop_entry !#63 N33402 P21441 BLD 219 -1 FP BE Pri !#63 N33403 P21441 BLD 220 -1 FP BE Pri !#63 N33404 P21442 MEMBAR Loop_exit !#63 N33405 P21443 MEMBAR Loop_entry !#63 N33406 P21444 BLD 147 -1 FP BE Pri !#63 N33407 P21445 MEMBAR Loop_exit !#63 N33408 P21446 IDC_FLIP 241 Int BE Pri Loop_entry !#63 N33409 P21447 MEMBAR !#63 N33410 P21448 BLD 169 -1 FP BE Pri !#63 N33411 P21449 MEMBAR Loop_exit !#63 N33412 P21446 IDC_FLIP 241 Int BE Pri Loop_entry !#63 N33413 P21447 MEMBAR !#63 N33414 P21448 BLD 169 -1 FP BE Pri !#63 N33415 P21449 MEMBAR Loop_exit !#63 N33416 P21450 MEMBAR Loop_entry !#63 N33417 P21451 BLD 180 -1 FP BE Pri !#63 N33418 P21452 MEMBAR Loop_exit !#63 N33419 P21453 MEMBAR Loop_entry !#63 N33420 P21454 BLD 153 -1 FP BE Pri !#63 N33421 P21455 MEMBAR Loop_exit !#63 N33422 P21453 MEMBAR Loop_entry !#63 N33423 P21454 BLD 153 -1 FP BE Pri !#63 N33424 P21455 MEMBAR Loop_exit !#63 N33425 P21456 MEMBAR Loop_entry !#63 N33426 P21457 BLD 251 -1 FP BE Pri !#63 N33427 P21458 MEMBAR Loop_exit !#63 N33428 P21459 MEMBAR Loop_entry !#63 N33429 P21460 BLD 339 -1 FP BE Pri !#63 N33430 P21461 MEMBAR Loop_exit !#63 N33431 P21459 MEMBAR Loop_entry !#63 N33432 P21460 BLD 339 -1 FP BE Pri !#63 N33433 P21461 MEMBAR Loop_exit !#63 N33434 P21462 MEMBAR Loop_entry !#63 N33435 P21463 BLD 273 -1 FP BE Pri !#63 N33436 P21464 MEMBAR Loop_exit !#63 N33437 P21465 MEMBAR Loop_entry !#63 N33438 P21466 BLD 323 -1 FP BE Pri !#63 N33439 P21467 MEMBAR Loop_exit !#63 N33440 P21465 MEMBAR Loop_entry !#63 N33441 P21466 BLD 323 -1 FP BE Pri !#63 N33442 P21467 MEMBAR Loop_exit !#63 N33443 P21468 MEMBAR Loop_entry !#63 N33444 P21469 BLD 293 -1 FP BE Pri !#63 N33445 P21470 MEMBAR Loop_exit !#63 N33446 P21468 MEMBAR Loop_entry !#63 N33447 P21469 BLD 293 -1 FP BE Pri !#63 N33448 P21470 MEMBAR Loop_exit !#63 N33449 P21471 MEMBAR Loop_entry !#63 N33450 P21472 BLD 273 -1 FP BE Pri !#63 N33451 P21473 MEMBAR Loop_exit !#63 N33452 P21474 MEMBAR Loop_entry !#63 N33453 P21475 BLD 23 -1 FP BE Pri !#63 N33454 P21476 MEMBAR Loop_exit !#63 N33455 P21477 MEMBAR Loop_entry !#63 N33456 P21478 BLD 227 -1 FP BE Pri !#63 N33457 P21479 MEMBAR Loop_exit !#63 N33458 P21480 MEMBAR Loop_entry !#63 N33459 P21481 BLD 288 -1 FP BE Pri !#63 N33460 P21482 MEMBAR Loop_exit !#63 N33461 P21480 MEMBAR Loop_entry !#63 N33462 P21481 BLD 288 -1 FP BE Pri !#63 N33463 P21482 MEMBAR Loop_exit !#63 N33464 P21483 IDC_FLIP 143 Int BE Pri Loop_entry Loop_exit !#63 N33465 P21484 MEMBAR Loop_entry !#63 N33466 P21485 BLD 130 -1 FP BE Pri !#63 N33467 P21486 MEMBAR Loop_exit !#63 N33468 P21487 ST 16 0x9f800003 Int BE Pri Loop_entry !#63 N33469 P21488 MEMBAR !#63 N33470 P21489 BLD 171 -1 FP BE Pri !#63 N33471 P21490 MEMBAR Loop_exit !#63 N33472 P21491 IDC_FLIP 318 Int BE Pri Loop_entry !#63 N33473 P21492 MEMBAR !#63 N33474 P21493 BLD 182 -1 FP BE Pri !#63 N33475 P21494 MEMBAR Loop_exit !#63 N33476 P21495 MEMBAR