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

1 2

  /development/ndk/sources/android/libportable/arch-mips/
jboffsets.h 29 #define JB_F20 (JB_FPBASE+0*REGSZ_FP)
30 #define JB_F21 (JB_FPBASE+1*REGSZ_FP)
31 #define JB_F22 (JB_FPBASE+2*REGSZ_FP)
32 #define JB_F23 (JB_FPBASE+3*REGSZ_FP)
33 #define JB_F24 (JB_FPBASE+4*REGSZ_FP)
34 #define JB_F25 (JB_FPBASE+5*REGSZ_FP)
35 #define JB_F26 (JB_FPBASE+6*REGSZ_FP)
36 #define JB_F27 (JB_FPBASE+7*REGSZ_FP)
37 #define JB_F28 (JB_FPBASE+8*REGSZ_FP)
38 #define JB_F29 (JB_FPBASE+9*REGSZ_FP)
    [all...]
  /bionic/libc/arch-mips/bionic/
_setjmp.S 77 s.d $f20, SC_FPREGS+((F20-F0)*REGSZ_FP)(a0)
78 s.d $f22, SC_FPREGS+((F22-F0)*REGSZ_FP)(a0)
79 s.d $f24, SC_FPREGS+((F24-F0)*REGSZ_FP)(a0)
80 s.d $f26, SC_FPREGS+((F26-F0)*REGSZ_FP)(a0)
81 s.d $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
82 s.d $f30, SC_FPREGS+((F30-F0)*REGSZ_FP)(a0)
84 s.d $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
85 s.d $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
86 s.d $f25, SC_FPREGS+((F25-F0)*REGSZ_FP)(a0)
87 s.d $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0
    [all...]
setjmp.S 90 s.d $f20, SC_FPREGS+((F20-F0)*REGSZ_FP)(a0)
91 s.d $f22, SC_FPREGS+((F22-F0)*REGSZ_FP)(a0)
92 s.d $f24, SC_FPREGS+((F24-F0)*REGSZ_FP)(a0)
93 s.d $f26, SC_FPREGS+((F26-F0)*REGSZ_FP)(a0)
94 s.d $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
95 s.d $f30, SC_FPREGS+((F30-F0)*REGSZ_FP)(a0)
97 s.d $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
98 s.d $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
99 s.d $f25, SC_FPREGS+((F25-F0)*REGSZ_FP)(a0)
100 s.d $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0
    [all...]
  /bionic/libc/arch-mips64/bionic/
_setjmp.S 77 s.d $f20, SC_FPREGS+((F20-F0)*REGSZ_FP)(a0)
78 s.d $f22, SC_FPREGS+((F22-F0)*REGSZ_FP)(a0)
79 s.d $f24, SC_FPREGS+((F24-F0)*REGSZ_FP)(a0)
80 s.d $f26, SC_FPREGS+((F26-F0)*REGSZ_FP)(a0)
81 s.d $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
82 s.d $f30, SC_FPREGS+((F30-F0)*REGSZ_FP)(a0)
84 s.d $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
85 s.d $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
86 s.d $f25, SC_FPREGS+((F25-F0)*REGSZ_FP)(a0)
87 s.d $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0
    [all...]
setjmp.S 90 s.d $f20, SC_FPREGS+((F20-F0)*REGSZ_FP)(a0)
91 s.d $f22, SC_FPREGS+((F22-F0)*REGSZ_FP)(a0)
92 s.d $f24, SC_FPREGS+((F24-F0)*REGSZ_FP)(a0)
93 s.d $f26, SC_FPREGS+((F26-F0)*REGSZ_FP)(a0)
94 s.d $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
95 s.d $f30, SC_FPREGS+((F30-F0)*REGSZ_FP)(a0)
97 s.d $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
98 s.d $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
99 s.d $f25, SC_FPREGS+((F25-F0)*REGSZ_FP)(a0)
100 s.d $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0
    [all...]
  /bionic/libc/arch-mips/include/machine/
signal.h 45 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
asm.h 152 #define REGSZ_FP 8 /* 64 bit FP register size */
  /bionic/libc/arch-mips64/include/machine/
signal.h 45 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
asm.h 152 #define REGSZ_FP 8 /* 64 bit FP register size */
  /development/ndk/platforms/android-L/arch-mips/include/machine/
signal.h 45 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
signal.h 45 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
signal.h 45 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/
signal.h 45 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /development/ndk/platforms/android-9/arch-mips/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
signal.h 114 #define SC_ACX (SC_FPREGS+32*REGSZ_FP)

Completed in 2005 milliseconds

1 2