/external/llvm/test/CodeGen/X86/ |
avx512-gather-scatter-intrin.ll | 19 define void @gather_mask_dps(<16 x i32> %ind, <16 x float> %src, i16 %mask, i8* %base, i8* %stbuf) { 22 call void @llvm.x86.avx512.scatter.dps.512 (i8* %stbuf, i16 %mask, <16 x i32>%ind2, <16 x float> %x, i32 4) 32 define void @gather_mask_dpd(<8 x i32> %ind, <8 x double> %src, i8 %mask, i8* %base, i8* %stbuf) { 35 call void @llvm.x86.avx512.scatter.dpd.512 (i8* %stbuf, i8 %mask, <8 x i32>%ind2, <8 x double> %x, i32 4) 45 define void @gather_mask_qps(<8 x i64> %ind, <8 x float> %src, i8 %mask, i8* %base, i8* %stbuf) { 48 call void @llvm.x86.avx512.scatter.qps.512 (i8* %stbuf, i8 %mask, <8 x i64>%ind2, <8 x float> %x, i32 4) 58 define void @gather_mask_qpd(<8 x i64> %ind, <8 x double> %src, i8 %mask, i8* %base, i8* %stbuf) { 61 call void @llvm.x86.avx512.scatter.qpd.512 (i8* %stbuf, i8 %mask, <8 x i64>%ind2, <8 x double> %x, i32 4) 83 define void @gather_mask_dd(<16 x i32> %ind, <16 x i32> %src, i16 %mask, i8* %base, i8* %stbuf) { 86 call void @llvm.x86.avx512.scatter.dpi.512 (i8* %stbuf, i16 %mask, <16 x i32>%ind2, <16 x i32> %x, i32 4 [all...] |
/external/linux-tools-perf/src/tools/perf/util/ |
symbol-minimal.c | 217 struct stat stbuf; local 225 if (fstat(fd, &stbuf) < 0) 228 buf_size = stbuf.st_size;
|
/external/e2fsprogs/util/ |
subst.c | 309 struct stat stbuf; local 378 if (stat(outfn, &stbuf) == 0) { 381 ut.actime = stbuf.st_atime;
|
symlinks.c | 166 struct stat stbuf, lstbuf; local 190 if (stat(abspath, &stbuf) == -1) {
|
/external/iputils/ |
tftpd.c | 284 struct stat stbuf; local 306 if (stat(filename, &stbuf) < 0) { 311 if ((stbuf.st_mode&(S_IREAD >> 6)) == 0) { 316 if ((stbuf.st_mode&(S_IWRITE >> 6)) == 0) {
|
/external/mksh/src/ |
check.pl | [all...] |
/external/libedit/src/ |
filecomplete.c | 263 struct stat stbuf; local 267 if (stat(expname ? expname : name, &stbuf) == -1) 269 if (S_ISDIR(stbuf.st_mode))
|
/ndk/sources/host-tools/make-3.81/ |
read.c | 2832 stat_t stbuf; local 2834 struct stat stbuf; local [all...] |