Home
last modified time | relevance | path

Searched refs:foo8 (Results 1 – 25 of 111) sorted by relevance

12345

/external/llvm-project/llvm/test/CodeGen/MSP430/
Dbit.ll5 @foo8 = external global i8
36 %t1 = load i8, i8* @foo8
43 ; CHECK: bit.b #15, &foo8
46 %t1 = load i8, i8* @foo8
53 ; CHECK: bit.b #15, &foo8
56 %t1 = load i8, i8* @foo8
63 ; CHECK: bit.b &foo8, r12
66 %t1 = load i8, i8* @foo8
73 ; CHECK: bit.b r12, &foo8
76 %t1 = load i8, i8* @foo8
[all …]
/external/llvm-project/lld/test/ELF/
Daarch64-lo12-alignment.s20 ldr x3, [x0, #:lo12:foo8] // Ok as foo8 is 8-byte aligned
21 ldr q0, [x0, #:lo12:foo8] // Error foo8 is not 16-byte aligned
30 .globl foo8 symbol
39 foo8: label
/external/llvm/test/CodeGen/MSP430/
Dbit.ll5 @foo8 = external global i8
36 %t1 = load i8, i8* @foo8
43 ; CHECK: bit.b #15, &foo8
46 %t1 = load i8, i8* @foo8
53 ; CHECK: bit.b #15, &foo8
56 %t1 = load i8, i8* @foo8
63 ; CHECK: bit.b &foo8, r15
66 %t1 = load i8, i8* @foo8
73 ; CHECK: bit.b r15, &foo8
76 %t1 = load i8, i8* @foo8
[all …]
/external/clang/test/Sema/
Dattr-x86-interrupt.c40 __attribute__((interrupt)) void foo8(int *a) {} in foo8() function
45 g(foo8); in main()
52 foo8((int *)argv); // expected-error {{interrupt service routine cannot be called directly}} in main()
/external/llvm-project/clang/test/Sema/
Dattr-x86-interrupt.c40 __attribute__((interrupt)) void foo8(int *a) {} in foo8() function
45 g(foo8); in main()
52 foo8((int *)argv); // expected-error {{interrupt service routine cannot be called directly}} in main()
/external/clang/test/SemaCXX/
Dattr-x86-interrupt.cpp42 __attribute__((interrupt)) void foo8(int *a) {} in foo8() function
60 g(foo8); in main()
68 foo8((int *)argv); // expected-error {{interrupt service routine cannot be called directly}} in main()
/external/llvm-project/clang/test/SemaCXX/
Dattr-x86-interrupt.cpp42 __attribute__((interrupt)) void foo8(int *a) {} in foo8() function
60 g(foo8); in main()
68 foo8((int *)argv); // expected-error {{interrupt service routine cannot be called directly}} in main()
/external/deqp-deps/glslang/Test/
Dhlsl.overload.frag23 void foo8(float) {}
24 void foo8(double) {}
119 foo8(b);
120 foo8(u);
121 foo8(i);
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dsdiv-pow2.ll20 define i64 @foo8(i64 %a) #0 {
25 ; CHECK-LABEL: @foo8
30 ; CHECK-32-LABEL: @foo8
/external/llvm/test/CodeGen/PowerPC/
Dsdiv-pow2.ll20 define i64 @foo8(i64 %a) #0 {
25 ; CHECK-LABEL: @foo8
30 ; CHECK-32-LABEL: @foo8
/external/llvm-project/clang/test/CodeGen/
Dmips64-padding-arg.c51 extern void foo8(float, double);
54 foo8(a0 + 1.0f, a1 + 2.0); in foo7()
Dstdcall-fastcall.c110 void __attribute__((fastcall)) foo8(struct S1 a, int b);
114 foo8(a, b); in bar8()
/external/clang/test/CodeGen/
Dmips64-padding-arg.c51 extern void foo8(float, double);
54 foo8(a0 + 1.0f, a1 + 2.0); in foo7()
Dstdcall-fastcall.c110 void __attribute__((fastcall)) foo8(struct S1 a, int b);
114 foo8(a, b); in bar8()
/external/llvm-project/llvm/test/FileCheck/
Ddump-input-filter.txt18 ; RUN: echo foo8 >> %t.in
30 ; RUN: echo foo8 >> %t.in
42 ; RUN: echo foo8 >> %t.in
67 ; ALL-NEXT: 10: foo8
87 ; ALL-NEXT: 21: foo8
110 ; ALL-NEXT: 32: foo8
126 ; ANNOTATION-FULL-NEXT: 10: foo8
146 ; ANNOTATION-FULL-NEXT: 21: foo8
169 ; ANNOTATION-FULL-NEXT: 32: foo8
185 ; ANNOTATION-NEXT: 10: foo8
[all …]
/external/llvm/test/MC/ELF/
Dweakref.s32 .weakref foo8, bar8
33 .long foo8
/external/llvm-project/llvm/test/MC/ELF/
Dweakref.s32 .weakref foo8, bar8
33 .long foo8
/external/llvm/test/CodeGen/X86/
D2011-12-28-vselecti8.ll16 ; CHECK-LABEL: foo8
21 define void @foo8(float* nocapture %RET) nounwind {
Dvararg_tailcall.ll82 ; X64: @foo8
84 ; WIN64: @foo8
86 define i8* @foo8(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
/external/llvm-project/llvm/test/CodeGen/X86/
D2011-12-28-vselecti8.ll18 define void @foo8(float* nocapture %RET) nounwind {
19 ; CHECK-LABEL: foo8:
Dvararg_tailcall.ll82 ; X64: @foo8
84 ; WIN64: @foo8
86 define i8* @foo8(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
/external/clang/test/Driver/
Dat_file_win.c26 foo8
Dat_file.c28 foo8
/external/llvm-project/clang/test/Driver/
Dat_file.c28 foo8
Dat_file_win.c26 foo8

12345