HomeSort by relevance Sort by last modified time
    Searched refs:ccmp (Results 1 - 25 of 25) sorted by null

  /external/llvm/test/MC/AArch64/
arm64-nv-cond.s 5 ccmp x0,x0,#0,nv label
10 // CHECK: ccmp x0, x0, #0, nv // encoding: [0x00,0xf0,0x40,0xfa]
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
arm64-arithmetic-encoding.s 528 ccmp w1, #2, #3, eq
529 ccmp x1, #2, #3, eq
538 ccmp w1, w2, #3, eq
539 ccmp x1, x2, #3, eq
  /external/valgrind/none/tests/arm64/
integer.stdout.exp     [all...]
  /bionic/libc/arch-arm64/generic/bionic/
strncmp.S 93 ccmp endloop, #0, #0, eq
212 ccmp data1w, #1, #0, cs /* NZCV = 0b0000. */
213 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
strlen.S 79 ccmp has_nul1, #0, #0, eq /* NZCV = 0000 */
memcmp.S 151 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
strcmp.S 158 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
strnlen.S 101 ccmp tmp1, #0, #0, pl /* NZCV = 0000 */
memset.S 211 ccmp tmp1, zva_len_x, #8, ge /* NZCV=0b1000 */
  /art/runtime/arch/arm64/
memcmp16_arm64.S 137 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
  /external/tcpdump/
print-decnet.c 711 struct ccmsg *ccmp = (struct ccmsg *)nspp; local
720 TCHECK(*ccmp);
721 services = EXTRACT_LE_8BITS(ccmp->cc_services);
722 info = EXTRACT_LE_8BITS(ccmp->cc_info);
723 segsize = EXTRACT_LE_16BITS(ccmp->cc_segsize);
724 optlen = EXTRACT_LE_8BITS(ccmp->cc_optlen);
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 238 ccmp tmp1, zva_len_x, #8, ge /* NZCV=0b1000 */
  /system/core/libcutils/arch-arm64/
android_memset.S 186 ccmp tmp1, zva_len_x, #8, ge /* NZCV=0b1000 */
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 190 int wpa2 = 0, ccmp = 0; local
193 * Many existing WPS APs do not know how to negotiate WPA2 or CCMP in
195 * TKIP+CCMP). Try to use scan results to figure out whether the AP
218 ccmp = 1;
223 ccmp = 1;
239 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
242 wpa_printf(MSG_DEBUG, "WPS: Add CCMP into the credential "
306 * configured for mixed mode operation (WPA+WPA2 and TKIP+CCMP).
    [all...]
  /external/v8/test/cctest/
test-disasm-arm64.cc     [all...]
test-assembler-arm64.cc     [all...]
  /external/v8/src/arm64/
assembler-arm64.h     [all...]
assembler-arm64.cc 1411 void Assembler::ccmp(const Register& rn, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
test-assembler-a64.cc     [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
assembler-a64.cc 1182 void Assembler::ccmp(const Register& rn, function in class:vixl::Assembler
1186 ConditionalCompare(rn, operand, nzcv, cond, CCMP);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_Blur.S     [all...]

Completed in 352 milliseconds