search for: n55498

Displaying 2 results from an estimated 2 matches for "n55498".

2013 Feb 27
2
[LLVMdev] Mips backend 3.2 va_arg possible bug
...we report the values of a long long value then an integer value and then again a long long so the problem is that in the test2 function there is an addiu $3, $2, 4 that causes the third long long value to be read from wrong address. mipsel.s <http://llvm.1065342.n5.nabble.com/file/n55498/mipsel.s> .set nomacro # BB#0: # %entry addiu $sp, $sp, -24 sw $ra, 20($sp) # 4-byte Folded Spill addiu $2, $sp, 56 sw $2, 16($sp) addiu $2, $2, 8 sw $2, 16($sp)...
2013 Feb 28
0
[LLVMdev] Mips backend 3.2 va_arg possible bug
...long long value then an integer > value > and then again a long long > so the problem is that in the test2 function there is an addiu > $3, $2, 4 > that causes the third long long value to be read from wrong address. > mipsel.s <http://llvm.1065342.n5.nabble.com/file/n55498/mipsel.s> > > .set nomacro > # BB#0: # %entry > addiu $sp, $sp, -24 > sw $ra, 20($sp) # 4-byte Folded Spill > addiu $2, $sp, 56 > sw $2, 16($sp) > addiu $2, $2, 8...