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

  /external/libvpx/libvpx/vpx_dsp/x86/
bitdepth_conversion_avx2.h 23 const __m256i a_low = _mm256_loadu_si256((const __m256i *)a); local
25 return _mm256_packs_epi32(a_low, a_high);
bitdepth_conversion_sse2.h 23 const __m128i a_low = _mm_load_si128((const __m128i *)a); local
24 return _mm_packs_epi32(a_low, *(const __m128i *)(a + 4));
  /external/v8/src/compiler/
raw-machine-assembler.h 379 Node* Int32PairAdd(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
380 return AddNode(machine()->Int32PairAdd(), a_low, a_high, b_low, b_high);
382 Node* Int32PairSub(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
383 return AddNode(machine()->Int32PairSub(), a_low, a_high, b_low, b_high);
385 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) {
386 return AddNode(machine()->Int32PairMul(), a_low, a_high, b_low, b_high);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 858 extern void bcm_uint64_divide(uint32* r, uint32 a_high, uint32 a_low, uint32 b);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]

Completed in 328 milliseconds