/external/openssl/crypto/0.9.9-dev/sha/ |
sha1-armv4-large.s | 15 mov r5,r5,ror#30 16 mov r6,r6,ror#30 17 mov r7,r7,ror#30 @ [6] 22 add r7,r8,r7,ror#2 @ E+=K_00_19 26 add r7,r7,r3,ror#27 @ E+=ROR(A,27) 31 and r11,r4,r11,ror#2 32 eor r11,r11,r6,ror#2 @ F_00_19(B,C,D) 37 add r6,r8,r6,ror#2 @ E+=K_00_19 41 add r6,r6,r7,ror#27 @ E+=ROR(A,27 [all...] |
sha256-armv4.s | 45 mov r0,r8,ror#6 46 eor r0,r0,r8,ror#11 47 eor r0,r0,r8,ror#25 @ Sigma1(e) 55 mov r11,r4,ror#2 56 eor r11,r11,r4,ror#13 57 eor r11,r11,r4,ror#22 @ Sigma0(a) 75 mov r0,r7,ror#6 76 eor r0,r0,r7,ror#11 77 eor r0,r0,r7,ror#25 @ Sigma1(e) 85 mov r10,r11,ror# [all...] |
sha1-armv4-large.pl | 67 add $e,$K,$e,ror#2 @ E+=K_00_19 71 add $e,$e,$a,ror#27 @ E+=ROR(A,27) 84 add $e,$K,$e,ror#2 @ E+=K_xx_xx 87 add $e,$e,$a,ror#27 @ E+=ROR(A,27) 95 mov $t0,$t0,ror#31 105 and $t1,$b,$t1,ror#2 106 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D) 115 and $t1,$b,$t1,ror# [all...] |
sha256-armv4.pl | 56 mov $t0,$e,ror#$Sigma1[0] 57 eor $t0,$t0,$e,ror#$Sigma1[1] 58 eor $t0,$t0,$e,ror#$Sigma1[2] @ Sigma1(e) 66 mov $h,$a,ror#$Sigma0[0] 67 eor $h,$h,$a,ror#$Sigma0[1] 68 eor $h,$h,$a,ror#$Sigma0[2] @ Sigma0(a) 87 mov $t0,$t1,ror#$sigma0[0] 88 eor $t0,$t0,$t1,ror#$sigma0[1] 90 mov $t1,$t2,ror#$sigma1[0] 91 eor $t1,$t1,$t2,ror#$sigma1[1 [all...] |
/external/openssl/patches/ |
arm-asm.patch | 275 + eor $s0,$s0,$i1,ror#8 276 + eor $s1,$s1,$t1,ror#24 277 + eor $t2,$t2,$i2,ror#8 278 + eor $t3,$t3,$i3,ror#8 288 + eor $s0,$s0,$i1,ror#16 289 + eor $s1,$s1,$i2,ror#8 290 + eor $s2,$s2,$t2,ror#16 291 + eor $t3,$t3,$i3,ror#16 301 + eor $s0,$s0,$i1,ror#24 302 + eor $s1,$s1,$i2,ror#1 [all...] |
/external/kernel-headers/original/asm-arm/ |
byteorder.h | 32 asm ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x)); 35 t = x ^ ((x << 16) | (x >> 16)); /* eor r1,r0,r0,ror #16 */ 37 x = (x << 24) | (x >> 8); /* mov r0,r0,ror #8 */
|
/external/v8/test/cctest/ |
test-disasm-arm.cc | 161 COMPARE(sbc(r7, r1, Operand(ip, ROR, 1), LeaveCC, hi), 162 "80c170ec sbchi r7, r1, ip, ror #1"); 163 COMPARE(sbc(r7, r9, Operand(ip, ROR, 4)), 164 "e0c9726c sbc r7, r9, ip, ror #4"); 167 COMPARE(sbc(r7, ip, Operand(ip, ROR, 31), SetCC, hi), 168 "80dc7fec sbchis r7, ip, ip, ror #31"); 188 COMPARE(teq(r7, Operand(r5, ROR, r0), lt), 189 "b1370075 teqlt r7, r5, ror r0"); 190 COMPARE(teq(r7, Operand(r6, ROR, lr)), 191 "e1370e76 teq r7, r6, ror lr") [all...] |
/bionic/libc/kernel/arch-arm/asm/ |
byteorder.h | 25 asm ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x));
|
/ndk/build/platforms/android-3/arch-arm/usr/include/asm/ |
byteorder.h | 25 asm ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x));
|
/ndk/build/platforms/android-4/arch-arm/usr/include/asm/ |
byteorder.h | 25 asm ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x));
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/ |
byteorder.h | 25 asm ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x));
|
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/ |
byteorder.h | 25 asm ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x));
|
/external/openssl/crypto/0.9.9-dev/aes/ |
aes-armv4.s | 223 eor r0,r0,r7,ror#8 224 eor r1,r1,r4,ror#24 225 eor r5,r5,r8,ror#8 226 eor r6,r6,r9,ror#8 236 eor r0,r0,r7,ror#16 237 eor r1,r1,r8,ror#8 238 eor r2,r2,r5,ror#16 239 eor r6,r6,r9,ror#16 249 eor r0,r0,r7,ror#24 250 eor r1,r1,r8,ror#1 [all...] |
aes-armv4.pl | 263 eor $s0,$s0,$i1,ror#8 264 eor $s1,$s1,$t1,ror#24 265 eor $t2,$t2,$i2,ror#8 266 eor $t3,$t3,$i3,ror#8 276 eor $s0,$s0,$i1,ror#16 277 eor $s1,$s1,$i2,ror#8 278 eor $s2,$s2,$t2,ror#16 279 eor $t3,$t3,$i3,ror#16 289 eor $s0,$s0,$i1,ror#24 290 eor $s1,$s1,$i2,ror#1 [all...] |
/external/openssl/crypto/sha/asm/ |
sha512-x86_64.pl | 98 ror \$$Sigma1[0],$a0 99 ror \$$Sigma1[1],$a1 103 ror \$`$Sigma1[2]-$Sigma1[1]`,$a1 118 ror \$$Sigma0[0],$h 119 ror \$$Sigma0[1],$a0 124 ror \$`$Sigma0[2]-$Sigma0[1]`,$a0 151 ror \$$sigma0[0],$a2 154 ror \$`$sigma0[1]-$sigma0[0]`,$a2 160 ror \$$sigma1[0],$a1 163 ror \$`$sigma1[1]-$sigma1[0]`,$a [all...] |
/external/dropbear/libtomcrypt/src/ciphers/ |
rc5.c | 202 B = ROR(B - K[3], A) ^ A; 203 A = ROR(A - K[2], B) ^ B; 204 B = ROR(B - K[1], A) ^ A; 205 A = ROR(A - K[0], B) ^ B; 210 B = ROR(B - K[1], A) ^ A; 211 A = ROR(A - K[0], B) ^ B;
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
x86p_32.asm | 47 ror edx,8 73 ror eax,8 76 ror ebx,8 83 ror ecx,8 86 ror edx,8 106 ror edx,8 317 ror eax,8 ; eax = [b][R][G][B] (done) 417 ror eax,8 ; eax = [r][B][G][R] (done) 420 ror ebx,16 ; ebx = [G][R][b][g] (done) 977 ror eax,1 [all...] |
x86p_16.asm | 437 ror edx,16+3 443 ror ebx,16-2 446 ror eax,16
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_macros.h | 240 #define ROR(x,n) _lrotr(x,n) 255 static inline unsigned ROR(unsigned word, int i) 284 #define RORc ROR 298 static inline unsigned ROR(unsigned word, int i) 327 #define RORc ROR 336 #define ROR(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long)(x)<<(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL)
|
/sdk/emulator/qtools/ |
opcode.cpp | 193 "ror",
|
/external/openssl/crypto/rc4/asm/ |
rc4-x86_64.pl | 111 ror \$8,%rax # ror is redundant when $i=0 124 ror \$8,%rax 195 ror \$8,%eax 214 ror \$8,%ebx
|
/external/quake/quake/src/QW/client/ |
surf8.asm | 294 ror eax,16
316 ror eax,16
338 ror eax,16
360 ror eax,16
440 ror eax,16
462 ror eax,16
546 ror eax,16
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/bin/ |
objdump | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/ |
arm-eabi-objdump | |
/system/core/libpixelflinger/codeflinger/ |
load_store.cpp | 41 MOV(AL, 0, s.reg, reg_imm(s.reg, ROR, 8)); 43 MOV(AL, 0, s.reg, reg_imm(s.reg, ROR, 8)); 46 MOV(AL, 0, s.reg, reg_imm(s.reg, ROR, 16));
|