Home
last modified time | relevance | path

Searched refs:JB_FPRS (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/examples/standalone/
Dppc_setjmp.S14 # define JB_FPRS 22 /* FPRs 14 through 31 are saved, 18*2 words total */ macro
30 FP( stfd 14,((JB_FPRS+0*2)*4)(3))
33 FP( stfd 15,((JB_FPRS+1*2)*4)(3))
36 FP( stfd 16,((JB_FPRS+2*2)*4)(3))
39 FP( stfd 17,((JB_FPRS+3*2)*4)(3))
41 FP( stfd 18,((JB_FPRS+4*2)*4)(3))
43 FP( stfd 19,((JB_FPRS+5*2)*4)(3))
45 FP( stfd 20,((JB_FPRS+6*2)*4)(3))
47 FP( stfd 21,((JB_FPRS+7*2)*4)(3))
49 FP( stfd 22,((JB_FPRS+8*2)*4)(3))
[all …]
Dppc_longjmp.S14 # define JB_FPRS 22 /* FPRs 14 through 31 are saved, 18*2 words total */ macro
27 FP( lfd 14,((JB_FPRS+0*2)*4)(r3))
29 FP( lfd 15,((JB_FPRS+1*2)*4)(r3))
31 FP( lfd 16,((JB_FPRS+2*2)*4)(r3))
33 FP( lfd 17,((JB_FPRS+3*2)*4)(r3))
35 FP( lfd 18,((JB_FPRS+4*2)*4)(r3))
37 FP( lfd 19,((JB_FPRS+5*2)*4)(r3))
39 FP( lfd 20,((JB_FPRS+6*2)*4)(r3))
42 FP( lfd 21,((JB_FPRS+7*2)*4)(r3))
44 FP( lfd 22,((JB_FPRS+8*2)*4)(r3))
[all …]