Home
last modified time | relevance | path

Searched refs:sh_hi (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/X86/
Dshift-double-x86_64.ll17 %sh_hi = shl i64 %hi, %and
18 %sh = or i64 %sh_lo, %sh_hi
33 %sh_hi = lshr i64 %lo, %and
34 %sh = or i64 %sh_lo, %sh_hi
48 %sh_hi = shl i64 %hi, %bits
49 %sh = or i64 %sh_lo, %sh_hi
63 %sh_hi = lshr i64 %lo, %bits
64 %sh = or i64 %sh_lo, %sh_hi
79 %sh_hi = shl i64 %hi, %bits
80 %sh = or i64 %sh_lo, %sh_hi
[all …]
Dshift-double.ll309 %sh_hi = shl i32 %hi, %and
310 %sh = or i32 %sh_lo, %sh_hi
333 %sh_hi = lshr i32 %lo, %and
334 %sh = or i32 %sh_lo, %sh_hi
356 %sh_hi = shl i32 %hi, %bits
357 %sh = or i32 %sh_lo, %sh_hi
379 %sh_hi = lshr i32 %lo, %bits
380 %sh = or i32 %sh_lo, %sh_hi
403 %sh_hi = shl i32 %hi, %bits
404 %sh = or i32 %sh_lo, %sh_hi
[all …]
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c541 int sh_lo, sh_hi, sh, ssh, shMem; in WebRtcIsacfix_GetLpcCoef() local
657 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
658 QdomHI += sh_hi; in WebRtcIsacfix_GetLpcCoef()
660 corrhiQQ[ii] <<= sh_hi; in WebRtcIsacfix_GetLpcCoef()
899 sh_hi = 31; in WebRtcIsacfix_GetLpcCoef()
901 kShiftHigherBand, a_HIQ12, corrhiQQ, &sh_hi); in WebRtcIsacfix_GetLpcCoef()
906 if (sh_hi & 0x0001) { in WebRtcIsacfix_GetLpcCoef()
908 sh_hi-=1; in WebRtcIsacfix_GetLpcCoef()
922 ssh = sh_hi >> 1; // |sqrt_nrg| is in Qssh. in WebRtcIsacfix_GetLpcCoef()