Searched refs:tmp2a (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice_neon.c | 39 int32x4_t tmp0a, tmp1a, tmp2a, tmp3a; in WebRtcIsacfix_FilterMaLoopNeon() local 63 tmp2a = vaddq_s32(tmp0a, ptr2va); in WebRtcIsacfix_FilterMaLoopNeon() 67 tmp2al_low = vmull_s32(vget_low_s32(tmp2a), vget_low_s32(input2_v)); in WebRtcIsacfix_FilterMaLoopNeon() 69 tmp2al_high = vmull_high_s32(tmp2a, input2_v); in WebRtcIsacfix_FilterMaLoopNeon() 71 tmp2al_high = vmull_s32(vget_high_s32(tmp2a), vget_high_s32(input2_v)); in WebRtcIsacfix_FilterMaLoopNeon() 115 tmp2a = vaddq_s32(tmp0a, ptr2va); in WebRtcIsacfix_FilterMaLoopNeon() 118 tmp2al_low = vmull_s32(vget_low_s32(tmp2a), vget_low_s32(input2_v)); in WebRtcIsacfix_FilterMaLoopNeon() 121 tmp2al_high = vmull_high_s32(tmp2a, input2_v); in WebRtcIsacfix_FilterMaLoopNeon() 123 tmp2al_high = vmull_s32(vget_high_s32(tmp2a), vget_high_s32(input2_v)); in WebRtcIsacfix_FilterMaLoopNeon()
|
/external/llvm/test/Transforms/LoopReroll/ |
D | basic.ll | 514 %tmp2a = mul i32 %add, %z 516 %tmp3a = add i32 %tmp2a, %tmp1a
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopReroll/ |
D | basic.ll | 517 %tmp2a = mul i32 %add, %z 519 %tmp3a = add i32 %tmp2a, %tmp1a
|