Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
tcg
/
hexagon
/
test_hl.S
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
s
16 lines
266 Bytes
Copy permalink
Copy
Raw
1
/*
Purpose
:
test
example
,
verify
the
soundness
of
the
high
/
low
assignment
*/
2
3
.
text
4
.
globl
_start
5
6
_start
:
7
{
8
r0.H
=
#
42
9
}
10
{
11
r0.L
=
#
69
12
}
13
{
14
p0
=
cmp
.
eq
(
r0
,
#
2752581
)
; if (p0.new) jump:t pass
15
jump
fail
16
}