Searched refs:test_sr_op (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_sr.S | 25 .macro test_sr_op sym, mask, op, op_byte, sr macro 47 test_sr_op \sym, \mask & 1, rsr, HI_RSR, \sr 48 test_sr_op \sym, \mask & 2, wsr, HI_WSR, \sr 49 test_sr_op \sym, \mask & 4, xsr, HI_XSR, \sr
|