Home | History | Annotate | Download | only in testsuite

Lines Matching refs:stdout

42 check arm_cortex_a8_b.stdout ".*ffe:	.* 	b.w	.*000 <.*>"
43 check arm_cortex_a8_b.stdout ".000: .* b.w .*100 <_func>"
46 check arm_cortex_a8_b_cond.stdout ".*ffe: .* b.w .*000 <.*>"
47 check arm_cortex_a8_b_cond.stdout ".000: .* beq.n .*006 <.*>"
48 check arm_cortex_a8_b_cond.stdout ".002: .* b.w .*002 <.*>"
49 check arm_cortex_a8_b_cond.stdout ".006: .* b.w .*100 <_func>"
52 check arm_cortex_a8_bl.stdout ".*ffe: .* bl .*000 <.*>"
53 check arm_cortex_a8_bl.stdout ".000: .* b.w .*100 <_func>"
56 check arm_cortex_a8_blx.stdout ".*ffe: .* blx .*000 <.*>"
57 check arm_cortex_a8_blx.stdout ".000: .* b .*100 <_func>"
60 check arm_cortex_a8_local.stdout ".*ffe: .* b.w .*000 <.*>"
61 check arm_cortex_a8_local.stdout ".000: .* bpl.n .*006 <.*>"
62 check arm_cortex_a8_local.stdout ".002: .* b.w .*002 <.*>"
63 check arm_cortex_a8_local.stdout ".006: .* b.w .*100 <.*>"