xref: /aosp_15_r20/external/llvm/test/CodeGen/Mips/mips64fpimm0.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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