Searched refs:sh_lo (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | shift-double-x86_64.ll | 16 %sh_lo = lshr i64 %lo, %and64 18 %sh = or i64 %sh_lo, %sh_hi 32 %sh_lo = shl i64 %hi, %and64 34 %sh = or i64 %sh_lo, %sh_hi 47 %sh_lo = lshr i64 %lo, %bits64 49 %sh = or i64 %sh_lo, %sh_hi 62 %sh_lo = shl i64 %hi, %bits64 64 %sh = or i64 %sh_lo, %sh_hi 78 %sh_lo = lshr i64 %lo2, %bits64 80 %sh = or i64 %sh_lo, %sh_hi [all …]
|
D | shift-double.ll | 308 %sh_lo = lshr i32 %lo, %and32 310 %sh = or i32 %sh_lo, %sh_hi 332 %sh_lo = shl i32 %hi, %and32 334 %sh = or i32 %sh_lo, %sh_hi 355 %sh_lo = lshr i32 %lo, %bits32 357 %sh = or i32 %sh_lo, %sh_hi 378 %sh_lo = shl i32 %hi, %bits32 380 %sh = or i32 %sh_lo, %sh_hi 402 %sh_lo = lshr i32 %lo2, %bits32 404 %sh = or i32 %sh_lo, %sh_hi [all …]
|
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 541 int sh_lo, sh_hi, sh, ssh, shMem; in WebRtcIsacfix_GetLpcCoef() local 646 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef() 647 QdomLO += sh_lo; in WebRtcIsacfix_GetLpcCoef() 649 corrloQQ[ii] <<= sh_lo; in WebRtcIsacfix_GetLpcCoef() 852 sh_lo = 31; in WebRtcIsacfix_GetLpcCoef() 854 kShiftLowerBand, a_LOQ11, corrlo2QQ, &sh_lo); in WebRtcIsacfix_GetLpcCoef() 859 if (sh_lo & 0x0001) { in WebRtcIsacfix_GetLpcCoef() 861 sh_lo-=1; in WebRtcIsacfix_GetLpcCoef() 873 ssh = sh_lo >> 1; // sqrt_nrg is in Qssh. in WebRtcIsacfix_GetLpcCoef()
|