Searched refs:raise_exception (Results 1 - 8 of 8) sorted by relevance

/external/qemu/target-arm/
H A Dexec.h58 void raise_exception(int);
H A Dop_helper.c25 void raise_exception(int tt) function
96 raise_exception(env->exception_index);
/external/qemu/target-i386/
H A Dop_helper.c41 qemu_log("raise_exception line=%d\n", __LINE__);\
1358 void raise_exception(int exception_index) function
1646 raise_exception(EXCP00_DIVZ);
1650 raise_exception(EXCP00_DIVZ);
1663 raise_exception(EXCP00_DIVZ);
1667 raise_exception(EXCP00_DIVZ);
1680 raise_exception(EXCP00_DIVZ);
1684 raise_exception(EXCP00_DIVZ);
1698 raise_exception(EXCP00_DIVZ);
1702 raise_exception(EXCP00_DIV
[all...]
H A Dhelper.h67 DEF_HELPER_1(raise_exception, void, int)
H A Dexec.h67 void QEMU_NORETURN raise_exception(int exception_index);
H A Dhelper.c1436 void raise_exception(int exception_index);
1446 raise_exception(EXCP01_DB);
1455 raise_exception(EXCP01_DB);
/external/qemu/target-mips/
H A Dhelper.h4 DEF_HELPER_1(raise_exception, void, i32)
H A Dtranslate.c802 gen_helper_0i(raise_exception, excp);
957 gen_helper_0i(raise_exception, EXCP_SC); \
2461 gen_helper_0i(raise_exception, EXCP_DEBUG);
8267 gen_helper_0i(raise_exception, EXCP_DEBUG);
8325 gen_helper_0i(raise_exception, EXCP_DEBUG);
8376 gen_helper_0i(raise_exception, EXCP_DEBUG);

Completed in 155 milliseconds