Searched refs:REST_GPR (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb_handler.S | 66 #define REST_GPR(n) ld n,GPR_SAVE(n)(r1) macro 332 REST_GPR(0) 333 REST_GPR(2) 334 REST_GPR(3) 335 REST_GPR(4) 336 REST_GPR(5) 337 REST_GPR(6) 338 REST_GPR(7) 339 REST_GPR(8) 340 REST_GPR(9) [all …]
|
/external/u-boot/include/ |
D | ppc_asm.tmpl | 144 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) 145 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
|
/external/u-boot/arch/powerpc/cpu/mpc8xx/ |
D | start.S | 309 REST_GPR(31, r1)
|
/external/u-boot/arch/powerpc/cpu/mpc86xx/ |
D | start.S | 532 REST_GPR(31, r1)
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | start.S | 468 REST_GPR(31, r1)
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | start.S | 1333 REST_GPR(31, r1)
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | ia_32e.inc | 203 REST_GPR MACRO z:vararg 4352 REST_GPR
|