Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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
47 %sh_hi = shl i64 %hi, %bits
48 %sh = or i64 %sh_lo, %sh_hi
61 %sh_hi = lshr i64 %lo, %bits
62 %sh = or i64 %sh_lo, %sh_hi
76 %sh_hi = shl i64 %hi, %bits
77 %sh = or i64 %sh_lo, %sh_hi
[all …]
Dshift-double.ll295 %sh_hi = shl i32 %hi, %and
296 %sh = or i32 %sh_lo, %sh_hi
321 %sh_hi = lshr i32 %lo, %and
322 %sh = or i32 %sh_lo, %sh_hi
343 %sh_hi = shl i32 %hi, %bits
344 %sh = or i32 %sh_lo, %sh_hi
365 %sh_hi = lshr i32 %lo, %bits
366 %sh = or i32 %sh_lo, %sh_hi
388 %sh_hi = shl i32 %hi, %bits
389 %sh = or i32 %sh_lo, %sh_hi
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c540 int sh_lo, sh_hi, sh, ssh, shMem; in WebRtcIsacfix_GetLpcCoef() local
656 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
657 QdomHI += sh_hi; in WebRtcIsacfix_GetLpcCoef()
659 corrhiQQ[ii] <<= sh_hi; in WebRtcIsacfix_GetLpcCoef()
898 sh_hi = 31; in WebRtcIsacfix_GetLpcCoef()
900 kShiftHigherBand, a_HIQ12, corrhiQQ, &sh_hi); in WebRtcIsacfix_GetLpcCoef()
905 if (sh_hi & 0x0001) { in WebRtcIsacfix_GetLpcCoef()
907 sh_hi-=1; in WebRtcIsacfix_GetLpcCoef()
921 ssh = sh_hi >> 1; // |sqrt_nrg| is in Qssh. in WebRtcIsacfix_GetLpcCoef()