Searched refs:R_DX (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/libs/x86emu/
H A Dprim_ops.c2183 M.x86.R_DX = (u16) (res >> 16);
2184 if (((M.x86.R_AX & 0x8000) == 0 && M.x86.R_DX == 0x00) ||
2185 ((M.x86.R_AX & 0x8000) != 0 && M.x86.R_DX == 0xFF)) {
2283 M.x86.R_DX = (u16) (res >> 16);
2284 if (M.x86.R_DX == 0) {
2366 dvd = (((s32) M.x86.R_DX) << 16) | M.x86.R_AX;
2383 M.x86.R_DX = (u16) mod;
2495 dvd = (((u32) M.x86.R_DX) << 16) | M.x86.R_AX;
2512 M.x86.R_DX = (u16) mod;
2608 (*sys_inb) (M.x86.R_DX));
[all...]
H A Ddebug.c402 printk("DX=%04x ", M.x86.R_DX);
H A Dvalidate.c393 r_hi = M.x86.R_DX; \
518 M.x86.R_DX = d >> 16; \
521 r_rem = M.x86.R_DX; \
H A Dops.c3677 M.x86.R_DX = inc_word(M.x86.R_DX);
3877 M.x86.R_DX = dec_word(M.x86.R_DX);
4077 push_word(M.x86.R_DX);
4281 M.x86.R_DX = pop_word();
4444 push_word(M.x86.R_DX);
4486 M.x86.R_DX = pop_word();
7218 M.x86.R_AX = M.x86.R_DX;
7219 M.x86.R_DX
[all...]
H A Ddecode.c611 return &M.x86.R_DX;
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h133 #define R_DX gen.D.I16_reg.x_reg macro

Completed in 121 milliseconds