Searched refs:JB_GPRS (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/examples/standalone/ |
D | ppc_setjmp.S | 12 # define JB_GPRS 3 /* GPRs 14 through 31 are saved, 18 in total */ macro 29 stw r14,((JB_GPRS+0)*4)(3) 32 stw r15,((JB_GPRS+1)*4)(3) 35 stw r16,((JB_GPRS+2)*4)(3) 38 stw r17,((JB_GPRS+3)*4)(3) 40 stw r18,((JB_GPRS+4)*4)(3) 42 stw r19,((JB_GPRS+5)*4)(3) 44 stw r20,((JB_GPRS+6)*4)(3) 46 stw r21,((JB_GPRS+7)*4)(3) 48 stw r22,((JB_GPRS+8)*4)(3) [all …]
|
D | ppc_longjmp.S | 12 # define JB_GPRS 3 /* GPRs 14 through 31 are saved, 18 in total */ macro 26 lwz r14,((JB_GPRS+0)*4)(r3) 28 lwz r15,((JB_GPRS+1)*4)(r3) 30 lwz r16,((JB_GPRS+2)*4)(r3) 32 lwz r17,((JB_GPRS+3)*4)(r3) 34 lwz r18,((JB_GPRS+4)*4)(r3) 36 lwz r19,((JB_GPRS+5)*4)(r3) 38 lwz r20,((JB_GPRS+6)*4)(r3) 41 lwz r21,((JB_GPRS+7)*4)(r3) 43 lwz r22,((JB_GPRS+8)*4)(r3) [all …]
|