HomeSort by relevance Sort by last modified time
    Searched refs:ror (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
inst-ror.s 6 ror r31
7 ror r25
8 ror r5
9 ror r0
11 ; CHECK: ror r31 ; encoding: [0xf7,0x95]
12 ; CHECK: ror r25 ; encoding: [0x97,0x95]
13 ; CHECK: ror r5 ; encoding: [0x57,0x94]
14 ; CHECK: ror r0 ; encoding: [0x07,0x94]
  /external/boringssl/ios-aarch64/crypto/fipsmodule/
sha256-armv8.S 99 ror w16,w24,#6
101 eor w6,w24,w24,ror#14
107 eor w16,w16,w6,ror#11 // Sigma1(e)
108 ror w6,w20,#2
110 eor w17,w20,w20,ror#9
115 eor w17,w6,w17,ror#13 // Sigma0(a)
124 ror w16,w23,#6
126 eor w7,w23,w23,ror#14
132 eor w16,w16,w7,ror#11 // Sigma1(e)
133 ror w7,w27,#
    [all...]
sha512-armv8.S 92 ror x16,x24,#14
94 eor x6,x24,x24,ror#23
100 eor x16,x16,x6,ror#18 // Sigma1(e)
101 ror x6,x20,#28
103 eor x17,x20,x20,ror#5
108 eor x17,x6,x17,ror#34 // Sigma0(a)
117 ror x16,x23,#14
119 eor x7,x23,x23,ror#23
125 eor x16,x16,x7,ror#18 // Sigma1(e)
126 ror x7,x27,#2
    [all...]
sha1-armv8.S 48 ror x3,x3,#32
58 ror w27,w20,#27
62 ror w21,w21,#2
66 ror x5,x5,#32
72 ror w27,w24,#27
76 ror w20,w20,#2
83 ror w27,w23,#27
87 ror w24,w24,#2
91 ror x7,x7,#32
97 ror w27,w22,#2
    [all...]
  /external/boringssl/linux-aarch64/crypto/fipsmodule/
sha256-armv8.S 100 ror w16,w24,#6
102 eor w6,w24,w24,ror#14
108 eor w16,w16,w6,ror#11 // Sigma1(e)
109 ror w6,w20,#2
111 eor w17,w20,w20,ror#9
116 eor w17,w6,w17,ror#13 // Sigma0(a)
125 ror w16,w23,#6
127 eor w7,w23,w23,ror#14
133 eor w16,w16,w7,ror#11 // Sigma1(e)
134 ror w7,w27,#
    [all...]
sha512-armv8.S 93 ror x16,x24,#14
95 eor x6,x24,x24,ror#23
101 eor x16,x16,x6,ror#18 // Sigma1(e)
102 ror x6,x20,#28
104 eor x17,x20,x20,ror#5
109 eor x17,x6,x17,ror#34 // Sigma0(a)
118 ror x16,x23,#14
120 eor x7,x23,x23,ror#23
126 eor x16,x16,x7,ror#18 // Sigma1(e)
127 ror x7,x27,#2
    [all...]
sha1-armv8.S 49 ror x3,x3,#32
59 ror w27,w20,#27
63 ror w21,w21,#2
67 ror x5,x5,#32
73 ror w27,w24,#27
77 ror w20,w20,#2
84 ror w27,w23,#27
88 ror w24,w24,#2
92 ror x7,x7,#32
98 ror w27,w22,#2
    [all...]
  /external/compiler-rt/lib/builtins/arm/
bswapdi2.S 32 eor r2, r0, r0, ror #16
35 eor r2, r2, r0, ror #8
37 eor r0, r1, r1, ror #16
40 eor r0, r0, r1, ror #8
bswapsi2.S 31 eor r1, r0, r0, ror #16
34 eor r0, r1, r0, ror #8
  /external/boringssl/win-x86/crypto/fipsmodule/
sha256-586.asm 142 ror ecx,14
147 ror ecx,5
153 ror edx,6
156 ror ecx,9
162 ror ecx,11
167 ror ecx,2
184 ror ecx,11
186 ror esi,2
189 ror ecx,7
192 ror esi,1
    [all...]
  /external/boringssl/ios-arm/crypto/fipsmodule/
sha1-armv4-large.S 52 mov r5,r5,ror#30
53 mov r6,r6,ror#30
54 mov r7,r7,ror#30 @ [6]
60 add r7,r8,r7,ror#2 @ E+=K_00_19
65 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
69 add r7,r8,r7,ror#2 @ E+=K_00_19
71 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
76 and r10,r4,r10,ror#
    [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
sha1-armv4-large.S 51 mov r5,r5,ror#30
52 mov r6,r6,ror#30
53 mov r7,r7,ror#30 @ [6]
59 add r7,r8,r7,ror#2 @ E+=K_00_19
64 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
68 add r7,r8,r7,ror#2 @ E+=K_00_19
70 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
75 and r10,r4,r10,ror#
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
sha256-x86_64.asm 85 ror r13d,14
89 ror r14d,9
96 ror r13d,5
100 ror r14d,11
109 ror r13d,6
113 ror r14d,2
126 ror r13d,14
130 ror r14d,9
137 ror r13d,5
141 ror r14d,1
    [all...]
sha512-x86_64.asm 83 ror r13,23
87 ror r14,5
94 ror r13,4
98 ror r14,6
107 ror r13,14
111 ror r14,28
124 ror r13,23
128 ror r14,5
135 ror r13,4
139 ror r14,
    [all...]
  /external/boringssl/ios-arm/crypto/chacha/
chacha-armv4.S 110 mov r12,r12,ror#16
112 mov r10,r10,ror#16
113 eor r12,r12,r0,ror#16
114 eor r10,r10,r1,ror#16
116 mov r4,r4,ror#20
118 mov r5,r5,ror#20
119 eor r4,r4,r8,ror#20
120 eor r5,r5,r9,ror#20
122 mov r12,r12,ror#24
124 mov r10,r10,ror#2
    [all...]
  /external/boringssl/linux-arm/crypto/chacha/
chacha-armv4.S 109 mov r12,r12,ror#16
111 mov r10,r10,ror#16
112 eor r12,r12,r0,ror#16
113 eor r10,r10,r1,ror#16
115 mov r4,r4,ror#20
117 mov r5,r5,ror#20
118 eor r4,r4,r8,ror#20
119 eor r5,r5,r9,ror#20
121 mov r12,r12,ror#24
123 mov r10,r10,ror#2
    [all...]
  /device/google/contexthub/lib/nanohub/
sha2.c 39 #define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret = v; ret;}) macro
43 inline static uint32_t ror(uint32_t val, uint32_t by) function
76 uint32_t s0 = ror(state->w[i-15], 7) ^ ror(state->w[i-15], 18) ^ (state->w[i-15] >> 3);
77 uint32_t s1 = ror(state->w[i-2], 17) ^ ror(state->w[i-2], 19) ^ (state->w[i-2] >> 10);
93 uint32_t s1 = ror(e, 6) ^ ror(e, 11) ^ ror(e, 25)
    [all...]
aes.c 138 #define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret = v; ret;}) macro
142 inline static uint32_t ror(uint32_t val, uint32_t by) function
195 ror(RevTab0[FwdSbox[(encrK[j] >> 24) & 0xff]], 0) ^
196 ror(RevTab0[FwdSbox[(encrK[j] >> 16) & 0xff]], 8) ^
197 ror(RevTab0[FwdSbox[(encrK[j] >> 8) & 0xff]], 16) ^
198 ror(RevTab0[FwdSbox[(encrK[j] >> 0) & 0xff]], 24);
220 ror(FwdTab0[(x0 >> 24) & 0xff], 0) ^
221 ror(FwdTab0[(x1 >> 16) & 0xff], 8) ^
222 ror(FwdTab0[(x2 >> 8) & 0xff], 16)
    [all...]
  /external/boringssl/ios-aarch64/crypto/chacha/
chacha-armv8.S 68 ror x24,x24,#32
69 ror x25,x25,#32
70 ror x26,x26,#32
71 ror x27,x27,#32
72 ror x28,x28,#32
73 ror x30,x30,#32
106 ror w17,w17,#16
107 ror w19,w19,#16
108 ror w20,w20,#16
109 ror w21,w21,#1
    [all...]
  /external/boringssl/linux-aarch64/crypto/chacha/
chacha-armv8.S 69 ror x24,x24,#32
70 ror x25,x25,#32
71 ror x26,x26,#32
72 ror x27,x27,#32
73 ror x28,x28,#32
74 ror x30,x30,#32
107 ror w17,w17,#16
108 ror w19,w19,#16
109 ror w20,w20,#16
110 ror w21,w21,#1
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
LRotU64.c 38 ror ebx, cl
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
LRotU64.c 45 ror ebx, cl
  /external/llvm/test/MC/AArch64/
arm64-logical-encoding.s 58 and w1, w2, w3, ror #2
59 and x1, x2, x3, ror #2
69 ; CHECK: and w1, w2, w3, ror #2 ; encoding: [0x41,0x08,0xc3,0x0a]
70 ; CHECK: and x1, x2, x3, ror #2 ; encoding: [0x41,0x08,0xc3,0x8a]
80 ands w1, w2, w3, ror #2
81 ands x1, x2, x3, ror #2
91 ; CHECK: ands w1, w2, w3, ror #2 ; encoding: [0x41,0x08,0xc3,0x6a]
92 ; CHECK: ands x1, x2, x3, ror #2 ; encoding: [0x41,0x08,0xc3,0xea]
102 bic w1, w2, w3, ror #3
103 bic x1, x2, x3, ror #
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
arm64-logical-encoding.s 58 and w1, w2, w3, ror #2
59 and x1, x2, x3, ror #2
69 ; CHECK: and w1, w2, w3, ror #2 ; encoding: [0x41,0x08,0xc3,0x0a]
70 ; CHECK: and x1, x2, x3, ror #2 ; encoding: [0x41,0x08,0xc3,0x8a]
80 ands w1, w2, w3, ror #2
81 ands x1, x2, x3, ror #2
91 ; CHECK: ands w1, w2, w3, ror #2 ; encoding: [0x41,0x08,0xc3,0x6a]
92 ; CHECK: ands x1, x2, x3, ror #2 ; encoding: [0x41,0x08,0xc3,0xea]
102 bic w1, w2, w3, ror #3
103 bic x1, x2, x3, ror #
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-arm-instructions.s 58 adc r4, r5, r6, ror #1
59 adc r4, r5, r6, ror #31
65 adc r6, r7, r8, ror r9
78 adc r4, r5, ror #1
79 adc r4, r5, ror #31
84 adc r6, r7, ror r9
97 @ CHECK: adc r4, r5, r6, ror #1 @ encoding: [0xe6,0x40,0xa5,0xe0]
98 @ CHECK: adc r4, r5, r6, ror #31 @ encoding: [0xe6,0x4f,0xa5,0xe0]
103 @ CHECK: adc r6, r7, r8, ror r9 @ encoding: [0x78,0x69,0xa7,0xe0]
115 @ CHECK: adc r4, r4, r5, ror #1 @ encoding: [0xe5,0x40,0xa4,0xe0
    [all...]

Completed in 807 milliseconds

1 2 3 4 5 6 7