search for: tmphigh

Displaying 3 results from an estimated 3 matches for "tmphigh".

Did you mean: phigh
2012 Jan 23
3
[LLVMdev] clang branching using label
...that looks like .... ; <label>:22 ; preds = %0 %23 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([24 x i8]* @.str, i32 0, i32 0)) br label %24 ; <label>:24 ; preds = %22, %0 %25 = load i32* %tmphigh, align 4 %26 = and i32 %25, 65535 store i32 %26, i32* %high1, align 4 ..... If I insert some instructions before %25 so it will look like: .... ; <label>:22 ; preds = %0 %23 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([24 x i8]* @.st...
2012 Jan 24
0
[LLVMdev] clang branching using label
...abel>:22 ; preds = %0 > %23 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([24 x i8]* > @.str, i32 0, i32 0)) > br label %24 > > ;<label>:24 ; preds = %22, %0 > %25 = load i32* %tmphigh, align 4 > %26 = and i32 %25, 65535 > store i32 %26, i32* %high1, align 4 > ..... > > > If I insert some instructions before %25 so it will look like: > .... > ;<label>:22 ; preds = %0 > %23 = call i32 (i8*, ...)* @print...
2012 Apr 27
1
[LLVMdev] clang branching using label
...; preds = %0 >> %23 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([24 x >> i8]* >> @.str, i32 0, i32 0)) >> br label %24 >> >> ;<label>:24 ; preds = %22, %0 >> %25 = load i32* %tmphigh, align 4 >> %26 = and i32 %25, 65535 >> store i32 %26, i32* %high1, align 4 >> ..... >> >> >> If I insert some instructions before %25 so it will look like: >> .... >> ;<label>:22 ; preds = %0 >>...