/external/openssl/crypto/sha/asm/ |
sha512-586.pl | 138 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) 201 #define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) 448 #define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) 484 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6) [all...] |
sha512-armv4.pl | 75 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) 130 @ Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) 305 @ sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) 322 @ sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6) [all...] |
sha512-armv4.S | 131 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) 186 @ Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) 225 @ sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) 242 @ sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6) [all...] |
sha1-586.pl | 152 &rotr($b,2); # b=ROTATE(b,30) 179 &rotr($b,$n==16?2:7); # b=ROTATE(b,30) 196 &rotr($b,2); # b=ROTATE(b,30) 221 &rotr($b,7); # b=ROTATE(b,30) 229 &rotr($a,5) if ($n==79); 239 &rotr($b,2); # b=ROTATE(b,30) 264 &rotr($b,7); # b=ROTATE(b,30) 283 &rotr($b,2); # b=ROTATE(b,30) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
row_mips.cc | 553 "rotr $t0, $t0, 16 \n" // |0|1|2|3| 554 "rotr $t1, $t1, 16 \n" // |4|5|6|7| 555 "rotr $t2, $t2, 16 \n" // |8|9|10|11| 556 "rotr $t3, $t3, 16 \n" // |12|13|14|15| 609 "rotr $t0, $t0, 16 \n" // |1|0|3|2| 610 "rotr $t1, $t1, 16 \n" // |5|4|7|6| 611 "rotr $t2, $t2, 16 \n" // |9|8|11|10| 612 "rotr $t3, $t3, 16 \n" // |13|12|15|14| 613 "rotr $t4, $t4, 16 \n" // |17|16|19|18| 614 "rotr $t6, $t6, 16 \n" // |21|20|23|22 [all...] |
/external/chromium_org/third_party/libyuv/source/ |
row_mips.cc | 553 "rotr $t0, $t0, 16 \n" // |0|1|2|3| 554 "rotr $t1, $t1, 16 \n" // |4|5|6|7| 555 "rotr $t2, $t2, 16 \n" // |8|9|10|11| 556 "rotr $t3, $t3, 16 \n" // |12|13|14|15| 609 "rotr $t0, $t0, 16 \n" // |1|0|3|2| 610 "rotr $t1, $t1, 16 \n" // |5|4|7|6| 611 "rotr $t2, $t2, 16 \n" // |9|8|11|10| 612 "rotr $t3, $t3, 16 \n" // |13|12|15|14| 613 "rotr $t4, $t4, 16 \n" // |17|16|19|18| 614 "rotr $t6, $t6, 16 \n" // |21|20|23|22 [all...] |
/external/chromium_org/third_party/boringssl/linux-arm/crypto/sha/ |
sha512-armv4.S | 133 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) 188 @ Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) 227 @ sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) 244 @ sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6) [all...] |
/external/llvm/test/MC/Mips/mips32r2/ |
valid.s | 136 rotr $1,15 # CHECK: rotr $1, $1, 15 # encoding: [0x00,0x21,0x0b,0xc2] 137 rotr $1,$14,15 # CHECK: rotr $1, $14, 15 # encoding: [0x00,0x2e,0x0b,0xc2]
|
/external/pixman/pixman/ |
pixman-mips-dspr2-asm.S | 356 rotr t3, t3, 16 /* t3 = B1 | R2 | G2 | B2 */ 361 rotr t5, t5, 24 /* t5 = R4 | R3 | G3 | B3 */ 363 rotr t2, t2, 16 /* t2 = B3 | R4 | G4 | B4 */ 395 rotr t0, t0, 24 /* t0 = R3 | R2 | G2 | B2 */ 396 rotr t3, t3, 16 /* t3 = B2 | R3 | G3 | B3 */ 397 rotr t4, t4, 24 /* t4 = R5 | R4 | G4 | B4 */ 407 rotr t7, t2, 16 /* t7 = xx | R5 | G5 | B5 */ 429 rotr t0, t0, 16 /* t0 = B1 | R2 | G2 | B2 */ 431 rotr t1, t1, 24 /* t1 = R4 | R3 | G3 | B3 */ 433 rotr t3, t3, 16 /* t3 = B3 | R4 | G4 | B4 * [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/ |
sha512-586.pl | 156 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) 219 #define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) 711 #define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) 747 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6) [all...] |
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/ |
memcpy.S | 92 .rotr val[N] 234 .rotr val[N+1], w[2]
|
/external/llvm/test/MC/Mips/mips2/ |
invalid-mips32r2.s | 58 rotr $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 59 rotr $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/external/llvm/include/llvm/TableGen/ |
SetTheory.h | 36 // - (rotr S, N) Rotate right.
|
/external/llvm/test/MC/Mips/mips64r2/ |
valid.s | 194 rotr $1,15 # CHECK: rotr $1, $1, 15 # encoding: [0x00,0x21,0x0b,0xc2] 195 rotr $1,$14,15 # CHECK: rotr $1, $14, 15 # encoding: [0x00,0x2e,0x0b,0xc2]
|
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/ |
cbc.pl | 283 &rotr("edx", 16); 294 &rotr("ecx", 16);
|
x86asm.pl | 65 sub ::rotr { &ror(@_); }
|
/external/llvm/test/MC/Mips/ |
mips-alu-instructions.s | 19 # CHECK: rotr $9, $6, 7 # encoding: [0xc2,0x49,0x26,0x00] 50 rotr $9, $6, 7
|
mips64-alu-instructions.s | 17 # CHECK: rotr $9, $6, 7 # encoding: [0xc2,0x49,0x26,0x00] 45 rotr $9, $6, 7
|
/external/openssl/crypto/perlasm/ |
cbc.pl | 283 &rotr("edx", 16); 294 &rotr("ecx", 16);
|
/external/valgrind/main/none/tests/mips32/ |
MIPS32int.c | [all...] |
MIPS32int.stdout.exp-mips32r2-BE | [all...] |
MIPS32int.stdout.exp-mips32r2-LE | [all...] |
/external/qemu/tcg/ |
optimize.c | 619 CASE_OP_32_64(rotr): 672 CASE_OP_32_64(rotr): 914 CASE_OP_32_64(rotr): [all...] |
/external/llvm/test/MC/Disassembler/Mips/ |
micromips.txt | 118 # CHECK: rotr $9, $6, 7
|
micromips_le.txt | 118 # CHECK: rotr $9, $6, 7
|