Home
last modified time | relevance | path

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/
Dv6-subfeatures.s1 @ RUN: llvm-mc < %s -triple armv6 -mattr=+vfp2 -filetype=obj | llvm-objdump -triple=arm -d - | File…
5 vfp2: label
8 @CHECK-LABEL: vfp2
Dv6-neg-subfeatures.s1 @ RUN: llvm-mc < %s -triple armv6 -mattr=+vfp2 -filetype=obj | llvm-objdump -triple=arm -d - | File…
5 vfp2: label
8 @CHECK-LABEL: vfp2
Dv7m-neg-subfeatures.s7 vfp2: label
10 @CHECK-LABEL: vfp2
Dv7m-subfeatures.s8 vfp2: label
11 @CHECK-LABEL: vfp2
Dv7a-subfeature.s7 vfp2: label
10 @CHECK-LABEL: vfp2
Dv7a-neg-subfeature.s6 vfp2: label
9 @CHECK-LABEL: vfp2
/external/llvm/test/CodeGen/ARM/
Dno-fpu.ll1 ; 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…
Dfnmul.ll1 ; 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 - \
Dfixunsdfdi.ll1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
2 ; RUN: llc -mtriple=arm-eabi -mattr=vfp2 %s -o - | FileCheck %s
Darguments.ll1 ; 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/
Dno-fpu.ll1 ; 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…
Dfnmul.ll1 ; 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-…
Dfixunsdfdi.ll1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
2 ; RUN: llc -mtriple=arm-eabi -mattr=vfp2 %s -o - | FileCheck %s
Dfpvcvtr.ll1 ; 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
Darguments.ll1 ; 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/
Dfmdrr-fmrrd.ll1 ; RUN: llc < %s -march=arm -mattr=vfp2 | not grep fmdrr
2 ; RUN: llc < %s -march=arm -mattr=vfp2 | not grep fmrrd
Dfnmul.ll1 ; 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
Dfixunsdfdi.ll1 ; RUN: llc < %s -march=arm -mattr=+vfp2
2 ; RUN: llc < %s -march=arm -mattr=vfp2 | not grep vstr.64
Darguments.ll1 ; 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
Dfpcmp-opt.ll1 ; 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…
Dcall-tc.ll1 ; 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…
Dret_f64_arg2.ll1 ; RUN: llc < %s -march=arm -mattr=+vfp2
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-isel-fp.ll1 ; 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/
Dfloat-args.ll1 ; 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/
Dfloat-args.ll1 ; 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