Home | History | Annotate | Download | only in Mips
      1 ; RUN: llc  < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
      2 
      3 define double @foo1() nounwind readnone {
      4 entry:
      5 ; CHECK: dmtc1 $zero
      6   ret double 0.000000e+00
      7 }
      8