Searched refs:L2 (Results 1 - 25 of 120) sorted by relevance

12345

/external/llvm/test/MC/MachO/
H A Drelax-jumps.s21 jb L2
23 jg L2
25 jae L2
29 L2: label
H A Drelax-recompute-align.s29 jle L2
35 L2: label
H A Ddarwin-x86_64-diff-relocs.s45 jmp L2
50 // jmp L2 - _g3
74 movl %eax,L2(%rip)
81 // movl %eax,L2 - _g2(%rip)
94 L2: label
98 .quad L2
101 .quad L2 - _g2
/external/clang/include/clang/Basic/
H A DLinkage.h92 inline Linkage minLinkage(Linkage L1, Linkage L2) { argument
93 if (L2 == VisibleNoLinkage)
94 std::swap(L1, L2);
96 if (L2 == InternalLinkage)
98 if (L2 == UniqueExternalLinkage)
101 return L1 < L2 ? L1 : L2;
/external/llvm/test/MC/AArch64/
H A Darm64-directive_loh.s7 L2: label
16 # CHECK: .loh AdrpAdrp L1, L2
17 # CHECK: .loh AdrpAdrp L1, L2
18 .loh AdrpAdrp L1, L2
19 .loh 1 L1, L2
21 # CHECK: .loh AdrpLdr L1, L2
22 # CHECK: .loh AdrpLdr L1, L2
23 .loh AdrpLdr L1, L2
24 .loh 2 L1, L2
26 # CHECK: .loh AdrpAddLdr L1, L2, L
[all...]
/external/chromium_org/tools/idl_parser/test_parser/
H A Dcallback_web.idl95 * Argument(L2)
100 callback VoidFuncLongArray54 = void ( long[5] L1, long long [4] L2 );
112 * Argument(L2)
116 callback VoidFuncLongIdent = void ( long[5] L1, VoidFuncLongArray L2 );
/external/clang/test/CodeGen/
H A Dindirect-goto.c4 void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
11 L2: res *= 3;
17 static const void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
24 L2: res *= 3;
/external/clang/test/CodeGenCXX/
H A Dmangle-local-classes-nested.cpp17 void L2() { function in struct:S
32 S().L2();
36 void L2() { function in struct:S
51 S().L2();
/external/clang/test/Sema/
H A Dscope-check.c61 goto L2; // expected-error {{goto into protected scope}}
64 L2:;
138 L2: ;
148 &&L2,
161 goto L2; // expected-error {{goto into protected scope}}
163 L2:
186 goto L2;
187 L2:
221 static const void *addrs[] = { &&L1, &&L2 };
228 L2
[all...]
H A Dcaptured-statements.c9 goto L2; // OK
10 L2:
H A Dwarn-duplicate-enum.c76 L2 = L1, enumerator in enum:__anon19186
77 L3 = L2
/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp34 switch (x) default: L1: L2: case 4: pr6884_abort_struct();
37 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); }
40 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); }
45 switch (x) default: L1: L2: case 4: {
71 switch (x) default: L1: L2: case 4: pr6884_abort_struct();
75 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); }
79 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); }
98 switch (x) default: L1: L2: case 4: pr6884_abort_struct a;
102 switch (x) default: L1: { L2: case 4: pr6884_abort_struct a; }
106 switch (x) default: L1: L2
[all...]
/external/libcxx/test/thread/thread.mutex/thread.lock.algorithm/
H A Dtry_lock.pass.cpp12 // template <class L1, class L2, class... L3>
13 // int try_lock(L1&, L2&, L3&...);
54 class L2 class
59 L2() : locked_(false) {} function in class:L2
97 L2 l1;
110 L2 l0;
143 L2 l0;
144 L2 l1;
145 L2 l2;
161 L2 l
[all...]
H A Dlock.pass.cpp12 // template <class L1, class L2, class... L3>
13 // void lock(L1&, L2&, L3&...);
64 class L2 class
69 L2() : locked_(false) {} function in class:L2
112 L2 l1;
125 L2 l0;
140 L2 l1;
153 L2 l0;
167 L2 l0;
168 L2 l
[all...]
/external/oprofile/events/i386/westmere/
H A Dunit_masks58 0x01 l1d_l2 Cycles L1D and L2 locked
119 0x01 i_state L1 writebacks to L2 in I state (misses)
120 0x02 s_state L1 writebacks to L2 in S state
121 0x04 e_state L1 writebacks to L2 in E state
122 0x08 m_state L1 writebacks to L2 in M state
123 0x0f mesi All L1 writebacks to L2
130 0x01 demand_i_state L2 data demand loads in I state (misses)
131 0x02 demand_s_state L2 data demand loads in S state
132 0x04 demand_e_state L2 data demand loads in E state
133 0x08 demand_m_state L2 dat
[all...]
/external/clang/test/OpenMP/
H A Dparallel_messages.cpp51 goto L2; // expected-error {{use of undeclared label 'L2'}}
53 L2:
H A Dparallel_sections_messages.cpp68 goto L2; // expected-error {{use of undeclared label 'L2'}}
71 L2:
H A Dparallel_for_messages.cpp55 goto L2; // expected-error {{use of undeclared label 'L2'}}
57 for(int i = 0; i < argc; ++i) L2:foo();
H A Dsingle_misc_messages.c35 goto L2;
37 L2:
43 goto L2; // expected-error {{use of undeclared label 'L2'}}
/external/llvm/test/MC/MachO/ARM/
H A Dthumb2-movw-fixup.s12 movw r12, :lower16:L2
13 movt r12, :upper16:L2
18 L2: .long 0 label
/external/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s36 lui $6, %highest($L2-$L1+0x300047FFF7FF7)
37 daddiu $6, $6, %higher($L2-$L1+0x300047FFF7FF7)
38 $L2:
44 lui $7, %highest($L2-$L1+0x300047FFF7FF8)
45 ld $7, %higher ($L2-$L1+0x300047FFF7FF8)($7)
H A Dhilo-addressing.s26 $L2:
33 lui $5, %hi($L2-$L3)
34 lw $5, %lo($L2-$L3)($5)
/external/oprofile/events/i386/nehalem/
H A Dunit_masks46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
47 0x10 remote_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and was remotely homed
48 0x20 local_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and required a local socket memory reference
81 0x01 ld_hit Counts number of loads that hit the L2 cache
82 0x02 ld_miss Counts the number of loads that miss the L2 cache
83 0x03 loads Counts all L2 load requests
84 0x04 rfo_hit Counts the number of store RFO requests that hit the L2 cache
85 0x08 rfo_miss Counts the number of store RFO requests that miss the L2 cache
86 0x0C rfos Counts all L2 store RFO requests
87 0x10 ifetch_hit Counts number of instruction fetches that hit the L2 cach
[all...]
/external/oprofile/events/i386/atom/
H A Devents23 event:0x21 counters:0,1 um:core minimum:6000 name:CORE : Cycles L2 address bus is in use
24 event:0x22 counters:0,1 um:core minimum:6000 name:L2_DBUS_BUSY : Cycles the L2 cache data bus is busy
25 event:0x24 counters:0,1 um:core,prefetch minimum:500 name:L2_LINES_IN : L2 cache misses
26 event:0x25 counters:0,1 um:core minimum:500 name:L2_M_LINES_IN : L2 cache line modifications
27 event:0x26 counters:0,1 um:core,prefetch minimum:500 name:L2_LINES_OUT : L2 cache lines evicted
28 event:0x27 counters:0,1 um:core,prefetch minimum:500 name:L2_M_LINES_OUT : Modified lines evicted from the L2 cache
29 event:0x28 counters:0,1 um:core,mesi minimum:6000 name:L2_IFETCH : L2 cacheable instruction fetch requests
30 event:0x29 counters:0,1 um:core,prefetch,mesi minimum:6000 name:L2_LD : L2 cache reads
31 event:0x2A counters:0,1 um:core,mesi minimum:6000 name:L2_ST : L2 store requests
32 event:0x2B counters:0,1 um:core,mesi minimum:6000 name:L2_LOCK : L2 locke
[all...]
/external/clang/test/FixIt/
H A Dfixit.c71 /*preserved comment*/ L2 : c++; // expected-warning {{unused label}}

Completed in 1296 milliseconds

12345