view test/CodeGen/Mips/cconv/callee-saved-fpxx1.ll @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 54457678186b
children
line wrap: on
line source

; RUN: llc -march=mips -mattr=+o32,+fp64,+mips32r2 < %s \
; RUN:   | FileCheck --check-prefix=O32-FP64-INV %s
; RUN: llc -march=mipsel -mattr=+o32,+fp64,+mips32r2 < %s \
; RUN:   | FileCheck --check-prefix=O32-FP64-INV %s

; RUN: llc -march=mips -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=O32-FPXX %s
; RUN: llc -march=mipsel -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=O32-FPXX %s

; RUN-TODO: llc -march=mips64 -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=O32-FPXX %s
; RUN-TODO: llc -march=mips64el -mattr=+o32,+fpxx < %s | FileCheck --check-prefix=O32-FPXX %s

define void @fpu_clobber() nounwind {
entry:
    call void asm "# Clobber", "~{$f21}"()
    ret void
}

; O32-FPXX-LABEL: fpu_clobber:

; O32-FPXX:           addiu $sp, $sp, -8

; O32-FP64-INV-NOT:   sdc1 $f20,
; O32-FPXX-DAG:       sdc1 [[F20:\$f20]], [[OFF20:[0-9]+]]($sp)
; O32-FPXX-DAG:       ldc1 [[F20]], [[OFF20]]($sp)

; O32-FPXX:           addiu $sp, $sp, 8