Searched defs:SC_FPREGS (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S159 #define SC_FPREGS SC_FPREGS_OFFSET define
247 s.d $f24, SC_FPREGS+0*REGSZ_FP(a0)
248 s.d $f25, SC_FPREGS+1*REGSZ_FP(a0)
249 s.d $f26, SC_FPREGS+2*REGSZ_FP(a0)
250 s.d $f27, SC_FPREGS+3*REGSZ_FP(a0)
251 s.d $f28, SC_FPREGS+4*REGSZ_FP(a0)
252 s.d $f29, SC_FPREGS+5*REGSZ_FP(a0)
253 s.d $f30, SC_FPREGS+6*REGSZ_FP(a0)
254 s.d $f31, SC_FPREGS+7*REGSZ_FP(a0)
258 s.d $f20, SC_FPREGS
[all...]
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S159 #define SC_FPREGS SC_FPREGS_OFFSET define
247 s.d $f24, SC_FPREGS+0*REGSZ_FP(a0)
248 s.d $f25, SC_FPREGS+1*REGSZ_FP(a0)
249 s.d $f26, SC_FPREGS+2*REGSZ_FP(a0)
250 s.d $f27, SC_FPREGS+3*REGSZ_FP(a0)
251 s.d $f28, SC_FPREGS+4*REGSZ_FP(a0)
252 s.d $f29, SC_FPREGS+5*REGSZ_FP(a0)
253 s.d $f30, SC_FPREGS+6*REGSZ_FP(a0)
254 s.d $f31, SC_FPREGS+7*REGSZ_FP(a0)
258 s.d $f20, SC_FPREGS
[all...]

Completed in 161 milliseconds