Home
last modified time | relevance | path

Searched refs:stp (Results 1 – 24 of 24) sorted by relevance

/external/llvm/test/DebugInfo/AArch64/
Dcfi-frame.ll18 ; CHECK-NEXT: stp x29, x30, [sp,
19 ; CHECK-NEXT: stp x25, x26, [sp,
20 ; CHECK-NEXT: stp x23, x24, [sp,
21 ; CHECK-NEXT: stp x21, x22, [sp,
22 ; CHECK-NEXT: stp x19, x20, [sp,
49 ; CHECK-WITH-FP: stp x29, x30, [sp, [[OFFSET:#[0-9]+]]]
Dvariable-loc.ll22 ; CHECK: stp x29, x30, [sp, #432]
/external/llvm/test/MC/Disassembler/AArch64/
Dldp-preind.predictable.txt9 # CHECK: stp x3, x3, [sp, #0]!
15 # xzr != sp so "stp xzr, xzr, [sp, #8]!" is fine.
17 # CHECK: stp xzr, xzr, [sp, #8]!
Dldp-postind.predictable.txt9 # CHECK: stp x3, x3, [sp], #0
15 # xzr != sp so "stp xzr, xzr, [sp], #8" is fine.
17 # CHECK: stp xzr, xzr, [sp], #8
Dldp-offset-predictable.txt6 # CHECK: stp x0, x0, [sp, #8]
Dbasic-a64-instructions.txt2521 # CHECK: stp wzr, w9, [sp, #252]
2544 # CHECK: stp s27, s26, [sp, #-256]
2550 # CHECK: stp d3, d5, [x9, #504]
2551 # CHECK: stp d7, d11, [x10, #-512]
2557 # CHECK: stp q3, q5, [sp]
2558 # CHECK: stp q17, q19, [sp, #1008]
2569 # CHECK: stp wzr, w9, [sp], #252
2592 # CHECK: stp s27, s26, [sp], #-256
2598 # CHECK: stp d3, d5, [x9], #504
2599 # CHECK: stp d7, d11, [x10], #-512
[all …]
/external/llvm/test/MC/AArch64/
Dbasic-a64-diagnostics.s2445 stp w1, w2, [x3, #253]
2446 stp w9, w10, [x5, #256]
2448 stp wsp, w9, [sp]
2480 stp x7, x8, [x10, #-520]
2492 stp x3, sp, [x9]
2500 stp s3, s5, [sp, #-2]
2502 stp s13, s19, [x5, #256]
2515 stp d7, d8, [x0, #-520] define
2528 stp q20, q25, [x5, #1024]
2548 stp w1, w2, [x3], #253
[all …]
Dbasic-a64-instructions.s2959 stp wzr, w9, [sp, #252]
2982 stp s27, s26, [sp, #-256]
2988 stp d3, d5, [x9, #504] define
2989 stp d7, d11, [x10, #-512] define
2995 stp q3, q5, [sp]
2996 stp q17, q19, [sp, #1008]
3007 stp wzr, w9, [sp], #252
3030 stp s27, s26, [sp], #-256
3036 stp d3, d5, [x9], #504 define
3037 stp d7, d11, [x10], #-512 define
[all …]
/external/llvm/test/CodeGen/AArch64/
Dlarge-frame.ll96 ; CHECK-NEXT: stp x29, x30, [sp,
97 ; CHECK-NEXT: stp x25, x26, [sp,
98 ; CHECK-NEXT: stp x23, x24, [sp,
99 ; CHECK-NEXT: stp x21, x22, [sp,
100 ; CHECK-NEXT: stp x19, x20, [sp,
Dcallee-save.ll8 ; CHECK: stp d14, d15, [sp
9 ; CHECK: stp d12, d13, [sp
10 ; CHECK: stp d10, d11, [sp
11 ; CHECK: stp d8, d9, [sp
Dlocal_vars.ll9 ; In particular, it will fail when ldp/stp are used for frame setup,
30 ; CHECK-WITHFP: stp x29, x30, [sp]
Dfastcc-reserved.ll16 ; CHECK: stp x29, x30
42 ; CHECK: stp x29, x30
Dalloca.ll35 ; CHECK: stp x29, x30, [sp, #16]
72 ; CHECK: stp x29, x30, [sp, #192]
95 ; CHECK: stp x29, x30, [sp, #480]
/external/llvm/lib/Support/
Dregengine.inc302 const char *stp; /* string matched by it cannot pass here */
351 stp = stop;
354 rest = slow(m, sp, stp, ss, es);
361 stp = rest - 1;
362 assert(stp >= sp); /* it did work */
376 stp = stop;
379 rest = slow(m, sp, stp, ss, es);
386 stp = rest - 1;
387 assert(stp >= sp); /* it did work */
415 stp = stop;
[all …]
/external/tcpdump/
DAndroid.mk98 print-stp.c\
DMakefile.in87 print-slow.c print-snmp.c print-stp.c print-sunatm.c print-sunrpc.c \
DFILES198 print-stp.c
DINSTALL212 print-stp.c - IEEE 802.1d spanning tree protocol printer routines
/external/grub/netboot/
Dvia-rhine.c456 unsigned long stp:1; member
486 unsigned long stp:1; member
/external/libpcap/
Dscanner.l228 stp return STP;
/external/mdnsresponder/mDNSShared/
Duds_daemon.c1407 char *stp = FindFirstSubType(regtype); in ChopSubTypes() local
1408 while (stp && *stp) // If we found a comma... in ChopSubTypes()
1410 if (*stp == ',') return(-1); in ChopSubTypes()
1412 stp = FindNextSubType(stp); in ChopSubTypes()
1414 if (!stp) return(-1); in ChopSubTypes()
/external/qemu/
Darm-dis.c3414 unsigned int stp = (given & 0x00000030u) >> 4; in print_insn_thumb32() local
3420 switch (stp) in print_insn_thumb32()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td3438 "stp\t$Rt, $Rt2, [$Rn, $SImm7]", [], NoItinerary> {
3442 def : InstAlias<"stp $Rt, $Rt2, [$Rn]",
3462 "stp\t$Rt, $Rt2, [$Rn], $SImm7",
3483 "stp\t$Rt, $Rt2, [$Rn, $SImm7]!",
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en72442 http://www.stp.uh.edu/vol58/93-04-01.html