/external/boringssl/linux-arm/crypto/modes/ |
D | ghashv8-armx.S | 41 vmov d3,d0 @ Xm is rotated Xl 81 vmov d3,d0 @ Xm is rotated Xl 102 vld1.64 {q0},[r0] @ load [rotated] Xi 105 @ to be rotated in order to 123 vld1.64 {q8},[r2]! @ load [rotated] I[0] 131 vld1.64 {q9},[r2],r12 @ load [rotated] I[1] 154 vld1.64 {q8},[r2],r12 @ load [rotated] I[i+2] 163 vld1.64 {q9},[r2],r12 @ load [rotated] I[i+3] 174 vmov d3,d0 @ Xm is rotated Xl 197 veor q9,q8,q10 @ q9 is rotated inp^Xi [all …]
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | vect.omp.persistence.ll | 4 ; Loop from "rotated" 10 ; In total only 1 loop should be rotated. 25 ; void rotated(float *a, int size) 35 define void @rotated(float* nocapture %a, i64 %size) { 71 ; if loop was not rotated (see http://reviews.llvm.org/D3348#comment-4).
|
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-sub-02.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check subtraction of -1. We add 0x00010000 to the rotated word. 91 ; Check subtraction of 1. We add 0xffff0000 to the rotated word. 105 ; Check the maximum signed value. We add 0x80010000 to the rotated word. 120 ; rotated word.
|
D | atomicrmw-nand-02.ll | 50 ; Check the minimum signed value. We AND the rotated word with 0x8000ffff. 80 ; Check NANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfffeffff. 95 ; Check ANDs of 1. We AND the rotated word with 0x0001ffff. 110 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 125 ; Check NANDs of a large unsigned value. We AND the rotated word with
|
D | atomicrmw-add-02.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check addition of -1. We add 0xffff0000 to the rotated word. 91 ; Check addition of 1. We add 0x00010000 to the rotated word. 105 ; Check the maximum signed value. We add 0x7fff0000 to the rotated word. 120 ; rotated word, expressed as a negative AFI operand.
|
D | atomicrmw-or-02.ll | 48 ; Check the minimum signed value. We OR the rotated word with 0x80000000. 77 ; Check ORs of -2 (-1 isn't useful). We OR the rotated word with 0xfffe0000. 91 ; Check ORs of 1. We OR the rotated word with 0x00010000. 105 ; Check the maximum signed value. We OR the rotated word with 0x7fff0000. 119 ; Check ORs of a large unsigned value. We OR the rotated word with
|
D | atomicrmw-or-01.ll | 48 ; Check the minimum signed value. We OR the rotated word with 0x80000000. 77 ; Check ORs of -2 (-1 isn't useful). We OR the rotated word with 0xfe000000. 91 ; Check ORs of 1. We OR the rotated word with 0x01000000. 105 ; Check the maximum signed value. We OR the rotated word with 0x7f000000. 119 ; Check ORs of a large unsigned value. We OR the rotated word with
|
D | atomicrmw-xor-01.ll | 48 ; Check the minimum signed value. We XOR the rotated word with 0x80000000. 77 ; Check XORs of -1. We XOR the rotated word with 0xff000000. 91 ; Check XORs of 1. We XOR the rotated word with 0x01000000. 105 ; Check the maximum signed value. We XOR the rotated word with 0x7f000000. 119 ; Check XORs of a large unsigned value. We XOR the rotated word with
|
D | atomicrmw-sub-01.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check subtraction of -1. We add 0x01000000 to the rotated word. 91 ; Check subtraction of -1. We add 0xff000000 to the rotated word. 105 ; Check the maximum signed value. We add 0x81000000 to the rotated word. 120 ; rotated word.
|
D | atomicrmw-and-01.ll | 49 ; Check the minimum signed value. We AND the rotated word with 0x80ffffff. 78 ; Check ANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfeffffff. 92 ; Check ANDs of 1. We AND the rotated word with 0x01ffffff. 106 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 120 ; Check ANDs of a large unsigned value. We AND the rotated word with
|
D | atomicrmw-and-02.ll | 49 ; Check the minimum signed value. We AND the rotated word with 0x8000ffff. 78 ; Check ANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfffeffff. 92 ; Check ANDs of 1. We AND the rotated word with 0x0001ffff. 106 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 120 ; Check ANDs of a large unsigned value. We AND the rotated word with
|
D | atomicrmw-xor-02.ll | 48 ; Check the minimum signed value. We XOR the rotated word with 0x80000000. 77 ; Check XORs of -1. We XOR the rotated word with 0xffff0000. 91 ; Check XORs of 1. We XOR the rotated word with 0x00010000. 105 ; Check the maximum signed value. We XOR the rotated word with 0x7fff0000. 119 ; Check XORs of a large unsigned value. We XOR the rotated word with
|
D | atomicrmw-add-01.ll | 48 ; Check the minimum signed value. We add 0x80000000 to the rotated word. 77 ; Check addition of -1. We add 0xff000000 to the rotated word. 91 ; Check addition of 1. We add 0x01000000 to the rotated word. 105 ; Check the maximum signed value. We add 0x7f000000 to the rotated word. 120 ; rotated word, expressed as a negative AFI operand.
|
D | atomicrmw-nand-01.ll | 50 ; Check the minimum signed value. We AND the rotated word with 0x80ffffff. 80 ; Check NANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfeffffff. 95 ; Check NANDs of 1. We AND the rotated word with 0x01ffffff. 110 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff. 125 ; Check NANDs of a large unsigned value. We AND the rotated word with
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-movi.ll | 7 ; 64-bit immed with 32-bit pattern size, rotated by 0. 14 ; 64-bit immed with 32-bit pattern size, rotated by 2. 21 ; 64-bit immed with 4-bit pattern size, rotated by 3. 28 ; 32-bit immed with 32-bit pattern size, rotated by 16. 35 ; 32-bit immed with 2-bit pattern size, rotated by 1.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | Downsampler.java | 152 Bitmap rotated = null; in decode() local 154 rotated = TransformationUtils.rotateImageExif(downsampled, pool, orientation); in decode() 156 if (!downsampled.equals(rotated) && !pool.put(downsampled)) { in decode() 161 return rotated; in decode()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttobjs.h | 280 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 280 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member
|
/external/mesa3d/docs/OLD/ |
D | MESA_sprite_point.spec | 73 squares. One could define rotated texture images if desired. A 3D
|
/external/llvm/test/Transforms/LoopRotate/ |
D | dbgvalue.ll | 44 ; Ensure that the loop increment basic block is rotated into the tail of the
|
/external/flac/libFLAC/ia32/ |
D | lpc_asm.nasm | 473 shufps xmm2, xmm2, 93h ; 93h=2-1-0-3 => xmm2 gets rotated left by one float 524 shufps xmm2, xmm2, 93h ; (3) 93h=2-1-0-3 => xmm2 gets rotated left by one float 526 shufps xmm3, xmm3, 93h ; (4) 93h=2-1-0-3 => xmm3 gets rotated left by one float 591 shufps xmm2, xmm2, 93h ; 93h=2-1-0-3 => xmm2 gets rotated left by one float 592 shufps xmm3, xmm3, 93h ; 93h=2-1-0-3 => xmm3 gets rotated left by one float 593 shufps xmm4, xmm4, 93h ; 93h=2-1-0-3 => xmm4 gets rotated left by one float
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 937 ; 2) The exiting edge from the loop which is rotated to be laid out at the 945 ; First rotated loop top. 952 ; Second rotated loop top 956 ; Third rotated loop top
|
/external/llvm/test/Transforms/LoopIdiom/ |
D | basic.ll | 31 ; This is a loop that was rotated but where the blocks weren't merged. This 175 ; This is a loop that was rotated but where the blocks weren't merged. This
|
/external/tcpdump/tests/ |
D | print-A.out | 84 Log files are placed in <TT>/var/log/apache</TT>, and will be rotated
|
D | print-AA.out | 84 Log files are placed in <TT>/var/log/apache</TT>, and will be rotated
|