Searched refs:R_EBX (Results 1 - 7 of 7) sorted by relevance

/haiku/src/libs/x86emu/
H A Ddecode.c658 return &M.x86.R_EBX;
743 base = M.x86.R_EBX;
785 i = M.x86.R_EBX;
855 return M.x86.R_EBX;
943 return M.x86.R_EBX + displacement;
1038 return M.x86.R_EBX + displacement;
H A Ddebug.c451 printk("EBX=%08x ", M.x86.R_EBX);
H A Dprim_ops.c2815 hw_cpuid(&M.x86.R_EAX, &M.x86.R_EBX, &M.x86.R_ECX, &M.x86.R_EDX);
2827 M.x86.R_EBX = 0x756e6547;
2838 M.x86.R_EBX = 0x00000000;
2854 M.x86.R_EBX = 0;
H A Dops.c3699 M.x86.R_EBX = inc_long(M.x86.R_EBX);
3899 M.x86.R_EBX = dec_long(M.x86.R_EBX);
4099 push_long(M.x86.R_EBX);
4303 M.x86.R_EBX = pop_long();
4433 push_long(M.x86.R_EBX);
4475 M.x86.R_EBX = pop_long();
7244 M.x86.R_EAX = M.x86.R_EBX;
7245 M.x86.R_EBX
[all...]
H A Dops2.c2706 M.x86.R_EBX = bswap_32(M.x86.R_EBX);
/haiku/src/add-ons/kernel/generic/bios/
H A Dbios.cpp288 M.x86.R_EBX = regs->ebx;
312 regs->ebx = M.x86.R_EBX;
/haiku/headers/libs/x86emu/x86emu/
H A Dregs.h137 #define R_EBX gen.B.I32_reg.e_reg macro

Completed in 183 milliseconds