Home
last modified time | relevance | path

Searched refs:ccmp (Results 1 – 25 of 47) sorted by relevance

12

/external/arm-optimized-routines/string/aarch64/
Dmemcmp.S41 ccmp data1, data2, 0, ne
42 ccmp data3, data4, 0, eq
58 ccmp data3, data4, 0, eq
66 ccmp data3, data4, 0, eq
133 ccmp data3, data4, 0, eq
164 ccmp tmp, 0, 0, hi
Dstrncmp.S83 ccmp endloop, #0, #0, eq
188 ccmp data1w, #1, #0, hi /* NZCV = 0b0000. */
189 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
207 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
Dstrcmp.S78 ccmp data1, data2, 0, eq
128 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
161 ccmp data1, data2, 0, eq
Dstrlen.S101 ccmp has_nul2, 0, 0, eq
127 ccmp has_nul2, 0, 0, eq
Dmemset.S78 ccmp valw, 0, 0, hs
/external/llvm/test/CodeGen/AArch64/
Darm64-ccmp.ll1 ; RUN: llc < %s -mcpu=cyclone -verify-machineinstrs -aarch64-ccmp -aarch64-stress-ccmp | FileCheck …
6 ; CHECK-NEXT: ccmp w1, #17, #4, ne
29 ; CHECK-NEXT: ccmp w1, #17, #0, ge
110 ; CHECK: ccmp [[DIVRES]], #16, #0, ge
161 ; CHECK: ccmp
162 ; CHECK: ccmp
187 ; CHECK: ccmp
203 ; Check that the immediate operand is in range. The ccmp instruction encodes a
205 ; The ccmp immediates must be in the range 0-31.
207 ; CHECK-NOT: ccmp
[all …]
Ddag-combine-select.ll10 ; CHECK: ccmp w1, #0, #0, ne
25 ; CHECK-NOT: ccmp
Darm64-ccmp-heuristics.ll1 ; RUN: llc < %s -mcpu=cyclone -verify-machineinstrs -aarch64-ccmp | FileCheck %s
13 ; Isel converts the and i1 into two branches, and arm64-ccmp should not convert
/external/llvm/test/MC/AArch64/
Dbasic-a64-diagnostics.s1164 ccmp wsp, #4, #2, ne
1165 ccmp w25, #-1, #15, hs
1166 ccmp w3, #32, #0, ge
1167 ccmp w19, #5, #-1, lt
1168 ccmp w20, #7, #16, hs
1185 ccmp sp, #4, #2, ne
1186 ccmp x25, #-1, #15, hs
1187 ccmp x3, #32, #0, ge
1188 ccmp x19, #5, #-1, lt
1189 ccmp x20, #7, #16, hs
[all …]
Darm64-nv-cond.s5 ccmp x0,x0,#0,nv label
Dbasic-a64-instructions.s1266 ccmp w1, #31, #0, eq
1267 ccmp w3, #0, #15, hs
1268 ccmp wzr, #15, #13, cs
1273 ccmp x9, #31, #0, le
1274 ccmp x3, #0, #15, gt
1275 ccmp xzr, #5, #7, ne
1298 ccmp w1, wzr, #0, eq
1299 ccmp w3, w0, #15, hs
1300 ccmp wzr, w15, #13, cs
1305 ccmp x9, xzr, #0, le
[all …]
Darm64-arithmetic-encoding.s528 ccmp w1, #2, #3, eq
529 ccmp x1, #2, #3, eq
538 ccmp w1, w2, #3, eq
539 ccmp x1, x2, #3, eq
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily2-Master0.ufo/
Dfeatures.fea66 feature ccmp {
68 } ccmp;
/external/harfbuzz_ng/docs/
Dfeatures.dot58 <td border="1" bgcolor="lightgreen">ccmp</td>
102 ccmplocl [ style="filled", label="ccmp|locl", fillcolor="lightgreen"];
122 loclccmpindic [label="locl†|ccmp†",style=filled,fillcolor="lightgreen"];
162 khmerbasic [style=filled,fillcolor="lightgreen",label="locl†|ccmp†|pref†|bwlf†|abvf†|pstf†|cfar†"]
171 loclccmpmyanmar [label="locl†|ccmp†",style=filled,fillcolor="lightgreen"];
184 use_preprocessing [style=filled, label="locl†|ccmp†|nukt†|akhn†", fillcolor="lightgreen"];
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonGSUBBuilder.java486 Feature ccmp = new Feature("ccmp"); in buildDecompTables() local
488 addLookups(ccmp, lookups); in buildDecompTables()
492 featureList.addFeature(ccmp); in buildDecompTables()
496 scriptList.addFeature(scriptTag, "(default)", ccmp); in buildDecompTables()
/external/tcpdump/
Dprint-decnet.c1050 const struct ccmsg *ccmp = (const struct ccmsg *)nspp; in print_nsp() local
1056 services = GET_U_1(ccmp->cc_services); in print_nsp()
1057 info = GET_U_1(ccmp->cc_info); in print_nsp()
1058 segsize = GET_LE_U_2(ccmp->cc_segsize); in print_nsp()
1059 optlen = GET_U_1(ccmp->cc_optlen); in print_nsp()
/external/arm-trusted-firmware/lib/cpus/aarch64/
Dwa_cve_2017_5715_mmu.S48 ccmp w0, w1, #0, eq
Dwa_cve_2017_5715_bpiall.S320 ccmp w3, w2, #0, eq
Dcortex_a76.S56 ccmp w2, w3, #0, eq
/external/musl/src/string/aarch64/
Dmemset.S76 ccmp valw, 0, 0, hs
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-arithmetic.txt494 # CHECK: ccmp w1, #2, #3, eq
496 # CHECK: ccmp x1, #2, #3, eq
503 # CHECK: ccmp w1, w2, #3, eq
505 # CHECK: ccmp x1, x2, #3, eq
Dbasic-a64-instructions.txt814 # CHECK: ccmp w1, #31, #0, eq
815 # CHECK: ccmp w3, #0, #15, hs
816 # CHECK: ccmp wzr, #15, #13, hs
821 # CHECK: ccmp x9, #31, #0, le
822 # CHECK: ccmp x3, #0, #15, gt
823 # CHECK: ccmp xzr, #5, #7, ne
846 # CHECK: ccmp w1, wzr, #0, eq
847 # CHECK: ccmp w3, w0, #15, hs
848 # CHECK: ccmp wzr, w15, #13, hs
853 # CHECK: ccmp x9, xzr, #0, le
[all …]
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs476 0x20,0x08,0x5f,0x7a = ccmp w1, #31, #0, eq
477 0x6f,0x28,0x40,0x7a = ccmp w3, #0, #15, hs
478 0xed,0x2b,0x4f,0x7a = ccmp wzr, #15, #13, hs
479 0x20,0xd9,0x5f,0xfa = ccmp x9, #31, #0, le
480 0x6f,0xc8,0x40,0xfa = ccmp x3, #0, #15, gt
481 0xe7,0x1b,0x45,0xfa = ccmp xzr, #5, #7, ne
488 0x20,0x00,0x5f,0x7a = ccmp w1, wzr, #0, eq
489 0x6f,0x20,0x40,0x7a = ccmp w3, w0, #15, hs
490 0xed,0x23,0x4f,0x7a = ccmp wzr, w15, #13, hs
491 0x20,0xd1,0x5f,0xfa = ccmp x9, xzr, #0, le
[all …]
/external/AFLplusplus/dictionaries/
Dotf.dict18 "ccmp"
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c201 int wpa2 = 0, ccmp = 0; in wpas_wps_security_workaround() local
233 ccmp = 1; in wpas_wps_security_workaround()
238 ccmp = 1; in wpas_wps_security_workaround()
256 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) && in wpas_wps_security_workaround()

12