Home
last modified time | relevance | path

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

/external/valgrind/none/tests/arm64/
Dinteger.stdout.exp1239 msr nzcv,x24; ccmp x25,#17,#0x0,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
1240 msr nzcv,x24; ccmp x25,#17,#0x1,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
1241 msr nzcv,x24; ccmp x25,#17,#0x2,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
1242 msr nzcv,x24; ccmp x25,#17,#0x3,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
1243 msr nzcv,x24; ccmp x25,#17,#0x4,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
1244 msr nzcv,x24; ccmp x25,#17,#0x5,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
1245 msr nzcv,x24; ccmp x25,#17,#0x6,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
1246 msr nzcv,x24; ccmp x25,#17,#0x7,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
1247 msr nzcv,x24; ccmp x25,#17,#0x8,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
1248 msr nzcv,x24; ccmp x25,#17,#0x9,eq; mrs x23,nzcv :: rd 0000000060000000 rm 0000000040000000, rn 000…
[all …]
/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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonGSUBBuilder.java484 Feature ccmp = new Feature("ccmp"); in buildDecompTables() local
486 addLookups(ccmp, lookups); in buildDecompTables()
490 featureList.addFeature(ccmp); in buildDecompTables()
494 scriptList.addFeature(scriptTag, "(default)", ccmp); in buildDecompTables()
/external/tcpdump/
Dprint-decnet.c1154 struct ccmsg *ccmp = (struct ccmsg *)nspp; in print_nsp() local
1163 ND_TCHECK(*ccmp); in print_nsp()
1164 services = EXTRACT_LE_8BITS(ccmp->cc_services); in print_nsp()
1165 info = EXTRACT_LE_8BITS(ccmp->cc_info); in print_nsp()
1166 segsize = EXTRACT_LE_16BITS(ccmp->cc_segsize); in print_nsp()
1167 optlen = EXTRACT_LE_8BITS(ccmp->cc_optlen); in print_nsp()
/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/v8/test/cctest/
Dtest-disasm-arm64.cc1330 COMPARE(ccmp(w4, w5, NZVFlag, hs), "ccmp w4, w5, #NZcV, hs"); in TEST_()
1331 COMPARE(ccmp(x6, x7, NZFlag, lo), "ccmp x6, x7, #NZcv, lo"); in TEST_()
1334 COMPARE(ccmp(w10, 29, NVFlag, vs), "ccmp w10, #29, #NzcV, vs"); in TEST_()
1335 COMPARE(ccmp(x11, 28, NFlag, vc), "ccmp x11, #28, #Nzcv, vc"); in TEST_()
1337 COMPARE(ccmp(x14, 27, ZVFlag, nv), "ccmp x14, #27, #nZcV, nv"); in TEST_()
Dtest-assembler-arm64.cc4418 TEST(ccmp) { in TEST() argument
4441 __ ccmp(x16, x16, NZCVFlag, al); in TEST() local
4444 __ ccmp(x16, x16, NZCVFlag, nv); in TEST() local
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c190 int wpa2 = 0, ccmp = 0; in wpas_wps_security_workaround() local
218 ccmp = 1; in wpas_wps_security_workaround()
223 ccmp = 1; in wpas_wps_security_workaround()
239 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) && in wpas_wps_security_workaround()
/external/v8/src/arm64/
Dassembler-arm64.h1280 void ccmp(const Register& rn,
Dassembler-arm64.cc1410 void Assembler::ccmp(const Register& rn, in ccmp() function in v8::internal::Assembler
/external/vixl/test/
Dtest-disasm-a64.cc2219 COMPARE(ccmp(w4, w5, NZVFlag, hs), "ccmp w4, w5, #NZcV, hs"); in TEST()
2220 COMPARE(ccmp(x6, x7, NZFlag, lo), "ccmp x6, x7, #NZcv, lo"); in TEST()
2223 COMPARE(ccmp(w10, 29, NVFlag, vs), "ccmp w10, #29, #NzcV, vs"); in TEST()
2224 COMPARE(ccmp(x11, 28, NFlag, vc), "ccmp x11, #28, #Nzcv, vc"); in TEST()
2226 COMPARE(ccmp(x14, 27, ZVFlag, nv), "ccmp x14, #27, #nZcV, nv"); in TEST()
Dtest-assembler-a64.cc1837 __ ccmp(x0, x1, NoFlag, eq); in AdrpPageBoundaryHelper() local
1849 __ ccmp(x0, x1, NoFlag, eq); in AdrpPageBoundaryHelper() local
1855 __ ccmp(x0, x1, NoFlag, eq); in AdrpPageBoundaryHelper() local
1917 __ ccmp(x0, x1, NoFlag, eq); in AdrpOffsetHelper() local
8507 TEST(ccmp) { in TEST() argument
8531 __ ccmp(x16, x16, NZCVFlag, al); in TEST() local
8535 __ ccmp(x16, x16, NZCVFlag, nv); in TEST() local
/external/vixl/src/vixl/a64/
Dassembler-a64.h1609 void ccmp(const Register& rn,
Dassembler-a64.cc1214 void Assembler::ccmp(const Register& rn, in ccmp() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md261 void ccmp(const Register& rn,
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1059 defm CCMP : CondComparison<1, "ccmp", AArch64ccmp>;