Searched refs:vfp2 (Results 1 – 25 of 241) sorted by relevance
12345678910
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/ |
D | v6-subfeatures.s | 1 @ RUN: llvm-mc < %s -triple armv6 -mattr=+vfp2 -filetype=obj | llvm-objdump -triple=arm -d - | File… 5 vfp2: label 8 @CHECK-LABEL: vfp2
|
D | v6-neg-subfeatures.s | 1 @ RUN: llvm-mc < %s -triple armv6 -mattr=+vfp2 -filetype=obj | llvm-objdump -triple=arm -d - | File… 5 vfp2: label 8 @CHECK-LABEL: vfp2
|
D | v7m-neg-subfeatures.s | 7 vfp2: label 10 @CHECK-LABEL: vfp2
|
D | v7m-subfeatures.s | 8 vfp2: label 11 @CHECK-LABEL: vfp2
|
D | v7a-subfeature.s | 7 vfp2: label 10 @CHECK-LABEL: vfp2
|
D | v7a-neg-subfeature.s | 6 vfp2: label 9 @CHECK-LABEL: vfp2
|
/external/llvm/test/CodeGen/ARM/ |
D | no-fpu.ll | 1 ; RUN: llc < %s -mtriple=armv7-none-gnueabi -mattr=-neon,-vfp2 | FileCheck --check-prefix=NONEON-NO… 3 ; RUN: llc < %s -mtriple=armv7-none-gnueabi -mattr=-vfp2 | FileCheck --check-prefix=NOVFP %s 4 ; RUN: llc < %s -mtriple=armv7-none-gnueabi -mattr=-neon,+vfp2 | FileCheck --check-prefix=NONEON-VF…
|
D | fnmul.ll | 1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 %s -o - | FileCheck %s 3 ; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math %s -o - \
|
D | fixunsdfdi.ll | 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null 2 ; RUN: llc -mtriple=arm-eabi -mattr=vfp2 %s -o - | FileCheck %s
|
D | arguments.ll | 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 | FileCheck %s -check-prefix=ELF 2 ; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+vfp2 | FileCheck %s -check-prefix=DARWIN
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | no-fpu.ll | 1 ; RUN: llc < %s -mtriple=armv7-none-gnueabi -mattr=-neon,-vfp2 | FileCheck --check-prefix=NONEON-NO… 3 ; RUN: llc < %s -mtriple=armv7-none-gnueabi -mattr=-vfp2 | FileCheck --check-prefix=NOVFP %s 4 ; RUN: llc < %s -mtriple=armv7-none-gnueabi -mattr=-neon,+vfp2 | FileCheck --check-prefix=NONEON-VF…
|
D | fnmul.ll | 1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 %s -o - | FileCheck %s -check-… 3 ; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 -enable-unsafe-fp-math %s -o - | FileCheck %s -check-…
|
D | fixunsdfdi.ll | 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null 2 ; RUN: llc -mtriple=arm-eabi -mattr=vfp2 %s -o - | FileCheck %s
|
D | fpvcvtr.ll | 1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - | FileCheck %s --check-prefix=CHECK-VFP 2 ; RUN: llc -mtriple=thumbv7-eabi -mattr=+vfp2 %s -o - | FileCheck %s --check-prefix=CHECK-VFP
|
D | arguments.ll | 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 | FileCheck %s -check-prefix=ELF 2 ; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+vfp2 | FileCheck %s -check-prefix=DARWIN
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | fmdrr-fmrrd.ll | 1 ; RUN: llc < %s -march=arm -mattr=vfp2 | not grep fmdrr 2 ; RUN: llc < %s -march=arm -mattr=vfp2 | not grep fmrrd
|
D | fnmul.ll | 1 ; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | grep vnmul.f64 2 ; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math | grep vmul.f64
|
D | fixunsdfdi.ll | 1 ; RUN: llc < %s -march=arm -mattr=+vfp2 2 ; RUN: llc < %s -march=arm -mattr=vfp2 | not grep vstr.64
|
D | arguments.ll | 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 | FileCheck %s -check-prefix=ELF 2 ; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+vfp2 | FileCheck %s -check-prefix=DARWIN
|
D | fpcmp-opt.ll | 1 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 -mattr=+vfp2 -enable-unsafe-fp-math -enable-no-nans-fp-m… 2 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 -mattr=+vfp2 -enable-unsafe-fp-math | FileCheck -check-p…
|
D | call-tc.ll | 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -mattr=+vfp2 -arm-tail-calls | FileCheck %s -check-pref… 2 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic -mattr=+vfp2 -arm-tail-calls | F…
|
D | ret_f64_arg2.ll | 1 ; RUN: llc < %s -march=arm -mattr=+vfp2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-isel-fp.ll | 1 ; RUN: llc -mtriple arm-linux-gnueabihf -mattr=+vfp2 -float-abi=hard -global-isel %s -o - | FileChe… 2 ; RUN: llc -mtriple arm-linux-gnueabi -mattr=+vfp2,+soft-float -float-abi=soft -global-isel %s -o -… 3 ; RUN: llc -mtriple arm-linux-gnu- -mattr=+vfp2,+soft-float -float-abi=soft -global-isel %s -o - | …
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/ |
D | float-args.ll | 1 ; RUN: %llc_dwarf -filetype=obj -mattr=+vfp2 -float-abi=hard < %s | llvm-dwarfdump -debug-info - | … 2 ; RUN: %llc_dwarf -filetype=obj -mattr=-vfp2 -float-abi=soft < %s | llvm-dwarfdump -debug-info - | …
|
/external/llvm/test/DebugInfo/ARM/ |
D | float-args.ll | 1 ; RUN: %llc_dwarf -filetype=obj -mattr=+vfp2 -float-abi=hard < %s | llvm-dwarfdump -debug-dump=info… 2 ; RUN: %llc_dwarf -filetype=obj -mattr=-vfp2 -float-abi=soft < %s | llvm-dwarfdump -debug-dump=info…
|
12345678910