Home
last modified time | relevance | path

Searched refs:adcs (Results 1 – 25 of 32) sorted by relevance

12

/external/boringssl/linux-aarch64/crypto/bn/
Darmv8-mont.S84 adcs x13,x13,x7
147 adcs x13,x17,x19
154 adcs x13,x13,x7
299 adcs x21,x21,x15
301 adcs x22,x22,x16
303 adcs x23,x23,x17
305 adcs x24,x24,x14
307 adcs x25,x25,x15
309 adcs x26,x26,x16
315 adcs x22,x22,x14
[all …]
/external/llvm/test/CodeGen/AArch64/
Dadc.ll9 ; CHECK-LE-NEXT: adcs [[ADDHI:x[0-9]+]], x1, x3
11 ; CHECK-BE-NEXT: adcs [[ADDHI:x[0-9]+]], x0, x2
28 ; CHECK-LE: adcs x1, x1, {{x[0-9]|xzr}}
30 ; CHECK-BE: adcs x0, x0, {{x[0-9]|xzr}}
43 ; CHECK-LE: adcs x1, x1, {{x[0-9]}}
45 ; CHECK-BE: adcs x0, x0, {{x[0-9]}}
59 ; CHECK-LE: adcs x1, x1, {{x[0-9]}}
61 ; CHECK-BE: adcs x0, x0, {{x[0-9]}}
Darm64-atomic-128.ll58 ; CHECK: adcs [[SCRATCH_REGHI:x[0-9]+]], [[DEST_REGHI]], x3
/external/llvm/test/MC/ARM/
Dthumb_rewrites.s80 adcs r0, r0, r1
81 @ CHECK: adcs r0, r1 @ encoding: [0x48,0x41]
83 adcs r0, r1, r0
84 @ CHECK: adcs r0, r1 @ encoding: [0x48,0x41]
Dthumb2-narrow-dp.ll501 // CHECK: adcs.w r5, r2, r1 @ encoding: [0x52,0xeb,0x01,0x05]
502 // CHECK: adcs r5, r1 @ encoding: [0x4d,0x41]
503 // CHECK: adcs r3, r1 @ encoding: [0x4b,0x41]
504 // CHECK: adcs.w r2, r2, r1 @ encoding: [0x52,0xeb,0x01,0x02]
505 // CHECK: adcs.w r3, r1, r3 @ encoding: [0x51,0xeb,0x03,0x03]
507 // CHECK: adcs r7, r1 @ encoding: [0x4f,0x41]
508 // CHECK: adcs r7, r1 @ encoding: [0x4f,0x41]
509 // CHECK: adcs.w r8, r1, r8 @ encoding: [0x51,0xeb,0x08,0x08]
510 // CHECK: adcs.w r8, r8, r1 @ encoding: [0x58,0xeb,0x01,0x08]
511 // CHECK: adcs.w r5, r8, r5 @ encoding: [0x58,0xeb,0x05,0x05]
[all …]
Dbasic-thumb-instructions.s26 adcs r4, r6
28 @ CHECK: adcs r4, r6 @ encoding: [0x74,0x41]
Dbasic-thumb2-instructions.s22 adcs r0, r1, #0
32 @ CHECK: adcs r0, r1, #0 @ encoding: [0x51,0xf1,0x00,0x00]
45 adcs r4, r5, r6
47 adcs.w r9, r1, r3
49 adcs r0, r1, r3, lsl #7
51 adcs.w r0, r1, r3, asr #32
54 @ CHECK: adcs.w r4, r5, r6 @ encoding: [0x55,0xeb,0x06,0x04]
56 @ CHECK: adcs.w r9, r1, r3 @ encoding: [0x51,0xeb,0x03,0x09]
58 @ CHECK: adcs.w r0, r1, r3, lsl #7 @ encoding: [0x51,0xeb,0xc3,0x10]
60 @ CHECK: adcs.w r0, r1, r3, asr #32 @ encoding: [0x51,0xeb,0x23,0x00]
Dbasic-arm-instructions.s36 adcs r1, r2, #0xf00
37 adcs r7, r8, #40, #2
59 @ CHECK: adcs r1, r2, #3840 @ encoding: [0x0f,0x1c,0xb2,0xe2]
60 @ CHECK: adcs r7, r8, #40, #2 @ encoding: [0x28,0x71,0xb8,0xe2]
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-add6.ll6 ; CHECK: adcs r1, r3
Dcarry.ll16 ; CHECK: adcs r1, r1
/external/valgrind/none/tests/arm64/
Dinteger.stdout.exp40 adcs x3, x4, x5 :: rd 0000000000004abe rm 0000000000003039, rn 0000000000001a85, cin 0, nzcv 000000…
41 adcs x3, x4, x5 :: rd 0000000000004abf rm 0000000000003039, rn 0000000000001a85, cin 1, nzcv 000000…
42 adcs x3, x4, x5 :: rd ffffffffffffffff rm 0000000000000000, rn ffffffffffffffff, cin 0, nzcv 800000…
43 adcs x3, x4, x5 :: rd 0000000000000000 rm 0000000000000000, rn ffffffffffffffff, cin 1, nzcv 600000…
44 adcs x3, x4, x5 :: rd 5859704f00000000 rm 3141592700000000, rn 2718172800000000, cin 0, nzcv 000000…
45 adcs x3, x4, x5 :: rd 5859704f00000001 rm 3141592700000000, rn 2718172800000000, cin 1, nzcv 000000…
46 adcs x3, x4, x5 :: rd 0000000000000000 rm 0000000000000000, rn 0000000000000000, cin 0, nzcv 400000…
47 adcs x3, x4, x5 :: rd 0000000000000001 rm 0000000000000000, rn 0000000000000000, cin 1, nzcv 000000…
48 adcs x3, x4, x5 :: rd 0000000100000000 rm 0000000100000000, rn 0000000000000000, cin 0, nzcv 000000…
49 adcs x3, x4, x5 :: rd 0000000100000001 rm 0000000100000000, rn 0000000000000000, cin 1, nzcv 000000…
[all …]
/external/llvm/test/MC/AArch64/
Dbasic-a64-diagnostics.s619 adcs wsp, w3, w5
620 adcs w1, wsp, w2
621 adcs w0, w10, wsp
632 adcs sp, x3, x5
633 adcs x1, sp, x2
634 adcs x0, x10, sp
Darm64-arithmetic-encoding.s10 adcs w5, w4, w3
11 adcs x5, x4, x3
15 ; CHECK: adcs w5, w4, w3 ; encoding: [0x85,0x00,0x03,0x3a]
16 ; CHECK: adcs x5, x4, x3 ; encoding: [0x85,0x00,0x03,0xba]
Dbasic-a64-instructions.s870 adcs w29, w27, w25
871 adcs wzr, w3, w4
872 adcs w9, wzr, w10
873 adcs w20, w0, wzr
879 adcs x29, x27, x25
880 adcs xzr, x3, x4
881 adcs x9, xzr, x10
882 adcs x20, x0, xzr
/external/llvm/test/MC/Disassembler/ARM/
Dthumb1.txt6 # CHECK: adcs r4, r6
Dthumb-tests.txt6 # CHECK: adcs r0, r0, #1
Darm-tests.txt299 # CHECK-NOT: adcs r10, r8, r0, asr #6
Dthumb2.txt7 # CHECK: adcs r0, r1, #0
30 # CHECK: adcs.w r4, r5, r6
32 # CHECK: adcs.w r9, r1, r3
34 # CHECK: adcs.w r0, r1, r3, lsl #7
36 # CHECK: adcs.w r0, r1, r3, asr #32
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-arithmetic.txt14 # CHECK: adcs w5, w4, w3
15 # CHECK: adcs x5, x4, x3
Dbasic-a64-instructions.txt520 # CHECK: adcs w29, w27, w25
521 # CHECK: adcs wzr, w3, w4
522 # CHECK: adcs w9, wzr, w10
523 # CHECK: adcs w20, w0, wzr
529 # CHECK: adcs x29, x27, x25
530 # CHECK: adcs xzr, x3, x4
531 # CHECK: adcs x9, xzr, x10
532 # CHECK: adcs x20, x0, xzr
/external/llvm/lib/Target/ARM/
DREADME-Thumb.txt261 when it could use subs + adcs. This is GCC PR46975.
/external/valgrind/none/tests/arm/
Dv6intARM.stdout.exp35 adcs r0, r1, r2 :: rd 0x00000000 rm 0x00000000, rn 0x00000000, carryin 0, cpsr 0x40000000 Z
36 adcs r0, r1, r2 :: rd 0x00000001 rm 0x00000000, rn 0x00000000, carryin 1, cpsr 0x00000000
486 adcs r0, r1, r2, lsl r3 :: rd 0xffffffff rm 0x00000000, rn 0xffffffff rs 0x00000000, carryin 0, cps…
487 adcs r0, r1, r2, lsr r3 :: rd 0xffffffff rm 0x00000000, rn 0xffffffff rs 0x00000000, carryin 0, cps…
488 adcs r0, r1, r2, lsl r3 :: rd 0xfffffffe rm 0x00000000, rn 0xffffffff rs 0x00000001, carryin 0, cps…
489 adcs r0, r1, r2, lsr r3 :: rd 0x7fffffff rm 0x00000000, rn 0xffffffff rs 0x00000001, carryin 0, cps…
490 adcs r0, r1, r2, lsl r3 :: rd 0x00000000 rm 0x00000000, rn 0xffffffff rs 0x00000000, carryin 1, cps…
491 adcs r0, r1, r2, lsr r3 :: rd 0x00000000 rm 0x00000000, rn 0xffffffff rs 0x00000000, carryin 1, cps…
492 adcs r0, r1, r2, lsl r3 :: rd 0xffffffff rm 0x00000000, rn 0xffffffff rs 0x00000001, carryin 1, cps…
493 adcs r0, r1, r2, lsr r3 :: rd 0x80000000 rm 0x00000000, rn 0xffffffff rs 0x00000001, carryin 1, cps…
Dv6intThumb.stdout.exp286 adcs r1, r2 :: rd 0x5859704f rm 0x27181728, c:v-in 0, cpsr 0x00000000
287 adcs r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z
288 adcs r1, r2 :: rd 0x00000001 rm 0x00000000, c:v-in 0, cpsr 0x00000000
289 adcs r1, r2 :: rd 0x00000001 rm 0x00000001, c:v-in 0, cpsr 0x00000000
290 adcs r1, r2 :: rd 0x80000000 rm 0x00000000, c:v-in 0, cpsr 0x80000000 N
291 adcs r1, r2 :: rd 0x80000000 rm 0x80000000, c:v-in 0, cpsr 0x80000000 N
292 adcs r1, r2 :: rd 0x00000000 rm 0x80000000, c:v-in 0, cpsr 0x70000000 ZCV
293 adcs r1, r2 :: rd 0x5859704f rm 0x27181728, c:v-in 1, cpsr 0x00000000
294 adcs r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 1, cpsr 0x40000000 Z
295 adcs r1, r2 :: rd 0x00000001 rm 0x00000000, c:v-in 1, cpsr 0x00000000
[all …]
/external/v8/test/cctest/
Dtest-disasm-arm64.cc443 COMPARE(adcs(w6, w7, Operand(w8)), "adcs w6, w7, w8"); in TEST_()
444 COMPARE(adcs(x9, x10, Operand(x11)), "adcs x9, x10, x11"); in TEST_()
/external/v8/src/arm64/
Dassembler-arm64.h1050 void adcs(const Register& rd,

12