Sign in
qemu
/
qemu
/
3a6d374b754b4b345195ff6846eeaffedc96a7c5
/
.
/
tests
/
tcg
/
hexagon
/
test_hwloops.S
blob: 42785e6f25ab8f106805005cbeff888345d47179 [
file
] [
log
] [
blame
]
/*
Purpose
:
simple C Program to test hardware loops.
*/
.text
.globl _start
_start
:
{
loop0
(
.LBB0_1
,
#10)
r2
=
#0
}
.LBB0_1
:
{
r2
=
add
(
r2
,
#1)
nop
}:
endloop0
{
p0
=
cmp.eq
(
r2
,
#10); if (p0.new) jump:t pass
jump fail
}