work_windows_amd64.s 301 B

123456789101112
  1. // Copyright 2015 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. #include "textflag.h"
  5. TEXT ·fixFloat(SB),NOSPLIT,$0-32
  6. MOVQ x0+0(FP), X0
  7. MOVQ x1+8(FP), X1
  8. MOVQ x2+16(FP), X2
  9. MOVQ x3+24(FP), X3
  10. RET