Searched refs:tmp3 (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_ipsec_sad.c | 431 uint64_t tmp1, tmp2, tmp3; in __test_lookup_adv() local 498 install_sa = &tmp3; in __test_lookup_adv() 505 RTE_TEST_ASSERT(sa[0] == &tmp3, in __test_lookup_adv() 548 install_sa = &tmp3; in __test_lookup_adv() 555 RTE_TEST_ASSERT(sa[0] == &tmp3, in __test_lookup_adv() 574 install_sa = &tmp3; in __test_lookup_adv() 581 RTE_TEST_ASSERT(sa[0] == &tmp3, in __test_lookup_adv() 607 install_sa = &tmp3; in __test_lookup_adv() 696 uint64_t tmp1, tmp2, tmp3; in __test_lookup_order() local 741 install_sa = &tmp3; in __test_lookup_order() [all …]
|
| /dpdk/lib/fib/ |
| H A D | trie_avx512.c | 15 __m512i tmp1, tmp2, tmp3, tmp4; in transpose_x16() local 26 tmp3 = _mm512_loadu_si512(&ips[8][0]); in transpose_x16() 32 tmp6 = _mm512_unpacklo_epi32(tmp3, tmp4); in transpose_x16() 33 tmp8 = _mm512_unpackhi_epi32(tmp3, tmp4); in transpose_x16() 36 tmp3 = _mm512_unpackhi_epi32(tmp5, tmp6); in transpose_x16() 43 *second = _mm512_permutexvar_epi32(perm_idxes.z, tmp3); in transpose_x16() 54 __m512i tmp1, tmp2, tmp3, tmp4; in transpose_x8() local 63 tmp3 = _mm512_unpacklo_epi64(tmp1, tmp2); in transpose_x8() 64 *first = _mm512_permutexvar_epi64(perm_idxes.z, tmp3); in transpose_x8()
|
| /dpdk/lib/net/ |
| H A D | net_crc_avx512.c | 65 __m512i tmp0, tmp1, tmp2, tmp3; in crc32_fold_128() local 75 tmp3 = _mm512_clmulepi64_epi128(fold1, params->fold_3x128b, 0x10); in crc32_fold_128() 78 tmp0 = _mm512_ternarylogic_epi64(tmp0, tmp3, tmp4, 0x96); in crc32_fold_128()
|
| /dpdk/lib/bpf/ |
| H A D | bpf_jit_arm64.c | 1021 uint8_t tmp3, uint8_t dst, int16_t off, uint8_t src) in emit_xadd() argument 1039 emit_stxr(ctx, is64, tmp3, tmp2, rn); in emit_xadd() 1040 emit_cbnz(ctx, is64, tmp3, -3); in emit_xadd() 1118 uint8_t op, dst, src, tmp1, tmp2, tmp3; in emit() local 1133 tmp3 = ebpf_to_a64_reg(ctx, TMP_REG_3); in emit() 1327 emit_xadd(ctx, op, tmp1, tmp2, tmp3, dst, off, src); in emit()
|