Home | History | Annotate | Download | only in x64

Lines Matching full:addsd

1998       // Since we operate on +0 and/or -0, addsd and andsd have the same effect.
1999 __ addsd(left_reg, right_reg);
2022 __ addsd(left, right);
3791 __ addsd(xmm_scratch, input_reg);
3879 __ addsd(input_reg, xmm_scratch); // Convert -0 to +0.