Sign in
qemu
/
qemu
/
0f2bb0bf38b04e9dfdc32ce5c762dd317f5a4c5a
/
.
/
tests
/
tcg
/
hexagon
/
test_hl.S
blob: 93ace46aebeec2887610471d0c6587cc52997908 [
file
] [
log
] [
blame
]
/*
Purpose
:
test example
,
verify the soundness of the high
/
low assignment
*/
.text
.globl _start
_start
:
{
r0.H
=
#42
}
{
r0.L
=
#69
}
{
p0
=
cmp.eq
(
r0
,
#2752581); if (p0.new) jump:t pass
jump fail
}