Home | History | Annotate | Download | only in testsuite

Lines Matching refs:check

28 check()
42 check arm_fix_v4bx.stdout ".*00: .* mov pc, r0"
43 check arm_fix_v4bx.stdout ".*04: .* mov pc, pc"
46 check arm_fix_v4bx_interworking.stdout ".*00: .* b .*00 <.*>"
47 check arm_fix_v4bx_interworking.stdout ".*04: .* mov pc, pc"
48 check arm_fix_v4bx_interworking.stdout ".*00: .* tst r0, #1"
49 check arm_fix_v4bx_interworking.stdout ".*04: .* moveq pc, r0"
50 check arm_fix_v4bx_interworking.stdout ".*08: .* bx r0"
53 check arm_no_fix_v4bx.stdout ".*00: .* bx r0"
54 check arm_no_fix_v4bx.stdout ".*04: .* bx pc"