Home
last modified time | relevance | path

Searched refs:L8 (Results 1 – 25 of 105) sorted by relevance

12345

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c214 _(L8_UNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, ____),
215 _(L8_SNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, SSSS),
216 _(L8_SRGB , L8 , 0, C, C, C, 1, 0, 0, 0, x, SRGB, ____),
217 _(I8_UNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, ____),
218 _(I8_SNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, SSSS),
219 _(A8_UNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, ____),
220 _(A8_SNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, SSSS),
221 _(R8_UNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, ____),
222 _(R8_SNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, SSSS),
/external/llvm-project/llvm/test/MC/MachO/
Dpending-labels.s20 L8: label
32 .quad L8-.
Dx86_64-symbols.s28 L8: label
Dx86_32-symbols.s28 L8: label
/external/perfetto/src/trace_processor/containers/
Dbit_vector.h422 s = ((s + (s >> 4)) & 0x0F0F0F0F0F0F0F0F) * L8; in IndexOfNthSet()
424 uint64_t b = (BwLessThan(s, n * L8) >> 7) * L8 >> 53 & ~7ull; in IndexOfNthSet()
426 s = (BwGtZero(((word_ >> b & 0xFF) * L8) & 0x8040201008040201) >> 7) * L8; in IndexOfNthSet()
428 uint64_t ret = b + ((BwLessThan(s, l * L8) >> 7) * L8 >> 56); in IndexOfNthSet()
459 static constexpr uint64_t L8 = 0x0101010101010101;
476 static uint64_t BwGtZero(uint64_t x) { return (((x | H8) - L8) | x) & H8; } in BwGtZero()
/external/llvm-project/clang/test/Analysis/
Dcfg-indirect-goto-determinism.cpp12 (void)&&L8; in indirectBlockSuccessorDeterminism()
54 L8: in indirectBlockSuccessorDeterminism()
/external/llvm/test/CodeGen/WebAssembly/
Duserstack.ll17 ; CHECK-NEXT: i32.sub $push[[L8:.+]]=, $pop[[L2]], $pop[[L3]]
18 ; CHECK-NEXT: i32.store $push[[L10:.+]]=, __stack_pointer($pop[[L4]]), $pop[[L8]]{{$}}
73 ; CHECK-NEXT: i32.const $push[[L8:.+]]=, 144
74 ; CHECK-NEXT: i32.add $push[[L19:.+]]=, $[[SP]], $pop[[L8]]
154 ; CHECK: i32.const $push[[L8:.+]]=, 0{{$}}
161 ; CHECK-NEXT: tee_local $push[[L8:.+]]=, $0=, $pop
162 ; CHECK-NEXT: copy_local $drop=, $pop[[L8]]{{$}}
174 ; CHECK: i32.const $push[[L8:.+]]=, 0{{$}}
Dbyval.ll46 ; CHECK-NEXT: i32.add $push[[L8:.+]]=, $[[SP]], $pop[[L6]]
47 ; CHECK-NEXT: i32.store {{.*}}=, __stack_pointer($pop[[L7]]), $pop[[L8]]
120 ; CHECK-NEXT: i32.sub $push[[L8:.+]]=, $pop[[L2]], $pop[[L3]]
121 ; CHECK-NEXT: i32.store $push[[L12:.+]]=, __stack_pointer($pop[[L4]]), $pop[[L8]]{{$}}
/external/clang/test/Sema/
Dscope-check.c94 … goto L8; // expected-error {{cannot jump from this goto statement to its label}} in test8()
97 L8:; // bad in test8()
/external/llvm-project/clang/test/Sema/
Dscope-check.c94 … goto L8; // expected-error {{cannot jump from this goto statement to its label}} in test8()
97 L8:; // bad in test8()
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dstack-alignment.ll30 ; CHECK-NEXT: i[[PTR]].sub $push[[L8:.+]]=, $pop[[L9]], $pop[[L2]]
32 ; CHECK-NEXT: i[[PTR]].and $push[[L7:.+]]=, $pop[[L8]], $pop[[L3]]
58 ; CHECK: i[[PTR]].add $push[[L8:.+]]=, $pop[[M7]], $pop{{.+}}
59 ; CHECK-NEXT: call somefunc, $pop[[L8]]
Duserstack.ll14 ; CHECK-NEXT: local.tee $push[[L8:.+]]=, [[SP:.+]], $pop[[L9]]{{$}}
15 ; CHECK-NEXT: global.set __stack_pointer, $pop[[L8]]{{$}}
72 ; CHECK-NEXT: i[[PTR]].add $push[[L8:.+]]=, $pop[[L2]], $pop[[L7]]
73 ; CHECK-NEXT: global.set __stack_pointer, $pop[[L8]]
155 ; CHECK-NEXT: local.tee $push[[L8:.+]]=, [[SP2:.+]], $pop
196 ; CHECK-NEXT: i32.const $push[[L8:.+]]=, 103
197 ; CHECK-NEXT: i32.store 0($pop[[L9]]), $pop[[L8]]
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/
Dsinkchain.ll16 ; CHECK-NEXT: [[L8:%.*]] = trunc <8 x i16> [[WIDE_LOAD]] to <8 x i8>
19 ; CHECK-NEXT: [[L9:%.*]] = mul <8 x i8> [[TMP2]], [[L8]]
70 ; CHECK-NEXT: [[L8:%.*]] = trunc <8 x i16> [[WIDE_LOAD]] to <8 x i8>
73 ; CHECK-NEXT: [[L9:%.*]] = mul <8 x i8> [[TMP2]], [[L8]]
/external/llvm-project/lldb/test/Shell/Expr/Inputs/
Dir-memory-map-overlap18 L8 = malloc 1 16
Dir-memory-map-basic10 L8 = malloc 3 4
/external/llvm-project/clang/test/SemaObjC/
Dscope-check.m40 goto L8; // expected-error{{cannot jump}}
45 L8: ;
/external/google-breakpad/src/common/
Dtest_assembler.h355 Section &L8(uint8_t value) { contents_ += value; return *this; } in L8() function
361 Section &L8(const Label &label), &L16(const Label &label),
/external/clang/test/SemaObjC/
Dscope-check.m40 goto L8; // expected-error{{cannot jump}}
45 L8: ;
/external/mesa3d/docs/
Dfavicon.svg2 …1-.705.178-.225.756.127.168-.297-.504-.578.1-.27.757-.11.066-.337-.658-.394L8 8.55l.688-.342-.042-…
/external/mesa3d/src/gallium/drivers/lima/
Dlima_format.c103 LIMA_TEXEL_FORMAT(L8_UNORM, L8, false, SWIZ(X, Y, Z, W)),
110 LIMA_TEXEL_FORMAT(R8_UNORM, L8, false, SWIZ(X, 0, 0, 1)),
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/credentials/certificate_hierarchy_2/intermediate/certs/
Dlocalhost-1.cert.pem23 jyU5xlcaJ+0tSaiFK3eF0nXIpFYdZbIHYPCdLjh9AZ2dkFcAgSa/L8+tsVt60k8D
/external/llvm-project/llvm/test/tools/llvm-cov/Inputs/
DshowProjectSummary.test14 HTML-HEADER: <td><pre>Source (<a href='#L8'>jump to first uncovered line</a>)</pre></td>
/external/llvm/test/MC/MachO/
Dx86_64-symbols.s28 L8: label
Dx86_32-symbols.s28 L8: label
/external/llvm-project/llvm/test/Transforms/InterleavedAccess/AArch64/
Dbinopshuffles.ll111 ; CHECK-NEXT: [[L8:%.*]] = fadd fast <4 x float> [[L63]], [[L46]]
112 ; CHECK-NEXT: ret <4 x float> [[L8]]
138 ; CHECK-NEXT: [[L8:%.*]] = fadd fast <4 x float> [[L6]], [[L43]]
139 ; CHECK-NEXT: ret <4 x float> [[L8]]

12345