/external/llvm/test/CodeGen/Mips/msa/ |
3r-d.ll | 331 %2 = tail call <8 x i16> @llvm.mips.dotp.s.h(<16 x i8> %0, <16 x i8> %1) 336 declare <8 x i16> @llvm.mips.dotp.s.h(<16 x i8>, <16 x i8>) nounwind 358 %2 = tail call <4 x i32> @llvm.mips.dotp.s.w(<8 x i16> %0, <8 x i16> %1) 363 declare <4 x i32> @llvm.mips.dotp.s.w(<8 x i16>, <8 x i16>) nounwind 382 %2 = tail call <2 x i64> @llvm.mips.dotp.s.d(<4 x i32> %0, <4 x i32> %1) 387 declare <2 x i64> @llvm.mips.dotp.s.d(<4 x i32>, <4 x i32>) nounwind 414 %2 = tail call <8 x i16> @llvm.mips.dotp.u.h(<16 x i8> %0, <16 x i8> %1) 419 declare <8 x i16> @llvm.mips.dotp.u.h(<16 x i8>, <16 x i8>) nounwind 441 %2 = tail call <4 x i32> @llvm.mips.dotp.u.w(<8 x i16> %0, <8 x i16> %1) 446 declare <4 x i32> @llvm.mips.dotp.u.w(<8 x i16>, <8 x i16>) nounwin [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
ldexp.h | 152 bfd_vma *dotp; member in struct:ldexp_control
|
ldexp.c | 956 else if (expld.dotp == NULL) 982 *expld.dotp = nextdot; 1088 exp_fold_tree (etree_type *tree, asection *current_section, bfd_vma *dotp) 1090 expld.dot = *dotp; 1091 expld.dotp = dotp; 1100 expld.dotp = NULL; [all...] |
ChangeLog-2005 | 820 "current_section", "allocation_done", "dot", "dotp" and "mark_used" 837 current section, instead check for NULL dotp. [all...] |
/external/tcpdump/ |
addrtoname.c | 248 char *dotp; local 253 dotp = strchr(p->name, '.'); 254 if (dotp) 255 *dotp = '\0'; 299 char *dotp; local 304 dotp = strchr(p->name, '.'); 305 if (dotp) 306 *dotp = '\0';
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | [all...] |
nv50_ir_from_tgsi.cpp | [all...] |
/external/curl/lib/ |
cookie.c | 469 const char *dotp; local 480 dotp = strchr(whatptr, '.'); 481 if(!dotp) [all...] |
/external/clang/test/CodeGen/ |
builtins-mips-msa.c | 302 v8i16_r = __builtin_msa_dotp_s_h(v16i8_a, v16i8_b); // CHECK: call <8 x i16> @llvm.mips.dotp.s.h( 303 v4i32_r = __builtin_msa_dotp_s_w(v8i16_a, v8i16_b); // CHECK: call <4 x i32> @llvm.mips.dotp.s.w( 304 v2i64_r = __builtin_msa_dotp_s_d(v4i32_a, v4i32_b); // CHECK: call <2 x i64> @llvm.mips.dotp.s.d( 306 v8u16_r = __builtin_msa_dotp_u_h(v16u8_a, v16u8_b); // CHECK: call <8 x i16> @llvm.mips.dotp.u.h( 307 v4u32_r = __builtin_msa_dotp_u_w(v8u16_a, v8u16_b); // CHECK: call <4 x i32> @llvm.mips.dotp.u.w( 308 v2u64_r = __builtin_msa_dotp_u_d(v4u32_a, v4u32_b); // CHECK: call <2 x i64> @llvm.mips.dotp.u.d( [all...] |
/external/vulkan-validation-layers/ |
generator.py | [all...] |
/prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/ |
libGL.so | |
libGL.so.1 | |
libosmesa.so | |
/development/perftests/panorama/input/ |
test_027.ppm | [all...] |
test_029.ppm | [all...] |