/third_party/optimized-routines/string/aarch64/ |
H A D | strncmp.S | 72 ccmp endloop, #0, #0, eq 190 ccmp data1w, #1, #0, hi /* NZCV = 0b0000. */ 191 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */ 211 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */ 234 ccmp diff, #0, #0, eq 252 ccmp diff, #0, #0, eq
|
H A D | memcmp.S | 79 ccmp data1, data2, 0, hi 80 ccmp data1h, data2h, 0, eq 131 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
|
H A D | strncmp-mte.S | 82 ccmp endloop, #0, #0, eq 187 ccmp data1w, #1, #0, hi /* NZCV = 0b0000. */ 188 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */ 206 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
|
H A D | strcmp-mte.S | 78 ccmp data1, data2, 0, eq 128 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */ 161 ccmp data1, data2, 0, eq
|
H A D | strlen.S | 100 ccmp has_nul2, 0, 0, eq 127 ccmp has_nul2, 0, 0, eq
|
H A D | strcpy.S | 215 ccmp has_nul1, #0, #0, eq /* NZCV = 0000 */ 274 ccmp has_nul1, #0, #0, eq /* NZCV = 0000 */
|
H A D | memset.S | 78 ccmp valw, 0, 0, hs
|
H A D | strcmp.S | 146 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
|
/third_party/musl/libc-test/src/functional/ |
H A D | qsort.c | 17 static int ccmp(const void *a, const void *b) in ccmp() function 120 qsort(p, sizeof p - 1, 1, ccmp); \
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | CanonGSUBBuilder.java | 486 Feature ccmp = new Feature("ccmp"); in buildDecompTables() 488 addLookups(ccmp, lookups); in buildDecompTables() 489 // addLookups(ccmp, commonLookups); in buildDecompTables() 490 // addLookups(ccmp, inheritedLookups); in buildDecompTables() 492 featureList.addFeature(ccmp); in buildDecompTables() 496 scriptList.addFeature(scriptTag, "(default)", ccmp); in buildDecompTables()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | h264idct_neon.S | 123 ccmp w3, #0, #4, eq 150 ccmp w3, #0, #0, eq 181 ccmp w3, #0, #0, eq 395 ccmp w11, #0, #4, eq
|
H A D | h264dsp_neon.S | 29 ccmp w3, #0, #0, ne 826 ccmp w3, #0, #0, ne
|
/third_party/musl/src/string/aarch64/ |
H A D | memset.S | 76 ccmp valw, 0, 0, hs
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | FeatureTag.java | 27 ccmp("Glyph Composition / Decomposition"), enum constant
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wps_supplicant.c | 190 int wpa2 = 0, ccmp = 0; in wpas_wps_security_workaround() local 221 ccmp = 1; in wpas_wps_security_workaround() 226 ccmp = 1; in wpas_wps_security_workaround() 242 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) && in wpas_wps_security_workaround()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wps_supplicant.c | 196 int wpa2 = 0, ccmp = 0; in wpas_wps_security_workaround() local 228 ccmp = 1; in wpas_wps_security_workaround() 233 ccmp = 1; in wpas_wps_security_workaround() 251 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) && in wpas_wps_security_workaround()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 2569 COMPARE(ccmp(w4, w5, NZVFlag, hs), "ccmp w4, w5, #NZcV, hs"); in TEST() 2570 COMPARE(ccmp(x6, x7, NZFlag, lo), "ccmp x6, x7, #NZcv, lo"); in TEST() 2573 COMPARE(ccmp(w10, 29, NVFlag, vs), "ccmp w10, #29, #NzcV, vs"); in TEST() 2574 COMPARE(ccmp(x11, 28, NFlag, vc), "ccmp x11, #28, #Nzcv, vc"); in TEST() 2576 COMPARE(ccmp(x14, 27, ZVFlag, nv), "ccmp x1 in TEST() [all...] |
H A D | test-trace-aarch64.cc | 84 __ ccmp(w13, w14, VFlag, al); in GenerateTestSequenceBase() 85 __ ccmp(w13, w14, VFlag, hi); in GenerateTestSequenceBase() 86 __ ccmp(w13, w14, VFlag, ls); in GenerateTestSequenceBase() 87 __ ccmp(x15, x16, CVFlag, al); in GenerateTestSequenceBase() 88 __ ccmp(x15, x16, CVFlag, eq); in GenerateTestSequenceBase() 89 __ ccmp(x15, x16, CVFlag, ne); in GenerateTestSequenceBase()
|
H A D | test-assembler-aarch64.cc | 2175 __ ccmp(x0, x1, NoFlag, eq); in AdrpPageBoundaryHelper() 2187 __ ccmp(x0, x1, NoFlag, eq); in AdrpPageBoundaryHelper() 2193 __ ccmp(x0, x1, NoFlag, eq); in AdrpPageBoundaryHelper() 2254 __ ccmp(x0, x1, NoFlag, eq); 6213 TEST(ccmp) { 6238 __ ccmp(x16, x16, NZCVFlag, al); 6245 __ ccmp(x16, x16, NZCVFlag, nv);
|
H A D | test-cpu-features-aarch64.cc | 220 TEST_NONE(ccmp_0, ccmp(w0, 8, NVFlag, mi)) 221 TEST_NONE(ccmp_1, ccmp(x0, 19, ZVFlag, cc)) 222 TEST_NONE(ccmp_2, ccmp(w0, w1, NVFlag, ne)) 223 TEST_NONE(ccmp_3, ccmp(x0, x1, NZVFlag, cs))
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 729 void ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv,
|
H A D | assembler-arm64.cc | 1075 void Assembler::ccmp(const Register& rn, const Operand& operand, in ccmp() function in v8::internal::Assembler
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 957 void ccmp(const Register& rn,
|
H A D | assembler-aarch64.cc | 808 void Assembler::ccmp(const Register& rn, in ccmp() function in vixl::aarch64::Assembler
|