Searched refs:R_AX (Results 1 – 8 of 8) sorted by relevance
572 debug("%s: INT15 function %04x!\n", __func__, M.x86.R_AX); in int15_handler()574 switch (M.x86.R_AX) { in int15_handler()583 M.x86.R_AX = 0x005f; in int15_handler()599 M.x86.R_AX = 0x005f; in int15_handler()611 M.x86.R_AX = 0x005f; in int15_handler()619 M.x86.R_AX = 0x005f; in int15_handler()625 M.x86.R_AX = 0x005f; in int15_handler()631 M.x86.R_AX = 0x005f; in int15_handler()646 debug("Unknown INT15 function %04x!\n", M.x86.R_AX); in int15_handler()
631 debug("%s: INT15 function %04x!\n", __func__, M.x86.R_AX); in broadwell_igd_int15_handler()633 switch (M.x86.R_AX) { in broadwell_igd_int15_handler()646 M.x86.R_AX = 0x005f; in broadwell_igd_int15_handler()651 debug("Unknown INT15 function %04x!\n", M.x86.R_AX); in broadwell_igd_int15_handler()
1878 M.x86.R_AX = res; in imul_byte()1895 s32 res = (s16)M.x86.R_AX * (s16)s; in imul_word()1897 M.x86.R_AX = (u16)res; in imul_word()1899 if (((M.x86.R_AX & 0x8000) == 0 && M.x86.R_DX == 0x0000) || in imul_word()1900 ((M.x86.R_AX & 0x8000) != 0 && M.x86.R_DX == 0xFFFF)) { in imul_word()1972 M.x86.R_AX = res; in mul_byte()1988 u32 res = M.x86.R_AX * s; in mul_word()1990 M.x86.R_AX = (u16)res; in mul_word()2045 dvd = (s16)M.x86.R_AX; in idiv_byte()2068 dvd = (((s32)M.x86.R_DX) << 16) | M.x86.R_AX; in idiv_word()[all …]
445 M.x86.R_AX = genop_word_operation[op1](M.x86.R_AX, (u16)srcval); in x86emuOp_genop_word_AX_IMM()642 M.x86.R_AX = aaa_word(M.x86.R_AX); in x86emuOp_aaa()670 M.x86.R_AX = aas_word(M.x86.R_AX); in x86emuOp_aas()806 push_word(M.x86.R_AX); in x86emuOp_push_all()849 M.x86.R_AX = pop_word(); in x86emuOp_pop_all()2232 tmp = M.x86.R_AX; in x86emuOp_xchg_word_AX_register()2254 if (M.x86.R_AX & 0x8000) { in x86emuOp_cbw()2291 if (M.x86.R_AX & 0x8000) { in x86emuOp_cwd()2466 M.x86.R_AX = fetch_data_word(offset); in x86emuOp_mov_AX_M_IMM()2509 store_data_word(offset, M.x86.R_AX); in x86emuOp_mov_M_AX_IMM()[all …]
365 printk("\tAX=%04x ", M.x86.R_AX); in x86emu_dump_regs()
610 return &M.x86.R_AX; in decode_rm_word_register()
162 switch (M.x86.R_AX) {335 M.x86.R_AX);
135 #define R_AX gen.A.I16_reg.x_reg macro