Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / diag / assembly / uarch / tlu / diag / tlu_107450.s
CommitLineData
86530b38
AT
1/*
2* ========== Copyright Header Begin ==========================================
3*
4* OpenSPARC T2 Processor File: tlu_107450.s
5* Copyright (C) 1995-2007 Sun Microsystems, Inc. All Rights Reserved
6* 4150 Network Circle, Santa Clara, California 95054, U.S.A.
7*
8* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9*
10* This program is free software; you can redistribute it and/or modify
11* it under the terms of the GNU General Public License as published by
12* the Free Software Foundation; version 2 of the License.
13*
14* This program is distributed in the hope that it will be useful,
15* but WITHOUT ANY WARRANTY; without even the implied warranty of
16* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17* GNU General Public License for more details.
18*
19* You should have received a copy of the GNU General Public License
20* along with this program; if not, write to the Free Software
21* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22*
23* For the avoidance of doubt, and except that if any non-GPL license
24* choice is available it will apply instead, Sun elects to use only
25* the General Public License version 2 (GPLv2) at this time for any
26* software where a choice of GPL license versions is made
27* available with the language indicating that GPLv2 or any later version
28* may be used, or where a choice of which version of the GPL is applied is
29* otherwise unspecified.
30*
31* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
32* CA 95054 USA or visit www.sun.com if you need additional information or
33* have any questions.
34*
35*
36* ========== Copyright Header End ============================================
37*/
38#define MAIN_PAGE_HV_ALSO
39
40#define H_HT0_Interrupt_0x60
41#define My_HT0_Interrupt_0x60 \
42 ldxa [%g0] 0x74, %g3 ;\
43 rd %tick, %g5;\
44 stxa %g5, [%g0] 0x72;\
45 ldxa [%g0] 0x74, %g3 ;\
46 retry;
47
48#include "hboot.s"
49
50.global main
51.text
52main:
53
54 rdth_id
55
56 brz %o1, thread_0
57 nop
58 cmp %o1, 1
59 be thread_1
60 nop
61 nop
62
63 EXIT_GOOD
64
65thread_0:
66 ta T_CHANGE_PRIV
67
68 wrpr %g0, 0x16, %pstate
69
70
71 setx data_start, %r30, %r31
72
73 set 0x100, %r30
74loop:
75!$EV trig_pc_d(1, expr(@VA(.MAIN.loop) + 0, 16, 16)) -> intp(0,0,0,*,9999,*,*,1)
76 nop
77loop1:
78!$EV trig_pc_d(1, expr(@VA(.MAIN.loop1) + 0, 16, 16)) -> intp(0,0,4,*,9999,*,*,1)
79 nop
80loop2:
81!$EV trig_pc_d(1, expr(@VA(.MAIN.loop2) + 0, 16, 16)) -> intp(0,0,8,*,9999,*,*,1)
82 nop
83loop3:
84!$EV trig_pc_d(1, expr(@VA(.MAIN.loop3) + 0, 16, 16)) -> intp(0,0,16,*,9999,*,*,1)
85 sub %r30, 1, %r30
86loop4:
87!$EV trig_pc_d(1, expr(@VA(.MAIN.loop4) + 0, 16, 16)) -> intp(0,0,24,*,9999,*,*,1)
88 brnz %r30, loop
89
90
91 EXIT_GOOD
92
93thread_1:
94 ta T_CHANGE_HPRIV
95 setx loop, %r27, %r28
96
97#ifdef TG_SEED
98 setx TG_SEED, %g1, %g2
99 wrpr %g0, %g2, %tick
100#endif
101
102loop8:
103 rd %tick, %g1
104 and %g1, 0x3f, %g1
105 stxa %g1, [%g0]0x73
106 ld [%r28], %g1
107 ba loop8
108 nop
109
110.align 128
111.data
112data_start:
113.xword 0x0
114