Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dppc_setjmp.S13 # define JB_GPRS 3 /* GPRs 14 through 31 are saved, 18 in total */ macro
30 stw r14,((JB_GPRS+0)*4)(3)
33 stw r15,((JB_GPRS+1)*4)(3)
36 stw r16,((JB_GPRS+2)*4)(3)
39 stw r17,((JB_GPRS+3)*4)(3)
41 stw r18,((JB_GPRS+4)*4)(3)
43 stw r19,((JB_GPRS+5)*4)(3)
45 stw r20,((JB_GPRS+6)*4)(3)
47 stw r21,((JB_GPRS+7)*4)(3)
49 stw r22,((JB_GPRS+8)*4)(3)
[all …]
H A Dppc_longjmp.S13 # define JB_GPRS 3 /* GPRs 14 through 31 are saved, 18 in total */ macro
27 lwz r14,((JB_GPRS+0)*4)(r3)
29 lwz r15,((JB_GPRS+1)*4)(r3)
31 lwz r16,((JB_GPRS+2)*4)(r3)
33 lwz r17,((JB_GPRS+3)*4)(r3)
35 lwz r18,((JB_GPRS+4)*4)(r3)
37 lwz r19,((JB_GPRS+5)*4)(r3)
39 lwz r20,((JB_GPRS+6)*4)(r3)
42 lwz r21,((JB_GPRS+7)*4)(r3)
44 lwz r22,((JB_GPRS+8)*4)(r3)
[all …]