9 lines · plain
1; RUN: llc < %s -mtriple=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s2; RUN: llc < %s -mtriple=mips64el -mcpu=mips64 -target-abi=n64 | FileCheck %s3 4define double @foo1() nounwind readnone {5entry:6; CHECK: dmtc1 $zero7 ret double 0.000000e+008}9