Home
last modified time | relevance | path

Searched refs:R_BX (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/bios_emulator/
Dbios.c166 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) {
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c619 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()
Ddebug.c366 printk("BX=%04x ", M.x86.R_BX); in x86emu_dump_regs()
Dops.c809 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()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h136 #define R_BX gen.B.I16_reg.x_reg macro