Lines Matching refs:R_CL
649 destval = shld_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
662 destval = shld_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
677 destval = shld_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
690 destval = shld_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
705 destval = shld_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
718 destval = shld_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
731 *destreg = shld_long(*destreg, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
741 *destreg = shld_word(*destreg, *shiftreg, M.x86.R_CL); in x86emuOp2_shld_CL()
1090 destval = shrd_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()
1103 destval = shrd_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()
1118 destval = shrd_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()
1131 destval = shrd_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()
1146 destval = shrd_long(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()
1159 destval = shrd_word(destval, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()
1172 *destreg = shrd_long(*destreg, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()
1182 *destreg = shrd_word(*destreg, *shiftreg, M.x86.R_CL); in x86emuOp2_shrd_CL()