Displaying 1 result from an estimated 1 matches for "vector_st_ptr".
Did you mean:
vector_ld_ptr
2013 Jan 31
1
[LLVMdev] emitPseudoInstruction with MCJIT on LLVM 3.2 for ARM
...r = bitcast float* %1 to <16 x float>*
%2 = load <16 x float>* %vector_ld_ptr, align 1
%3 = getelementptr float* %b, i32 %i1
%vector_ld_ptr2 = bitcast float* %3 to <16 x float>*
%4 = load <16 x float>* %vector_ld_ptr2, align 1
%5 = fadd <16 x float> %2, %4
%vector_st_ptr = bitcast float* %0 to <16 x float>*
store <16 x float> %5, <16 x float>* %vector_st_ptr, align 1
%nexti = add i32 %i1, 16
%condTesti = icmp slt i32 %nexti, 1024
br i1 %condTesti, label %smLoopi, label %firstTermi
secondTermi.loopexit: ; preds...