Lines Matching refs:R_AX
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()
2737 test_word(M.x86.R_AX, (u16)srcval); in x86emuOp_test_AX_IMM()
2811 store_data_word_abs(M.x86.R_ES, M.x86.R_DI, M.x86.R_AX); in x86emuOp_stos_word()
2887 M.x86.R_AX = fetch_data_word(M.x86.R_SI); in x86emuOp_lods_word()
2977 cmp_word(M.x86.R_AX, (u16)val); in x86emuOp_scas_word()
2994 cmp_word(M.x86.R_AX, (u16)val); in x86emuOp_scas_word()
3008 cmp_word(M.x86.R_AX, (u16)val); in x86emuOp_scas_word()
3977 M.x86.R_AX = aam_word(M.x86.R_AL); in x86emuOp_aam()
3992 M.x86.R_AX = aad_word(M.x86.R_AX); in x86emuOp_aad()
4141 M.x86.R_AX = (*sys_inw)(port); in x86emuOp_in_word_AX_IMM()
4185 (*sys_outw)(port, M.x86.R_AX); in x86emuOp_out_word_IMM_AX()
4302 M.x86.R_AX = (*sys_inw)(M.x86.R_DX); in x86emuOp_in_word_AX_DX()
4338 (*sys_outw)(M.x86.R_DX, M.x86.R_AX); in x86emuOp_out_word_DX_AX()