Searched refs:test_exceptions_sr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 448 static uint32_t test_exceptions_sr(DisasContext *dc, const OpcodeArg arg[], in test_exceptions_sr() function 463 return test_exceptions_sr(dc, arg, par); in test_exceptions_ccompare() 480 return test_exceptions_sr(dc, arg, par); in test_exceptions_dbreak() 491 return test_exceptions_sr(dc, arg, par); in test_exceptions_ibreak() 511 return test_exceptions_sr(dc, arg, par); in test_exceptions_hpi() 3746 .test_exceptions = test_exceptions_sr, 3754 .test_exceptions = test_exceptions_sr, 3762 .test_exceptions = test_exceptions_sr, 3771 .test_exceptions = test_exceptions_sr, 3779 .test_exceptions = test_exceptions_sr, [all …]
|