1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi=n64 | FileCheck %s 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Workerdefine double @foo1() nounwind readnone { 5*9880d681SAndroid Build Coastguard Workerentry: 6*9880d681SAndroid Build Coastguard Worker; CHECK: dmtc1 $zero 7*9880d681SAndroid Build Coastguard Worker ret double 0.000000e+00 8*9880d681SAndroid Build Coastguard Worker} 9