Searched refs:test_exceptions_sr (Results 1 – 1 of 1) sorted by relevance
/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() 3744 .test_exceptions = test_exceptions_sr, 3752 .test_exceptions = test_exceptions_sr, 3760 .test_exceptions = test_exceptions_sr, 3769 .test_exceptions = test_exceptions_sr, 3777 .test_exceptions = test_exceptions_sr, [all …]
|