Home
last modified time | relevance | path

Searched refs:uc2 (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Sema/
Dzvector.c6 vector unsigned char uc, uc2; variable
47 uc = uc2; in foo()
63 sc = uc2; // expected-error {{incompatible type}} in foo()
68 bc = uc2; // expected-error {{incompatible type}} in foo()
92 us = uc2; // expected-error {{incompatible type}} in foo()
93 ui = uc2; // expected-error {{incompatible type}} in foo()
94 ul = uc2; // expected-error {{incompatible type}} in foo()
95 fd = uc2; // expected-error {{incompatible type}} in foo()
112 bc = (vector bool char)uc2; in foo()
145 bl = (vector bool long long)uc2; in foo()
[all …]
/external/clang/test/CodeGen/
Dzvector.c5 volatile vector unsigned char uc, uc2; variable
33 uc = uc2; in test_assign()
70 uc = +uc2; in test_pos()
128 ++uc2; in test_preinc()
165 uc2++; in test_postinc()
202 --uc2; in test_predec()
239 uc2--; in test_postdec()
286 uc = uc + uc2; in test_add()
294 uc = bc + uc2; in test_add()
392 uc += uc2; in test_add_assign()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/Fast-ISel/
Dloadstoreconv.ll13 @uc2 = global i8 -1, align 1
57 %1 = load i8, i8* @uc2, align 1
149 %1 = load i8, i8* @uc2, align 1
Dlogopm.ll8 @uc2 = common global i8 0, align 1
236 %1 = load i8, i8* @uc2, align 1, !tbaa !2
244 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
297 %1 = load i8, i8* @uc2, align 1, !tbaa !2
305 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
359 %1 = load i8, i8* @uc2, align 1, !tbaa !2
367 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dloadstoreconv.ll13 @uc2 = global i8 -1, align 1
57 %1 = load i8, i8* @uc2, align 1
149 %1 = load i8, i8* @uc2, align 1
Dlogopm.ll8 @uc2 = common global i8 0, align 1
236 %1 = load i8, i8* @uc2, align 1, !tbaa !2
244 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
297 %1 = load i8, i8* @uc2, align 1, !tbaa !2
305 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
359 %1 = load i8, i8* @uc2, align 1, !tbaa !2
367 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
/external/u-boot/drivers/serial/
Dserial_lpuart.c159 ctrl = __raw_readb(&base->uc2); in _lpuart_serial_init()
162 __raw_writeb(ctrl, &base->uc2); in _lpuart_serial_init()
176 __raw_writeb(UC2_RE | UC2_TE, &base->uc2); in _lpuart_serial_init()
/external/clang/lib/Headers/
D__clang_cuda_intrinsics.h195 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
196 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg()
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
/external/u-boot/include/
Dfsl_lpuart.h39 u8 uc2; member
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp730 unsigned uc2 = uses[n]; in bu_release_val() local
742 sblog << " new uc=" << uc << ", total " << uc2 << "\n"; in bu_release_val()
745 if (uc == uc2) in bu_release_val()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
Dp7-0x.cpp15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
/external/curl/lib/
Dtelnet.c1004 unsigned char *uc1, *uc2; in sendsuboption() local
1021 uc2 = (unsigned char *)&y; in sendsuboption()
1024 CURL_SB_ACCUM(tn, uc2[0]); in sendsuboption()
1025 CURL_SB_ACCUM(tn, uc2[1]); in sendsuboption()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c1284 unsigned uc2 = (uch)c2; in samesets() local
1287 if (col[uc1] != col[uc2]) in samesets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregcomp.c1411 unsigned uc2 = (uch)c2; in samesets() local
1414 if (col[uc1] != col[uc2]) in samesets()
/external/llvm/lib/Support/
Dregcomp.c1284 unsigned uc2 = (uch)c2; in samesets() local
1287 if (col[uc1] != col[uc2]) in samesets()
/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c1246 unsigned uc2 = (uch)c2; in samesets() local
1249 if (col[uc1] != col[uc2]) in samesets()
/external/tensorflow/tensorflow/examples/tutorials/deepdream/
Ddeepdream.ipynb578 …\nGW4XJDeZFnhVkYsPwNbNwgm1IOrLgqFxjqe9Xri6zbw2ltbRoCoHllcqxHXqOtcf1z2clF6/1uc2\nkkcH9pv7a/hNiYizSB…