Searched refs:tmp16b (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | conflict-between-loop-invariant-code-hosting-and-escape-map-computation.ll | 37 %tmp16b = bitcast i8* %tmp15b to i32* 38 %tmp17b = load i32, i32* %tmp16b, align 4
|
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_estimator.c | 171 int16_t oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; in WebRtcIsacfix_InitialPitch() local 221 tmp16b = (int16_t) tmp32c; // Q10 & <8 in WebRtcIsacfix_InitialPitch() 222 tmp32d = tmp16b * 177 >> 8; // mult with ln2 in Q8 in WebRtcIsacfix_InitialPitch()
|
D | lpc_masking_model.c | 546 int16_t tmp16,tmp16b; in WebRtcIsacfix_GetLpcCoef() local 585 tmp16b = exp2_Q10_T(tmp16); // Q10 in WebRtcIsacfix_GetLpcCoef() 586 snrq = (int16_t)(tmp16b * 285 >> 10); // Q10 in WebRtcIsacfix_GetLpcCoef()
|
D | entropy_coding.c | 1783 int16_t shft, tmp16b; in WebRtcIsacfix_EncodePitchLag() local 1834 tmp16b = (int16_t)((CQ17 + 65536) >> 17); in WebRtcIsacfix_EncodePitchLag() 1835 index[k] = tmp16b; in WebRtcIsacfix_EncodePitchLag()
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-arith.ll | 85 %tmp16b = bitcast x86_mmx %tmp16a to <2 x i32> 87 %tmp22 = and <2 x i32> %tmp16b, %tmp21a
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | mmx-arith.ll | 218 %tmp16b = bitcast x86_mmx %tmp16a to <2 x i32> 220 %tmp22 = and <2 x i32> %tmp16b, %tmp21a
|