Home
last modified time | relevance | path

Searched refs:amt (Results 1 – 25 of 67) sorted by relevance

123

/external/llvm/test/CodeGen/X86/
Dvshift-2.ll15 define void @shift1b(<2 x i64> %val, <2 x i64>* %dst, i64 %amt) nounwind {
20 %0 = insertelement <2 x i64> undef, i64 %amt, i32 0
21 %1 = insertelement <2 x i64> %0, i64 %amt, i32 1
36 define void @shift2b(<4 x i32> %val, <4 x i32>* %dst, i32 %amt) nounwind {
41 %0 = insertelement <4 x i32> undef, i32 %amt, i32 0
42 %1 = insertelement <4 x i32> %0, i32 %amt, i32 1
43 %2 = insertelement <4 x i32> %1, i32 %amt, i32 2
44 %3 = insertelement <4 x i32> %2, i32 %amt, i32 3
61 define void @shift3b(<8 x i16> %val, <8 x i16>* %dst, i16 %amt) nounwind {
67 %0 = insertelement <8 x i16> undef, i16 %amt, i32 0
[all …]
Dvshift-1.ll15 define void @shift1b(<2 x i64> %val, <2 x i64>* %dst, i64 %amt) nounwind {
20 %0 = insertelement <2 x i64> undef, i64 %amt, i32 0
21 %1 = insertelement <2 x i64> %0, i64 %amt, i32 1
37 define void @shift2b(<4 x i32> %val, <4 x i32>* %dst, i32 %amt) nounwind {
42 %0 = insertelement <4 x i32> undef, i32 %amt, i32 0
43 %1 = insertelement <4 x i32> %0, i32 %amt, i32 1
44 %2 = insertelement <4 x i32> %1, i32 %amt, i32 2
45 %3 = insertelement <4 x i32> %2, i32 %amt, i32 3
61 define void @shift3b(<8 x i16> %val, <8 x i16>* %dst, i16 %amt) nounwind {
67 %0 = insertelement <8 x i16> undef, i16 %amt, i32 0
[all …]
Dvshift-4.ll27 define void @shift2a(<4 x i32> %val, <4 x i32>* %dst, <2 x i32> %amt) nounwind {
31 %shamt = shufflevector <2 x i32> %amt, <2 x i32> undef, <4 x i32> <i32 1, i32 1, i32 1, i32 1>
37 define void @shift2b(<4 x i32> %val, <4 x i32>* %dst, <2 x i32> %amt) nounwind {
41 %shamt = shufflevector <2 x i32> %amt, <2 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 1, i32 1>
47 define void @shift2c(<4 x i32> %val, <4 x i32>* %dst, <2 x i32> %amt) nounwind {
51 %shamt = shufflevector <2 x i32> %amt, <2 x i32> undef, <4 x i32> <i32 1, i32 1, i32 1, i32 1>
57 define void @shift3a(<8 x i16> %val, <8 x i16>* %dst, <8 x i16> %amt) nounwind {
62 …%shamt = shufflevector <8 x i16> %amt, <8 x i16> undef, <8 x i32> <i32 6, i32 6, i32 6, i32 6, i32…
68 define void @shift3b(<8 x i16> %val, <8 x i16>* %dst, i16 %amt) nounwind {
73 %0 = insertelement <8 x i16> undef, i16 %amt, i32 0
[all …]
Dvshift-3.ll27 define void @shift2b(<4 x i32> %val, <4 x i32>* %dst, i32 %amt) nounwind {
32 %0 = insertelement <4 x i32> undef, i32 %amt, i32 0
33 %1 = insertelement <4 x i32> %0, i32 %amt, i32 1
34 %2 = insertelement <4 x i32> %1, i32 %amt, i32 2
35 %3 = insertelement <4 x i32> %2, i32 %amt, i32 3
50 define void @shift3b(<8 x i16> %val, <8 x i16>* %dst, i16 %amt) nounwind {
56 %0 = insertelement <8 x i16> undef, i16 %amt, i32 0
57 %1 = insertelement <8 x i16> %0, i16 %amt, i32 1
58 %2 = insertelement <8 x i16> %0, i16 %amt, i32 2
59 %3 = insertelement <8 x i16> %0, i16 %amt, i32 3
[all …]
Dvshift-5.ll10 %amt = load i32* %pamt
11 %tmp0 = insertelement <4 x i32> undef, i32 %amt, i32 0
24 %amt = load i32* %pamt
25 %tmp0 = insertelement <4 x i32> undef, i32 %amt, i32 0
33 define void @shift5c(<4 x i32> %val, <4 x i32>* %dst, i32 %amt) nounwind {
38 %tmp0 = insertelement <4 x i32> undef, i32 %amt, i32 0
46 define void @shift5d(<4 x i32> %val, <4 x i32>* %dst, i32 %amt) nounwind {
51 %tmp0 = insertelement <4 x i32> undef, i32 %amt, i32 0
/external/valgrind/main/none/tests/
Dpth_cancel2.c26 #define async_cancel_safe_read(fd,buf,amt) \ argument
30 if (read(fd,buf,amt) < 0) \
37 #define async_cancel_safe_write(fd,buf,amt) \ argument
41 if (write(fd,buf,amt) < 0) \
54 int amt=20; in io() local
57 async_cancel_safe_write(*fd2,buf,amt); in io()
58 async_cancel_safe_read(*fd2,buf,amt); in io()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DFileUtils.java110 long amt = in.skip(at); in readFile() local
111 if (amt == -1) { in readFile()
114 at -= amt; in readFile()
130 int amt = in.read(result, at, length); in readStream() local
131 if (amt == -1) { in readStream()
134 at += amt; in readStream()
135 length -= amt; in readStream()
DTwoColumnOutput.java252 private static void writeSpaces(Writer out, int amt) throws IOException { in writeSpaces() argument
253 while (amt > 0) { in writeSpaces()
255 amt--; in writeSpaces()
DAnnotatedOutput.java70 public void annotate(int amt, String msg); in annotate() argument
/external/valgrind/main/none/tests/amd64/
Dshrld.c8 ULong amt; variable
172 amt = (ULong)i; in main()
185 amt = (ULong)i; in main()
199 amt = (ULong)i; in main()
213 amt = (ULong)i; in main()
226 amt = (ULong)i; in main()
240 amt = (ULong)i; in main()
/external/dexmaker/src/dx/java/com/android/dx/util/
DFileUtils.java78 int amt = in.read(result, at, length); in readFile() local
79 if (amt == -1) { in readFile()
82 at += amt; in readFile()
83 length -= amt; in readFile()
DTwoColumnOutput.java248 private static void writeSpaces(Writer out, int amt) throws IOException { in writeSpaces() argument
249 while (amt > 0) { in writeSpaces()
251 amt--; in writeSpaces()
DAnnotatedOutput.java62 public void annotate(int amt, String msg); in annotate() argument
/external/grub/netboot/
Dfsys_tftp.c359 int amt = buf_read + saved_filepos - filepos; in tftp_read() local
363 if (amt > size) in tftp_read()
364 amt = size; in tftp_read()
366 if (amt > 0) in tftp_read()
369 grub_memmove (addr, buf + filepos - saved_filepos, amt); in tftp_read()
370 size -= amt; in tftp_read()
371 addr += amt; in tftp_read()
372 filepos += amt; in tftp_read()
373 ret += amt; in tftp_read()
/external/arduino/hardware/arduino/cores/arduino/
Dwiring.h78 #define constrain(amt,low,high) ((amt)<(low)?(low):((amt)>(high)?(high):(amt))) argument
/external/dropbear/
Dscp.c597 off_t i, amt, statbytes; in source() local
673 amt = bp->cnt; in source()
674 if (i + amt > stb.st_size) in source()
675 amt = stb.st_size - i; in source()
677 result = atomicio(read, fd, bp->buf, amt); in source()
678 if (result != amt) in source()
682 (void) atomicio(vwrite, remout, bp->buf, amt); in source()
684 result = atomicio(vwrite, remout, bp->buf, amt); in source()
685 if (result != amt) in source()
691 bwlimit(amt); in source()
[all …]
/external/guava/guava/src/com/google/common/io/
DByteStreams.java580 long amt = in.skip(Integer.MAX_VALUE);
581 if (amt == 0) {
588 count += amt;
680 long amt = in.skip(n);
681 if (amt == 0) {
688 n -= amt;
707 int amt;
709 amt = in.read(buf);
710 if (amt == -1) {
714 } while (processor.processBytes(buf, 0, amt));
DCharStreams.java412 long amt = reader.skip(n);
413 if (amt == 0) {
420 n -= amt;
/external/openssh/
Dscp.c728 size_t amt; in source() local
811 amt = bp->cnt; in source()
812 if (i + (off_t)amt > stb.st_size) in source()
813 amt = stb.st_size - i; in source()
815 if (atomicio(read, fd, bp->buf, amt) != amt) in source()
820 (void)atomicio(vwrite, remout, bp->buf, amt); in source()
823 if (atomicio6(vwrite, remout, bp->buf, amt, scpio, in source()
824 &statbytes) != amt) in source()
908 int amt, exists, first, ofd; local
1085 amt = bp->cnt;
[all …]
/external/tcpdump/
Dprint-ripng.c66 register u_int amt; in ripng_print() local
73 amt = snapend - dat; in ripng_print()
74 i = min(length, amt); in ripng_print()
/external/doclava/src/com/google/doclava/
DDocFile.java38 int amt; in readFile() local
40 amt = reader.read(buf, index, length - index); in readFile()
42 if (amt < 1) { in readFile()
46 index += amt; in readFile()
/external/llvm/test/Transforms/InstCombine/
D2006-11-10-ashr-miscompile.ll4 define i32 @test(i8 %amt) {
5 %shift.upgrd.1 = zext i8 %amt to i32 ; <i32> [#uses=1]
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h255 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount), in OptionalAmount()
259 : start(0),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
273 return amt; in getArgIndex()
278 return amt; in getConstantAmount()
298 return amt + 1; in getPositionalArgIndex()
308 unsigned amt; variable
/external/llvm/lib/Target/X86/
DX86InstrControl.td30 def RETI : Ii16<0xC2, RawFrm, (outs), (ins i16imm:$amt, variable_ops),
31 "ret\t$amt",
32 [(X86retflag timm:$amt)], IIC_RET_IMM>;
33 def RETIW : Ii16<0xC2, RawFrm, (outs), (ins i16imm:$amt),
34 "ret{w}\t$amt",
42 def LRETI : Ii16<0xCA, RawFrm, (outs), (ins i16imm:$amt),
43 "{l}ret{l|f}\t$amt", [], IIC_RET>;
44 def LRETIW : Ii16<0xCA, RawFrm, (outs), (ins i16imm:$amt),
45 "{l}ret{w|f}\t$amt", [], IIC_RET>, OpSize;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDexFile.java637 int amt = md.digest(bytes, 12, 20); in calcSignature() local
638 if (amt != 20) { in calcSignature()
639 throw new RuntimeException("unexpected digest write: " + amt + in calcSignature()

123