| # sh testcase for bne$likely $rm, $rn, $tra -*- Asm -*- | |
| # mach: all | |
| # as: -isa=shmedia | |
| # ld: -m shelf64 | |
| .include "media/testutils.inc" | |
| start | |
| init: | |
| movi 1, r0 | |
| pta wrong, tr0 | |
| pta okay, tr1 | |
| bne1: | |
| bne r63, r63, tr0 | |
| bne2: | |
| bne r0, r63, tr1 | |
| bad: | |
| fail | |
| okay: | |
| pass | |
| wrong: | |
| fail |