HomeSort by relevance Sort by last modified time
    Searched full:tmp2b (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.c 40 int32x4_t tmp0b, tmp1b, tmp2b, tmp3b; local
64 tmp2b = vaddq_s32(tmp0b, ptr2vb);
76 tmp2bl_low = vmull_s32(vget_low_s32(tmp2b), vget_low_s32(input2_v));
78 tmp2bl_high = vmull_high_s32(tmp2b, input2_v);
80 tmp2bl_high = vmull_s32(vget_high_s32(tmp2b), vget_high_s32(input2_v));
  /external/llvm/test/CodeGen/ARM/
2010-05-20-NEONSpillCrash.ll 14 %tmp2b = extractvalue %struct.__neon_int8x8x3_t %tmp1b, 0 ; <<8 x i8>> [#uses=1]
29 %tmp2bd = add <8 x i8> %tmp2b, %tmp2d ; <<8 x i8>> [#uses=1]
  /external/llvm/test/Transforms/LoopReroll/
basic.ll 520 %tmp2b = mul i32 %add2, %z
522 %tmp3b = add i32 %tmp2b, %tmp1b

Completed in 721 milliseconds