Home
last modified time | relevance | path

Searched refs:flds (Results 1 – 25 of 52) sorted by relevance

123

/external/clang/test/SemaCXX/
Dconditional-expr.cpp78 Fields flds; in test() local
95 int &throwRef1 = (i1 ? flds.i1 : throw 0); in test()
96 int &throwRef2 = (i1 ? throw 0 : flds.i1); in test()
97 …int &throwRef3 = (i1 ? flds.b1 : throw 0); // expected-error {{non-const reference cannot bind to … in test()
98 …int &throwRef4 = (i1 ? throw 0 : flds.b1); // expected-error {{non-const reference cannot bind to … in test()
163 int &ir1 = i1 ? flds.i1 : flds.i2; in test()
164 (i1 ? flds.b1 : flds.i2) = 0; in test()
165 (i1 ? flds.i1 : flds.b2) = 0; in test()
166 (i1 ? flds.b1 : flds.b2) = 0; in test()
198 (void)&(i1 ? flds.b1 : flds.i1); // expected-error {{address of bit-field requested}} in test()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dinlineasm3.ll41 tail call void asm sideeffect "flds s15, $0 \0A", "^Uv|m,~{s15}"(float 1.000000e+00) nounwind
50 call void asm sideeffect "flds s15, $0 \0A", "*^Uv,~{s15}"(float* @k.2126) nounwind
58 call void asm sideeffect "flds s15, $0 \0A", "*^Uvm,~{s15}"(float* @k.2126) nounwind
67 ; CHECK: flds s15, s0
68 %0 = tail call float asm "flds s15, $0", "=x"() nounwind
77 ; CHECK: flds s15, d0
78 %0 = tail call double asm "flds s15, $0", "=x"() nounwind
87 ; CHECK: flds s15, s0
88 %0 = tail call float asm "flds s15, $0", "=t"() nounwind
/external/llvm/test/CodeGen/ARM/
Dinlineasm3.ll42 tail call void asm sideeffect "flds s15, $0 \0A", "^Uv|m,~{s15}"(float 1.000000e+00) nounwind
51 call void asm sideeffect "flds s15, $0 \0A", "*^Uv,~{s15}"(float* @k.2126) nounwind
59 call void asm sideeffect "flds s15, $0 \0A", "*^Uvm,~{s15}"(float* @k.2126) nounwind
68 ; CHECK: flds s15, s0
69 %0 = tail call float asm "flds s15, $0", "=x"() nounwind
78 ; CHECK: flds s15, d0
79 %0 = tail call double asm "flds s15, $0", "=x"() nounwind
88 ; CHECK: flds s15, s0
89 %0 = tail call float asm "flds s15, $0", "=t"() nounwind
/external/llvm/test/CodeGen/X86/
Dcmovcmov.ll18 ; NOCMOV-NEXT: flds 8(%esp)
19 ; NOCMOV-NEXT: flds 4(%esp)
45 ; NOCMOV-NEXT: flds 8(%esp)
46 ; NOCMOV-NEXT: flds 4(%esp)
74 ; NOCMOV-NEXT: flds 8(%esp)
75 ; NOCMOV-NEXT: flds 4(%esp)
105 ; NOCMOV-NEXT: flds 8(%esp)
106 ; NOCMOV-NEXT: flds 4(%esp)
136 ; NOCMOV-NEXT: flds 20(%esp)
137 ; NOCMOV-NEXT: flds 16(%esp)
Dshrink-fp-const2.ll1 ; RUN: llc < %s -march=x86 | grep flds
2 ; This should be a flds, not fldt.
Dpr13577.ll10 ; CHECK: flds LCPI0_0(%rip)
11 ; CHECK: flds LCPI0_1(%rip)
Duint_to_fp-2.ll16 ; CHECK-NEXT: flds (%esp)
37 ; CHECK-NEXT: flds (%esp)
Dstoretrunc-fp.ll1 ; RUN: llc < %s -march=x86 | not grep flds
Dfp-trunc.ll13 ; CHECK-NEXT: flds (%esp)
23 ; AVX-NEXT: flds (%esp)
Dfp-load-trunc.ll12 ; CHECK-NEXT: flds (%esp)
23 ; AVX-NEXT: flds (%esp)
Dpr26625.ll12 ; CHECK: flds
Dfast-isel-x86.ll4 ; This should use flds to set the return value.
6 ; CHECK: flds
Dinline-asm-fpstack.ll280 ; CHECK: flds
296 ; CHECK: flds
313 ; CHECK: flds
335 ; CHECK: flds LCPI
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dshrink-fp-const2.ll1 ; RUN: llc < %s -march=x86 | grep flds
2 ; This should be a flds, not fldt.
Duint_to_fp-2.ll11 ; CHECK: flds
27 ; CHECK: flds
Dfast-isel-x86.ll3 ; This should use flds to set the return value.
5 ; CHECK: flds
Dstoretrunc-fp.ll1 ; RUN: llc < %s -march=x86 | not grep flds
Dinline-asm-fpstack.ll280 ; CHECK: flds
296 ; CHECK: flds
313 ; CHECK: flds
335 ; CHECK: flds LCPI
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86_64-encoding.s161 flds (%edi)
169 flds (%rdi)
/external/llvm/test/MC/X86/
Dx86_64-encoding.s229 flds (%edi)
237 flds (%rdi)
/external/compiler-rt/lib/builtins/i386/
Dfloatdisf.S28 flds 4(%esp)
Dfloatundisf.S101 flds 4(%esp)
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dfreebsd.S246 flds (%ecx)
329 flds -24(%ebp)
Dsysv.S238 flds (%ecx)
326 flds -24(%ebp)
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-darwin.S219 flds (%ecx)
293 flds -24(%ebp)

123