HomeSort by relevance Sort by last modified time
    Searched refs:REGSZ_FP (Results 1 - 2 of 2) sorted by null

  /bionic/libc/arch-mips/bionic/
setjmp.S 157 #define SC_FPREGS_BYTES (SC_FPREGS_SAVED*REGSZ_FP)
259 s.d $f24, SC_FPREGS+0*REGSZ_FP($a0)
260 s.d $f25, SC_FPREGS+1*REGSZ_FP($a0)
261 s.d $f26, SC_FPREGS+2*REGSZ_FP($a0)
262 s.d $f27, SC_FPREGS+3*REGSZ_FP($a0)
263 s.d $f28, SC_FPREGS+4*REGSZ_FP($a0)
264 s.d $f29, SC_FPREGS+5*REGSZ_FP($a0)
265 s.d $f30, SC_FPREGS+6*REGSZ_FP($a0)
266 s.d $f31, SC_FPREGS+7*REGSZ_FP($a0)
270 s.d $f20, SC_FPREGS+0*REGSZ_FP($a0
    [all...]
  /bionic/libc/private/
bionic_asm_mips.h 133 #define REGSZ_FP 8 /* 64 bit FP register size */

Completed in 199 milliseconds