Home
last modified time | relevance | path

Searched refs:x54 (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DRC2Engine.java212 int x76, x54, x32, x10; in encryptBlock() local
215 x54 = ((in[inOff + 5] & 0xff) << 8) + (in[inOff + 4] & 0xff); in encryptBlock()
221 x10 = rotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1); in encryptBlock()
222 x32 = rotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2); in encryptBlock()
223 x54 = rotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3); in encryptBlock()
224 x76 = rotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5); in encryptBlock()
229 x54 += workingKey[x32 & 63]; in encryptBlock()
230 x76 += workingKey[x54 & 63]; in encryptBlock()
234 x10 = rotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1); in encryptBlock()
235 x32 = rotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2); in encryptBlock()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DRC2Engine.java210 int x76, x54, x32, x10; in encryptBlock() local
213 x54 = ((in[inOff + 5] & 0xff) << 8) + (in[inOff + 4] & 0xff); in encryptBlock()
219 x10 = rotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1); in encryptBlock()
220 x32 = rotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2); in encryptBlock()
221 x54 = rotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3); in encryptBlock()
222 x76 = rotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5); in encryptBlock()
227 x54 += workingKey[x32 & 63]; in encryptBlock()
228 x76 += workingKey[x54 & 63]; in encryptBlock()
232 x10 = rotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1); in encryptBlock()
233 x32 = rotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2); in encryptBlock()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid-fp64-el.txt4 0x0c 0x54 0x3b 0x0a # CHECK: sqrt.s $f0, $f12
5 0x0c 0x54 0x7b 0x03 # CHECK: abs.s $f0, $f12
6 0x0c 0x54 0x3b 0x4a # CHECK: sqrt.d $f0, $f12
7 0x0c 0x54 0x7b 0x23 # CHECK: abs.d $f0, $f12
8 0x80 0x54 0x3b 0x38 # CHECK: mthc1 $4, $f0
9 0x80 0x54 0x3b 0x30 # CHECK: mfhc1 $4, $f0
10 0x82 0x54 0x30 0x01 # CHECK: add.d $f0, $f2, $f4
11 0x82 0x54 0x70 0x01 # CHECK: sub.d $f0, $f2, $f4
12 0x82 0x54 0xb0 0x01 # CHECK: mul.d $f0, $f2, $f4
13 0x82 0x54 0xf0 0x01 # CHECK: div.d $f0, $f2, $f4
[all …]
Dvalid-fp64.txt4 0x54 0x0c 0x0a 0x3b # CHECK: sqrt.s $f0, $f12
5 0x54 0x0c 0x03 0x7b # CHECK: abs.s $f0, $f12
6 0x54 0x0c 0x4a 0x3b # CHECK: sqrt.d $f0, $f12
7 0x54 0x0c 0x23 0x7b # CHECK: abs.d $f0, $f12
8 0x54 0x80 0x38 0x3b # CHECK: mthc1 $4, $f0
9 0x54 0x80 0x30 0x3b # CHECK: mfhc1 $4, $f0
10 0x54 0x82 0x01 0x30 # CHECK: add.d $f0, $f2, $f4
11 0x54 0x82 0x01 0x70 # CHECK: sub.d $f0, $f2, $f4
12 0x54 0x82 0x01 0xb0 # CHECK: mul.d $f0, $f2, $f4
13 0x54 0x82 0x01 0xf0 # CHECK: div.d $f0, $f2, $f4
[all …]
Dvalid.txt53 0x54 0x40 0x03 0x7b # CHECK: abs.s $f2, $f0
54 0x54 0x40 0x23 0x7b # CHECK: abs.d $f2, $f0
114 0x54 0xe6 0x20 0x78 # CHECK: movz.s $f4, $f6, $7
115 0x54 0xe6 0x21 0x78 # CHECK: movz.d $f4, $f6, $7
116 0x54 0xe6 0x20 0x38 # CHECK: movn.s $f4, $f6, $7
117 0x54 0xe6 0x21 0x38 # CHECK: movn.d $f4, $f6, $7
118 0x54 0x86 0x00 0x60 # CHECK: movt.s $f4, $f6, $fcc0
119 0x54 0x86 0x02 0x60 # CHECK: movt.d $f4, $f6, $fcc0
120 0x54 0x86 0x00 0x20 # CHECK: movf.s $f4, $f6, $fcc0
121 0x54 0x86 0x02 0x20 # CHECK: movf.d $f4, $f6, $fcc0
[all …]
Dvalid-el.txt53 0x40 0x54 0x7b 0x03 # CHECK: abs.s $f2, $f0
54 0x40 0x54 0x7b 0x23 # CHECK: abs.d $f2, $f0
114 0xe6 0x54 0x78 0x20 # CHECK: movz.s $f4, $f6, $7
115 0xe6 0x54 0x78 0x21 # CHECK: movz.d $f4, $f6, $7
116 0xe6 0x54 0x38 0x20 # CHECK: movn.s $f4, $f6, $7
117 0xe6 0x54 0x38 0x21 # CHECK: movn.d $f4, $f6, $7
118 0x86 0x54 0x60 0x00 # CHECK: movt.s $f4, $f6, $fcc0
119 0x86 0x54 0x60 0x02 # CHECK: movt.d $f4, $f6, $fcc0
120 0x86 0x54 0x20 0x00 # CHECK: movf.s $f4, $f6, $fcc0
121 0x86 0x54 0x20 0x02 # CHECK: movf.d $f4, $f6, $fcc0
[all …]
/external/llvm/test/MC/Disassembler/Mips/micromips64r6/
Dvalid.txt48 0x54 0xa4 0x18 0x30 # CHECK: add.s $f3, $f4, $f5
49 0x54 0xc4 0x11 0x30 # CHECK: add.d $f2, $f4, $f6
50 0x54 0xa4 0x18 0x70 # CHECK: sub.s $f3, $f4, $f5
51 0x54 0xc4 0x11 0x70 # CHECK: sub.d $f2, $f4, $f6
52 0x54 0xa4 0x18 0xb0 # CHECK: mul.s $f3, $f4, $f5
53 0x54 0xc4 0x11 0xb0 # CHECK: mul.d $f2, $f4, $f6
54 0x54 0xa4 0x18 0xf0 # CHECK: div.s $f3, $f4, $f5
55 0x54 0xc4 0x11 0xf0 # CHECK: div.d $f2, $f4, $f6
56 0x54 0xa4 0x19 0xb8 # CHECK: maddf.s $f3, $f4, $f5
57 0x54 0xa4 0x1b 0xb8 # CHECK: maddf.d $f3, $f4, $f5
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt127 0x54 0xa4 0x18 0x30 # CHECK: add.s $f3, $f4, $f5
128 0x54 0xc4 0x11 0x30 # CHECK: add.d $f2, $f4, $f6
129 0x54 0xa4 0x18 0x70 # CHECK: sub.s $f3, $f4, $f5
130 0x54 0xc4 0x11 0x70 # CHECK: sub.d $f2, $f4, $f6
131 0x54 0xa4 0x18 0xb0 # CHECK: mul.s $f3, $f4, $f5
132 0x54 0xc4 0x11 0xb0 # CHECK: mul.d $f2, $f4, $f6
133 0x54 0xa4 0x18 0xf0 # CHECK: div.s $f3, $f4, $f5
134 0x54 0xc4 0x11 0xf0 # CHECK: div.d $f2, $f4, $f6
135 0x54 0xa4 0x19 0xb8 # CHECK: maddf.s $f3, $f4, $f5
136 0x54 0xa4 0x1b 0xb8 # CHECK: maddf.d $f3, $f4, $f5
[all …]
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt123 0x54 0xa4 0x18 0x30 # CHECK: add.s $f3, $f4, $f5
124 0x54 0xc4 0x11 0x30 # CHECK: add.d $f2, $f4, $f6
125 0x54 0xa4 0x18 0x70 # CHECK: sub.s $f3, $f4, $f5
126 0x54 0xc4 0x11 0x70 # CHECK: sub.d $f2, $f4, $f6
127 0x54 0xa4 0x18 0xb0 # CHECK: mul.s $f3, $f4, $f5
128 0x54 0xc4 0x11 0xb0 # CHECK: mul.d $f2, $f4, $f6
129 0x54 0xa4 0x18 0xf0 # CHECK: div.s $f3, $f4, $f5
130 0x54 0xc4 0x11 0xf0 # CHECK: div.d $f2, $f4, $f6
131 0x54 0xa4 0x19 0xb8 # CHECK: maddf.s $f3, $f4, $f5
132 0x54 0xa4 0x1b 0xb8 # CHECK: maddf.d $f3, $f4, $f5
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmicromips-mtc-mfc.ll10 ; MM2-NEXT: mov.d $f0, $f12 # encoding: [0x54,0x0c,0x20,0x7b]
11 ; MM2-NEXT: mtc1 $zero, $f2 # encoding: [0x54,0x02,0x28,0x3b]
12 ; MM2-NEXT: mthc1 $zero, $f2 # encoding: [0x54,0x02,0x38,0x3b]
13 ; MM2-NEXT: c.ule.d $f12, $f2 # encoding: [0x54,0x4c,0x05,0xfc]
27 ; MM6-NEXT: mtc1 $zero, $f1 # encoding: [0x54,0x01,0x28,0x3b]
28 ; MM6-NEXT: mthc1 $zero, $f1 # encoding: [0x54,0x01,0x38,0x3b]
29 ; MM6-NEXT: cmp.ule.d $f1, $f12, $f1 # encoding: [0x54,0x2c,0x09,0xd5]
30 ; MM6-NEXT: mfc1 $2, $f1 # encoding: [0x54,0x41,0x20,0x3b]
51 ; MM2-NEXT: mov.d $f0, $f14 # encoding: [0x54,0x0e,0x20,0x7b]
54 ; MM2-NEXT: movt.d $f0, $f12, $fcc0 # encoding: [0x54,0x0c,0x02,0x60]
[all …]
/external/llvm/test/MC/Disassembler/AArch64/
Dras-extension.txt16 [0x20,0x54,0x18,0xd5]
17 [0x40,0x54,0x18,0xd5]
18 [0x60,0x54,0x18,0xd5]
35 [0x20,0x54,0x38,0xd5]
36 [0x40,0x54,0x38,0xd5]
37 [0x60,0x54,0x38,0xd5]
47 [0x00,0x54,0x38,0xd5]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Dras-extension.txt16 [0x20,0x54,0x18,0xd5]
17 [0x40,0x54,0x18,0xd5]
18 [0x60,0x54,0x18,0xd5]
35 [0x20,0x54,0x38,0xd5]
36 [0x40,0x54,0x38,0xd5]
37 [0x60,0x54,0x38,0xd5]
47 [0x00,0x54,0x38,0xd5]
Darmv8.4a-ras.txt3 0xa0,0x54,0x18,0xd5
4 0xa0,0x54,0x38,0xd5
5 0xc0,0x54,0x18,0xd5
6 0xc0,0x54,0x38,0xd5
9 0x80,0x54,0x38,0xd5
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Hexagon/
Dxtype_shift.txt57 0x10 0xdf 0x54 0x82
59 0x30 0xdf 0x54 0x82
61 0x50 0xdf 0x54 0x82
63 0x90 0xdf 0x54 0x82
65 0xb0 0xdf 0x54 0x82
67 0xd0 0xdf 0x54 0x82
171 0x10 0xdf 0x54 0xcb
173 0x50 0xdf 0x54 0xcb
175 0x90 0xdf 0x54 0xcb
177 0xd0 0xdf 0x54 0xcb
[all …]
Dxtype_alu.txt207 0x90 0xc0 0x54 0x80
209 0xb0 0xc0 0x54 0x80
213 0xd0 0xc0 0x54 0x80
215 0xf0 0xc0 0x54 0x80
235 0x31 0xde 0x54 0xc1
239 0x30 0xde 0x54 0xe8
241 0x30 0xde 0x54 0xea
263 0x50 0xde 0x54 0xd3
265 0x70 0xde 0x54 0xd3
267 0x90 0xde 0x54 0xd3
[all …]
/external/llvm/test/MC/Disassembler/Hexagon/
Dxtype_shift.txt57 0x10 0xdf 0x54 0x82
59 0x30 0xdf 0x54 0x82
61 0x50 0xdf 0x54 0x82
63 0x90 0xdf 0x54 0x82
65 0xb0 0xdf 0x54 0x82
67 0xd0 0xdf 0x54 0x82
171 0x10 0xdf 0x54 0xcb
173 0x50 0xdf 0x54 0xcb
175 0x90 0xdf 0x54 0xcb
177 0xd0 0xdf 0x54 0xcb
[all …]
Dxtype_alu.txt207 0x90 0xc0 0x54 0x80
209 0xb0 0xc0 0x54 0x80
213 0xd0 0xc0 0x54 0x80
215 0xf0 0xc0 0x54 0x80
235 0x31 0xde 0x54 0xc1
239 0x30 0xde 0x54 0xe8
241 0x30 0xde 0x54 0xea
263 0x50 0xde 0x54 0xd3
265 0x70 0xde 0x54 0xd3
267 0x90 0xde 0x54 0xd3
[all …]
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-armv8.1a.txt14 [0x54,0x0b,0x02,0xf3] # vqrdmlah.s8 q0, q1, q2
16 # CHECK-NEXT: [0x54,0x0b,0x02,0xf3] # vqrdmlah.s8 q0, q1, q2
19 [0x54,0x0b,0x32,0xf3] # vqrdmlah.s64 q2, q3, q0
21 # CHECK-NEXT: [0x54,0x0b,0x32,0xf3] # vqrdmlah.s64 q2, q3, q0
34 [0x54,0x0c,0x02,0xf3] # vqrdmlsh.s8 q0, q1, q2
36 # CHECK-NEXT: [0x54,0x0c,0x02,0xf3] # vqrdmlsh.s8 q0, q1, q2
39 [0x54,0x0c,0x32,0xf3] # vqrdmlsh.s64 q0, q1, q2
41 # CHECK-NEXT: [0x54,0x0c,0x32,0xf3] # vqrdmlsh.s64 q0, q1, q2
Dfullfp16-neon-arm-neg.txt16 [0x54,0x0d,0x12,0xf3]
26 [0x54,0x0d,0x12,0xf2]
36 [0x54,0x0d,0x32,0xf2]
46 [0x54,0x0c,0x12,0xf2]
51 [0x54,0x0c,0x32,0xf2]
96 [0x54,0x0e,0x12,0xf3]
101 [0x54,0x0e,0x32,0xf3]
126 [0x54,0x0f,0x12,0xf3]
131 [0x54,0x0f,0x32,0xf3]
150 [0x54,0x0f,0x12,0xf2]
[all …]
Dfullfp16-neon-thumb-neg.txt16 [0x12,0xff,0x54,0x0d]
26 [0x12,0xef,0x54,0x0d]
36 [0x32,0xef,0x54,0x0d]
46 [0x12,0xef,0x54,0x0c]
51 [0x32,0xef,0x54,0x0c]
96 [0x12,0xff,0x54,0x0e]
101 [0x32,0xff,0x54,0x0e]
126 [0x12,0xff,0x54,0x0f]
131 [0x32,0xff,0x54,0x0f]
150 [0x12,0xef,0x54,0x0f]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dinvalid-armv8.1a.txt14 [0x54,0x0b,0x02,0xf3] # vqrdmlah.s8 q0, q1, q2
16 # CHECK-NEXT: [0x54,0x0b,0x02,0xf3] # vqrdmlah.s8 q0, q1, q2
19 [0x54,0x0b,0x32,0xf3] # vqrdmlah.s64 q2, q3, q0
21 # CHECK-NEXT: [0x54,0x0b,0x32,0xf3] # vqrdmlah.s64 q2, q3, q0
34 [0x54,0x0c,0x02,0xf3] # vqrdmlsh.s8 q0, q1, q2
36 # CHECK-NEXT: [0x54,0x0c,0x02,0xf3] # vqrdmlsh.s8 q0, q1, q2
39 [0x54,0x0c,0x32,0xf3] # vqrdmlsh.s64 q0, q1, q2
41 # CHECK-NEXT: [0x54,0x0c,0x32,0xf3] # vqrdmlsh.s64 q0, q1, q2
Dfullfp16-neon-thumb-neg.txt16 [0x12,0xff,0x54,0x0d]
26 [0x12,0xef,0x54,0x0d]
36 [0x32,0xef,0x54,0x0d]
46 [0x12,0xef,0x54,0x0c]
51 [0x32,0xef,0x54,0x0c]
96 [0x12,0xff,0x54,0x0e]
101 [0x32,0xff,0x54,0x0e]
126 [0x12,0xff,0x54,0x0f]
131 [0x32,0xff,0x54,0x0f]
150 [0x12,0xef,0x54,0x0f]
[all …]
Dfullfp16-neon-arm-neg.txt16 [0x54,0x0d,0x12,0xf3]
26 [0x54,0x0d,0x12,0xf2]
36 [0x54,0x0d,0x32,0xf2]
46 [0x54,0x0c,0x12,0xf2]
51 [0x54,0x0c,0x32,0xf2]
96 [0x54,0x0e,0x12,0xf3]
101 [0x54,0x0e,0x32,0xf3]
126 [0x54,0x0f,0x12,0xf3]
131 [0x54,0x0f,0x32,0xf3]
150 [0x54,0x0f,0x12,0xf2]
[all …]
/external/icu/icu4c/source/data/mappings/
Djisx-212.ucm70 <U00D4> \x2A\x54 |0
101 <U00F4> \x2B\x54 |0
357 <U4F03> \x30\x54 |0
451 <U501B> \x31\x54 |0
545 <U5119> \x32\x54 |0
639 <U5296> \x33\x54 |0
733 <U53B8> \x34\x54 |0
827 <U553C> \x35\x54 |0
921 <U5684> \x36\x54 |0
1015 <U5781> \x37\x54 |0
[all …]
Dibm-935_P110-1999.ucm273 <U00F9> \x46\x54 |0
339 <U03C5> \x41\x54 |0
716 <U3085> \x44\x54 |0
803 <U30E5> \x43\x54 |0
878 <U4E09> \x54\xFC |0
887 <U4E14> \x54\x72 |0
890 <U4E18> \x54\x91 |0
920 <U4E48> \x52\x54 |0
930 <U4E54> \x54\x67 |0
944 <U4E73> \x54\xE8 |0
[all …]

12345678910>>...31