Searched refs:fp64 (Results 1 – 25 of 103) sorted by relevance
12345
/external/llvm/test/CodeGen/AMDGPU/ |
D | hsa-fp-mode.ll | 65 attributes #2 = { nounwind "target-features"="-fp32-denormals,+fp64-denormals" } 66 attributes #3 = { nounwind "target-features"="+fp32-denormals,-fp64-denormals" } 67 attributes #4 = { nounwind "target-features"="+fp32-denormals,+fp64-denormals" } 68 attributes #5 = { nounwind "target-features"="-fp32-denormals,-fp64-denormals" }
|
D | default-fp-mode.ll | 59 attributes #2 = { nounwind "target-features"="+fp64-denormals" } 61 attributes #4 = { nounwind "target-features"="+fp32-denormals,+fp64-denormals" } 62 attributes #5 = { nounwind "target-features"="-fp32-denormals,-fp64-denormals" }
|
/external/llvm/test/CodeGen/Mips/ |
D | fp64a.ll | 14 ; RUN: llc -march=mips -mcpu=mips32r2 -mattr=fp64 < %s | FileCheck %s -check-prefixes=ALL,32R2-NO-F… 15 ; RUN: llc -march=mips -mcpu=mips32r2 -mattr=fp64,nooddspreg < %s | FileCheck %s -check-prefixes=AL… 16 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=fp64 < %s | FileCheck %s -check-prefixes=ALL,32R2-NO… 17 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=fp64,nooddspreg < %s | FileCheck %s -check-prefixes=… 19 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=fp64 < %s | FileCheck %s -check-prefixes=ALL,64-NO-FP6… 20 ; RUN: not llc -march=mips64 -mcpu=mips64 -mattr=fp64,nooddspreg < %s 2>&1 | FileCheck %s -check-pr… 21 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=fp64 < %s | FileCheck %s -check-prefixes=ALL,64-NO-F… 22 ; RUN: not llc -march=mips64el -mcpu=mips64 -mattr=fp64,nooddspreg < %s 2>&1 | FileCheck %s -check-…
|
D | 2013-11-18-fp64-const0.ll | 1 ; RUN: llc -march=mips -mattr=-fp64 < %s | FileCheck -check-prefix=CHECK-FP32 %s 2 ; RUN: llc -march=mips -mcpu=mips32r2 -mattr=+fp64 < %s | FileCheck -check-prefix=CHECK-FP64 %s
|
D | cfi_offset.ll | 5 ; RUN: llc -march=mips -mattr=+o32,+fp64 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EB 6 ; RUN: llc -march=mipsel -mattr=+o32,+fp64 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EL
|
D | buildpairextractelementf64.ll | 5 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+fp64 < %s | FileCheck %s -check-prefixes=HAS-MFHC1,… 6 ; RUN: llc -march=mips -mcpu=mips32r2 -mattr=+fp64 < %s | FileCheck %s -check-prefixes=HAS-MFHC1,ALL
|
/external/llvm/test/MC/Mips/ |
D | mips-reginfo-fp64.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa,+fp64 -filetype=obj -o - | \ 5 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n32 -filetype=obj -o - … 9 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n64 -filetype=obj -o - …
|
D | oddspreg.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 | \ 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \ 24 # RUN: llvm-mc /dev/null -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
|
D | nooddspreg-cmdarg.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,+nooddspreg | \ 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,+nooddspreg -filetype=obj -o - | \
|
D | nooddspreg.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 | \ 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | 2r_vector_scalar.ll | 4 ; RUN: llc -march=mips -mattr=+msa,+fp64 -relocation-model=pic < %s | \ 6 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 -relocation-model=pic < %s | \ 8 ; RUN: llc -march=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -relocation-model=pic < %s | \ 10 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=+msa,+fp64 -relocation-model=pic < %s | \
|
D | llvm-stress-sz1-s742806235.ll | 2 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s 4 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s
|
D | elm_move.ll | 4 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck %s 5 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
D | llvm-stress-s2501752154-simplified.ll | 2 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s 4 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s
|
D | llvm-stress-s449609655-simplified.ll | 2 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s 4 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s
|
D | vecs10.ll | 3 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck %s 4 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
D | llvm-stress-s2090927243-simplified.ll | 2 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s 4 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s
|
D | special.ll | 3 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | \ 5 ; RUN: llc -march=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 < %s | \
|
D | 3rf_float_int.ll | 4 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck %s 5 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
D | 2rf_tq.ll | 4 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck %s 5 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
D | 3rf_exdo.ll | 4 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck %s 5 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
D | basic_operations_float.ll | 1 ; RUN: llc -march=mips -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=ALL… 2 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=A… 3 ; RUN: llc -march=mips64 -target-abi=n32 -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -… 4 ; RUN: llc -march=mips64el -target-abi=n32 -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck… 5 ; RUN: llc -march=mips64 -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes=A… 6 ; RUN: llc -march=mips64el -mattr=+msa,+fp64 -relocation-model=pic < %s | FileCheck -check-prefixes…
|
D | endian.ll | 1 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck -check-prefix=BIGENDIAN %s 2 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck -check-prefix=LITENDIAN %s
|
D | i10.ll | 3 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck %s 4 ; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck %s
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | callee-saved-fpxx1.ll | 1 ; RUN: llc -march=mips -mattr=+o32,+fp64 < %s | FileCheck --check-prefix=O32-FP64-INV %s 2 ; RUN: llc -march=mipsel -mattr=+o32,+fp64 < %s | FileCheck --check-prefix=O32-FP64-INV %s
|
12345