Home
last modified time | relevance | path

Searched refs:FAULT (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Drecp-fastmath.ll1 …RUN: llc < %s -mtriple=aarch64 -mattr=neon -recip=!div,!vec-div | FileCheck %s --check-prefix=FAULT
8 ; FAULT-LABEL: frecp:
9 ; FAULT-NEXT: BB#0
10 ; FAULT-NEXT: fmov
11 ; FAULT-NEXT: fdiv
23 ; FAULT-LABEL: f2recp:
24 ; FAULT-NEXT: BB#0
25 ; FAULT-NEXT: fmov
26 ; FAULT-NEXT: fdiv
38 ; FAULT-LABEL: f4recp:
[all …]
Dsqrt-fastmath.ll1 …N: llc < %s -mtriple=aarch64 -mattr=neon -recip=!sqrt,!vec-sqrt | FileCheck %s --check-prefix=FAULT
3 …llc < %s -mtriple=aarch64 -mattr=neon,-use-reverse-square-root | FileCheck %s --check-prefix=FAULT
16 ; FAULT-LABEL: fsqrt:
17 ; FAULT-NEXT: BB#0
18 ; FAULT-NEXT: fsqrt
30 ; FAULT-LABEL: f2sqrt:
31 ; FAULT-NEXT: BB#0
32 ; FAULT-NEXT: fsqrt
45 ; FAULT-LABEL: f4sqrt:
46 ; FAULT-NEXT: BB#0
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dsqrt-fastmath.ll2 …ch64-unknown-linux-gnu -mattr=+neon,-use-reciprocal-square-root | FileCheck %s --check-prefix=FAULT
14 ; FAULT-LABEL: fsqrt:
15 ; FAULT: // %bb.0:
16 ; FAULT-NEXT: fsqrt s0, s0
17 ; FAULT-NEXT: ret
37 ; FAULT-LABEL: fsqrt_ieee_denorms:
38 ; FAULT: // %bb.0:
39 ; FAULT-NEXT: fsqrt s0, s0
40 ; FAULT-NEXT: ret
60 ; FAULT-LABEL: f2sqrt:
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_exec_lut_handle.c55 #define FAULT 0x8 macro
95 { .name = "fault-relocation", .flags = FAULT },
137 if (p->flags & FAULT)
150 if (p->flags & FAULT)
183 if (p->flags & FAULT) {
213 if (p->flags & FAULT) {
228 if (p->flags & FAULT)
260 if (p->flags & FAULT)
/external/igt-gpu-tools/benchmarks/
Dvgem_mmap.c49 enum dir {READ, WRITE, CLEAR, FAULT} dir = READ; in main() enumerator
69 dir = FAULT; in main()
105 case FAULT: in main()
124 case FAULT: in main()
Dgem_mmap.c60 enum dir {READ, WRITE, CLEAR, FAULT} dir = READ; in main() enumerator
91 dir = FAULT; in main()
149 case FAULT: in main()
168 case FAULT: in main()
Dgem_exec_reloc.c51 #define FAULT 0x8 macro
124 if (flags & FAULT) { in run()
165 if (flags & FAULT && reloc) { in run()
176 if (flags & FAULT && reloc) { in run()
212 flags |= FAULT; in main()
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dfull_test.proto106 FAULT = 2; enumerator