Searched refs:test_jump (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
H A D | hwloop-branch-in.s | 42 .macro test_jump entry:req, lc:req, exp5:req, exp6:req, exp7:req, expLC:req macro 75 test_jump hws, 0, 1, 1, 1, 0 76 test_jump hws, 1, 1, 1, 1, 0 77 test_jump hws, 2, 2, 2, 2, 0 78 test_jump hws, 20, 20, 20, 20, 0 80 test_jump hwm, 0, 0, 1, 1, 0 81 test_jump hwm, 1, 0, 1, 1, 0 82 test_jump hwm, 2, 1, 2, 2, 0 83 test_jump hwm, 20, 19, 20, 20, 0 85 test_jump hwe, 0, 0, 0, 1, 0 [all …]
|