Searched refs:tmp3a (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | mmx-arg-passing2.ll | 8 %tmp3a = bitcast <8 x i8> %tmp3 to x86_mmx 9 %tmp4 = tail call i32 (...)* @pass_v8qi( x86_mmx %tmp3a ) nounwind 17 %tmp3a = bitcast <8 x i8> %tmp3 to x86_mmx 18 %tmp4 = tail call i32 (...)* @pass_v8qi( x86_mmx %tmp3a ) nounwind
|
D | mmx-arith.ll | 11 %tmp3a = bitcast x86_mmx %tmp3 to <8 x i8> 12 %tmp4 = add <8 x i8> %tmp1a, %tmp3a ; <<8 x i8>> [#uses=2] 64 %tmp3a = bitcast x86_mmx %tmp3 to <2 x i32> 65 %tmp4 = add <2 x i32> %tmp1a, %tmp3a ; <<2 x i32>> [#uses=2] 106 %tmp3a = bitcast x86_mmx %tmp3 to <4 x i16> 107 %tmp4 = add <4 x i16> %tmp1a, %tmp3a ; <<4 x i16>> [#uses=2]
|
/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 90 tmp3a = vqrdmulhq_s32(ptr2va, input0_v); in WebRtcIsacfix_FilterMaLoopNeon() 94 ptr1va = vaddq_s32(tmp1a, tmp3a); in WebRtcIsacfix_FilterMaLoopNeon() 132 tmp3a = vqrdmulhq_s32(ptr2va, input0_v); in WebRtcIsacfix_FilterMaLoopNeon() 135 ptr1va = vaddq_s32(tmp1a, tmp3a); in WebRtcIsacfix_FilterMaLoopNeon()
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-arg-passing-x86-64.ll | 17 %tmp3a = bitcast <8 x i8> %tmp3 to x86_mmx 18 %tmp4 = tail call i32 (...) @pass_v8qi( x86_mmx %tmp3a ) nounwind 37 %tmp3a = bitcast <8 x i8> %tmp3 to x86_mmx 38 %tmp4 = tail call i32 (...) @pass_v8qi( x86_mmx %tmp3a ) nounwind
|
D | mmx-arith.ll | 14 %tmp3a = bitcast x86_mmx %tmp3 to <8 x i8> 15 %tmp4 = add <8 x i8> %tmp1a, %tmp3a 69 %tmp3a = bitcast x86_mmx %tmp3 to <2 x i32> 70 %tmp4 = add <2 x i32> %tmp1a, %tmp3a 113 %tmp3a = bitcast x86_mmx %tmp3 to <4 x i16> 114 %tmp4 = add <4 x i16> %tmp1a, %tmp3a
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | mmx-arg-passing-x86-64.ll | 17 %tmp3a = bitcast <8 x i8> %tmp3 to x86_mmx 18 %tmp4 = tail call i32 (...) @pass_v8qi( x86_mmx %tmp3a ) nounwind 37 %tmp3a = bitcast <8 x i8> %tmp3 to x86_mmx 38 %tmp4 = tail call i32 (...) @pass_v8qi( x86_mmx %tmp3a ) nounwind
|
D | mmx-arith.ll | 154 %tmp3a = bitcast x86_mmx %tmp3 to <8 x i8> 155 %tmp4 = add <8 x i8> %tmp1a, %tmp3a 290 %tmp3a = bitcast x86_mmx %tmp3 to <2 x i32> 291 %tmp4 = add <2 x i32> %tmp1a, %tmp3a 507 %tmp3a = bitcast x86_mmx %tmp3 to <4 x i16> 508 %tmp4 = add <4 x i16> %tmp1a, %tmp3a
|
/external/llvm/test/Transforms/LoopReroll/ |
D | basic.ll | 516 %tmp3a = add i32 %tmp2a, %tmp1a 517 %calla = tail call i32 @foo(i32 %tmp3a) #1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopReroll/ |
D | basic.ll | 519 %tmp3a = add i32 %tmp2a, %tmp1a 520 %calla = tail call i32 @foo(i32 %tmp3a) #1
|