search for: __mips16_call_stub_df_2

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

2013 Jul 26
0
[LLVMdev] floor
....... lw $3, %got(x)($2) lw $4, 0($3) lw $5, 4($3) lw $6, %call16(floor)($2) move $25, $6 move $gp, $2 sw $2, 20 ( $16 ); sw $3, 16 ( $16 ); jalrc $6 sw $3, 36($16) sw $2, 32($16) lw $2, 16 ( $16 ); lw $5, 4($2) lw $4, 0($2) lw $3, 20 ( $16 ); lw $2, %call16(floor_)($3) lw $6, %got(__mips16_call_stub_df_2)($3) move $gp, $3 jalrc $6 .... On 07/26/2013 03:33 PM, reed kotler wrote: > I'm getting some problems because it seems that the compiler is treating > "floor" differently from other math library functions like "sin". > > The Args and RetVal have the parame...
2013 Jul 26
2
[LLVMdev] floor
I'm getting some problems because it seems that the compiler is treating "floor" differently from other math library functions like "sin". The Args and RetVal have the parameter and return types marked as void. For mips16, it's important that I be able to know the original signature for floating point functions. In some cases, need to create calls to helper