Home
last modified time | relevance | path

Searched refs:rotated (Results 1 – 25 of 37) sorted by relevance

12

/external/boringssl/linux-arm/crypto/modes/
Dghashv8-armx.S41 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/
Dvect.omp.persistence.ll4 ; 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/
Datomicrmw-sub-02.ll48 ; 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.
Datomicrmw-nand-02.ll50 ; 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
Datomicrmw-add-02.ll48 ; 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.
Datomicrmw-or-02.ll48 ; 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
Datomicrmw-or-01.ll48 ; 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
Datomicrmw-xor-01.ll48 ; 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
Datomicrmw-sub-01.ll48 ; 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.
Datomicrmw-and-01.ll49 ; 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
Datomicrmw-and-02.ll49 ; 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
Datomicrmw-xor-02.ll48 ; 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
Datomicrmw-add-01.ll48 ; 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.
Datomicrmw-nand-01.ll50 ; 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/
Darm64-movi.ll7 ; 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/
DDownsampler.java152 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/
Dttobjs.h280 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member
/external/freetype/src/truetype/
Dttobjs.h280 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member
/external/mesa3d/docs/OLD/
DMESA_sprite_point.spec73 squares. One could define rotated texture images if desired. A 3D
/external/llvm/test/Transforms/LoopRotate/
Ddbgvalue.ll44 ; Ensure that the loop increment basic block is rotated into the tail of the
/external/flac/libFLAC/ia32/
Dlpc_asm.nasm473 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/
Dblock-placement.ll937 ; 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/
Dbasic.ll31 ; 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/
Dprint-A.out84 Log files are placed in <TT>/var/log/apache</TT>, and will be rotated
Dprint-AA.out84 Log files are placed in <TT>/var/log/apache</TT>, and will be rotated

12