Displaying 1 result from an estimated 1 matches for "mipscompilationcallbackc".
Did you mean:
mipscompilationcallback
2012 Dec 28
1
[LLVMdev] [PATCH] LLVM build failure on OpenBSD/mips64
...t;sw $6, 28($29)\n"
+ "sw $7, 32($29)\n"
+ "sw $31, 36($29)\n"
+ "sw $24, 40($29)\n"
+ "sdc1 $f12, 48($29)\n"
+ "sdc1 $f14, 56($29)\n"
// t8 points at the end of function stub. Pass the beginning of the stub
// to the MipsCompilationCallbackC.
- "addiu $a0, $t8, -16\n"
+ "addiu $4, $24, -16\n"
"jal " ASMPREFIX "MipsCompilationCallbackC\n"
"nop\n"
// Restore registers.
- "lw $a0, 20($sp)\n"
- "lw $a1, 24($sp)\n"
- "lw $a2, 28($sp)\n...