Searched refs:test_rts (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
H A D | hwloop-branch-in.s | 34 .macro test_rts entry:req, lc:req, exp5:req, exp6:req, exp7:req, expLC:req macro 56 test_rts hws, 0, 1, 1, 1, 0 57 test_rts hws, 1, 1, 1, 1, 0 58 test_rts hws, 2, 2, 2, 2, 0 59 test_rts hws, 20, 20, 20, 20, 0 61 test_rts hwm, 0, 0, 1, 1, 0 62 test_rts hwm, 1, 0, 1, 1, 0 63 test_rts hwm, 2, 1, 2, 2, 0 64 test_rts hwm, 20, 19, 20, 20, 0 66 test_rts hwe, 0, 0, 0, 1, 0 [all …]
|