Searched refs:acc_ex_test (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | cc-alu.S | 34 .macro acc_ex_test a0x:req, a0w:req, a1x:req, a1w:req, eq:req, le:req, lt:req macro 95 acc_ex_test 0, 0, MAX_POS, _POS_GT 96 acc_ex_test MAX_POS, 0, 0, _POS_LT 97 acc_ex_test 0, 1, MAX_POS, _POS_GT 98 acc_ex_test MAX_POS, 0, 1, _POS_LT 99 acc_ex_test -1, -1, MAX_POS, _NEG_GT 100 acc_ex_test MAX_POS, -1, -1, _NEG_LT 101 acc_ex_test MAX_POS, MAX_POS, _EQ 102 acc_ex_test 0, 0, MAX_POS, _POS_GT 103 acc_ex_test MAX_POS, 0, 0, _POS_LT [all …]
|