Searched refs:EXCP00_DIVZ (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-i386/ |
D | int_helper.c | 51 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 …]
|
D | cpu.h | 574 #define EXCP00_DIVZ 0 macro
|
D | translate.c | 6813 gen_exception(s, EXCP00_DIVZ, pc_start - s->cs_base); in disas_insn()
|