OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_BIAS
(Results
1 - 3
of
3
) sorted by null
/external/strace/linux/sparc64/
arch_rt_sigframe.c
28
#define
STACK_BIAS
2047
33
: sparc_regs.u_regs[U_REG_FP] +
STACK_BIAS
;
/external/libffi/src/sparc/
v9.S
36
#define
STACK_BIAS
2047
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/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v9.S
36
#define
STACK_BIAS
2047
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
Completed in 194 milliseconds