/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
insns.s | 25 A_low = 44 48 addd A_low,y 50 subd A_low 51 subd #A_low
|
insns-dwarf2.d | 92 addd A_low,y 96 subd A_low 98 subd #A_low
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
bitdepth_conversion_avx2.h | 23 const __m256i a_low = _mm256_loadu_si256((const __m256i *)a); local 24 return _mm256_packs_epi32(a_low, *(const __m256i *)(a + 8));
|
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/webrtc/webrtc/common_audio/signal_processing/ |
levinson_durbin.c | 29 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; 75 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] << 16)) >> 1); 116 (((R_hi[j] * A_low[i - j] >> 15) + 175 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); 178 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + 226 A_low[j] = A_upd_low[j]; 241 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1);
|
/external/llvm/test/CodeGen/ARM/ |
adv-copy-opt.ll | 21 ; NOOPT-NEXT: vmov [[A_LOW:r[0-9]+]], s{{[0-9]+}} 23 ; NOOPT-NEXT: udiv [[RES_LOW:r[0-9]+]], [[A_LOW]], [[B_LOW]]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 75 int16_t A_hi[LEVINSON_MAX_ORDER+1], A_low[LEVINSON_MAX_ORDER+1]; 118 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] << 16)) >> 1); 161 ((((R_hi[j] * A_low[i - j]) >> 15) + 214 temp1W32 = (A_hi[j] << 16) + (A_low[j] << 1); // temp1W32 = A[j] in Q27 216 temp1W32 += (K_hi * A_hi[i - j] + ((K_hi * A_low[i - j]) >> 15) + 261 A_low[j] =A_upd_low[j]; 274 temp1W32 = (A_hi[i] << 16) + (A_low[i] << 1);
|
/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); [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
curses.h | 210 #define WA_LOW A_LOW [all...] |
ncurses.h | 210 #define WA_LOW A_LOW [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
curses.h | 229 #define WA_LOW A_LOW [all...] |
ncurses.h | 229 #define WA_LOW A_LOW [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 858 extern void bcm_uint64_divide(uint32* r, uint32 a_high, uint32 a_low, uint32 b);
|
/external/llvm/lib/Target/Lanai/ |
LanaiISelLowering.cpp | [all...] |