Searched refs:STACK_BIAS (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
D | v9.S | 36 #define STACK_BIAS 2047 macro 51 add %sp, STACKFRAME+STACK_BIAS, %l0 ! %l0 has start of 83 sub %l0, STACK_BIAS, %sp ! (delay) switch to frame 135 #define FP %fp+STACK_BIAS 178 add %fp, STACK_BIAS-160, %o1 179 add %fp, STACK_BIAS+128, %o2 181 add %fp, STACK_BIAS-128, %o3
|
/external/libffi/src/sparc/ |
D | v9.S | 36 #define STACK_BIAS 2047 macro 51 add %sp, STACKFRAME+STACK_BIAS, %l0 ! %l0 has start of 83 sub %l0, STACK_BIAS, %sp ! (delay) switch to frame 135 #define FP %fp+STACK_BIAS 178 add %fp, STACK_BIAS-160, %o1 179 add %fp, STACK_BIAS+128, %o2 181 add %fp, STACK_BIAS-128, %o3
|
/external/strace/linux/sparc64/ |
D | arch_rt_sigframe.c | 28 #define STACK_BIAS 2047 macro 33 : sparc_regs.u_regs[U_REG_FP] + STACK_BIAS;
|