Home
last modified time | relevance | path

Searched refs:EXCP00_DIVZ (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-i386/
Dint_helper.c51 raise_exception(env, EXCP00_DIVZ); in helper_divb_AL()
55 raise_exception(env, EXCP00_DIVZ); in helper_divb_AL()
68 raise_exception(env, EXCP00_DIVZ); in helper_idivb_AL()
72 raise_exception(env, EXCP00_DIVZ); in helper_idivb_AL()
85 raise_exception(env, EXCP00_DIVZ); in helper_divw_AX()
89 raise_exception(env, EXCP00_DIVZ); in helper_divw_AX()
103 raise_exception(env, EXCP00_DIVZ); in helper_idivw_AX()
107 raise_exception(env, EXCP00_DIVZ); in helper_idivw_AX()
122 raise_exception(env, EXCP00_DIVZ); in helper_divl_EAX()
127 raise_exception(env, EXCP00_DIVZ); in helper_divl_EAX()
[all …]
Dcpu.h574 #define EXCP00_DIVZ 0 macro
Dtranslate.c6813 gen_exception(s, EXCP00_DIVZ, pc_start - s->cs_base); in disas_insn()