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

/haiku-fatelf/src/libs/x86emu/
H A Ddecode.c652 return &M.x86.R_ECX;
735 base = M.x86.R_ECX;
777 i = M.x86.R_ECX;
849 return M.x86.R_ECX;
937 return M.x86.R_ECX + displacement;
1031 return M.x86.R_ECX + displacement;
H A Dprim_ops.c2603 M.x86.R_ECX : M.x86.R_CX);
2630 M.x86.R_ECX = 0;
2669 M.x86.R_ECX : M.x86.R_CX);
2696 M.x86.R_ECX = 0;
2815 hw_cpuid(&M.x86.R_EAX, &M.x86.R_EBX, &M.x86.R_ECX, &M.x86.R_EDX);
2829 M.x86.R_ECX = 0x6c65746e;
2839 M.x86.R_ECX = 0x00000000;
2855 M.x86.R_ECX = 0;
H A Ddebug.c452 printk("ECX=%08x ", M.x86.R_ECX);
H A Dops.c3649 M.x86.R_ECX = inc_long(M.x86.R_ECX);
3849 M.x86.R_ECX = dec_long(M.x86.R_ECX);
4049 push_long(M.x86.R_ECX);
4253 M.x86.R_ECX = pop_long();
4431 push_long(M.x86.R_ECX);
4477 M.x86.R_ECX = pop_long();
7182 M.x86.R_EAX = M.x86.R_ECX;
7183 M.x86.R_ECX
[all...]
H A Dops2.c2700 M.x86.R_ECX = bswap_32(M.x86.R_ECX);
/haiku-fatelf/src/add-ons/kernel/generic/bios/
H A Dbios.cpp281 M.x86.R_ECX = regs->ecx;
305 regs->ecx = M.x86.R_ECX;
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h138 #define R_ECX gen.C.I32_reg.e_reg macro

Completed in 214 milliseconds