Home
last modified time | relevance | path

Searched refs:x23 (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/external/llvm/test/MC/Disassembler/AArch64/
Darm64-arithmetic.txt164 0x41 0x00 0x23 0x0b
165 0x41 0x20 0x23 0x0b
166 0x41 0x40 0x23 0x0b
167 0x41 0x60 0x23 0x0b
168 0x41 0x80 0x23 0x0b
169 0x41 0xa0 0x23 0x0b
170 0x41 0xc0 0x23 0x0b
171 0x41 0xe0 0x23 0x0b
182 0x41 0x00 0x23 0x8b
183 0x41 0x20 0x23 0x8b
[all …]
Darm64-logical.txt93 0x41 0x00 0x23 0x0a
94 0x41 0x00 0x23 0x8a
95 0x41 0x0c 0x23 0x0a
96 0x41 0x0c 0x23 0x8a
115 0x41 0x00 0x23 0x6a
116 0x41 0x00 0x23 0xea
117 0x41 0x0c 0x23 0x6a
118 0x41 0x0c 0x23 0xea
137 0x41 0x00 0x23 0x4a
138 0x41 0x00 0x23 0xca
[all …]
Darm64-scalar-fp.txt13 0x41 0x28 0x23 0x1e
19 0x41 0x18 0x23 0x1e
31 0x41 0x48 0x23 0x1e
33 0x41 0x68 0x23 0x1e
41 0x41 0x58 0x23 0x1e
43 0x41 0x78 0x23 0x1e
57 0x41 0x08 0x23 0x1e
69 0x41 0x10 0x23 0x1f
75 0x41 0x90 0x23 0x1f
81 0x41 0x88 0x23 0x1e
[all …]
/external/boringssl/linux-aarch64/crypto/sha/
Dsha512-armv8.S15 stp x23,x24,[sp,#48]
21 ldp x22,x23,[x0,#2*8]
50 add x23,x23,x27 // d+=h
61 ror x16,x23,#14
63 eor x7,x23,x23,ror#23
64 and x17,x24,x23
65 bic x28,x25,x23
88 and x17,x23,x22
114 bic x28,x23,x21
135 add x23,x23,x19 // h+=K[i]
[all …]
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S66 # qhasm: reg128 x23
224 # qhasm: x23 aligned= mem128[input_0];input_0+=16
225 # asm 1: vld1.8 {>x23=reg128#10%bot->x23=reg128#10%top},[<input_0=int32#1,: 128]!
226 # asm 2: vld1.8 {>x23=d18->x23=d19},[<input_0=r0,: 128]!
492 # qhasm: r4[0,1] += x23[0] unsigned* z12[2]; r4[2,3] += x23[1] unsigned* z12[3]
493 # asm 1: vmlal.u32 <r4=reg128#16,<x23=reg128#10%bot,<z12=reg128#3%top
494 # asm 2: vmlal.u32 <r4=q15,<x23=d18,<z12=d5
502 # qhasm: r4[0,1] += x23[2] unsigned* z12[0]; r4[2,3] += x23[3] unsigned* z12[1]
503 # asm 1: vmlal.u32 <r4=reg128#16,<x23=reg128#10%top,<z12=reg128#3%bot
504 # asm 2: vmlal.u32 <r4=q15,<x23=d19,<z12=d4
[all …]
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding.txt50 0x4c 0x43 0x23 0x82
65 0x4c 0x43 0x23 0x42
161 0x7c 0x43 0x23 0x2e
167 0x7c 0x43 0x23 0x6e
320 0x7c 0x43 0x23 0xd6
323 0x7c 0x43 0x23 0xd7
326 0x7c 0x43 0x23 0x96
329 0x7c 0x43 0x23 0x97
332 0x7c 0x43 0x23 0x56
335 0x7c 0x43 0x23 0x57
[all …]
Dppc64-encoding-vmx.txt31 0x7c 0x43 0x23 0xce
40 0x10 0x43 0x23 0x0e
181 0x10 0x43 0x23 0x00
184 0x10 0x43 0x23 0x40
187 0x10 0x43 0x23 0x80
244 0x10 0x43 0x23 0x08
247 0x10 0x43 0x23 0x48
250 0x10 0x43 0x23 0x88
367 0x10 0x43 0x23 0x02
370 0x10 0x43 0x23 0x42
[all …]
/external/valgrind/none/tests/arm64/
Dmemory.c224 TESTINST3_hide2and3("ldrsw x21, [x22,x23]", AREA_MID, 5, x21,x22,x23,0); in test_memory_old()
225 TESTINST3_hide2and3("ldrsw x21, [x22,x23, lsl #2]", AREA_MID, 5, x21,x22,x23,0); in test_memory_old()
226 TESTINST3_hide2and3("ldrsw x21, [x22,w23,uxtw #0]", AREA_MID, 5, x21,x22,x23,0); in test_memory_old()
227 TESTINST3_hide2and3("ldrsw x21, [x22,w23,uxtw #2]", AREA_MID, 5, x21,x22,x23,0); in test_memory_old()
228 TESTINST3_hide2and3("ldrsw x21, [x22,w23,sxtw #0]", AREA_MID, -5ULL, x21,x22,x23,0); in test_memory_old()
229 TESTINST3_hide2and3("ldrsw x21, [x22,w23,sxtw #2]", AREA_MID, -5ULL, x21,x22,x23,0); in test_memory_old()
231 TESTINST3_hide2and3("ldrsh x21, [x22,x23]", AREA_MID, 5, x21,x22,x23,0); in test_memory_old()
232 TESTINST3_hide2and3("ldrsh x21, [x22,x23, lsl #1]", AREA_MID, 5, x21,x22,x23,0); in test_memory_old()
233 TESTINST3_hide2and3("ldrsh x21, [x22,w23,uxtw #0]", AREA_MID, 5, x21,x22,x23,0); in test_memory_old()
234 TESTINST3_hide2and3("ldrsh x21, [x22,w23,uxtw #1]", AREA_MID, 5, x21,x22,x23,0); in test_memory_old()
[all …]
Dinteger.c9357 TESTINST3("add x21,x22,x23,uxtb #0", NN0, NN1, x21,x22,x23,0); in test_arith()
9358 TESTINST3("add x21,x22,x23,uxtb #1", NN2, NN3, x21,x22,x23,0); in test_arith()
9359 TESTINST3("add x21,x22,x23,uxtb #2", NN4, NN5, x21,x22,x23,0); in test_arith()
9360 TESTINST3("add x21,x22,x23,uxtb #3", NN6, NN7, x21,x22,x23,0); in test_arith()
9361 TESTINST3("add x21,x22,x23,uxtb #4", NN8, NN9, x21,x22,x23,0); in test_arith()
9363 TESTINST3("add x21,x22,x23,uxth #0", NN0, NN1, x21,x22,x23,0); in test_arith()
9364 TESTINST3("add x21,x22,x23,uxth #1", NN2, NN3, x21,x22,x23,0); in test_arith()
9365 TESTINST3("add x21,x22,x23,uxth #2", NN4, NN5, x21,x22,x23,0); in test_arith()
9366 TESTINST3("add x21,x22,x23,uxth #3", NN6, NN7, x21,x22,x23,0); in test_arith()
9367 TESTINST3("add x21,x22,x23,uxth #4", NN8, NN9, x21,x22,x23,0); in test_arith()
[all …]
/external/llvm/test/MC/Disassembler/Mips/
Dmips2.txt4 0xfc 0xc5 0x23 0xc2
7 0xec 0xe6 0x23 0xc6
10 0xdd 0x07 0x23 0xca
13 0xcd 0x28 0x23 0xce
Dmips32.txt220 0x80 0xa4 0x23 0xc6
226 0xd4 0xe9 0x23 0xc6
235 0xc0 0xe9 0x23 0xc6
244 0xc4 0xe9 0x23 0xc6
346 0xa0 0xa4 0x23 0xc6
352 0xe0 0xe9 0x23 0xc6
355 0xf4 0xe9 0x23 0xc6
358 0xa4 0xa4 0x23 0xc6
406 0x00 0x65 0x20 0x23
412 0xe4 0xe9 0x23 0xc6
[all …]
Dmips32r2.txt228 0x80 0xa4 0x23 0xc6
234 0xd4 0xe9 0x23 0xc6
243 0xc0 0xe9 0x23 0xc6
255 0xc4 0xe9 0x23 0xc6
348 0xa0 0xa4 0x23 0xc6
354 0xe0 0xe9 0x23 0xc6
357 0xf4 0xe9 0x23 0xc6
366 0xa4 0xa4 0x23 0xc6
414 0x00 0x65 0x20 0x23
423 0xe4 0xe9 0x23 0xc6
Dmips32_le.txt219 0xc6 0x23 0xa4 0x80
225 0xc6 0x23 0xe9 0xd4
234 0xc6 0x23 0xe9 0xc0
243 0xc6 0x23 0xe9 0xc4
351 0xc6 0x23 0xa4 0xa0
357 0xc6 0x23 0xe9 0xe0
360 0xc6 0x23 0xe9 0xf4
363 0xc6 0x23 0xa4 0xa4
411 0x23 0x20 0x65 0x00
417 0xc6 0x23 0xe9 0xe4
Dmips32r2_le.txt228 0xc6 0x23 0xa4 0x80
234 0xc6 0x23 0xe9 0xd4
243 0xc6 0x23 0xe9 0xc0
255 0xc6 0x23 0xe9 0xc4
348 0xc6 0x23 0xa4 0xa0
354 0xc6 0x23 0xe9 0xe0
357 0xc6 0x23 0xe9 0xf4
366 0xc6 0x23 0xa4 0xa4
414 0x23 0x20 0x65 0x00
423 0xc6 0x23 0xe9 0xe4
/external/valgrind/none/tests/mips64/
Darithmetic_instruction.stdout.exp-mips64r2260 addi $s0, $s1, 0x23 :: rt 0x23, rs 0x0, imm 0x0023
264 addi $s0, $s1, 0x23 :: rt 0x23, rs 0x0, imm 0x0023
268 addi $s0, $s1, 0x23 :: rt 0x9823b91, rs 0x9823b6e, imm 0x0023
272 addi $s0, $s1, 0x23 :: rt 0xd4326fc, rs 0xd4326d9, imm 0x0023
276 addi $s0, $s1, 0x23 :: rt 0x130476ff, rs 0x130476dc, imm 0x0023
280 addi $s0, $s1, 0x23 :: rt 0x17c56b8e, rs 0x17c56b6b, imm 0x0023
284 addi $s0, $s1, 0x23 :: rt 0x1a864dd5, rs 0x1a864db2, imm 0x0023
288 addi $s0, $s1, 0x23 :: rt 0x1e475028, rs 0x1e475005, imm 0x0023
292 addi $s0, $s1, 0x23 :: rt 0x2608eddb, rs 0x2608edb8, imm 0x0023
296 addi $s0, $s1, 0x23 :: rt 0x22c9f032, rs 0x22c9f00f, imm 0x0023
[all …]
Darithmetic_instruction.stdout.exp-mips64260 addi $s0, $s1, 0x23 :: rt 0x23, rs 0x0, imm 0x0023
264 addi $s0, $s1, 0x23 :: rt 0x23, rs 0x0, imm 0x0023
268 addi $s0, $s1, 0x23 :: rt 0x9823b91, rs 0x9823b6e, imm 0x0023
272 addi $s0, $s1, 0x23 :: rt 0xd4326fc, rs 0xd4326d9, imm 0x0023
276 addi $s0, $s1, 0x23 :: rt 0x130476ff, rs 0x130476dc, imm 0x0023
280 addi $s0, $s1, 0x23 :: rt 0x17c56b8e, rs 0x17c56b6b, imm 0x0023
284 addi $s0, $s1, 0x23 :: rt 0x1a864dd5, rs 0x1a864db2, imm 0x0023
288 addi $s0, $s1, 0x23 :: rt 0x1e475028, rs 0x1e475005, imm 0x0023
292 addi $s0, $s1, 0x23 :: rt 0x2608eddb, rs 0x2608edb8, imm 0x0023
296 addi $s0, $s1, 0x23 :: rt 0x22c9f032, rs 0x22c9f00f, imm 0x0023
[all …]
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_curves.cpp50 FX_FLOAT x23 = (x2 + x3) / 2; in recursive_bezier() local
54 FX_FLOAT x123 = (x12 + x23) / 2; in recursive_bezier()
56 FX_FLOAT x234 = (x23 + x34) / 2; in recursive_bezier()
78 m_points.add(point_type(x23, y23, path_flags_jr)); in recursive_bezier()
85 m_points.add(point_type(x23, y23, path_flags_jr)); in recursive_bezier()
92 m_points.add(point_type(x23, y23, path_flags_jr)); in recursive_bezier()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP224K1FieldElement.java172 int[] x23 = x8; in sqrt() local
173 SecP224K1Field.squareN(x19, 4, x23); in sqrt()
174 SecP224K1Field.multiply(x23, x4, x23); in sqrt()
176 SecP224K1Field.squareN(x23, 19, x42); in sqrt()
183 SecP224K1Field.multiply(x107, x23, x107); in sqrt()
184 int[] x191 = x23; in sqrt()
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym58162 STACK CFI 2374c x19: .cfa -48 + ^ x20: .cfa -40 + ^ x21: .cfa -32 + ^ x22: .cfa -24 + ^ x23: .cfa -…
58163 STACK CFI 237dc x23: x23
58170 STACK CFI 23800 x19: .cfa -48 + ^ x20: .cfa -40 + ^ x21: .cfa -32 + ^ x22: .cfa -24 + ^ x23: .cfa -…
58171 STACK CFI 23884 x23: x23
58554 STACK CFI 247a8 x19: .cfa -48 + ^ x20: .cfa -40 + ^ x21: .cfa -32 + ^ x22: .cfa -24 + ^ x23: .cfa -…
58555 STACK CFI 24834 x23: x23
58602 STACK CFI 24a18 x19: .cfa -80 + ^ x20: .cfa -72 + ^ x21: .cfa -64 + ^ x22: .cfa -56 + ^ x23: .cfa -…
58605 STACK CFI 24af4 x23: x23 x24: x24
58830 STACK CFI 25978 x19: .cfa -64 + ^ x20: .cfa -56 + ^ x21: .cfa -48 + ^ x22: .cfa -40 + ^ x23: .cfa -…
58833 STACK CFI 25a60 x23: x23 x24: x24
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-register-pairing.ll13 ; CHECK: stp x24, x23, [sp, #96]
19 ; CHECK: ldp x24, x23, [sp, #96]
26 …call void asm sideeffect "mov x0, #42", "~{x0},~{x19},~{x21},~{x23},~{x25},~{x27},~{d8},~{d10},~{d…
38 ; CHECK: stp x24, x23, [sp, #96]
44 ; CHECK: ldp x24, x23, [sp, #96]
/external/llvm/test/MC/Disassembler/Mips/mips32/
Dvalid-mips32-el.txt76 0xc6 0x23 0xa4 0x80 # CHECK: lb $4, 9158($5)
78 0xc6 0x23 0xe9 0xd4 # CHECK: ldc1 $f9, 9158($7)
81 0xc6 0x23 0xe9 0xc0 # CHECK: ll $9, 9158($7)
84 0xc6 0x23 0xe9 0xc4 # CHECK: lwc1 $f9, 9158($7)
112 0xc6 0x23 0xa4 0xa0 # CHECK: sb $4, 9158($5)
114 0xc6 0x23 0xe9 0xe0 # CHECK: sc $9, 9158($7)
115 0xc6 0x23 0xe9 0xf4 # CHECK: sdc1 $f9, 9158($7)
116 0xc6 0x23 0xa4 0xa4 # CHECK: sh $4, 9158($5)
132 0x23 0x20 0x65 0x00 # CHECK: subu $4, $3, $5
134 0xc6 0x23 0xe9 0xe4 # CHECK: swc1 $f9, 9158($7)
[all …]
Dvalid-mips32.txt76 0x80 0xa4 0x23 0xc6 # CHECK: lb $4, 9158($5)
78 0xd4 0xe9 0x23 0xc6 # CHECK: ldc1 $f9, 9158($7)
81 0xc0 0xe9 0x23 0xc6 # CHECK: ll $9, 9158($7)
84 0xc4 0xe9 0x23 0xc6 # CHECK: lwc1 $f9, 9158($7)
112 0xa0 0xa4 0x23 0xc6 # CHECK: sb $4, 9158($5)
114 0xe0 0xe9 0x23 0xc6 # CHECK: sc $9, 9158($7)
115 0xf4 0xe9 0x23 0xc6 # CHECK: sdc1 $f9, 9158($7)
116 0xa4 0xa4 0x23 0xc6 # CHECK: sh $4, 9158($5)
132 0x00 0x65 0x20 0x23 # CHECK: subu $4, $3, $5
134 0xe4 0xe9 0x23 0xc6 # CHECK: swc1 $f9, 9158($7)
[all …]
/external/llvm/test/MC/AArch64/
Darm64-elf-relocs.s207 ldr x24, [x23, #:got_lo12:sym]
214 ldr x24, [x23, :dtprel_lo12_nc:sym]
221 ldr x24, [x23, #:tprel_lo12:sym]
228 ldr x24, [x23, :gottprel_lo12:sym]
235 ldr x24, [x23, #:tlsdesc_lo12:sym]
Dtrace-regs.s40 mrs x23, trcprocselr
42 mrs x23, trcauxctlr
74 mrs x23, trccntvr1
122 mrs x23, trcssccr7
123 mrs x23, trcsscsr0
209 mrs x23, trcclaimset
433 msr trctraceidr, x23
462 msr trcimspec2, x23
498 msr trcssccr0, x23
521 msr trcsspcicr7, x23
[all …]
/external/icu/icu4c/source/data/mappings/
Dibm-5478_P100-1995.ucm30 <U00B4> \x23\x27 |0
51 <U01CE> \x28\x23 |0
63 <U0393> \x26\x23 |0
112 <U0412> \x27\x23 |0
375 <U3002> \x21\x23 |0
395 <U3043> \x24\x23 |0
478 <U30A3> \x25\x23 |0
785 <U4F32> \x59\x23 |0
863 <U4FDD> \x31\x23 |0
910 <U505C> \x4D\x23 |0
[all …]

12345678910>>...14