|
@@ -205,7 +205,7 @@ |
|
|
* backup register |
|
|
* backup register |
|
|
*/ |
|
|
*/ |
|
|
#define BACKUP_REG \ |
|
|
#define BACKUP_REG \ |
|
|
double temp_backup_reg[8]; \ |
|
|
|
|
|
|
|
|
LOCAL_ALIGNED_16(double, temp_backup_reg, [8]); \ |
|
|
if (_MIPS_SIM == _ABI64) \ |
|
|
if (_MIPS_SIM == _ABI64) \ |
|
|
__asm__ volatile ( \ |
|
|
__asm__ volatile ( \ |
|
|
"gssqc1 $f25, $f24, 0x00(%[temp]) \n\t" \ |
|
|
"gssqc1 $f25, $f24, 0x00(%[temp]) \n\t" \ |
|
|