Home
last modified time | relevance | path

Searched refs:ccmp (Results 1 – 21 of 21) 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
111 ; CHECK-NEXT: ccmp
158 ; CHECK: ccmp
159 ; CHECK: ccmp
184 ; CHECK: ccmp
200 ; Check that the immediate operand is in range. The ccmp instruction encodes a
202 ; The ccmp immediates must be in the range 0-31.
204 ; CHECK-NOT: ccmp
[all …]
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.s1147 ccmp wsp, #4, #2, ne
1148 ccmp w25, #-1, #15, hs
1149 ccmp w3, #32, #0, ge
1150 ccmp w19, #5, #-1, lt
1151 ccmp w20, #7, #16, hs
1168 ccmp sp, #4, #2, ne
1169 ccmp x25, #-1, #15, hs
1170 ccmp x3, #32, #0, ge
1171 ccmp x19, #5, #-1, lt
1172 ccmp x20, #7, #16, hs
[all …]
Darm64-nv-cond.s5 ccmp x0,x0,#0,nv label
Dbasic-a64-instructions.s1256 ccmp w1, #31, #0, eq
1257 ccmp w3, #0, #15, hs
1258 ccmp wzr, #15, #13, cs
1263 ccmp x9, #31, #0, le
1264 ccmp x3, #0, #15, gt
1265 ccmp xzr, #5, #7, ne
1288 ccmp w1, wzr, #0, eq
1289 ccmp w3, w0, #15, hs
1290 ccmp wzr, w15, #13, cs
1295 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/tcpdump/
Dprint-decnet.c711 struct ccmsg *ccmp = (struct ccmsg *)nspp; in print_nsp() local
720 TCHECK(*ccmp); in print_nsp()
721 services = EXTRACT_LE_8BITS(ccmp->cc_services); in print_nsp()
722 info = EXTRACT_LE_8BITS(ccmp->cc_info); in print_nsp()
723 segsize = EXTRACT_LE_16BITS(ccmp->cc_segsize); in print_nsp()
724 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.txt813 # CHECK: ccmp w1, #31, #0, eq
814 # CHECK: ccmp w3, #0, #15, hs
815 # CHECK: ccmp wzr, #15, #13, hs
820 # CHECK: ccmp x9, #31, #0, le
821 # CHECK: ccmp x3, #0, #15, gt
822 # CHECK: ccmp xzr, #5, #7, ne
845 # CHECK: ccmp w1, wzr, #0, eq
846 # CHECK: ccmp w3, w0, #15, hs
847 # CHECK: ccmp wzr, w15, #13, hs
852 # CHECK: ccmp x9, xzr, #0, le
[all …]
/external/v8/test/cctest/
Dtest-disasm-arm64.cc1337 COMPARE(ccmp(w4, w5, NZVFlag, hs), "ccmp w4, w5, #NZcV, hs"); in TEST_()
1338 COMPARE(ccmp(x6, x7, NZFlag, lo), "ccmp x6, x7, #NZcv, lo"); in TEST_()
1341 COMPARE(ccmp(w10, 29, NVFlag, vs), "ccmp w10, #29, #NzcV, vs"); in TEST_()
1342 COMPARE(ccmp(x11, 28, NFlag, vc), "ccmp x11, #28, #Nzcv, vc"); in TEST_()
1344 COMPARE(ccmp(x14, 27, ZVFlag, nv), "ccmp x14, #27, #nZcV, nv"); in TEST_()
Dtest-assembler-arm64.cc4471 TEST(ccmp) { in TEST() argument
4494 __ ccmp(x16, x16, NZCVFlag, al); in TEST() local
4497 __ 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.h1384 void ccmp(const Register& rn,
Dassembler-arm64.cc1411 void Assembler::ccmp(const Register& rn, in ccmp() function in v8::internal::Assembler
/external/vixl/test/
Dtest-disasm-a64.cc2208 COMPARE(ccmp(w4, w5, NZVFlag, hs), "ccmp w4, w5, #NZcV, hs"); in TEST()
2209 COMPARE(ccmp(x6, x7, NZFlag, lo), "ccmp x6, x7, #NZcv, lo"); in TEST()
2212 COMPARE(ccmp(w10, 29, NVFlag, vs), "ccmp w10, #29, #NzcV, vs"); in TEST()
2213 COMPARE(ccmp(x11, 28, NFlag, vc), "ccmp x11, #28, #Nzcv, vc"); in TEST()
2215 COMPARE(ccmp(x14, 27, ZVFlag, nv), "ccmp x14, #27, #nZcV, nv"); in TEST()
Dtest-assembler-a64.cc1835 __ ccmp(x0, x1, NoFlag, eq); in AdrpPageBoundaryHelper() local
1847 __ ccmp(x0, x1, NoFlag, eq); in AdrpPageBoundaryHelper() local
1853 __ ccmp(x0, x1, NoFlag, eq); in AdrpPageBoundaryHelper() local
1914 __ ccmp(x0, x1, NoFlag, eq); in AdrpOffsetHelper() local
8258 TEST(ccmp) { in TEST() argument
8282 __ ccmp(x16, x16, NZCVFlag, al); in TEST() local
8286 __ ccmp(x16, x16, NZCVFlag, nv); in TEST() local
/external/vixl/src/vixl/a64/
Dassembler-a64.h1528 void ccmp(const Register& rn,
Dassembler-a64.cc1182 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.td956 defm CCMP : CondSetFlagsImm<1, "ccmp">;
959 defm CCMP : CondSetFlagsReg<1, "ccmp">;