Searched refs:R_SI (Results 1 – 6 of 6) sorted by relevance
628 return &M.x86.R_SI; in decode_rm_word_register()914 return (M.x86.R_BX + M.x86.R_SI) & 0xffff; in decode_rm00_address()921 return (M.x86.R_BP + M.x86.R_SI) & 0xffff; in decode_rm00_address()928 return M.x86.R_SI; in decode_rm00_address()1003 return (M.x86.R_BX + M.x86.R_SI + displacement) & 0xffff; in decode_rm01_address()1010 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff; in decode_rm01_address()1017 return (M.x86.R_SI + displacement) & 0xffff; in decode_rm01_address()1093 return (M.x86.R_BX + M.x86.R_SI + displacement) & 0xffff; in decode_rm10_address()1100 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff; in decode_rm10_address()1107 return (M.x86.R_SI + displacement) & 0xffff; in decode_rm10_address()
812 push_word(M.x86.R_SI); in x86emuOp_push_all()843 M.x86.R_SI = pop_word(); in x86emuOp_pop_all()2541 val = fetch_data_byte(M.x86.R_SI); in x86emuOp_movs_byte()2543 M.x86.R_SI += inc; in x86emuOp_movs_byte()2585 val = fetch_data_long(M.x86.R_SI); in x86emuOp_movs_word()2588 val = fetch_data_word(M.x86.R_SI); in x86emuOp_movs_word()2591 M.x86.R_SI += inc; in x86emuOp_movs_word()2619 val1 = fetch_data_byte(M.x86.R_SI); in x86emuOp_cmps_byte()2623 M.x86.R_SI += inc; in x86emuOp_cmps_byte()2630 val1 = fetch_data_byte(M.x86.R_SI); in x86emuOp_cmps_byte()[all …]
2334 (*sys_outb)(M.x86.R_DX,fetch_data_byte_abs(M.x86.R_ES, M.x86.R_SI)); in single_out()2336 (*sys_outw)(M.x86.R_DX,fetch_data_word_abs(M.x86.R_ES, M.x86.R_SI)); in single_out()2338 (*sys_outl)(M.x86.R_DX,fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI)); in single_out()2355 M.x86.R_SI += inc; in outs()2364 M.x86.R_SI += inc; in outs()
371 printk("SI=%04x ", M.x86.R_SI); in x86emu_dump_regs()
149 #define R_SI spc.SI.I16_reg.x_reg macro157 #define R_SI spc.SI.I16_reg.x_reg macro
174 M.x86.R_CX == _BE_env.vgaInfo.DeviceID && M.x86.R_SI == 0) {178 M.x86.R_SI == 0) {