float my_func(float lhs, float rhs) { return 2.0f * lhs - 3.0f * rhs; }
my_func(float, float): addss xmm0, xmm0 mulss xmm1, DWORD PTR .LC0[rip] subss xmm0, xmm1 ret