Searched refs:R_BX (Results 1 – 5 of 5) sorted by relevance
166 M.x86.R_BX = 0x0210; /* Version 2.10 */181 M.x86.R_BX = pciSlot;212 M.x86.R_BX = pciSlot;218 if (M.x86.R_BX == pciSlot) {238 if (M.x86.R_BX == pciSlot) {258 if (M.x86.R_BX == pciSlot) {278 if (M.x86.R_BX == pciSlot) {297 if (M.x86.R_BX == pciSlot) {316 if (M.x86.R_BX == pciSlot) {
619 return &M.x86.R_BX; in decode_rm_word_register()914 return (M.x86.R_BX + M.x86.R_SI) & 0xffff; in decode_rm00_address()917 return (M.x86.R_BX + M.x86.R_DI) & 0xffff; in decode_rm00_address()938 return M.x86.R_BX; in decode_rm00_address()1003 return (M.x86.R_BX + M.x86.R_SI + displacement) & 0xffff; in decode_rm01_address()1006 return (M.x86.R_BX + M.x86.R_DI + displacement) & 0xffff; in decode_rm01_address()1027 return (M.x86.R_BX + displacement) & 0xffff; in decode_rm01_address()1093 return (M.x86.R_BX + M.x86.R_SI + displacement) & 0xffff; in decode_rm10_address()1096 return (M.x86.R_BX + M.x86.R_DI + displacement) & 0xffff; in decode_rm10_address()1117 return (M.x86.R_BX + displacement) & 0xffff; in decode_rm10_address()
366 printk("BX=%04x ", M.x86.R_BX); in x86emu_dump_regs()
809 push_word(M.x86.R_BX); in x86emuOp_push_all()846 M.x86.R_BX = pop_word(); in x86emuOp_pop_all()4010 addr = (u16)(M.x86.R_BX + (u8)M.x86.R_AL); in x86emuOp_xlat()
136 #define R_BX gen.B.I16_reg.x_reg macro