Lines Matching full:src2
46 target_ulong src2) in compute_all_adcx() argument
52 target_ulong src2) in compute_all_adox() argument
54 return (src1 & ~CC_O) | (src2 * CC_O); in compute_all_adox()
58 target_ulong src2) in compute_all_adcox() argument
60 return (src1 & ~(CC_C | CC_O)) | (dst * CC_C) | (src2 * CC_O); in compute_all_adcox()
77 target_ulong src2, int op) in helper_cc_compute_all() argument
103 return compute_all_adcb(dst, src1, src2); in helper_cc_compute_all()
105 return compute_all_adcw(dst, src1, src2); in helper_cc_compute_all()
107 return compute_all_adcl(dst, src1, src2); in helper_cc_compute_all()
117 return compute_all_sbbb(dst, src1, src2); in helper_cc_compute_all()
119 return compute_all_sbbw(dst, src1, src2); in helper_cc_compute_all()
121 return compute_all_sbbl(dst, src1, src2); in helper_cc_compute_all()
173 return compute_all_adcx(dst, src1, src2); in helper_cc_compute_all()
175 return compute_all_adox(dst, src1, src2); in helper_cc_compute_all()
177 return compute_all_adcox(dst, src1, src2); in helper_cc_compute_all()
185 return compute_all_adcq(dst, src1, src2); in helper_cc_compute_all()
189 return compute_all_sbbq(dst, src1, src2); in helper_cc_compute_all()
214 target_ulong src2, int op) in helper_cc_compute_c() argument
261 return compute_c_adcb(dst, src1, src2); in helper_cc_compute_c()
263 return compute_c_adcw(dst, src1, src2); in helper_cc_compute_c()
265 return compute_c_adcl(dst, src1, src2); in helper_cc_compute_c()
275 return compute_c_sbbb(dst, src1, src2); in helper_cc_compute_c()
277 return compute_c_sbbw(dst, src1, src2); in helper_cc_compute_c()
279 return compute_c_sbbl(dst, src1, src2); in helper_cc_compute_c()
306 return compute_c_adcq(dst, src1, src2); in helper_cc_compute_c()
310 return compute_c_sbbq(dst, src1, src2); in helper_cc_compute_c()