Searched refs:R_CL (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/x86emu/
H A Dops2.c649 destval = shld_long(destval, *shiftreg, M.x86.R_CL);
662 destval = shld_word(destval, *shiftreg, M.x86.R_CL);
677 destval = shld_long(destval, *shiftreg, M.x86.R_CL);
690 destval = shld_word(destval, *shiftreg, M.x86.R_CL);
705 destval = shld_long(destval, *shiftreg, M.x86.R_CL);
718 destval = shld_word(destval, *shiftreg, M.x86.R_CL);
731 *destreg = shld_long(*destreg, *shiftreg, M.x86.R_CL);
741 *destreg = shld_word(*destreg, *shiftreg, M.x86.R_CL);
1090 destval = shrd_long(destval, *shiftreg, M.x86.R_CL);
1103 destval = shrd_word(destval, *shiftreg, M.x86.R_CL);
[all...]
H A Ddecode.c564 return &M.x86.R_CL;
H A Dops.c8303 M.x86.R_CL = imm;
9735 amt = M.x86.R_CL;
9830 amt = M.x86.R_CL;
/haiku/headers/libs/x86emu/x86emu/
H A Dregs.h125 #define R_CL gen.C.I8_reg.l_reg macro

Completed in 167 milliseconds